var/cache/dev/ContainerXVSZaJM/Eccube_KernelDevDebugContainer.php line 2725

Open in your IDE?
  1. <?php
  2. namespace ContainerXVSZaJM;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  84.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  85.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  86.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  131.             'Eccube\\Controller\\AjaxController' => 'getAjaxControllerService',
  132.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  133.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  134.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  135.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  136.             'Eccube\\Controller\\ContactBulkOrdersController' => 'getContactBulkOrdersControllerService',
  137.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  138.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  139.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  140.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  141.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  142.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  143.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  144.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  145.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  146.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  147.             'Eccube\\Controller\\NonMemberController' => 'getNonMemberControllerService',
  148.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  149.             'Eccube\\Controller\\OrderController' => 'getOrderController2Service',
  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\\PluginService' => 'getPluginServiceService',
  161.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  162.             'Plugin\\CheckProduct42\\Controller\\Block\\CheckProductController' => 'getCheckProductControllerService',
  163.             'Plugin\\ContactManagement42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  164.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  165.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService',
  166.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService',
  167.             'Plugin\\ContactManagement42\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService',
  168.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  169.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  170.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  171.             'Plugin\\CustomerAnalysis42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  172.             'Plugin\\CustomerAnalysis42\\Controller\\Admin\\CpmController' => 'getCpmControllerService',
  173.             'Plugin\\CustomerAnalysis42\\Controller\\Admin\\RfmController' => 'getRfmControllerService',
  174.             'Plugin\\CustomerAnalysis42\\Controller\\Admin\\SegmentController' => 'getSegmentControllerService',
  175.             'Plugin\\CustomerUpload42\\Controller\\CustomerImportController' => 'getCustomerImportControllerService',
  176.             'Plugin\\DeliveryDate42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  177.             'Plugin\\DeliveryDate42\\Controller\\Admin\\HolidayController' => 'getHolidayControllerService',
  178.             'Plugin\\DeliveryDate42\\Controller\\Block\\CalendarController' => 'getCalendarController3Service',
  179.             'Plugin\\DroppedCartNotifierPlugin42\\Controller\\Admin\\IndexController' => 'getIndexControllerService',
  180.             'Plugin\\DroppedCartNotifierPlugin42\\Controller\\IndexController' => 'getIndexController2Service',
  181.             'Plugin\\EtunaItemRanking42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  182.             'Plugin\\EtunaItemRanking42\\Controller\\EtunaItemRankingController' => 'getEtunaItemRankingControllerService',
  183.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  184.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  185.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  186.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  187.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  188.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  189.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  190.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  191.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  192.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  193.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  194.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  195.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  196.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  197.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  198.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  199.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  200.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  201.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  202.             'Plugin\\JoolenCouponForMemberRegistration42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  203.             'Plugin\\JoolenCouponForMemberRegistration42\\Controller\\CouponShoppingController' => 'getCouponShoppingController2Service',
  204.             'Plugin\\MultiCutDx\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  205.             'Plugin\\MultiCutDx\\Controller\\ShippingMultipleControllerEx' => 'getShippingMultipleControllerExService',
  206.             'Plugin\\MypageInvoice\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  207.             'Plugin\\MypageInvoice\\Controller\\MypageInvoiceController' => 'getMypageInvoiceControllerService',
  208.             'Plugin\\Noshiproduct\\Controller\\Admin\\ConfigController' => 'getConfigController9Service',
  209.             'Plugin\\Noshiproduct\\Controller\\Admin\\NoshiproductKindController' => 'getNoshiproductKindControllerService',
  210.             'Plugin\\Noshiproduct\\Controller\\Admin\\NoshiproductSealController' => 'getNoshiproductSealControllerService',
  211.             'Plugin\\Noshiproduct\\Controller\\Admin\\NoshiproductTieController' => 'getNoshiproductTieControllerService',
  212.             'Plugin\\Noshiproduct\\Controller\\NoshiproductController' => 'getNoshiproductControllerService',
  213.             'Plugin\\PointExDx\\Controller\\Admin\\ConfigController' => 'getConfigController10Service',
  214.             'Plugin\\PointExDx\\Controller\\Admin\\Setting\\Shop\\PointExDxController' => 'getPointExDxControllerService',
  215.             'Plugin\\PostCarrier42\\Controller\\ConfigController' => 'getConfigController11Service',
  216.             'Plugin\\PostCarrier42\\Controller\\DiscardController' => 'getDiscardControllerService',
  217.             'Plugin\\PostCarrier42\\Controller\\HistoryController' => 'getHistoryControllerService',
  218.             'Plugin\\PostCarrier42\\Controller\\MailCustomerController' => 'getMailCustomerControllerService',
  219.             'Plugin\\PostCarrier42\\Controller\\MailmagaBlockController' => 'getMailmagaBlockControllerService',
  220.             'Plugin\\PostCarrier42\\Controller\\MonthlyReportContoller' => 'getMonthlyReportContollerService',
  221.             'Plugin\\PostCarrier42\\Controller\\PostCarrierController' => 'getPostCarrierControllerService',
  222.             'Plugin\\PostCarrier42\\Controller\\ReceiveController' => 'getReceiveControllerService',
  223.             'Plugin\\PostCarrier42\\Controller\\ScheduleController' => 'getScheduleControllerService',
  224.             'Plugin\\PostCarrier42\\Controller\\StepMailController' => 'getStepMailControllerService',
  225.             'Plugin\\PostCarrier42\\Controller\\TemplateController' => 'getTemplateController2Service',
  226.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ConfigController' => 'getConfigController12Service',
  227.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  228.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ProductController' => 'getProductController3Service',
  229.             'Plugin\\ProductDisplayRank42\\Controller\\BlockController' => 'getBlockController2Service',
  230.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  231.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  232.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  233.             'Plugin\\SendAllMails42\\Controller\\Admin\\ConfigController' => 'getConfigController13Service',
  234.             'Plugin\\Shiro8AddCart42\\Controller\\Admin\\ConfigController' => 'getConfigController14Service',
  235.             'Plugin\\Shiro8AddCart42\\Controller\\ProductController' => 'getProductController4Service',
  236.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  237.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  238.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  239.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  240.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  241.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  242.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  243.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  244.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  245.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  246.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  247.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  248.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  249.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  250.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  251.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  252.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  253.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  254.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gRateLimiterController' => 'getVt4gRateLimiterControllerService',
  255.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  256.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  257.             'Plugin\\lecastPriceSelectBlock42\\Controller\\Admin\\Product\\PriceRangeController' => 'getPriceRangeControllerService',
  258.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  259.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController3Service',
  260.             'cache.app_clearer' => 'getCache_AppClearerService',
  261.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  262.             'cache.system_clearer' => 'getCache_SystemClearerService',
  263.             'cache_warmer' => 'getCacheWarmerService',
  264.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  265.             'console.command_loader' => 'getConsole_CommandLoaderService',
  266.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  267.             'eccube.logger' => 'getEccube_LoggerService',
  268.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  269.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  270.             'error_controller' => 'getErrorControllerService',
  271.             'knp_paginator' => 'getKnpPaginatorService',
  272.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  273.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  274.             'monolog.logger.postcarrier' => 'getMonolog_Logger_PostcarrierService',
  275.             'multi_cut_dx.config_migration' => 'getMultiCutDx_ConfigMigrationService',
  276.             'multi_cut_dx.plg_migration' => 'getMultiCutDx_PlgMigrationService',
  277.             'point_ex_dx.config_migration' => 'getPointExDx_ConfigMigrationService',
  278.             'point_ex_dx.plg_migration' => 'getPointExDx_PlgMigrationService',
  279.             'routing.loader' => 'getRouting_LoaderService',
  280.             'services_resetter' => 'getServicesResetterService',
  281.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  282.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  283.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  284.         ];
  285.         $this->aliases = [
  286.             'database_connection' => 'doctrine.dbal.default_connection',
  287.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  288.         ];
  289.         $this->privates['service_container'] = function () {
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  303.             include_once \dirname(__DIR__4).'/app/Plugin/ExpressLink42/Repository/AdminOrderCustomizer.php';
  304.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/AdminProductDisplayCustomizer.php';
  305.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ProductDisplayCustomizer.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  307.             include_once \dirname(__DIR__4).'/app/Plugin/PostCarrier42/Entity/AdminCustomerQueryCustomizer.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  315.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  329.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  330.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  331.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/MailTemplateRepository.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  344.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  349.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/FileConfigBase/Common/EccubeConfigExTrait.php';
  350.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/FileConfigBase/Common/AbstractEccubeConfigEx.php';
  351.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Common/EccubeConfigEx.php';
  352.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/EventSubscriber/CheckProductEvent.php';
  353.             include_once \dirname(__DIR__4).'/app/Plugin/CheckProduct42/Service/CookieHelper.php';
  354.             include_once \dirname(__DIR__4).'/app/Plugin/Coupon42/Repository/CouponRepository.php';
  355.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Repository/ConfigRepository.php';
  356.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Repository/CustomerCouponRepository.php';
  357.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Service/Main/CouponForMemberRegistrationService.php';
  358.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Component/Mailer.php';
  359.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Util/LinkageUtil.php';
  360.             include_once \dirname(__DIR__4).'/app/Plugin/MultiCutDx/EventSubscriber/KernelEventSubscriber.php';
  361.             include_once \dirname(__DIR__4).'/app/Plugin/MultiCutDx/Repository/PlgConfigOptionRepository.php';
  362.             include_once \dirname(__DIR__4).'/app/Plugin/MultiCutDx/Service/PlgConfigService/Repository/AbstractConfigRepository.php';
  363.             include_once \dirname(__DIR__4).'/app/Plugin/MultiCutDx/Repository/PlgConfigRepository.php';
  364.             include_once \dirname(__DIR__4).'/app/Plugin/MultiCutDx/Service/PlgConfigService/ConfigService.php';
  365.             include_once \dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PointExDxService.php';
  366.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ConfigRepository.php';
  367.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  368.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  369.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  372.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  373.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  375.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  376.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  404.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  410.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  529.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  542.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  558.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  562.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  565.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  566.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  570.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  571.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  574.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  575.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  576.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  578.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  593.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  594.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  596.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  599.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  601.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  646.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  654.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  664.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  687.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  688.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  689.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  690.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  691.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  692.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  693.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  694.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  695.             include_once \dirname(__DIR__4).'/app/Plugin/DroppedCartNotifierPlugin42/Twig/Extension/AssetAbsoluteUrlExtension.php';
  696.             include_once \dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Twig/Extension/CouponForMemberRegistrationExtension.php';
  697.             include_once \dirname(__DIR__4).'/app/Plugin/PointExDx/Twig/PointExDxTwigExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  701.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  707.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  710.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  712.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  719.         };
  720.     }
  721.     public function compile(): void
  722.     {
  723.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  724.     }
  725.     public function isCompiled(): bool
  726.     {
  727.         return true;
  728.     }
  729.     public function getRemovedIds(): array
  730.     {
  731.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  732.     }
  733.     protected function load($file$lazyLoad true)
  734.     {
  735.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  736.             return $class::do($this$lazyLoad);
  737.         }
  738.         if ('.' === $file[-4]) {
  739.             $class substr($class0, -4);
  740.         } else {
  741.             $file .= '.php';
  742.         }
  743.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  744.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  745.     }
  746.     protected function createProxy($class\Closure $factory)
  747.     {
  748.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  749.         return $factory();
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.profiler' shared service.
  753.      *
  754.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  755.      */
  756.     protected function get_Container_Private_ProfilerService()
  757.     {
  758.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  759.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  760.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  761.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  762.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  763.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  764.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  765.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  766.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  767.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  768.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  769.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  770.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  771.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  772.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  773.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  774.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  775.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  776.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  777.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  778.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  779.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  780.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  781.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  782.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  783.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  784.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  785.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  786.         if ($this->has('kernel')) {
  787.             $e->setKernel($b);
  788.         }
  789.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  790.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  791.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  792.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  793.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  794.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  795.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  796.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  797.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  798.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  799.         $instance->add($d);
  800.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  801.         $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));
  802.         $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())));
  803.         $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([])))));
  804.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  805.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  806.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  807.         $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()))));
  808.         $instance->add($e);
  809.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  810.         return $instance;
  811.     }
  812.     /**
  813.      * Gets the public '.container.private.security.authorization_checker' shared service.
  814.      *
  815.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  816.      */
  817.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  818.     {
  819.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  820.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  821.             return $this->services['.container.private.security.authorization_checker'];
  822.         }
  823.         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);
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  827.      *
  828.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  829.      */
  830.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  831.     {
  832.         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())));
  833.     }
  834.     /**
  835.      * Gets the public '.container.private.security.token_storage' shared service.
  836.      *
  837.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  838.      */
  839.     protected function get_Container_Private_Security_TokenStorageService()
  840.     {
  841.         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, [
  842.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  843.         ], [
  844.             'request_stack' => '?',
  845.         ]));
  846.     }
  847.     /**
  848.      * Gets the public '.container.private.session' shared service.
  849.      *
  850.      * @return \Symfony\Component\HttpFoundation\Session\Session
  851.      */
  852.     protected function get_Container_Private_SessionService()
  853.     {
  854.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  855.         if (isset($this->services['.container.private.session'])) {
  856.             return $this->services['.container.private.session'];
  857.         }
  858.         return $this->services['.container.private.session'] = $a->createSession();
  859.     }
  860.     /**
  861.      * Gets the public '.container.private.state_machine.order' shared service.
  862.      *
  863.      * @return \Symfony\Component\Workflow\StateMachine
  864.      */
  865.     protected function get_Container_Private_StateMachine_OrderService()
  866.     {
  867.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  868.         if (isset($this->services['.container.private.state_machine.order'])) {
  869.             return $this->services['.container.private.state_machine.order'];
  870.         }
  871.         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'=> '10'=> '11'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('change_1_to_3''1''3'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('change_1_to_4''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('change_1_to_5''1''5'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('change_1_to_6''1''6'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('change_1_to_7''1''7'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('change_1_to_8''1''8'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('change_1_to_9''1''9'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('change_1_to_10''1''10'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('change_1_to_11''1''11'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('change_3_to_1''3''1'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('change_3_to_4''3''4'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('change_3_to_5''3''5'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('change_3_to_6''3''6'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('change_3_to_7''3''7'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('change_3_to_8''3''8'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('change_3_to_9''3''9'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('change_3_to_10''3''10'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('change_3_to_11''3''11'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('change_4_to_1''4''1'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('change_4_to_3''4''3'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('change_4_to_5''4''5'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('change_4_to_6''4''6'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('change_4_to_7''4''7'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('change_4_to_8''4''8'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('change_4_to_9''4''9'))), 25 => ($this->privates['.state_machine.order.transition.25'] ?? ($this->privates['.state_machine.order.transition.25'] = new \Symfony\Component\Workflow\Transition('change_4_to_10''4''10'))), 26 => ($this->privates['.state_machine.order.transition.26'] ?? ($this->privates['.state_machine.order.transition.26'] = new \Symfony\Component\Workflow\Transition('change_4_to_11''4''11'))), 27 => ($this->privates['.state_machine.order.transition.27'] ?? ($this->privates['.state_machine.order.transition.27'] = new \Symfony\Component\Workflow\Transition('change_5_to_1''5''1'))), 28 => ($this->privates['.state_machine.order.transition.28'] ?? ($this->privates['.state_machine.order.transition.28'] = new \Symfony\Component\Workflow\Transition('change_5_to_3''5''3'))), 29 => ($this->privates['.state_machine.order.transition.29'] ?? ($this->privates['.state_machine.order.transition.29'] = new \Symfony\Component\Workflow\Transition('change_5_to_4''5''4'))), 30 => ($this->privates['.state_machine.order.transition.30'] ?? ($this->privates['.state_machine.order.transition.30'] = new \Symfony\Component\Workflow\Transition('change_5_to_6''5''6'))), 31 => ($this->privates['.state_machine.order.transition.31'] ?? ($this->privates['.state_machine.order.transition.31'] = new \Symfony\Component\Workflow\Transition('change_5_to_7''5''7'))), 32 => ($this->privates['.state_machine.order.transition.32'] ?? ($this->privates['.state_machine.order.transition.32'] = new \Symfony\Component\Workflow\Transition('change_5_to_8''5''8'))), 33 => ($this->privates['.state_machine.order.transition.33'] ?? ($this->privates['.state_machine.order.transition.33'] = new \Symfony\Component\Workflow\Transition('change_5_to_9''5''9'))), 34 => ($this->privates['.state_machine.order.transition.34'] ?? ($this->privates['.state_machine.order.transition.34'] = new \Symfony\Component\Workflow\Transition('change_5_to_10''5''10'))), 35 => ($this->privates['.state_machine.order.transition.35'] ?? ($this->privates['.state_machine.order.transition.35'] = new \Symfony\Component\Workflow\Transition('change_5_to_11''5''11'))), 36 => ($this->privates['.state_machine.order.transition.36'] ?? ($this->privates['.state_machine.order.transition.36'] = new \Symfony\Component\Workflow\Transition('change_6_to_1''6''1'))), 37 => ($this->privates['.state_machine.order.transition.37'] ?? ($this->privates['.state_machine.order.transition.37'] = new \Symfony\Component\Workflow\Transition('change_6_to_3''6''3'))), 38 => ($this->privates['.state_machine.order.transition.38'] ?? ($this->privates['.state_machine.order.transition.38'] = new \Symfony\Component\Workflow\Transition('change_6_to_4''6''4'))), 39 => ($this->privates['.state_machine.order.transition.39'] ?? ($this->privates['.state_machine.order.transition.39'] = new \Symfony\Component\Workflow\Transition('change_6_to_5''6''5'))), 40 => ($this->privates['.state_machine.order.transition.40'] ?? ($this->privates['.state_machine.order.transition.40'] = new \Symfony\Component\Workflow\Transition('change_6_to_7''6''7'))), 41 => ($this->privates['.state_machine.order.transition.41'] ?? ($this->privates['.state_machine.order.transition.41'] = new \Symfony\Component\Workflow\Transition('change_6_to_8''6''8'))), 42 => ($this->privates['.state_machine.order.transition.42'] ?? ($this->privates['.state_machine.order.transition.42'] = new \Symfony\Component\Workflow\Transition('change_6_to_9''6''9'))), 43 => ($this->privates['.state_machine.order.transition.43'] ?? ($this->privates['.state_machine.order.transition.43'] = new \Symfony\Component\Workflow\Transition('change_6_to_10''6''10'))), 44 => ($this->privates['.state_machine.order.transition.44'] ?? ($this->privates['.state_machine.order.transition.44'] = new \Symfony\Component\Workflow\Transition('change_6_to_11''6''11'))), 45 => ($this->privates['.state_machine.order.transition.45'] ?? ($this->privates['.state_machine.order.transition.45'] = new \Symfony\Component\Workflow\Transition('change_7_to_1''7''1'))), 46 => ($this->privates['.state_machine.order.transition.46'] ?? ($this->privates['.state_machine.order.transition.46'] = new \Symfony\Component\Workflow\Transition('change_7_to_3''7''3'))), 47 => ($this->privates['.state_machine.order.transition.47'] ?? ($this->privates['.state_machine.order.transition.47'] = new \Symfony\Component\Workflow\Transition('change_7_to_4''7''4'))), 48 => ($this->privates['.state_machine.order.transition.48'] ?? ($this->privates['.state_machine.order.transition.48'] = new \Symfony\Component\Workflow\Transition('change_7_to_5''7''5'))), 49 => ($this->privates['.state_machine.order.transition.49'] ?? ($this->privates['.state_machine.order.transition.49'] = new \Symfony\Component\Workflow\Transition('change_7_to_6''7''6'))), 50 => ($this->privates['.state_machine.order.transition.50'] ?? ($this->privates['.state_machine.order.transition.50'] = new \Symfony\Component\Workflow\Transition('change_7_to_8''7''8'))), 51 => ($this->privates['.state_machine.order.transition.51'] ?? ($this->privates['.state_machine.order.transition.51'] = new \Symfony\Component\Workflow\Transition('change_7_to_9''7''9'))), 52 => ($this->privates['.state_machine.order.transition.52'] ?? ($this->privates['.state_machine.order.transition.52'] = new \Symfony\Component\Workflow\Transition('change_7_to_10''7''10'))), 53 => ($this->privates['.state_machine.order.transition.53'] ?? ($this->privates['.state_machine.order.transition.53'] = new \Symfony\Component\Workflow\Transition('change_7_to_11''7''11'))), 54 => ($this->privates['.state_machine.order.transition.54'] ?? ($this->privates['.state_machine.order.transition.54'] = new \Symfony\Component\Workflow\Transition('change_8_to_1''8''1'))), 55 => ($this->privates['.state_machine.order.transition.55'] ?? ($this->privates['.state_machine.order.transition.55'] = new \Symfony\Component\Workflow\Transition('change_8_to_3''8''3'))), 56 => ($this->privates['.state_machine.order.transition.56'] ?? ($this->privates['.state_machine.order.transition.56'] = new \Symfony\Component\Workflow\Transition('change_8_to_4''8''4'))), 57 => ($this->privates['.state_machine.order.transition.57'] ?? ($this->privates['.state_machine.order.transition.57'] = new \Symfony\Component\Workflow\Transition('change_8_to_5''8''5'))), 58 => ($this->privates['.state_machine.order.transition.58'] ?? ($this->privates['.state_machine.order.transition.58'] = new \Symfony\Component\Workflow\Transition('change_8_to_6''8''6'))), 59 => ($this->privates['.state_machine.order.transition.59'] ?? ($this->privates['.state_machine.order.transition.59'] = new \Symfony\Component\Workflow\Transition('change_8_to_7''8''7'))), 60 => ($this->privates['.state_machine.order.transition.60'] ?? ($this->privates['.state_machine.order.transition.60'] = new \Symfony\Component\Workflow\Transition('change_8_to_9''8''9'))), 61 => ($this->privates['.state_machine.order.transition.61'] ?? ($this->privates['.state_machine.order.transition.61'] = new \Symfony\Component\Workflow\Transition('change_8_to_10''8''10'))), 62 => ($this->privates['.state_machine.order.transition.62'] ?? ($this->privates['.state_machine.order.transition.62'] = new \Symfony\Component\Workflow\Transition('change_8_to_11''8''11'))), 63 => ($this->privates['.state_machine.order.transition.63'] ?? ($this->privates['.state_machine.order.transition.63'] = new \Symfony\Component\Workflow\Transition('change_9_to_1''9''1'))), 64 => ($this->privates['.state_machine.order.transition.64'] ?? ($this->privates['.state_machine.order.transition.64'] = new \Symfony\Component\Workflow\Transition('change_9_to_3''9''3'))), 65 => ($this->privates['.state_machine.order.transition.65'] ?? ($this->privates['.state_machine.order.transition.65'] = new \Symfony\Component\Workflow\Transition('change_9_to_4''9''4'))), 66 => ($this->privates['.state_machine.order.transition.66'] ?? ($this->privates['.state_machine.order.transition.66'] = new \Symfony\Component\Workflow\Transition('change_9_to_5''9''5'))), 67 => ($this->privates['.state_machine.order.transition.67'] ?? ($this->privates['.state_machine.order.transition.67'] = new \Symfony\Component\Workflow\Transition('change_9_to_6''9''6'))), 68 => ($this->privates['.state_machine.order.transition.68'] ?? ($this->privates['.state_machine.order.transition.68'] = new \Symfony\Component\Workflow\Transition('change_9_to_7''9''7'))), 69 => ($this->privates['.state_machine.order.transition.69'] ?? ($this->privates['.state_machine.order.transition.69'] = new \Symfony\Component\Workflow\Transition('change_9_to_8''9''8'))), 70 => ($this->privates['.state_machine.order.transition.70'] ?? ($this->privates['.state_machine.order.transition.70'] = new \Symfony\Component\Workflow\Transition('change_9_to_10''9''10'))), 71 => ($this->privates['.state_machine.order.transition.71'] ?? ($this->privates['.state_machine.order.transition.71'] = new \Symfony\Component\Workflow\Transition('change_9_to_11''9''11'))), 72 => ($this->privates['.state_machine.order.transition.72'] ?? ($this->privates['.state_machine.order.transition.72'] = new \Symfony\Component\Workflow\Transition('change_10_to_1''10''1'))), 73 => ($this->privates['.state_machine.order.transition.73'] ?? ($this->privates['.state_machine.order.transition.73'] = new \Symfony\Component\Workflow\Transition('change_10_to_3''10''3'))), 74 => ($this->privates['.state_machine.order.transition.74'] ?? ($this->privates['.state_machine.order.transition.74'] = new \Symfony\Component\Workflow\Transition('change_10_to_4''10''4'))), 75 => ($this->privates['.state_machine.order.transition.75'] ?? ($this->privates['.state_machine.order.transition.75'] = new \Symfony\Component\Workflow\Transition('change_10_to_5''10''5'))), 76 => ($this->privates['.state_machine.order.transition.76'] ?? ($this->privates['.state_machine.order.transition.76'] = new \Symfony\Component\Workflow\Transition('change_10_to_6''10''6'))), 77 => ($this->privates['.state_machine.order.transition.77'] ?? ($this->privates['.state_machine.order.transition.77'] = new \Symfony\Component\Workflow\Transition('change_10_to_7''10''7'))), 78 => ($this->privates['.state_machine.order.transition.78'] ?? ($this->privates['.state_machine.order.transition.78'] = new \Symfony\Component\Workflow\Transition('change_10_to_8''10''8'))), 79 => ($this->privates['.state_machine.order.transition.79'] ?? ($this->privates['.state_machine.order.transition.79'] = new \Symfony\Component\Workflow\Transition('change_10_to_9''10''9'))), 80 => ($this->privates['.state_machine.order.transition.80'] ?? ($this->privates['.state_machine.order.transition.80'] = new \Symfony\Component\Workflow\Transition('change_10_to_11''10''11'))), 81 => ($this->privates['.state_machine.order.transition.81'] ?? ($this->privates['.state_machine.order.transition.81'] = new \Symfony\Component\Workflow\Transition('change_11_to_1''11''1'))), 82 => ($this->privates['.state_machine.order.transition.82'] ?? ($this->privates['.state_machine.order.transition.82'] = new \Symfony\Component\Workflow\Transition('change_11_to_3''11''3'))), 83 => ($this->privates['.state_machine.order.transition.83'] ?? ($this->privates['.state_machine.order.transition.83'] = new \Symfony\Component\Workflow\Transition('change_11_to_4''11''4'))), 84 => ($this->privates['.state_machine.order.transition.84'] ?? ($this->privates['.state_machine.order.transition.84'] = new \Symfony\Component\Workflow\Transition('change_11_to_5''11''5'))), 85 => ($this->privates['.state_machine.order.transition.85'] ?? ($this->privates['.state_machine.order.transition.85'] = new \Symfony\Component\Workflow\Transition('change_11_to_6''11''6'))), 86 => ($this->privates['.state_machine.order.transition.86'] ?? ($this->privates['.state_machine.order.transition.86'] = new \Symfony\Component\Workflow\Transition('change_11_to_7''11''7'))), 87 => ($this->privates['.state_machine.order.transition.87'] ?? ($this->privates['.state_machine.order.transition.87'] = new \Symfony\Component\Workflow\Transition('change_11_to_8''11''8'))), 88 => ($this->privates['.state_machine.order.transition.88'] ?? ($this->privates['.state_machine.order.transition.88'] = new \Symfony\Component\Workflow\Transition('change_11_to_9''11''9'))), 89 => ($this->privates['.state_machine.order.transition.89'] ?? ($this->privates['.state_machine.order.transition.89'] = new \Symfony\Component\Workflow\Transition('change_11_to_10''11''10')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  872.     }
  873.     /**
  874.      * Gets the public '.container.private.twig' shared service.
  875.      *
  876.      * @return \Twig\Environment
  877.      */
  878.     protected function get_Container_Private_TwigService()
  879.     {
  880.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  881.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  882.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  883.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  884.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/template'), 'CheckProduct42');
  885.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Noshiproduct/Resource/template'), 'Noshiproduct');
  886.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MypageInvoice/Resource/template'), 'MypageInvoice');
  887.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/template'), 'PointExDx');
  888.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  889.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DroppedCartNotifierPlugin42/Resource/template'), 'DroppedCartNotifierPlugin42');
  890.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerAnalysis42/Resource/template'), 'CustomerAnalysis42');
  891.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  892.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EtunaItemRanking42/Resource/template'), 'EtunaItemRanking42');
  893.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PostCarrier42/Resource/template'), 'PostCarrier42');
  894.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerUpload42/Resource/template'), 'CustomerUpload42');
  895.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/template'), 'DeliveryDate42');
  896.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/lecastPriceSelectBlock42/Resource/template'), 'lecastPriceSelectBlock42');
  897.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/template'), 'ContactManagement42');
  898.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/template'), 'ProductDisplayRank42');
  899.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/template'), 'SendAllMails42');
  900.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Resource/template'), 'MultiCutDx');
  901.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Shiro8AddCart42/Resource/template'), 'Shiro8AddCart42');
  902.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/template'), 'JoolenCouponForMemberRegistration42');
  903.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  904.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  905.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  906.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  907.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  908.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  909.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  910.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  911.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  912.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  913.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  914.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  915.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  916.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  917.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  918.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  919.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  920.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  921.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  922.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  923.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  924.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  925.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  926.         $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']);
  927.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  928.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  929.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  930.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  931.         $f = 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 () {
  932.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  933.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  934.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  935.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  936.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  937.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  938.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  939.         }, 7));
  940.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  941.         $h = ($this->services['router'] ?? $this->getRouterService());
  942.         $i = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  943.         $j = new \Symfony\Component\Workflow\Registry();
  944.         $j->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  945.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  946.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  947.         $l = new \Symfony\Bridge\Twig\AppVariable();
  948.         $l->setEnvironment('dev');
  949.         $l->setDebug(true);
  950.         if ($this->has('.container.private.security.token_storage')) {
  951.             $l->setTokenStorage($c);
  952.         }
  953.         if ($this->has('request_stack')) {
  954.             $l->setRequestStack($b);
  955.         }
  956.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  957.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  958.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  959.         $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)));
  960.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  961.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  962.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension($f));
  963.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  964.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  965.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  966.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  967.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  968.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  969.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$i)));
  970.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($j));
  971.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  972.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  973.         $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())));
  974.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  975.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  976.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  977.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  978.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  979.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  980.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  981.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  982.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  983.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  984.         $instance->addExtension(new \Plugin\DroppedCartNotifierPlugin42\Twig\Extension\AssetAbsoluteUrlExtension($f$i$b));
  985.         $instance->addExtension(new \Plugin\JoolenCouponForMemberRegistration42\Twig\Extension\CouponForMemberRegistrationExtension(($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'] ?? $this->getCouponForMemberRegistrationServiceService())));
  986.         $instance->addExtension(new \Plugin\PointExDx\Twig\PointExDxTwigExtension(($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'] ?? $this->getPointExDxServiceService())));
  987.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  988.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  989.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  990.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  991.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  992.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  993.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  994.         $instance->addGlobal('app'$l);
  995.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  996.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  997.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  998.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  999.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1000.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1001.         ], [
  1002.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1003.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1004.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1005.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1006.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1007.         ])));
  1008.         $instance->addGlobal('BaseInfo'NULL);
  1009.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1010.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1011.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  1012.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  1013.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1014.         return $instance;
  1015.     }
  1016.     /**
  1017.      * Gets the public '.container.private.validator' shared service.
  1018.      *
  1019.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1020.      */
  1021.     protected function get_Container_Private_ValidatorService()
  1022.     {
  1023.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1024.         if (isset($this->services['.container.private.validator'])) {
  1025.             return $this->services['.container.private.validator'];
  1026.         }
  1027.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1028.     }
  1029.     /**
  1030.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1031.      *
  1032.      * @return \Detection\MobileDetect
  1033.      */
  1034.     protected function getMobileDetectService()
  1035.     {
  1036.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1037.     }
  1038.     /**
  1039.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1040.      *
  1041.      * @return \Eccube\Common\EccubeConfig
  1042.      */
  1043.     protected function getEccubeConfigService()
  1044.     {
  1045.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1046.     }
  1047.     /**
  1048.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1049.      *
  1050.      * @return \Eccube\Repository\PluginRepository
  1051.      */
  1052.     protected function getPluginRepositoryService($lazyLoad true)
  1053.     {
  1054.         if ($lazyLoad) {
  1055.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1056.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1057.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1058.                     $proxy->setProxyInitializer(null);
  1059.                     return true;
  1060.                 });
  1061.             });
  1062.         }
  1063.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1064.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1065.     }
  1066.     /**
  1067.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1068.      *
  1069.      * @return \Eccube\Service\SystemService
  1070.      */
  1071.     protected function getSystemServiceService($lazyLoad true)
  1072.     {
  1073.         if ($lazyLoad) {
  1074.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1075.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1076.                     $wrappedInstance $this->getSystemServiceService(false);
  1077.                     $proxy->setProxyInitializer(null);
  1078.                     return true;
  1079.                 });
  1080.             });
  1081.         }
  1082.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1083.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1084.     }
  1085.     /**
  1086.      * Gets the public 'cache.app' shared service.
  1087.      *
  1088.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1089.      */
  1090.     protected function getCache_AppService()
  1091.     {
  1092.         $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))));
  1093.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1094.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1095.     }
  1096.     /**
  1097.      * Gets the public 'cache.rate_limiter' shared service.
  1098.      *
  1099.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1100.      */
  1101.     protected function getCache_RateLimiterService()
  1102.     {
  1103.         $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))));
  1104.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1105.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1106.     }
  1107.     /**
  1108.      * Gets the public 'cache.system' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1111.      */
  1112.     protected function getCache_SystemService()
  1113.     {
  1114.         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())));
  1115.     }
  1116.     /**
  1117.      * Gets the public 'cache.validator_expression_language' shared service.
  1118.      *
  1119.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1120.      */
  1121.     protected function getCache_ValidatorExpressionLanguageService()
  1122.     {
  1123.         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())));
  1124.     }
  1125.     /**
  1126.      * Gets the public 'data_collector.dump' shared service.
  1127.      *
  1128.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1129.      */
  1130.     protected function getDataCollector_DumpService()
  1131.     {
  1132.         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);
  1133.     }
  1134.     /**
  1135.      * Gets the public 'doctrine' shared service.
  1136.      *
  1137.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1138.      */
  1139.     protected function getDoctrineService()
  1140.     {
  1141.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1142.     }
  1143.     /**
  1144.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1145.      *
  1146.      * @return \Doctrine\DBAL\Connection
  1147.      */
  1148.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1149.     {
  1150.         $a = new \Doctrine\DBAL\Configuration();
  1151.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1152.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1153.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1154.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1155.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1156.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1157.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1158.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1159.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1160.         $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))));
  1161.         $c->setConnectionName('default');
  1162.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1163.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1164.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1165.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1166.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1167.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => ['privates''Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber''getProductEventSubscriberService'true],
  1168.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1169.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1170.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1171.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1172.         ], [
  1173.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1174.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1175.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1176.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => '?',
  1177.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1178.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1179.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1180.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1181.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber'=> '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']]), []);
  1182.     }
  1183.     /**
  1184.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1185.      *
  1186.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1187.      */
  1188.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1189.     {
  1190.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1191.             'Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''getCustomerListenerService'true],
  1192.         ], [
  1193.             'Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener' => '?',
  1194.         ]));
  1195.         $instance->registerService('Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener');
  1196.         $instance->registerService('Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener''Plugin\\JoolenCouponForMemberRegistration42\\Doctrine\\EventSubscriber\\CustomerListener');
  1197.         return $instance;
  1198.     }
  1199.     /**
  1200.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1201.      *
  1202.      * @return \Doctrine\ORM\EntityManager
  1203.      */
  1204.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1205.     {
  1206.         if ($lazyLoad) {
  1207.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1208.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1209.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1210.                     $proxy->setProxyInitializer(null);
  1211.                     return true;
  1212.                 });
  1213.             });
  1214.         }
  1215.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1216.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1217.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1218.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1219.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1220.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1221.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1222.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1223.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1224.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1233.         $a = new \Doctrine\ORM\Configuration();
  1234.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1235.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1236.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1237.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1238.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1239.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1240.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1241.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1242.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerAnalysis42/Entity')]);
  1243.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1244.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Entity')]);
  1245.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1246.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DroppedCartNotifierPlugin42/Entity')]);
  1247.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1248.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EtunaItemRanking42/Entity')]);
  1249.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1250.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1251.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1252.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Entity')]);
  1253.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1254.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1255.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1256.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Entity')]);
  1257.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1258.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MypageInvoice/Entity')]);
  1259.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1260.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Noshiproduct/Entity')]);
  1261.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1262.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PointExDx/Entity')]);
  1263.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1264.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PostCarrier42/Entity')]);
  1265.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1266.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Entity')]);
  1267.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1268.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1269.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1270.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1271.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1272.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1273.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1274.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1275.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1276.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Entity')]);
  1277.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1278.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Shiro8AddCart42/Entity')]);
  1279.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1280.         $z = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1281.         $z->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1282.         $aa = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1283.         $aa->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1284.         $ba = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/lecastPriceSelectBlock42/Entity')]);
  1285.         $ba->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1286.         $b->addDriver(($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')]))), 'Eccube\\Entity');
  1287.         $b->addDriver($d'Eccube\\Entity');
  1288.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1289.         $b->addDriver($e'Plugin\\ContactManagement42\\Entity');
  1290.         $b->addDriver($f'Plugin\\Coupon42\\Entity');
  1291.         $b->addDriver($g'Plugin\\CustomerAnalysis42\\Entity');
  1292.         $b->addDriver($h'Plugin\\DeliveryDate42\\Entity');
  1293.         $b->addDriver($i'Plugin\\DroppedCartNotifierPlugin42\\Entity');
  1294.         $b->addDriver($j'Plugin\\EtunaItemRanking42\\Entity');
  1295.         $b->addDriver($k'Plugin\\ExpressLink42\\Entity');
  1296.         $b->addDriver($l'Plugin\\JoolenCouponForMemberRegistration42\\Entity');
  1297.         $b->addDriver($m'Plugin\\MailMagazine42\\Entity');
  1298.         $b->addDriver($n'Plugin\\MultiCutDx\\Entity');
  1299.         $b->addDriver($o'Plugin\\MypageInvoice\\Entity');
  1300.         $b->addDriver($p'Plugin\\Noshiproduct\\Entity');
  1301.         $b->addDriver($q'Plugin\\PointExDx\\Entity');
  1302.         $b->addDriver($r'Plugin\\PostCarrier42\\Entity');
  1303.         $b->addDriver($s'Plugin\\ProductDisplayRank42\\Entity');
  1304.         $b->addDriver($t'Plugin\\ProductReview42\\Entity');
  1305.         $b->addDriver($u'Plugin\\Recommend42\\Entity');
  1306.         $b->addDriver($v'Plugin\\RelatedProduct42\\Entity');
  1307.         $b->addDriver($w'Plugin\\Securitychecker42\\Entity');
  1308.         $b->addDriver($x'Plugin\\SendAllMails42\\Entity');
  1309.         $b->addDriver($y'Plugin\\Shiro8AddCart42\\Entity');
  1310.         $b->addDriver($z'Plugin\\SiteKit42\\Entity');
  1311.         $b->addDriver($aa'Plugin\\VeriTrans4G2\\Entity');
  1312.         $b->addDriver($ba'Plugin\\lecastPriceSelectBlock42\\Entity');
  1313.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1314.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1315.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1316.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1317.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1318.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1319.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1320.         ], [
  1321.             'doctrine.ulid_generator' => '?',
  1322.             'doctrine.uuid_generator' => '?',
  1323.         ])));
  1324.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1325.         $a->setProxyNamespace('Proxies');
  1326.         $a->setAutoGenerateProxyClasses(true);
  1327.         $a->setSchemaIgnoreClasses([]);
  1328.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1329.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1330.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1331.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1332.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1333.         $a->setLazyGhostObjectEnabled(false);
  1334.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1335.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1336.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1337.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1338.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1339.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1340.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1341.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1342.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1343.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1344.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1345.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1346.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1347.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1348.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1349.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1350.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1351.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1352.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1353.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1354.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1355.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1356.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'false],
  1357.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1358.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1359.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1360.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1361.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1362.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1363.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1364.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1365.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1366.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1367.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1368.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1369.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1370.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1371.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1372.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1373.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1374.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1375.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1376.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1377.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1378.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1379.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1380.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1381.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1382.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1383.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1384.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1385.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1386.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1387.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1388.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1389.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1390.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1391.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1392.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1393.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1394.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1395.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1396.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1397.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1398.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1399.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1400.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1401.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1402.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1403.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1404.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1405.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1406.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1407.             'Plugin\\CustomerAnalysis42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerAnalysis42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1408.             'Plugin\\CustomerAnalysis42\\Repository\\RfmRankRepository' => ['privates''Plugin\\CustomerAnalysis42\\Repository\\RfmRankRepository''getRfmRankRepositoryService'true],
  1409.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1410.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository''getDeliveryDateRepositoryService'true],
  1411.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\HolidayRepository''getHolidayRepositoryService'true],
  1412.             'Plugin\\DroppedCartNotifierPlugin42\\Repository\\DroppedCartNotifierConfigRepository' => ['privates''Plugin\\DroppedCartNotifierPlugin42\\Repository\\DroppedCartNotifierConfigRepository''getDroppedCartNotifierConfigRepositoryService'true],
  1413.             'Plugin\\EtunaItemRanking42\\Repository\\EtunaItemRankingConfigRepository' => ['privates''Plugin\\EtunaItemRanking42\\Repository\\EtunaItemRankingConfigRepository''getEtunaItemRankingConfigRepositoryService'true],
  1414.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1415.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1416.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1417.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository''getConfigRepository6Service'false],
  1418.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository''getCustomerCouponRepositoryService'false],
  1419.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1420.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1421.             'Plugin\\MultiCutDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\MultiCutDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'false],
  1422.             'Plugin\\MultiCutDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\MultiCutDx\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'false],
  1423.             'Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository' => ['privates''Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository''getMypageInvoiceConfigRepositoryService'true],
  1424.             'Plugin\\Noshiproduct\\Repository\\NoshiproductConfigRepository' => ['privates''Plugin\\Noshiproduct\\Repository\\NoshiproductConfigRepository''getNoshiproductConfigRepositoryService'true],
  1425.             'Plugin\\Noshiproduct\\Repository\\NoshiproductKindRepository' => ['privates''Plugin\\Noshiproduct\\Repository\\NoshiproductKindRepository''getNoshiproductKindRepositoryService'true],
  1426.             'Plugin\\Noshiproduct\\Repository\\NoshiproductRepository' => ['privates''Plugin\\Noshiproduct\\Repository\\NoshiproductRepository''getNoshiproductRepositoryService'true],
  1427.             'Plugin\\Noshiproduct\\Repository\\NoshiproductSealRepository' => ['privates''Plugin\\Noshiproduct\\Repository\\NoshiproductSealRepository''getNoshiproductSealRepositoryService'true],
  1428.             'Plugin\\Noshiproduct\\Repository\\NoshiproductTieRepository' => ['privates''Plugin\\Noshiproduct\\Repository\\NoshiproductTieRepository''getNoshiproductTieRepositoryService'true],
  1429.             'Plugin\\PointExDx\\Repository\\EntryPointRepository' => ['privates''Plugin\\PointExDx\\Repository\\EntryPointRepository''getEntryPointRepositoryService'true],
  1430.             'Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository''getOrderItemPointExDxRepositoryService'true],
  1431.             'Plugin\\PointExDx\\Repository\\OrderPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\OrderPointExDxRepository''getOrderPointExDxRepositoryService'true],
  1432.             'Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepository2Service'true],
  1433.             'Plugin\\PointExDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\PointExDx\\Repository\\PlgConfigRepository''getPlgConfigRepository2Service'true],
  1434.             'Plugin\\PointExDx\\Repository\\PointExDxRateRepository' => ['privates''Plugin\\PointExDx\\Repository\\PointExDxRateRepository''getPointExDxRateRepositoryService'true],
  1435.             'Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository''getProductClassPointExDxRepositoryService'true],
  1436.             'Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository''getPostCarrierConfigRepositoryService'true],
  1437.             'Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository''getPostCarrierCustomerRepositoryService'true],
  1438.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository''getPostCarrierGroupCustomerRepositoryService'true],
  1439.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository''getPostCarrierGroupRepositoryService'true],
  1440.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1441.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1442.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1443.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1444.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1445.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1446.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1447.             'Plugin\\SendAllMails42\\Repository\\ConfigRepository' => ['privates''Plugin\\SendAllMails42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1448.             'Plugin\\Shiro8AddCart42\\Repository\\Shiro8AddCartConfigRepository' => ['privates''Plugin\\Shiro8AddCart42\\Repository\\Shiro8AddCartConfigRepository''getShiro8AddCartConfigRepositoryService'true],
  1449.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1450.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1451.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1452.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1453.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1454.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1455.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1456.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1457.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1458.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1459.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1460.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1461.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1462.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1463.             'Plugin\\lecastPriceSelectBlock42\\Repository\\PriceRangeRepository' => ['privates''Plugin\\lecastPriceSelectBlock42\\Repository\\PriceRangeRepository''getPriceRangeRepositoryService'true],
  1464.         ], [
  1465.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1466.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1467.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1468.             'Eccube\\Repository\\BlockRepository' => '?',
  1469.             'Eccube\\Repository\\CalendarRepository' => '?',
  1470.             'Eccube\\Repository\\CartItemRepository' => '?',
  1471.             'Eccube\\Repository\\CartRepository' => '?',
  1472.             'Eccube\\Repository\\CategoryRepository' => '?',
  1473.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1474.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1475.             'Eccube\\Repository\\CsvRepository' => '?',
  1476.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1477.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1478.             'Eccube\\Repository\\CustomerRepository' => '?',
  1479.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1480.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1481.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1482.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1483.             'Eccube\\Repository\\LayoutRepository' => '?',
  1484.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1485.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1486.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1487.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1488.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1489.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1490.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1491.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1492.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1493.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1494.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1495.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1496.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1497.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1498.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1499.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1500.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1501.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1502.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1503.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1504.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1505.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1506.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1507.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1508.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1509.             'Eccube\\Repository\\MemberRepository' => '?',
  1510.             'Eccube\\Repository\\NewsRepository' => '?',
  1511.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1512.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1513.             'Eccube\\Repository\\OrderRepository' => '?',
  1514.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1515.             'Eccube\\Repository\\PageRepository' => '?',
  1516.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1517.             'Eccube\\Repository\\PaymentRepository' => '?',
  1518.             'Eccube\\Repository\\PluginRepository' => '?',
  1519.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1520.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1521.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1522.             'Eccube\\Repository\\ProductRepository' => '?',
  1523.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1524.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1525.             'Eccube\\Repository\\ShippingRepository' => '?',
  1526.             'Eccube\\Repository\\TagRepository' => '?',
  1527.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1528.             'Eccube\\Repository\\TemplateRepository' => '?',
  1529.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1530.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1531.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1532.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1533.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1534.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1535.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1536.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1537.             'Plugin\\CustomerAnalysis42\\Repository\\ConfigRepository' => '?',
  1538.             'Plugin\\CustomerAnalysis42\\Repository\\RfmRankRepository' => '?',
  1539.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => '?',
  1540.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => '?',
  1541.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => '?',
  1542.             'Plugin\\DroppedCartNotifierPlugin42\\Repository\\DroppedCartNotifierConfigRepository' => '?',
  1543.             'Plugin\\EtunaItemRanking42\\Repository\\EtunaItemRankingConfigRepository' => '?',
  1544.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1545.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1546.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1547.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository' => '?',
  1548.             'Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository' => '?',
  1549.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1550.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1551.             'Plugin\\MultiCutDx\\Repository\\PlgConfigOptionRepository' => '?',
  1552.             'Plugin\\MultiCutDx\\Repository\\PlgConfigRepository' => '?',
  1553.             'Plugin\\MypageInvoice\\Repository\\MypageInvoiceConfigRepository' => '?',
  1554.             'Plugin\\Noshiproduct\\Repository\\NoshiproductConfigRepository' => '?',
  1555.             'Plugin\\Noshiproduct\\Repository\\NoshiproductKindRepository' => '?',
  1556.             'Plugin\\Noshiproduct\\Repository\\NoshiproductRepository' => '?',
  1557.             'Plugin\\Noshiproduct\\Repository\\NoshiproductSealRepository' => '?',
  1558.             'Plugin\\Noshiproduct\\Repository\\NoshiproductTieRepository' => '?',
  1559.             'Plugin\\PointExDx\\Repository\\EntryPointRepository' => '?',
  1560.             'Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository' => '?',
  1561.             'Plugin\\PointExDx\\Repository\\OrderPointExDxRepository' => '?',
  1562.             'Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository' => '?',
  1563.             'Plugin\\PointExDx\\Repository\\PlgConfigRepository' => '?',
  1564.             'Plugin\\PointExDx\\Repository\\PointExDxRateRepository' => '?',
  1565.             'Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository' => '?',
  1566.             'Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository' => '?',
  1567.             'Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository' => '?',
  1568.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository' => '?',
  1569.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository' => '?',
  1570.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => '?',
  1571.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1572.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1573.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1574.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1575.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1576.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1577.             'Plugin\\SendAllMails42\\Repository\\ConfigRepository' => '?',
  1578.             'Plugin\\Shiro8AddCart42\\Repository\\Shiro8AddCartConfigRepository' => '?',
  1579.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1580.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1581.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1582.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1583.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1584.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1585.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1586.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1587.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1588.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1589.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1590.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1591.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1592.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1593.             'Plugin\\lecastPriceSelectBlock42\\Repository\\PriceRangeRepository' => '?',
  1594.         ])));
  1595.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1596.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1597.         $a->addCustomNumericFunction('DATEDIFF''Plugin\\CustomerAnalysis42\\Doctrine\\ORM\\Query\\DateDiff');
  1598.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1599.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1600.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1601.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1602.         return $instance;
  1603.     }
  1604.     /**
  1605.      * Gets the public 'event_dispatcher' shared service.
  1606.      *
  1607.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1608.      */
  1609.     protected function getEventDispatcherService()
  1610.     {
  1611.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1612.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1613.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1614.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1615.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1616.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1617.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1618.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1619.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1620.         $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())));
  1621.         $instance->addListener('kernel.request', [=> function () {
  1622.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1623.         }, => 'onKernelRequest'], 1024);
  1624.         $instance->addListener('kernel.controller', [=> function () {
  1625.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1626.         }, => 'onKernelController'], 0);
  1627.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1628.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1629.         }, => 'checkPassport'], 1024);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1632.         }, => 'onKernelResponse'], 0);
  1633.         $instance->addListener('kernel.response', [=> function () {
  1634.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1635.         }, => 'onKernelResponse'], 0);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1638.         }, => 'onKernelRequest'], 0);
  1639.         $instance->addListener('kernel.controller', [=> function () {
  1640.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1641.         }, => 'onController'], 0);
  1642.         $instance->addListener('kernel.request', [=> function () {
  1643.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1644.         }, => 'onKernelRequest'], 512);
  1645.         $instance->addListener('kernel.request', [=> function () {
  1646.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1647.         }, => 'onKernelRequestEarly'], 500);
  1648.         $instance->addListener('kernel.request', [=> function () {
  1649.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1650.         }, => 'onKernelRequest'], 6);
  1651.         $instance->addListener('kernel.response', [=> function () {
  1652.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1653.         }, => 'onKernelResponse'], 0);
  1654.         $instance->addListener('kernel.controller', [=> function () {
  1655.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1656.         }, => 'onKernelController'], 0);
  1657.         $instance->addListener('kernel.terminate', [=> function () {
  1658.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1659.         }, => 'onKernelTerminate'], 0);
  1660.         $instance->addListener('kernel.exception', [=> function () {
  1661.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1662.         }, => 'onKernelException'], -4);
  1663.         $instance->addListener('security.interactive_login', [=> function () {
  1664.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1665.         }, => 'onInteractiveLogin'], 0);
  1666.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1667.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1668.         }, => 'onAuthenticationFailure'], 0);
  1669.         $instance->addListener('kernel.response', [=> function () {
  1670.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1671.         }, => 'onResponse'], 0);
  1672.         $instance->addListener('kernel.request', [=> function () {
  1673.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1674.         }, => 'onKernelRequest'], 512);
  1675.         $instance->addListener('kernel.controller', [=> function () {
  1676.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1677.         }, => 'onController'], 0);
  1678.         $instance->addListener('kernel.request', [=> function () {
  1679.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1680.         }, => 'onKernelRequest'], 7);
  1681.         $instance->addListener('security.interactive_login', [=> function () {
  1682.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1683.         }, => 'onInteractiveLogin'], 0);
  1684.         $instance->addListener('security.authentication.failure', [=> function () {
  1685.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1686.         }, => 'onAuthenticationFailure'], 0);
  1687.         $instance->addListener('kernel.request', [=> function () {
  1688.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1689.         }, => 'onKernelRequest'], 0);
  1690.         $instance->addListener('kernel.exception', [=> function () {
  1691.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1692.         }, => 'onKernelException'], 0);
  1693.         $instance->addListener('kernel.terminate', [=> function () {
  1694.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1695.         }, => 'onKernelTerminate'], 0);
  1696.         $instance->addListener('kernel.request', [=> function () {
  1697.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1698.         }, => 'onKernelRequest'], 6);
  1699.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1700.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1701.         }, => 'onKernelController'], 7);
  1702.         $instance->addListener('form.pre_submit', [=> function () {
  1703.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1704.         }, => 'onPreSubmit'], 0);
  1705.         $instance->addListener('form.pre_submit', [=> function () {
  1706.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1707.         }, => 'purifySubmittedData'], 1000001);
  1708.         $instance->addListener('form.pre_submit', [=> function () {
  1709.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1710.         }, => 'onPreSubmit'], 0);
  1711.         $instance->addListener('workflow.order.completed', [=> function () {
  1712.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1713.         }, => 'onCompleted'], 0);
  1714.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1715.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1716.         }, => 'updatePaymentDate'], 0);
  1717.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1718.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1719.         }, => 'rollbackStock'], 0);
  1720.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1721.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1722.         }, => 'rollbackUsePoint'], 0);
  1723.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1724.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1725.         }, => 'commitStock'], 0);
  1726.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1727.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1728.         }, => 'commitUsePoint'], 0);
  1729.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1730.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1731.         }, => 'commitAddPoint'], 0);
  1732.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1733.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1734.         }, => 'rollbackUsePoint'], 0);
  1735.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1736.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1737.         }, => 'rollbackAddPoint'], 0);
  1738.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1739.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1740.         }, => 'commitUsePoint'], 0);
  1741.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1742.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1743.         }, => 'commitAddPoint'], 0);
  1744.         $instance->addListener('kernel.terminate', [=> function () {
  1745.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1746.         }, => 'disableMaintenanceEvent'], 0);
  1747.         $instance->addListener('kernel.terminate', [=> function () {
  1748.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1749.         }, => 'forceClearCache'], 0);
  1750.         $instance->addListener('kernel.response', [=> function () {
  1751.             return ($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] ?? $this->getCheckProductEventService());
  1752.         }, => 'onKernelResponse'], 0);
  1753.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1754.             return ($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] ?? $this->getCheckProductEventService());
  1755.         }, => 'createCookie'], 0);
  1756.         $instance->addListener('front.contact.index.complete', [=> function () {
  1757.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1758.         }, => 'onContactComplete'], 0);
  1759.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1760.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1761.         }, => 'onAdminCustomerEditTwig'], 0);
  1762.         $instance->addListener('Shopping/index.twig', [=> function () {
  1763.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1764.         }, => 'index'], 0);
  1765.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1766.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1767.         }, => 'index'], 0);
  1768.         $instance->addListener('Mypage/history.twig', [=> function () {
  1769.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1770.         }, => 'onRenderMypageHistory'], 0);
  1771.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1772.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1773.         }, => 'onRenderAdminOrderEdit'], 0);
  1774.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1775.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1776.         }, => 'hookAdminProductCopyComplete'], 0);
  1777.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1778.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1779.         }, => 'onTemplateAdminProductEdit'], 0);
  1780.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1781.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1782.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1783.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1784.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1785.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1786.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1787.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1788.         }, => 'hookAdminSettingShopDeliveryEditComplete'], 0);
  1789.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1790.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1791.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1792.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1793.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1794.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1795.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1796.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1797.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1798.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1799.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1800.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1801.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1802.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1803.         }, => 'onTemplateAdminOrder'], 0);
  1804.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1805.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1806.         }, => 'onTemplateAdminOrderEdit'], 0);
  1807.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1808.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1809.         }, => 'onTemplateAdminShippingEdit'], 0);
  1810.         $instance->addListener('Mypage/history.twig', [=> function () {
  1811.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1812.         }, => 'onTemplateFrontMypageHistory'], 0);
  1813.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1814.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1815.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1816.         $instance->addListener('kernel.controller', [=> function () {
  1817.             return ($this->privates['Plugin\\MultiCutDx\\EventSubscriber\\KernelEventSubscriber'] ?? $this->getKernelEventSubscriberService());
  1818.         }, => 'onKernelController'], -10);
  1819.         $instance->addListener('Shopping/index.twig', [=> function () {
  1820.             return ($this->privates['Plugin\\MultiCutDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1821.         }, => 'onTemplateShopping'], 0);
  1822.         $instance->addListener('Mypage/history.twig', [=> function () {
  1823.             return ($this->privates['Plugin\\MypageInvoice\\MypageInvoiceEvent'] ?? ($this->privates['Plugin\\MypageInvoice\\MypageInvoiceEvent'] = new \Plugin\MypageInvoice\MypageInvoiceEvent()));
  1824.         }, => 'onRenderMypageHistory'], 0);
  1825.         $instance->addListener('Shopping/index.twig', [=> function () {
  1826.             return ($this->privates['Plugin\\Noshiproduct\\NoshiproductEvent'] ?? $this->load('getNoshiproductEventService'));
  1827.         }, => 'index'], 0);
  1828.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1829.             return ($this->privates['Plugin\\Noshiproduct\\NoshiproductEvent'] ?? $this->load('getNoshiproductEventService'));
  1830.         }, => 'confirm'], 0);
  1831.         $instance->addListener('Mypage/history.twig', [=> function () {
  1832.             return ($this->privates['Plugin\\Noshiproduct\\NoshiproductEvent'] ?? $this->load('getNoshiproductEventService'));
  1833.         }, => 'history'], 0);
  1834.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1835.             return ($this->privates['Plugin\\Noshiproduct\\NoshiproductEvent'] ?? $this->load('getNoshiproductEventService'));
  1836.         }, => 'onAdminOrderEdit'], 0);
  1837.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1838.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService'));
  1839.         }, => 'onTemplateAdminOrderEdit'], 0);
  1840.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1841.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1842.         }, => 'onTemplateProductProduct'], 0);
  1843.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1844.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1845.         }, => 'onTemplateProductClassEdit'], -10);
  1846.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1847.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1848.         }, => 'onTemplateProductIndex'], 10);
  1849.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1850.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminShippingEventSubscriber'] ?? $this->load('getAdminShippingEventSubscriberService'));
  1851.         }, => 'onTemplateAdminOrderShipping'], 0);
  1852.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1853.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminShopEventSubscriber'] ?? $this->load('getAdminShopEventSubscriberService'));
  1854.         }, => 'onTemplateShopMaster'], 0);
  1855.         $instance->addListener('Cart/index.twig', [=> function () {
  1856.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  1857.         }, => 'onTemplateCartIndex'], 10);
  1858.         $instance->addListener('front.entry.activate.complete', [=> function () {
  1859.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\EntryEventSubscriber'] ?? $this->load('getEntryEventSubscriberService'));
  1860.         }, => 'onFrontEntryActivateComplete'], 0);
  1861.         $instance->addListener('Product/detail.twig', [=> function () {
  1862.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService'));
  1863.         }, => 'onTemplateProductDetail'], 0);
  1864.         $instance->addListener('Shopping/index.twig', [=> function () {
  1865.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriber2Service'));
  1866.         }, => 'onTemplateShopping'], 10);
  1867.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1868.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriber2Service'));
  1869.         }, => 'onTemplateShoppingConfirm'], 10);
  1870.         $instance->addListener('Shopping/complete.twig', [=> function () {
  1871.             return ($this->privates['Plugin\\PostCarrier42\\EventListener\\ConversionTagListener'] ?? $this->load('getConversionTagListenerService'));
  1872.         }, => 'shopping_complete'], 0);
  1873.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1874.             return ($this->privates['Plugin\\ProductDisplayRank42\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank42\\Event'] = new \Plugin\ProductDisplayRank42\Event()));
  1875.         }, => 'onAdminProductIndexTwig'], 0);
  1876.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1877.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1878.         }, => 'onRenderAdminProduct'], 0);
  1879.         $instance->addListener('Product/detail.twig', [=> function () {
  1880.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1881.         }, => 'onRenderProductDetail'], 0);
  1882.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1883.             return ($this->privates['Plugin\\SendAllMails42\\Event'] ?? ($this->privates['Plugin\\SendAllMails42\\Event'] = new \Plugin\SendAllMails42\Event()));
  1884.         }, => 'onRenderAdminOrder'], 0);
  1885.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1886.             return ($this->privates['Plugin\\Shiro8AddCart42\\Shiro8AddCartEvent'] ?? $this->load('getShiro8AddCartEventService'));
  1887.         }, => 'onRenderAdminProductEdit'], 0);
  1888.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1889.             return ($this->privates['Plugin\\Shiro8AddCart42\\Shiro8AddCartEvent'] ?? $this->load('getShiro8AddCartEventService'));
  1890.         }, => 'onRenderAdminProductClassEdit'], 0);
  1891.         $instance->addListener('@Shiro8Download42/admin/Product/product_class.twig', [=> function () {
  1892.             return ($this->privates['Plugin\\Shiro8AddCart42\\Shiro8AddCartEvent'] ?? $this->load('getShiro8AddCartEventService'));
  1893.         }, => 'onRenderAdminProductClassEdit'], 0);
  1894.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1895.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1896.         }, => 'settingShopPaymentRenderBefore'], 0);
  1897.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1898.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1899.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1900.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1901.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1902.         }, => 'orderIndexRenderBefore'], 0);
  1903.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1904.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1905.         }, => 'orderEditRenderBefore'], 0);
  1906.         $instance->addListener('Mypage/index.twig', [=> function () {
  1907.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1908.         }, => 'myPageNaviRenderBefore'], 0);
  1909.         $instance->addListener('Mypage/history.twig', [=> function () {
  1910.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1911.         }, => 'myPageNaviRenderBefore'], 0);
  1912.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1913.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1914.         }, => 'myPageNaviRenderBefore'], 0);
  1915.         $instance->addListener('Mypage/change.twig', [=> function () {
  1916.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1917.         }, => 'myPageNaviRenderBefore'], 0);
  1918.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1919.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1920.         }, => 'myPageNaviRenderBefore'], 0);
  1921.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1922.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1923.         }, => 'myPageNaviRenderBefore'], 0);
  1924.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1925.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1926.         }, => 'myPageNaviRenderBefore'], 0);
  1927.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1928.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1929.         }, => 'myPageNaviRenderBefore'], 0);
  1930.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1931.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1932.         }, => 'myPageNaviRenderBefore'], 0);
  1933.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1934.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1935.         }, => 'myPageNaviRenderBefore'], 0);
  1936.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1937.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1938.         }, => 'myPageNaviRenderBefore'], 0);
  1939.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1940.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1941.         }, => 'myPageNaviRenderBefore'], 0);
  1942.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1943.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1944.         }, => 'settingShopPaymentEditComplete'], 0);
  1945.         $instance->addListener('mail.order', [=> function () {
  1946.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1947.         }, => 'sendOrderMailBefore'], 0);
  1948.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1949.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1950.         }, => 'adminOrderMailInitAfter'], 0);
  1951.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1952.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1953.         }, => 'adminOrderEditIndexComplete'], 0);
  1954.         $instance->addListener('Shopping/index.twig', [=> function () {
  1955.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1956.         }, => 'shoppingIndexRenderBefore'], 0);
  1957.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1958.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1959.         }, => 'shoppingConfirmRenderBefore'], 0);
  1960.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1961.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1962.         }, => 'frontMypageWithdrawComplete'], 0);
  1963.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1964.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1965.         }, => 'adminCustomerDeleteComplete'], 0);
  1966.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1967.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1968.         }, => 'adminCustomerEditIndexComplete'], 0);
  1969.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1970.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1971.         }, => 'adminCustomerEditRenderBefore'], 0);
  1972.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1973.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1974.         }, => 'adminCustomerCsvExport'], 0);
  1975.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1976.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1977.         }, => 'frontMypageIndexSearch'], 0);
  1978.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1979.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1980.         }, => 'adminProductEditComplete'], 0);
  1981.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1982.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1983.         }, => 'adminProductDeleteComplete'], 0);
  1984.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1985.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1986.         }, => 'adminProductCopyComplete'], 0);
  1987.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1988.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1989.         }, => 'adminProductClassRenderBefore'], 0);
  1990.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1991.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1992.         }, => 'adminProductRenderBefore'], 0);
  1993.         $instance->addListener('Cart/index.twig', [=> function () {
  1994.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1995.         }, => 'cartRenderBefore'], 0);
  1996.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1997.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1998.         }, => 'adminOrderCsvExport'], 0);
  1999.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  2000.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  2001.         }, => 'adminOrderCsvExport'], 0);
  2002.         $instance->addListener('@admin/Setting/Shop/mail.twig', [=> function () {
  2003.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  2004.         }, => 'mailRenderBefore'], 0);
  2005.         $instance->addListener('front.product.index.search', [=> function () {
  2006.             return ($this->privates['Plugin\\lecastPriceSelectBlock42\\Event'] ?? $this->load('getEvent5Service'));
  2007.         }, => 'onFrontProductIndexSearch'], 0);
  2008.         $instance->addListener('front.product.index.initialize', [=> function () {
  2009.             return ($this->privates['Plugin\\lecastPriceSelectBlock42\\Event'] ?? $this->load('getEvent5Service'));
  2010.         }, => 'onFrontProductIndexInitialize'], 0);
  2011.         $instance->addListener('kernel.request', [=> function () {
  2012.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2013.         }, => 'onKernelRequest'], 4096);
  2014.         $instance->addListener('kernel.response', [=> function () {
  2015.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2016.         }, => 'onKernelResponse'], 0);
  2017.         $instance->addListener('kernel.response', [=> function () {
  2018.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2019.         }, => 'onKernelResponse'], -1024);
  2020.         $instance->addListener('kernel.request', [=> function () {
  2021.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2022.         }, => 'setDefaultLocale'], 100);
  2023.         $instance->addListener('kernel.request', [=> function () {
  2024.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2025.         }, => 'onKernelRequest'], 16);
  2026.         $instance->addListener('kernel.finish_request', [=> function () {
  2027.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2028.         }, => 'onKernelFinishRequest'], 0);
  2029.         $instance->addListener('kernel.request', [=> function () {
  2030.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2031.         }, => 'onKernelRequest'], 256);
  2032.         $instance->addListener('kernel.response', [=> function () {
  2033.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2034.         }, => 'onResponse'], -255);
  2035.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2036.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2037.         }, => 'onControllerArguments'], 0);
  2038.         $instance->addListener('kernel.exception', [=> function () {
  2039.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2040.         }, => 'logKernelException'], 0);
  2041.         $instance->addListener('kernel.exception', [=> function () {
  2042.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2043.         }, => 'onKernelException'], -128);
  2044.         $instance->addListener('kernel.response', [=> function () {
  2045.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2046.         }, => 'removeCspHeader'], -128);
  2047.         $instance->addListener('kernel.request', [=> function () {
  2048.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2049.         }, => 'onKernelRequest'], 15);
  2050.         $instance->addListener('kernel.finish_request', [=> function () {
  2051.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2052.         }, => 'onKernelFinishRequest'], -15);
  2053.         $instance->addListener('console.error', [=> function () {
  2054.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2055.         }, => 'onConsoleError'], -128);
  2056.         $instance->addListener('console.terminate', [=> function () {
  2057.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2058.         }, => 'onConsoleTerminate'], -128);
  2059.         $instance->addListener('console.error', [=> function () {
  2060.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2061.         }, => 'onConsoleError'], 0);
  2062.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2063.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2064.         }, => 'onMessage'], -255);
  2065.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2066.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2067.         }, => 'onMessage'], -255);
  2068.         $instance->addListener('kernel.response', [=> function () {
  2069.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2070.         }, => 'onKernelResponse'], 0);
  2071.         $instance->addListener('kernel.request', [=> function () {
  2072.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2073.         }, => 'onKernelRequest'], 48);
  2074.         $instance->addListener('kernel.request', [=> function () {
  2075.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2076.         }, => 'configure'], 2048);
  2077.         $instance->addListener('console.command', [=> function () {
  2078.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2079.         }, => 'configure'], 2048);
  2080.         $instance->addListener('kernel.request', [=> function () {
  2081.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2082.         }, => 'onKernelRequest'], 32);
  2083.         $instance->addListener('kernel.finish_request', [=> function () {
  2084.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2085.         }, => 'onKernelFinishRequest'], 0);
  2086.         $instance->addListener('kernel.exception', [=> function () {
  2087.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2088.         }, => 'onKernelException'], -64);
  2089.         $instance->addListener('kernel.request', [=> function () {
  2090.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2091.         }, => 'onKernelRequest'], 128);
  2092.         $instance->addListener('kernel.response', [=> function () {
  2093.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2094.         }, => 'onKernelResponse'], -1000);
  2095.         $instance->addListener('kernel.finish_request', [=> function () {
  2096.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2097.         }, => 'onFinishRequest'], 0);
  2098.         $instance->addListener('kernel.response', [=> function () {
  2099.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2100.         }, => 'onKernelResponse'], -100);
  2101.         $instance->addListener('kernel.exception', [=> function () {
  2102.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2103.         }, => 'onKernelException'], 0);
  2104.         $instance->addListener('kernel.terminate', [=> function () {
  2105.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2106.         }, => 'onKernelTerminate'], -1024);
  2107.         $instance->addListener('kernel.controller', [=> function () {
  2108.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2109.         }, => 'onKernelController'], 0);
  2110.         $instance->addListener('kernel.response', [=> function () {
  2111.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2112.         }, => 'onKernelResponse'], 0);
  2113.         $instance->addListener('kernel.response', [=> function () {
  2114.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2115.         }, => 'onKernelResponse'], 0);
  2116.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2117.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2118.         }, => 'checkPassport'], 0);
  2119.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2120.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2121.         }, => 'onLoginSuccess'], 0);
  2122.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2123.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2124.         }, => 'onVoterVote'], 0);
  2125.         $instance->addListener('kernel.request', [=> function () {
  2126.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2127.         }, => 'configureLogoutUrlGenerator'], 8);
  2128.         $instance->addListener('kernel.request', [=> function () {
  2129.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2130.         }, => 'onKernelRequest'], 8);
  2131.         $instance->addListener('kernel.finish_request', [=> function () {
  2132.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2133.         }, => 'onKernelFinishRequest'], 0);
  2134.         $instance->addListener('kernel.controller', [=> function () {
  2135.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2136.         }, => 'onKernelController'], 0);
  2137.         $instance->addListener('kernel.controller', [=> function () {
  2138.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2139.         }, => 'onKernelController'], 0);
  2140.         $instance->addListener('kernel.controller', [=> function () {
  2141.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2142.         }, => 'onKernelController'], -128);
  2143.         $instance->addListener('kernel.view', [=> function () {
  2144.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2145.         }, => 'onKernelView'], 0);
  2146.         $instance->addListener('kernel.controller', [=> function () {
  2147.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2148.         }, => 'onKernelController'], 0);
  2149.         $instance->addListener('kernel.response', [=> function () {
  2150.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2151.         }, => 'onKernelResponse'], 0);
  2152.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2153.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2154.         }, => 'onKernelControllerArguments'], 0);
  2155.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2156.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2157.         }, => 'onKernelControllerArguments'], 0);
  2158.         $instance->addListener('console.command', [=> function () {
  2159.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2160.         }, => 'onCommand'], 255);
  2161.         $instance->addListener('console.terminate', [=> function () {
  2162.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2163.         }, => 'onTerminate'], -255);
  2164.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2165.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2166.         }, => 'onMessage'], 0);
  2167.         $instance->addListener('console.command', [=> function () {
  2168.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2169.         }, => 'configure'], 1024);
  2170.         $instance->addListener('kernel.response', [=> function () {
  2171.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2172.         }, => 'onKernelResponse'], -128);
  2173.         $instance->addListener('console.error', [=> function () {
  2174.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2175.         }, => 'onConsoleError'], 0);
  2176.         $instance->addListener('console.terminate', [=> function () {
  2177.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2178.         }, => 'onConsoleTerminate'], 0);
  2179.         $instance->addListener('knp_pager.before', [=> function () {
  2180.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2181.         }, => 'before'], 0);
  2182.         $instance->addListener('knp_pager.pagination', [=> function () {
  2183.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2184.         }, => 'pagination'], 0);
  2185.         $instance->addListener('knp_pager.before', [=> function () {
  2186.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2187.         }, => 'before'], 1);
  2188.         $instance->addListener('knp_pager.before', [=> function () {
  2189.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2190.         }, => 'before'], 1);
  2191.         $instance->addListener('knp_pager.pagination', [=> function () {
  2192.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2193.         }, => 'pagination'], 1);
  2194.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2195.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2196.         }, => 'checkPassport'], 512);
  2197.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2198.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2199.         }, => 'onLogout'], 0);
  2200.         return $instance;
  2201.     }
  2202.     /**
  2203.      * Gets the public 'http_kernel' shared service.
  2204.      *
  2205.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2206.      */
  2207.     protected function getHttpKernelService()
  2208.     {
  2209.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2210.         if (isset($this->services['http_kernel'])) {
  2211.             return $this->services['http_kernel'];
  2212.         }
  2213.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2214.         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 () {
  2215.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2216.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2217.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2218.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2219.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2220.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2221.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2222.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2223.         }, 8)), $b));
  2224.     }
  2225.     /**
  2226.      * Gets the public 'request_stack' shared service.
  2227.      *
  2228.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2229.      */
  2230.     protected function getRequestStackService()
  2231.     {
  2232.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2233.     }
  2234.     /**
  2235.      * Gets the public 'router' shared service.
  2236.      *
  2237.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2238.      */
  2239.     protected function getRouterService()
  2240.     {
  2241.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2242.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2243.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2244.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2245.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2246.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2247.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2248.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2249.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2250.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2251.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2252.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2253.         ], [
  2254.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2255.         ]))->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'));
  2256.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2257.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2258.         return $instance;
  2259.     }
  2260.     /**
  2261.      * Gets the public 'translator' shared service.
  2262.      *
  2263.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2264.      */
  2265.     protected function getTranslatorService()
  2266.     {
  2267.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2268.     }
  2269.     /**
  2270.      * Gets the public 'var_dumper.cloner' shared service.
  2271.      *
  2272.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2273.      */
  2274.     protected function getVarDumper_ClonerService()
  2275.     {
  2276.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2277.         $instance->setMaxItems(2500);
  2278.         $instance->setMinDepth(1);
  2279.         $instance->setMaxString(-1);
  2280.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2281.         return $instance;
  2282.     }
  2283.     /**
  2284.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2285.      *
  2286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2287.      */
  2288.     protected function get_ServiceLocator_HDnBBSZService()
  2289.     {
  2290.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2291.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2292.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2293.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2294.         ], [
  2295.             'security.firewall.map.context.admin' => '?',
  2296.             'security.firewall.map.context.customer' => '?',
  2297.             'security.firewall.map.context.dev' => '?',
  2298.         ]);
  2299.     }
  2300.     /**
  2301.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2302.      *
  2303.      * @return \Eccube\DataCollector\EccubeDataCollector
  2304.      */
  2305.     protected function getEccubeDataCollectorService()
  2306.     {
  2307.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2308.     }
  2309.     /**
  2310.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2311.      *
  2312.      * @return \Eccube\Doctrine\Query\Queries
  2313.      */
  2314.     protected function getQueriesService()
  2315.     {
  2316.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2317.         $a = ($this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service());
  2318.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2319.         $instance->addCustomizer(new \Plugin\ExpressLink42\Repository\AdminOrderCustomizer());
  2320.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\AdminProductDisplayCustomizer($a$b));
  2321.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\ProductDisplayCustomizer($a$b));
  2322.         $instance->addCustomizer(new \Plugin\PostCarrier42\Entity\AdminCustomerQueryCustomizer());
  2323.         return $instance;
  2324.     }
  2325.     /**
  2326.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2327.      *
  2328.      * @return \Eccube\EventListener\IpAddrListener
  2329.      */
  2330.     protected function getIpAddrListenerService()
  2331.     {
  2332.         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()));
  2333.     }
  2334.     /**
  2335.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2336.      *
  2337.      * @return \Eccube\EventListener\LogListener
  2338.      */
  2339.     protected function getLogListenerService()
  2340.     {
  2341.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2342.     }
  2343.     /**
  2344.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2345.      *
  2346.      * @return \Eccube\EventListener\MaintenanceListener
  2347.      */
  2348.     protected function getMaintenanceListenerService()
  2349.     {
  2350.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2351.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2352.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2353.         }
  2354.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2355.     }
  2356.     /**
  2357.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2358.      *
  2359.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2360.      */
  2361.     protected function getMobileTemplatePathListenerService()
  2362.     {
  2363.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2364.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2365.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2366.         }
  2367.         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))));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2371.      *
  2372.      * @return \Eccube\EventListener\RateLimiterListener
  2373.      */
  2374.     protected function getRateLimiterListenerService()
  2375.     {
  2376.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2377.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2378.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2379.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2380.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2381.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2382.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2383.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2384.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2385.             'limiter.vt4g_shopping_index_customer' => ['privates''limiter.vt4g_shopping_index_customer''getLimiter_Vt4gShoppingIndexCustomerService'true],
  2386.             'limiter.vt4g_shopping_index_ip' => ['privates''limiter.vt4g_shopping_index_ip''getLimiter_Vt4gShoppingIndexIpService'true],
  2387.         ], [
  2388.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2389.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2390.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2391.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2392.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2393.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2394.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2395.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2396.             'limiter.vt4g_shopping_index_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2397.             'limiter.vt4g_shopping_index_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2398.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2399.     }
  2400.     /**
  2401.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2402.      *
  2403.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2404.      */
  2405.     protected function getRestrictFileUploadListenerService()
  2406.     {
  2407.         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()));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2411.      *
  2412.      * @return \Eccube\EventListener\TransactionListener
  2413.      */
  2414.     protected function getTransactionListenerService()
  2415.     {
  2416.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2417.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2418.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2419.         }
  2420.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2421.     }
  2422.     /**
  2423.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2424.      *
  2425.      * @return \Eccube\EventListener\TwigInitializeListener
  2426.      */
  2427.     protected function getTwigInitializeListenerService()
  2428.     {
  2429.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2430.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2431.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2432.         }
  2433.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2434.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2435.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2436.         }
  2437.         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);
  2438.     }
  2439.     /**
  2440.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2441.      *
  2442.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2443.      */
  2444.     protected function getTwoFactorAuthListenerService()
  2445.     {
  2446.         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()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2450.      *
  2451.      * @return \Eccube\Log\Processor\SessionProcessor
  2452.      */
  2453.     protected function getSessionProcessorService()
  2454.     {
  2455.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2456.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2457.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2458.         }
  2459.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2460.     }
  2461.     /**
  2462.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2463.      *
  2464.      * @return \Eccube\Log\Processor\TokenProcessor
  2465.      */
  2466.     protected function getTokenProcessorService()
  2467.     {
  2468.         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()));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2472.      *
  2473.      * @return \Eccube\Repository\AuthorityRoleRepository
  2474.      */
  2475.     protected function getAuthorityRoleRepositoryService()
  2476.     {
  2477.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2478.     }
  2479.     /**
  2480.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2481.      *
  2482.      * @return \Eccube\Repository\BaseInfoRepository
  2483.      */
  2484.     protected function getBaseInfoRepositoryService()
  2485.     {
  2486.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2487.     }
  2488.     /**
  2489.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2490.      *
  2491.      * @return \Eccube\Repository\BlockPositionRepository
  2492.      */
  2493.     protected function getBlockPositionRepositoryService()
  2494.     {
  2495.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2496.     }
  2497.     /**
  2498.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2499.      *
  2500.      * @return \Eccube\Repository\BlockRepository
  2501.      */
  2502.     protected function getBlockRepositoryService()
  2503.     {
  2504.         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))));
  2505.     }
  2506.     /**
  2507.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2508.      *
  2509.      * @return \Eccube\Repository\CartRepository
  2510.      */
  2511.     protected function getCartRepositoryService()
  2512.     {
  2513.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2514.     }
  2515.     /**
  2516.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2517.      *
  2518.      * @return \Eccube\Repository\LayoutRepository
  2519.      */
  2520.     protected function getLayoutRepositoryService()
  2521.     {
  2522.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2523.     }
  2524.     /**
  2525.      * Gets the private 'Eccube\Repository\MailTemplateRepository' shared autowired service.
  2526.      *
  2527.      * @return \Eccube\Repository\MailTemplateRepository
  2528.      */
  2529.     protected function getMailTemplateRepositoryService()
  2530.     {
  2531.         return $this->privates['Eccube\\Repository\\MailTemplateRepository'] = new \Eccube\Repository\MailTemplateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2535.      *
  2536.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2537.      */
  2538.     protected function getDeviceTypeRepositoryService()
  2539.     {
  2540.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2544.      *
  2545.      * @return \Eccube\Repository\OrderRepository
  2546.      */
  2547.     protected function getOrderRepositoryService()
  2548.     {
  2549.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2550.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2551.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2552.         }
  2553.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2554.     }
  2555.     /**
  2556.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2557.      *
  2558.      * @return \Eccube\Repository\PageLayoutRepository
  2559.      */
  2560.     protected function getPageLayoutRepositoryService()
  2561.     {
  2562.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2566.      *
  2567.      * @return \Eccube\Repository\PageRepository
  2568.      */
  2569.     protected function getPageRepositoryService()
  2570.     {
  2571.         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);
  2572.     }
  2573.     /**
  2574.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2575.      *
  2576.      * @return \Eccube\Repository\ProductClassRepository
  2577.      */
  2578.     protected function getProductClassRepositoryService()
  2579.     {
  2580.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2584.      *
  2585.      * @return \Eccube\Repository\ProductRepository
  2586.      */
  2587.     protected function getProductRepositoryService()
  2588.     {
  2589.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2590.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2591.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2592.         }
  2593.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2597.      *
  2598.      * @return \Eccube\Repository\TaxRuleRepository
  2599.      */
  2600.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2601.     {
  2602.         if ($lazyLoad) {
  2603.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2604.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2605.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2606.                     $proxy->setProxyInitializer(null);
  2607.                     return true;
  2608.                 });
  2609.             });
  2610.         }
  2611.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2612.         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))));
  2613.     }
  2614.     /**
  2615.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2616.      *
  2617.      * @return \Eccube\Request\Context
  2618.      */
  2619.     protected function getContextService()
  2620.     {
  2621.         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()));
  2622.     }
  2623.     /**
  2624.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2625.      *
  2626.      * @return \Eccube\Service\CartService
  2627.      */
  2628.     protected function getCartServiceService($lazyLoad true)
  2629.     {
  2630.         if ($lazyLoad) {
  2631.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2632.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2633.                     $wrappedInstance $this->getCartServiceService(false);
  2634.                     $proxy->setProxyInitializer(null);
  2635.                     return true;
  2636.                 });
  2637.             });
  2638.         }
  2639.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2640.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2641.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2642.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2643.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2644.         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()));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2648.      *
  2649.      * @return \Eccube\Service\TwoFactorAuthService
  2650.      */
  2651.     protected function getTwoFactorAuthServiceService()
  2652.     {
  2653.         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())));
  2654.     }
  2655.     /**
  2656.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2657.      *
  2658.      * @return \Eccube\Twig\Extension\EccubeExtension
  2659.      */
  2660.     protected function getEccubeExtensionService()
  2661.     {
  2662.         $a = ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService());
  2663.         if (isset($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'])) {
  2664.             return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'];
  2665.         }
  2666.         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))), $a);
  2667.     }
  2668.     /**
  2669.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2670.      *
  2671.      * @return \Eccube\Twig\Extension\TaxExtension
  2672.      */
  2673.     protected function getTaxExtensionService()
  2674.     {
  2675.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2676.     }
  2677.     /**
  2678.      * Gets the private 'Plugin\CheckProduct42\Common\EccubeConfigEx' shared autowired service.
  2679.      *
  2680.      * @return \Plugin\CheckProduct42\Common\EccubeConfigEx
  2681.      */
  2682.     protected function getEccubeConfigExService()
  2683.     {
  2684.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2685.         if (isset($this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'])) {
  2686.             return $this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'];
  2687.         }
  2688.         return $this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'] = new \Plugin\CheckProduct42\Common\EccubeConfigEx(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  2689.     }
  2690.     /**
  2691.      * Gets the private 'Plugin\CheckProduct42\EventSubscriber\CheckProductEvent' shared autowired service.
  2692.      *
  2693.      * @return \Plugin\CheckProduct42\EventSubscriber\CheckProductEvent
  2694.      */
  2695.     protected function getCheckProductEventService()
  2696.     {
  2697.         $a = ($this->privates['Plugin\\CheckProduct42\\Common\\EccubeConfigEx'] ?? $this->getEccubeConfigExService());
  2698.         if (isset($this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'])) {
  2699.             return $this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'];
  2700.         }
  2701.         return $this->privates['Plugin\\CheckProduct42\\EventSubscriber\\CheckProductEvent'] = new \Plugin\CheckProduct42\EventSubscriber\CheckProductEvent($a, ($this->privates['Plugin\\CheckProduct42\\Service\\CookieHelper'] ?? $this->getCookieHelperService()));
  2702.     }
  2703.     /**
  2704.      * Gets the private 'Plugin\CheckProduct42\Service\CookieHelper' shared autowired service.
  2705.      *
  2706.      * @return \Plugin\CheckProduct42\Service\CookieHelper
  2707.      */
  2708.     protected function getCookieHelperService()
  2709.     {
  2710.         return $this->privates['Plugin\\CheckProduct42\\Service\\CookieHelper'] = new \Plugin\CheckProduct42\Service\CookieHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2711.     }
  2712.     /**
  2713.      * Gets the private 'Plugin\Coupon42\Repository\CouponRepository' shared autowired service.
  2714.      *
  2715.      * @return \Plugin\Coupon42\Repository\CouponRepository
  2716.      */
  2717.     protected function getCouponRepositoryService()
  2718.     {
  2719.         return $this->privates['Plugin\\Coupon42\\Repository\\CouponRepository'] = new \Plugin\Coupon42\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2720.     }
  2721.     /**
  2722.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository' shared autowired service.
  2723.      *
  2724.      * @return \Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository
  2725.      */
  2726.     protected function getConfigRepository6Service()
  2727.     {
  2728.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository'] = new \Plugin\JoolenCouponForMemberRegistration42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2729.     }
  2730.     /**
  2731.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository' shared autowired service.
  2732.      *
  2733.      * @return \Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository
  2734.      */
  2735.     protected function getCustomerCouponRepositoryService()
  2736.     {
  2737.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository'] = new \Plugin\JoolenCouponForMemberRegistration42\Repository\CustomerCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2738.     }
  2739.     /**
  2740.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService' shared autowired service.
  2741.      *
  2742.      * @return \Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService
  2743.      */
  2744.     protected function getCouponForMemberRegistrationServiceService()
  2745.     {
  2746.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2747.         if (isset($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'])) {
  2748.             return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'];
  2749.         }
  2750.         $b = ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService());
  2751.         if (isset($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'])) {
  2752.             return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'];
  2753.         }
  2754.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2755.         if (isset($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'])) {
  2756.             return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'];
  2757.         }
  2758.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Service\\Main\\CouponForMemberRegistrationService'] = new \Plugin\JoolenCouponForMemberRegistration42\Service\Main\CouponForMemberRegistrationService($a, ($this->privates['Plugin\\Coupon42\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), new \Plugin\JoolenCouponForMemberRegistration42\Component\Mailer(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\MailTemplateRepository'] ?? $this->getMailTemplateRepositoryService()), $b$c), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository6Service()), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Repository\\CustomerCouponRepository'] ?? $this->getCustomerCouponRepositoryService()), ($this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Util\\LinkageUtil'] ?? $this->getLinkageUtilService()));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil' shared autowired service.
  2762.      *
  2763.      * @return \Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil
  2764.      */
  2765.     protected function getLinkageUtilService()
  2766.     {
  2767.         return $this->privates['Plugin\\JoolenCouponForMemberRegistration42\\Util\\LinkageUtil'] = new \Plugin\JoolenCouponForMemberRegistration42\Util\LinkageUtil(($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'Plugin\MultiCutDx\EventSubscriber\KernelEventSubscriber' shared autowired service.
  2771.      *
  2772.      * @return \Plugin\MultiCutDx\EventSubscriber\KernelEventSubscriber
  2773.      */
  2774.     protected function getKernelEventSubscriberService()
  2775.     {
  2776.         return $this->privates['Plugin\\MultiCutDx\\EventSubscriber\\KernelEventSubscriber'] = new \Plugin\MultiCutDx\EventSubscriber\KernelEventSubscriber(($this->privates['Plugin\\MultiCutDx\\Service\\PlgConfigService\\ConfigService'] ?? $this->getConfigService2Service()));
  2777.     }
  2778.     /**
  2779.      * Gets the private 'Plugin\MultiCutDx\Repository\PlgConfigOptionRepository' shared autowired service.
  2780.      *
  2781.      * @return \Plugin\MultiCutDx\Repository\PlgConfigOptionRepository
  2782.      */
  2783.     protected function getPlgConfigOptionRepositoryService()
  2784.     {
  2785.         return $this->privates['Plugin\\MultiCutDx\\Repository\\PlgConfigOptionRepository'] = new \Plugin\MultiCutDx\Repository\PlgConfigOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2786.     }
  2787.     /**
  2788.      * Gets the private 'Plugin\MultiCutDx\Repository\PlgConfigRepository' shared autowired service.
  2789.      *
  2790.      * @return \Plugin\MultiCutDx\Repository\PlgConfigRepository
  2791.      */
  2792.     protected function getPlgConfigRepositoryService()
  2793.     {
  2794.         return $this->privates['Plugin\\MultiCutDx\\Repository\\PlgConfigRepository'] = new \Plugin\MultiCutDx\Repository\PlgConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2795.     }
  2796.     /**
  2797.      * Gets the private 'Plugin\MultiCutDx\Service\PlgConfigService\ConfigService' shared service.
  2798.      *
  2799.      * @return \Plugin\MultiCutDx\Service\PlgConfigService\ConfigService
  2800.      */
  2801.     protected function getConfigService2Service()
  2802.     {
  2803.         return $this->privates['Plugin\\MultiCutDx\\Service\\PlgConfigService\\ConfigService'] = new \Plugin\MultiCutDx\Service\PlgConfigService\ConfigService(($this->privates['Plugin\\MultiCutDx\\Repository\\PlgConfigRepository'] ?? $this->getPlgConfigRepositoryService()), ($this->privates['Plugin\\MultiCutDx\\Repository\\PlgConfigOptionRepository'] ?? $this->getPlgConfigOptionRepositoryService()));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'Plugin\PointExDx\Service\PointExDxService' shared autowired service.
  2807.      *
  2808.      * @return \Plugin\PointExDx\Service\PointExDxService
  2809.      */
  2810.     protected function getPointExDxServiceService()
  2811.     {
  2812.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2813.         if (isset($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'])) {
  2814.             return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'];
  2815.         }
  2816.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2817.         if (isset($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'])) {
  2818.             return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'];
  2819.         }
  2820.         return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'] = new \Plugin\PointExDx\Service\PointExDxService(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a$b);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'Plugin\ProductDisplayRank42\Repository\ConfigRepository' shared autowired service.
  2824.      *
  2825.      * @return \Plugin\ProductDisplayRank42\Repository\ConfigRepository
  2826.      */
  2827.     protected function getConfigRepository2Service()
  2828.     {
  2829.         return $this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] = new \Plugin\ProductDisplayRank42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2833.      *
  2834.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2835.      */
  2836.     protected function getWebProcessorService()
  2837.     {
  2838.         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']);
  2839.     }
  2840.     /**
  2841.      * Gets the private 'annotations.cache_adapter' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2844.      */
  2845.     protected function getAnnotations_CacheAdapterService()
  2846.     {
  2847.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2848.     }
  2849.     /**
  2850.      * Gets the private 'annotations.cached_reader' shared service.
  2851.      *
  2852.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2853.      */
  2854.     protected function getAnnotations_CachedReaderService()
  2855.     {
  2856.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2857.     }
  2858.     /**
  2859.      * Gets the private 'annotations.reader' shared service.
  2860.      *
  2861.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2862.      */
  2863.     protected function getAnnotations_ReaderService()
  2864.     {
  2865.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2866.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2867.         $a->registerUniqueLoader('class_exists');
  2868.         $instance->addGlobalIgnoredName('required'$a);
  2869.         return $instance;
  2870.     }
  2871.     /**
  2872.      * Gets the private 'assets.context' shared service.
  2873.      *
  2874.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2875.      */
  2876.     protected function getAssets_ContextService()
  2877.     {
  2878.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2879.         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());
  2880.     }
  2881.     /**
  2882.      * Gets the private 'cache.annotations' shared service.
  2883.      *
  2884.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2885.      */
  2886.     protected function getCache_AnnotationsService()
  2887.     {
  2888.         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())));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2892.      *
  2893.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2894.      */
  2895.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2896.     {
  2897.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2898.     }
  2899.     /**
  2900.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2901.      *
  2902.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2903.      */
  2904.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2905.     {
  2906.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2907.     }
  2908.     /**
  2909.      * Gets the private 'cache.property_info' shared service.
  2910.      *
  2911.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2912.      */
  2913.     protected function getCache_PropertyInfoService()
  2914.     {
  2915.         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())));
  2916.     }
  2917.     /**
  2918.      * Gets the private 'cache.security_expression_language' shared service.
  2919.      *
  2920.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2921.      */
  2922.     protected function getCache_SecurityExpressionLanguageService()
  2923.     {
  2924.         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())));
  2925.     }
  2926.     /**
  2927.      * Gets the private 'cache.security_token_verifier' shared service.
  2928.      *
  2929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2930.      */
  2931.     protected function getCache_SecurityTokenVerifierService()
  2932.     {
  2933.         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())));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'cache.serializer' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2939.      */
  2940.     protected function getCache_SerializerService()
  2941.     {
  2942.         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())));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'cache.validator' shared service.
  2946.      *
  2947.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2948.      */
  2949.     protected function getCache_ValidatorService()
  2950.     {
  2951.         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())));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'config_cache_factory' shared service.
  2955.      *
  2956.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2957.      */
  2958.     protected function getConfigCacheFactoryService()
  2959.     {
  2960.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2961.             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)));
  2962.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2963.         }, 2));
  2964.     }
  2965.     /**
  2966.      * Gets the private 'data_collector.form' shared service.
  2967.      *
  2968.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2969.      */
  2970.     protected function getDataCollector_FormService()
  2971.     {
  2972.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2973.     }
  2974.     /**
  2975.      * Gets the private 'data_collector.request' shared service.
  2976.      *
  2977.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2978.      */
  2979.     protected function getDataCollector_RequestService()
  2980.     {
  2981.         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())));
  2982.     }
  2983.     /**
  2984.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2985.      *
  2986.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2987.      */
  2988.     protected function getDebug_DebugHandlersListenerService()
  2989.     {
  2990.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2991.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2992.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2993.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2994.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2995.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2996.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2997.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2998.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2999.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3000.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3001.     }
  3002.     /**
  3003.      * Gets the private 'debug.file_link_formatter' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3006.      */
  3007.     protected function getDebug_FileLinkFormatterService()
  3008.     {
  3009.         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 () {
  3010.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3011.         });
  3012.     }
  3013.     /**
  3014.      * Gets the private 'debug.log_processor' shared service.
  3015.      *
  3016.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3017.      */
  3018.     protected function getDebug_LogProcessorService()
  3019.     {
  3020.         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())));
  3021.     }
  3022.     /**
  3023.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3024.      *
  3025.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3026.      */
  3027.     protected function getDebug_Security_Access_DecisionManagerService()
  3028.     {
  3029.         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 () {
  3030.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3031.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3032.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3033.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3034.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3035.     }
  3036.     /**
  3037.      * Gets the private 'debug.security.firewall' shared service.
  3038.      *
  3039.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3040.      */
  3041.     protected function getDebug_Security_FirewallService()
  3042.     {
  3043.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3044.         if (isset($this->privates['debug.security.firewall'])) {
  3045.             return $this->privates['debug.security.firewall'];
  3046.         }
  3047.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3048.         if (isset($this->privates['debug.security.firewall'])) {
  3049.             return $this->privates['debug.security.firewall'];
  3050.         }
  3051.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3052.     }
  3053.     /**
  3054.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3055.      *
  3056.      * @return \Doctrine\Migrations\DependencyFactory
  3057.      */
  3058.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3059.     {
  3060.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3061.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3062.         $a->setAllOrNothing(false);
  3063.         $a->setCheckDatabasePlatform(true);
  3064.         $a->setTransactional(true);
  3065.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3066.         $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()));
  3067.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3068.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3069.         });
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the private 'eccube.collector.core' shared autowired service.
  3074.      *
  3075.      * @return \Eccube\DataCollector\EccubeDataCollector
  3076.      */
  3077.     protected function getEccube_Collector_CoreService()
  3078.     {
  3079.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3080.     }
  3081.     /**
  3082.      * Gets the private 'esi_listener' shared service.
  3083.      *
  3084.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3085.      */
  3086.     protected function getEsiListenerService()
  3087.     {
  3088.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3089.     }
  3090.     /**
  3091.      * Gets the private 'exception_listener' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3094.      */
  3095.     protected function getExceptionListenerService()
  3096.     {
  3097.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3098.     }
  3099.     /**
  3100.      * Gets the private 'fragment.listener' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3103.      */
  3104.     protected function getFragment_ListenerService()
  3105.     {
  3106.         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');
  3107.     }
  3108.     /**
  3109.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3110.      *
  3111.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3112.      */
  3113.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3114.     {
  3115.         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())));
  3116.     }
  3117.     /**
  3118.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3119.      *
  3120.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3121.      */
  3122.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3123.     {
  3124.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3125.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3126.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3127.         }
  3128.         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);
  3129.     }
  3130.     /**
  3131.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3132.      *
  3133.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3134.      */
  3135.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3136.     {
  3137.         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]);
  3138.     }
  3139.     /**
  3140.      * Gets the private 'locale_aware_listener' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3143.      */
  3144.     protected function getLocaleAwareListenerService()
  3145.     {
  3146.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3147.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3148.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3149.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3150.     }
  3151.     /**
  3152.      * Gets the private 'locale_listener' shared service.
  3153.      *
  3154.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3155.      */
  3156.     protected function getLocaleListenerService()
  3157.     {
  3158.         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, []);
  3159.     }
  3160.     /**
  3161.      * Gets the private 'mailer.mailer' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Mailer\Mailer
  3164.      */
  3165.     protected function getMailer_MailerService()
  3166.     {
  3167.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3168.         if (isset($this->privates['mailer.mailer'])) {
  3169.             return $this->privates['mailer.mailer'];
  3170.         }
  3171.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  3172.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->load('getMailer_TransportFactory_NullService'));
  3173.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->load('getMailer_TransportFactory_SendmailService'));
  3174.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->load('getMailer_TransportFactory_NativeService'));
  3175.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->load('getMailer_TransportFactory_SmtpService'));
  3176.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]), NULL$a);
  3177.     }
  3178.     /**
  3179.      * Gets the private 'monolog.handler.buffered' shared service.
  3180.      *
  3181.      * @return \Monolog\Handler\BufferHandler
  3182.      */
  3183.     protected function getMonolog_Handler_BufferedService()
  3184.     {
  3185.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3186.     }
  3187.     /**
  3188.      * Gets the private 'monolog.handler.console' shared service.
  3189.      *
  3190.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3191.      */
  3192.     protected function getMonolog_Handler_ConsoleService()
  3193.     {
  3194.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3195.     }
  3196.     /**
  3197.      * Gets the private 'monolog.logger' shared service.
  3198.      *
  3199.      * @return \Symfony\Bridge\Monolog\Logger
  3200.      */
  3201.     protected function getMonolog_LoggerService()
  3202.     {
  3203.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3204.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3205.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3206.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3207.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3208.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3209.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3210.         $instance->useMicrosecondTimestamps(true);
  3211.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3212.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'monolog.logger.cache' shared service.
  3218.      *
  3219.      * @return \Symfony\Bridge\Monolog\Logger
  3220.      */
  3221.     protected function getMonolog_Logger_CacheService()
  3222.     {
  3223.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3224.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3225.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3226.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3227.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3228.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3229.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3230.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3231.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'monolog.logger.request' shared service.
  3237.      *
  3238.      * @return \Symfony\Bridge\Monolog\Logger
  3239.      */
  3240.     protected function getMonolog_Logger_RequestService()
  3241.     {
  3242.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3243.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3244.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3245.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3246.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3247.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3248.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3249.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3250.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3251.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the private 'monolog.logger.security' shared service.
  3256.      *
  3257.      * @return \Symfony\Bridge\Monolog\Logger
  3258.      */
  3259.     protected function getMonolog_Logger_SecurityService()
  3260.     {
  3261.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3262.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3263.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3264.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3265.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3266.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3267.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3268.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3269.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3270.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3271.         return $instance;
  3272.     }
  3273.     /**
  3274.      * Gets the private 'parameter_bag' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3277.      */
  3278.     protected function getParameterBagService()
  3279.     {
  3280.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3281.     }
  3282.     /**
  3283.      * Gets the private 'profiler_listener' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3286.      */
  3287.     protected function getProfilerListenerService()
  3288.     {
  3289.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3290.         if (isset($this->privates['profiler_listener'])) {
  3291.             return $this->privates['profiler_listener'];
  3292.         }
  3293.         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);
  3294.     }
  3295.     /**
  3296.      * Gets the private 'property_info' shared service.
  3297.      *
  3298.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3299.      */
  3300.     protected function getPropertyInfoService()
  3301.     {
  3302.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3303.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3304.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3305.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3306.         }, 3), new RewindableGenerator(function () {
  3307.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3308.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3309.         }, 2), new RewindableGenerator(function () {
  3310.             return new \EmptyIterator();
  3311.         }, 0), new RewindableGenerator(function () {
  3312.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3313.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3314.         }, 2), new RewindableGenerator(function () {
  3315.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3316.         }, 1));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'rate_limiter.cache' shared service.
  3320.      *
  3321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3322.      */
  3323.     protected function getRateLimiter_CacheService()
  3324.     {
  3325.         $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))));
  3326.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3327.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3328.     }
  3329.     /**
  3330.      * Gets the private 'router.expression_language_provider' shared service.
  3331.      *
  3332.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3333.      */
  3334.     protected function getRouter_ExpressionLanguageProviderService()
  3335.     {
  3336.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3337.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3338.         ], [
  3339.             'env' => 'Closure',
  3340.         ]));
  3341.     }
  3342.     /**
  3343.      * Gets the private 'router.request_context' shared service.
  3344.      *
  3345.      * @return \Symfony\Component\Routing\RequestContext
  3346.      */
  3347.     protected function getRouter_RequestContextService()
  3348.     {
  3349.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3350.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3351.         return $instance;
  3352.     }
  3353.     /**
  3354.      * Gets the private 'router_listener' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3357.      */
  3358.     protected function getRouterListenerService()
  3359.     {
  3360.         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);
  3361.     }
  3362.     /**
  3363.      * Gets the private 'security.context_listener.0' shared service.
  3364.      *
  3365.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3366.      */
  3367.     protected function getSecurity_ContextListener_0Service()
  3368.     {
  3369.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3370.         if (isset($this->privates['security.context_listener.0'])) {
  3371.             return $this->privates['security.context_listener.0'];
  3372.         }
  3373.         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 () {
  3374.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3375.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3376.         }, 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']);
  3377.     }
  3378.     /**
  3379.      * Gets the private 'security.context_listener.1' shared service.
  3380.      *
  3381.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3382.      */
  3383.     protected function getSecurity_ContextListener_1Service()
  3384.     {
  3385.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3386.         if (isset($this->privates['security.context_listener.1'])) {
  3387.             return $this->privates['security.context_listener.1'];
  3388.         }
  3389.         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 () {
  3390.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3391.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3392.         }, 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']);
  3393.     }
  3394.     /**
  3395.      * Gets the private 'security.csrf.token_storage' shared service.
  3396.      *
  3397.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3398.      */
  3399.     protected function getSecurity_Csrf_TokenStorageService()
  3400.     {
  3401.         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())));
  3402.     }
  3403.     /**
  3404.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3405.      *
  3406.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3407.      */
  3408.     protected function getSecurity_EventDispatcher_AdminService()
  3409.     {
  3410.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3412.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3413.         }, => 'checkPassport'], 2048);
  3414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3415.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3416.         }, => 'onSuccessfulLogin'], 0);
  3417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3418.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3419.         }, => 'onLogout'], 0);
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3421.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3422.         }, => 'onLogout'], 0);
  3423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3424.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3425.         }, => 'checkPassport'], 2080);
  3426.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3427.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3428.         }, => 'onSuccessfulLogin'], 0);
  3429.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3430.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3431.         }, => 'preCheckCredentials'], 256);
  3432.         $instance->addListener('security.authentication.success', [=> function () {
  3433.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3434.         }, => 'postCheckCredentials'], 256);
  3435.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3436.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3437.         }, => 'checkPassport'], 1024);
  3438.         $instance->addListener('security.interactive_login', [=> function () {
  3439.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3440.         }, => 'onInteractiveLogin'], 0);
  3441.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3442.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3443.         }, => 'onAuthenticationFailure'], 0);
  3444.         $instance->addListener('security.interactive_login', [=> function () {
  3445.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3446.         }, => 'onInteractiveLogin'], 0);
  3447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3448.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3449.         }, => 'checkPassport'], 0);
  3450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3451.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3452.         }, => 'onLoginSuccess'], 0);
  3453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3454.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3455.         }, => 'checkPassport'], 512);
  3456.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3457.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3458.         }, => 'onLogout'], 0);
  3459.         return $instance;
  3460.     }
  3461.     /**
  3462.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3463.      *
  3464.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3465.      */
  3466.     protected function getSecurity_EventDispatcher_CustomerService()
  3467.     {
  3468.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3469.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3470.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3471.         }, => 'checkPassport'], 2048);
  3472.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3473.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3474.         }, => 'onSuccessfulLogin'], 0);
  3475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3476.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3477.         }, => 'onLogout'], 64);
  3478.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3479.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3480.         }, => 'onLogout'], 0);
  3481.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3482.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3483.         }, => 'checkPassport'], 2080);
  3484.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3485.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3486.         }, => 'onSuccessfulLogin'], 0);
  3487.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3488.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3489.         }, => 'onSuccessfulLogin'], -32);
  3490.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3491.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3492.         }, => 'onSuccessfulLogin'], -64);
  3493.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3494.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3495.         }, => 'clearCookie'], 0);
  3496.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3497.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3498.         }, => 'clearCookie'], 0);
  3499.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3500.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3501.         }, => 'clearCookie'], 0);
  3502.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3503.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3504.         }, => 'preCheckCredentials'], 256);
  3505.         $instance->addListener('security.authentication.success', [=> function () {
  3506.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3507.         }, => 'postCheckCredentials'], 256);
  3508.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3509.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3510.         }, => 'checkPassport'], 1024);
  3511.         $instance->addListener('security.interactive_login', [=> function () {
  3512.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3513.         }, => 'onInteractiveLogin'], 0);
  3514.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3515.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3516.         }, => 'onAuthenticationFailure'], 0);
  3517.         $instance->addListener('security.interactive_login', [=> function () {
  3518.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3519.         }, => 'onInteractiveLogin'], 0);
  3520.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3521.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3522.         }, => 'checkPassport'], 0);
  3523.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3524.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3525.         }, => 'onLoginSuccess'], 0);
  3526.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3527.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3528.         }, => 'checkPassport'], 512);
  3529.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3530.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3531.         }, => 'onLogout'], 0);
  3532.         return $instance;
  3533.     }
  3534.     /**
  3535.      * Gets the private 'security.firewall.map' shared service.
  3536.      *
  3537.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3538.      */
  3539.     protected function getSecurity_Firewall_MapService()
  3540.     {
  3541.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3542.         if (isset($this->privates['security.firewall.map'])) {
  3543.             return $this->privates['security.firewall.map'];
  3544.         }
  3545.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3546.             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)/')));
  3547.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.T17Y27V'] ?? ($this->privates['.security.request_matcher.T17Y27V'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3548.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3549.         }, 3));
  3550.     }
  3551.     /**
  3552.      * Gets the private 'security.logout_url_generator' shared service.
  3553.      *
  3554.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3555.      */
  3556.     protected function getSecurity_LogoutUrlGeneratorService()
  3557.     {
  3558.         $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()));
  3559.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3560.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3561.         return $instance;
  3562.     }
  3563.     /**
  3564.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3565.      *
  3566.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3567.      */
  3568.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3569.     {
  3570.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3571.     }
  3572.     /**
  3573.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3574.      *
  3575.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3576.      */
  3577.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3578.     {
  3579.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3580.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3581.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3582.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3583.     }
  3584.     /**
  3585.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3586.      *
  3587.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3588.      */
  3589.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3590.     {
  3591.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3592.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3593.             return $this->privates['sensio_framework_extra.security.listener'];
  3594.         }
  3595.         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()));
  3596.     }
  3597.     /**
  3598.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3599.      *
  3600.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3601.      */
  3602.     protected function getSensioFrameworkExtra_View_ListenerService()
  3603.     {
  3604.         $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))));
  3605.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3606.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3607.         ], [
  3608.             'twig' => '?',
  3609.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3610.         return $instance;
  3611.     }
  3612.     /**
  3613.      * Gets the private 'session.factory' shared service.
  3614.      *
  3615.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3616.      */
  3617.     protected function getSession_FactoryService()
  3618.     {
  3619.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3620.         if (isset($this->privates['session.factory'])) {
  3621.             return $this->privates['session.factory'];
  3622.         }
  3623.         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']);
  3624.     }
  3625.     /**
  3626.      * Gets the private 'session_listener' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3629.      */
  3630.     protected function getSessionListenerService()
  3631.     {
  3632.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3633.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3634.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3635.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3636.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3637.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3638.         ], [
  3639.             'initialized_session' => '?',
  3640.             'logger' => '?',
  3641.             'session' => '?',
  3642.             'session_collector' => '?',
  3643.             'session_factory' => '?',
  3644.         ]), true$this->getParameter('session.storage.options'));
  3645.     }
  3646.     /**
  3647.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3648.      *
  3649.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3650.      */
  3651.     protected function getStateMachine_Order_MetadataStoreService()
  3652.     {
  3653.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3654.     }
  3655.     /**
  3656.      * Gets the private 'translator.default' shared service.
  3657.      *
  3658.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3659.      */
  3660.     protected function getTranslator_DefaultService()
  3661.     {
  3662.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3663.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3664.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3665.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3666.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3667.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3668.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3669.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3670.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3671.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3672.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3673.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3674.         ], [
  3675.             'translation.loader.csv' => '?',
  3676.             'translation.loader.dat' => '?',
  3677.             'translation.loader.ini' => '?',
  3678.             'translation.loader.json' => '?',
  3679.             'translation.loader.mo' => '?',
  3680.             'translation.loader.php' => '?',
  3681.             'translation.loader.po' => '?',
  3682.             'translation.loader.qt' => '?',
  3683.             'translation.loader.res' => '?',
  3684.             'translation.loader.xliff' => '?',
  3685.             'translation.loader.yml' => '?',
  3686.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Noshiproduct/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/locale/messages.ja.php'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/CustomerAnalysis42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/PostCarrier42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/validators.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale/validators.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale/validators.ja.yaml'), 23 => (\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Resource/locale/messages.ja.php'), 24 => (\dirname(__DIR__4).'/app/Plugin/Shiro8AddCart42/Resource/locale/messages.ja.yaml'), 25 => (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale/messages.ja.yaml'), 26 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 27 => (\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/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CheckProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Noshiproduct/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/CustomerAnalysis42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/PostCarrier42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale'), 18 => (\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Resource/locale'), 19 => (\dirname(__DIR__4).'/app/Plugin/Shiro8AddCart42/Resource/locale'), 20 => (\dirname(__DIR__4).'/app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 22 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 23 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 36 => (\dirname(__DIR__4).'/src/Eccube/translations'), 37 => (\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Service/PlgConfigService/Bundle/translations'), 38 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PlgConfigService/Bundle/translations'), 39 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Bundle/translations'), 40 => (\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/RelatedProduct42/Resource/locale'=> 'app/Plugin/CheckProduct42/Resource/locale'=> 'app/Plugin/Noshiproduct/Resource/locale'=> 'app/Plugin/PointExDx/Resource/locale'10 => 'app/Plugin/VeriTrans4G2/Resource/locale'11 => 'app/Plugin/CustomerAnalysis42/Resource/locale'12 => 'app/Plugin/ExpressLink42/Resource/locale'13 => 'app/Plugin/PostCarrier42/Resource/locale'14 => 'app/Plugin/DeliveryDate42/Resource/locale'15 => 'app/Plugin/ContactManagement42/Resource/locale'16 => 'app/Plugin/ProductDisplayRank42/Resource/locale'17 => 'app/Plugin/SendAllMails42/Resource/locale'18 => 'app/Plugin/MultiCutDx/Resource/locale'19 => 'app/Plugin/Shiro8AddCart42/Resource/locale'20 => 'app/Plugin/JoolenCouponForMemberRegistration42/Resource/locale'21 => 'src/Eccube/Resource/locale/'22 => 'app/Customize/Resource/locale/'23 => 'vendor/symfony/framework-bundle/translations'24 => 'vendor/symfony/security-bundle/translations'25 => 'vendor/doctrine/doctrine-bundle/translations'26 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'27 => 'vendor/sensio/framework-extra-bundle/src/translations'28 => 'vendor/symfony/monolog-bundle/translations'29 => 'vendor/symfony/twig-bundle/translations'30 => 'vendor/symfony/debug-bundle/translations'31 => 'vendor/symfony/web-profiler-bundle/translations'32 => 'vendor/symfony/maker-bundle/src/translations'33 => 'vendor/exercise/htmlpurifier-bundle/src/translations'34 => 'vendor/doctrine/doctrine-migrations-bundle/translations'35 => 'vendor/twig/extra-bundle/translations'36 => 'src/Eccube/translations'37 => 'app/Plugin/MultiCutDx/Service/PlgConfigService/Bundle/translations'38 => 'app/Plugin/PointExDx/Service/PlgConfigService/Bundle/translations'39 => 'app/Plugin/PointExDx/Bundle/translations'40 => 'translations']]], []);
  3687.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3688.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3689.         return $instance;
  3690.     }
  3691.     /**
  3692.      * Gets the private 'validator.builder' shared service.
  3693.      *
  3694.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3695.      */
  3696.     protected function getValidator_BuilderService()
  3697.     {
  3698.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3699.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3700.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3701.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3702.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3703.             'Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator' => ['privates''Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator''getTwoFormRangesValidatorService'true],
  3704.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator''getContainsRecaptchaValidatorService'true],
  3705.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3706.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator''getContainsVeritransIdPrefixValidatorService'true],
  3707.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3708.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3709.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3710.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3711.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3712.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3713.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3714.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3715.         ], [
  3716.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3717.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3718.             'Plugin\\JoolenCouponForMemberRegistration42\\Validator\\Constraints\\TwoFormRangesValidator' => '?',
  3719.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => '?',
  3720.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3721.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => '?',
  3722.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3723.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3724.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3725.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3726.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3727.             'doctrine.orm.validator.unique' => '?',
  3728.             'security.validator.user_password' => '?',
  3729.             'validator.expression' => '?',
  3730.         ])));
  3731.         if ($this->has('translator')) {
  3732.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3733.         }
  3734.         $instance->setTranslationDomain('validators');
  3735.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3736.         $instance->enableAnnotationMapping(true);
  3737.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3738.         $instance->addMethodMapping('loadValidatorMetadata');
  3739.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3740.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3741.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3742.         return $instance;
  3743.     }
  3744.     /**
  3745.      * Gets the private 'var_dumper.html_dumper' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3748.      */
  3749.     protected function getVarDumper_HtmlDumperService()
  3750.     {
  3751.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3752.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3753.         return $instance;
  3754.     }
  3755.     /**
  3756.      * Gets the private 'web_profiler.csp.handler' shared service.
  3757.      *
  3758.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3759.      */
  3760.     protected function getWebProfiler_Csp_HandlerService()
  3761.     {
  3762.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3763.     }
  3764.     /**
  3765.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3766.      *
  3767.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3768.      */
  3769.     protected function getWebProfiler_DebugToolbarService()
  3770.     {
  3771.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3772.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3773.             return $this->privates['web_profiler.debug_toolbar'];
  3774.         }
  3775.         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()));
  3776.     }
  3777.     /**
  3778.      * Gets the public 'cache_clearer' alias.
  3779.      *
  3780.      * @return object The ".container.private.cache_clearer" service.
  3781.      */
  3782.     protected function getCacheClearerService()
  3783.     {
  3784.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3785.         return $this->get('.container.private.cache_clearer');
  3786.     }
  3787.     /**
  3788.      * Gets the public 'filesystem' alias.
  3789.      *
  3790.      * @return object The ".container.private.filesystem" service.
  3791.      */
  3792.     protected function getFilesystemService()
  3793.     {
  3794.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3795.         return $this->get('.container.private.filesystem');
  3796.     }
  3797.     /**
  3798.      * Gets the public 'state_machine.order' alias.
  3799.      *
  3800.      * @return object The ".container.private.state_machine.order" service.
  3801.      */
  3802.     protected function getStateMachine_OrderService()
  3803.     {
  3804.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3805.         return $this->get('.container.private.state_machine.order');
  3806.     }
  3807.     /**
  3808.      * Gets the public 'serializer' alias.
  3809.      *
  3810.      * @return object The ".container.private.serializer" service.
  3811.      */
  3812.     protected function getSerializerService()
  3813.     {
  3814.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3815.         return $this->get('.container.private.serializer');
  3816.     }
  3817.     /**
  3818.      * Gets the public 'security.csrf.token_manager' alias.
  3819.      *
  3820.      * @return object The ".container.private.security.csrf.token_manager" service.
  3821.      */
  3822.     protected function getSecurity_Csrf_TokenManagerService()
  3823.     {
  3824.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3825.         return $this->get('.container.private.security.csrf.token_manager');
  3826.     }
  3827.     /**
  3828.      * Gets the public 'form.factory' alias.
  3829.      *
  3830.      * @return object The ".container.private.form.factory" service.
  3831.      */
  3832.     protected function getForm_FactoryService()
  3833.     {
  3834.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3835.         return $this->get('.container.private.form.factory');
  3836.     }
  3837.     /**
  3838.      * Gets the public 'form.type.file' alias.
  3839.      *
  3840.      * @return object The ".container.private.form.type.file" service.
  3841.      */
  3842.     protected function getForm_Type_FileService()
  3843.     {
  3844.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3845.         return $this->get('.container.private.form.type.file');
  3846.     }
  3847.     /**
  3848.      * Gets the public 'profiler' alias.
  3849.      *
  3850.      * @return object The ".container.private.profiler" service.
  3851.      */
  3852.     protected function getProfilerService()
  3853.     {
  3854.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3855.         return $this->get('.container.private.profiler');
  3856.     }
  3857.     /**
  3858.      * Gets the public 'security.authorization_checker' alias.
  3859.      *
  3860.      * @return object The ".container.private.security.authorization_checker" service.
  3861.      */
  3862.     protected function getSecurity_AuthorizationCheckerService()
  3863.     {
  3864.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3865.         return $this->get('.container.private.security.authorization_checker');
  3866.     }
  3867.     /**
  3868.      * Gets the public 'security.token_storage' alias.
  3869.      *
  3870.      * @return object The ".container.private.security.token_storage" service.
  3871.      */
  3872.     protected function getSecurity_TokenStorageService()
  3873.     {
  3874.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3875.         return $this->get('.container.private.security.token_storage');
  3876.     }
  3877.     /**
  3878.      * Gets the public 'twig' alias.
  3879.      *
  3880.      * @return object The ".container.private.twig" service.
  3881.      */
  3882.     protected function getTwigService()
  3883.     {
  3884.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3885.         return $this->get('.container.private.twig');
  3886.     }
  3887.     /**
  3888.      * Gets the public 'security.password_encoder' alias.
  3889.      *
  3890.      * @return object The ".container.private.security.password_encoder" service.
  3891.      */
  3892.     protected function getSecurity_PasswordEncoderService()
  3893.     {
  3894.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3895.         return $this->get('.container.private.security.password_encoder');
  3896.     }
  3897.     /**
  3898.      * Gets the public 'session' alias.
  3899.      *
  3900.      * @return object The ".container.private.session" service.
  3901.      */
  3902.     protected function getSessionService()
  3903.     {
  3904.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3905.         return $this->get('.container.private.session');
  3906.     }
  3907.     /**
  3908.      * Gets the public 'validator' alias.
  3909.      *
  3910.      * @return object The ".container.private.validator" service.
  3911.      */
  3912.     protected function getValidatorService()
  3913.     {
  3914.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3915.         return $this->get('.container.private.validator');
  3916.     }
  3917.     /**
  3918.      * @return array|bool|float|int|string|\UnitEnum|null
  3919.      */
  3920.     public function getParameter(string $name)
  3921.     {
  3922.         if (isset($this->buildParameters[$name])) {
  3923.             return $this->buildParameters[$name];
  3924.         }
  3925.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3926.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3927.         }
  3928.         if (isset($this->loadedDynamicParameters[$name])) {
  3929.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3930.         }
  3931.         return $this->parameters[$name];
  3932.     }
  3933.     public function hasParameter(string $name): bool
  3934.     {
  3935.         if (isset($this->buildParameters[$name])) {
  3936.             return true;
  3937.         }
  3938.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3939.     }
  3940.     public function setParameter(string $name$value): void
  3941.     {
  3942.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3943.     }
  3944.     public function getParameterBag(): ParameterBagInterface
  3945.     {
  3946.         if (null === $this->parameterBag) {
  3947.             $parameters $this->parameters;
  3948.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3949.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3950.             }
  3951.             foreach ($this->buildParameters as $name => $value) {
  3952.                 $parameters[$name] = $value;
  3953.             }
  3954.             $this->parameterBag = new FrozenParameterBag($parameters);
  3955.         }
  3956.         return $this->parameterBag;
  3957.     }
  3958.     private $loadedDynamicParameters = [
  3959.         'kernel.runtime_environment' => false,
  3960.         'kernel.build_dir' => false,
  3961.         'kernel.cache_dir' => false,
  3962.         'locale' => false,
  3963.         'timezone' => false,
  3964.         'currency' => false,
  3965.         'eccube_database_url' => false,
  3966.         'eccube_mailer_dsn' => false,
  3967.         'eccube_admin_route' => false,
  3968.         'eccube_user_data_route' => false,
  3969.         'eccube_front_allow_hosts' => false,
  3970.         'eccube_front_deny_hosts' => false,
  3971.         'eccube_admin_allow_hosts' => false,
  3972.         'eccube_admin_deny_hosts' => false,
  3973.         'eccube_force_ssl' => false,
  3974.         'eccube.theme' => false,
  3975.         'eccube_theme_code' => false,
  3976.         'eccube_auth_magic' => false,
  3977.         'eccube_theme_front_dir' => false,
  3978.         'eccube_html_front_dir' => false,
  3979.         'eccube_csv_temp_realdir' => false,
  3980.         'eccube_owners_store_url' => false,
  3981.         'eccube_package_api_url' => false,
  3982.         'eccube_content_maintenance_file_path' => false,
  3983.         'eccube_2fa_enabled' => false,
  3984.         'eccube_2fa_cookie_name' => false,
  3985.         'eccube_2fa_expire' => false,
  3986.         'eccube_restrict_file_upload' => false,
  3987.         'kernel.secret' => false,
  3988.         'kernel.default_locale' => false,
  3989.         'debug.container.dump' => false,
  3990.         'serializer.mapping.cache.file' => false,
  3991.         'session.storage.options' => false,
  3992.         'validator.mapping.cache.file' => false,
  3993.         'profiler.storage.dsn' => false,
  3994.         'doctrine.orm.proxy_dir' => false,
  3995.     ];
  3996.     private $dynamicParameters = [];
  3997.     private function getDynamicParameter(string $name)
  3998.     {
  3999.         switch ($name) {
  4000.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4001.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4002.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4003.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4004.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4005.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4006.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4007.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4008.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4009.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4010.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4011.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4012.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4013.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4014.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4015.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4016.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4017.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4018.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4019.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/shop/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4020.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4021.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4022.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4023.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4024.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4025.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4026.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4027.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4028.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4029.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4030.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4031.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4032.             case 'session.storage.options'$value = [
  4033.                 'cache_limiter' => '0',
  4034.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4035.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4036.                 'cookie_httponly' => true,
  4037.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4038.                 'gc_probability' => 1,
  4039.             ]; break;
  4040.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4041.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4042.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4043.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4044.         }
  4045.         $this->loadedDynamicParameters[$name] = true;
  4046.         return $this->dynamicParameters[$name] = $value;
  4047.     }
  4048.     protected function getDefaultParameters(): array
  4049.     {
  4050.         return [
  4051.             'kernel.project_dir' => \dirname(__DIR__4),
  4052.             'kernel.environment' => 'dev',
  4053.             'kernel.debug' => true,
  4054.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4055.             'kernel.bundles' => [
  4056.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4057.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4058.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4059.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4060.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4061.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4062.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4063.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4064.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4065.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4066.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4067.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4068.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4069.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4070.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4071.                 'MultiCutDxBundle' => 'Plugin\\MultiCutDx\\Service\\PlgConfigService\\Bundle\\MultiCutDxBundle',
  4072.                 'PointExDxConfigBundle' => 'Plugin\\PointExDx\\Service\\PlgConfigService\\Bundle\\PointExDxConfigBundle',
  4073.                 'PointExDxBundle' => 'Plugin\\PointExDx\\Bundle\\PointExDxBundle',
  4074.             ],
  4075.             'kernel.bundles_metadata' => [
  4076.                 'FrameworkBundle' => [
  4077.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4078.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4079.                 ],
  4080.                 'SecurityBundle' => [
  4081.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4082.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4083.                 ],
  4084.                 'DoctrineBundle' => [
  4085.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4086.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4087.                 ],
  4088.                 'DoctrineFixturesBundle' => [
  4089.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4090.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4091.                 ],
  4092.                 'SensioFrameworkExtraBundle' => [
  4093.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4094.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4095.                 ],
  4096.                 'MonologBundle' => [
  4097.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4098.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4099.                 ],
  4100.                 'TwigBundle' => [
  4101.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4102.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4103.                 ],
  4104.                 'DebugBundle' => [
  4105.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4106.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4107.                 ],
  4108.                 'WebProfilerBundle' => [
  4109.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4110.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4111.                 ],
  4112.                 'MakerBundle' => [
  4113.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4114.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4115.                 ],
  4116.                 'KnpPaginatorBundle' => [
  4117.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4118.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4119.                 ],
  4120.                 'ExerciseHTMLPurifierBundle' => [
  4121.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4122.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4123.                 ],
  4124.                 'DoctrineMigrationsBundle' => [
  4125.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4126.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4127.                 ],
  4128.                 'TwigExtraBundle' => [
  4129.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4130.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4131.                 ],
  4132.                 'EccubeBundle' => [
  4133.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4134.                     'namespace' => 'Eccube',
  4135.                 ],
  4136.                 'MultiCutDxBundle' => [
  4137.                     'path' => (\dirname(__DIR__4).'/app/Plugin/MultiCutDx/Service/PlgConfigService/Bundle'),
  4138.                     'namespace' => 'Plugin\\MultiCutDx\\Service\\PlgConfigService\\Bundle',
  4139.                 ],
  4140.                 'PointExDxConfigBundle' => [
  4141.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PlgConfigService/Bundle'),
  4142.                     'namespace' => 'Plugin\\PointExDx\\Service\\PlgConfigService\\Bundle',
  4143.                 ],
  4144.                 'PointExDxBundle' => [
  4145.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Bundle'),
  4146.                     'namespace' => 'Plugin\\PointExDx\\Bundle',
  4147.                 ],
  4148.             ],
  4149.             'kernel.charset' => 'UTF-8',
  4150.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4151.             'container.dumper.inline_class_loader' => true,
  4152.             'env(ECCUBE_LOCALE)' => 'ja',
  4153.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4154.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4155.             'env(DATABASE_URL)' => '',
  4156.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4157.             'env(DATABASE_CHARSET)' => 'utf8',
  4158.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4159.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4160.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4161.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4162.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4163.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4164.             'env(ECCUBE_FORCE_SSL)' => '0',
  4165.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4166.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4167.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4168.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4169.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4170.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4171.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4172.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4173.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4174.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4175.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4176.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4177.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4178.             'eccube_auth_type' => 'HMAC',
  4179.             'eccube_password_hash_algos' => 'SHA256',
  4180.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4181.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4182.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4183.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4184.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4185.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4186.             'eccube_html_dir' => (\dirname(__DIR__4).'/shop/html'),
  4187.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4188.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/shop/html/template/admin'),
  4189.             'eccube_twig_block_templates' => [
  4190.             ],
  4191.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/shop/html/upload/save_image'),
  4192.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/shop/html/upload/temp_image'),
  4193.             'eccube_csv_size' => 5,
  4194.             'eccube_csv_split_lines' => 100,
  4195.             'eccube_default_password' => 'abc********123',
  4196.             'eccube_deliv_addr_max' => 20,
  4197.             'eccube_deliv_date_end_max' => 21,
  4198.             'eccube_id_max_len' => 50,
  4199.             'eccube_id_min_len' => 4,
  4200.             'eccube_int_len' => 9,
  4201.             'eccube_category_nest_level' => 5,
  4202.             'eccube_lltext_len' => 99999,
  4203.             'eccube_ltext_len' => 3000,
  4204.             'eccube_max_total_fee' => 9999999999,
  4205.             'eccube_mltext_len' => 1000,
  4206.             'eccube_mtext_len' => 200,
  4207.             'plugin_html_realdir' => (\dirname(__DIR__4).'/shop/html/plugin/'),
  4208.             'plugin_html_urlpath' => '/plugin/',
  4209.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4210.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4211.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4212.             'eccube_price_len' => 8,
  4213.             'eccube_search_pmax' => 12,
  4214.             'eccube_sitemap_products_per_page' => 1000,
  4215.             'eccube_stext_len' => 255,
  4216.             'eccube_sltext_len' => 500,
  4217.             'eccube_smtext_len' => 100,
  4218.             'eccube_tax_rule_priority' => [
  4219.                 => 'product_id',
  4220.                 => 'product_class_id',
  4221.                 => 'pref_id',
  4222.                 => 'country_id',
  4223.             ],
  4224.             'eccube_url_len' => 1024,
  4225.             'eccube_default_page_count' => 200,
  4226.             'eccube_admin_product_stock_status' => 3,
  4227.             'eccube_customer_reset_expire' => 10,
  4228.             'eccube_csv_export_separator' => ',',
  4229.             'eccube_csv_export_encoding' => 'SJIS-win',
  4230.             'eccube_csv_import_encoding' => [
  4231.                 => 'UTF-8',
  4232.                 => 'SJIS-win',
  4233.                 => 'SJIS',
  4234.                 => 'EUC-JP',
  4235.                 => 'ASCII',
  4236.                 => 'JIS',
  4237.             ],
  4238.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4239.             'eccube_csv_export_multidata_separator' => ',',
  4240.             'eccube_csv_import_delimiter' => ',',
  4241.             'eccube_csv_import_enclosure' => '"',
  4242.             'eccube_csv_import_escape' => '\\',
  4243.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4244.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4245.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4246.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4247.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4248.             'eccube_name_len' => 16,
  4249.             'eccube_kana_len' => 25,
  4250.             'eccube_address1_len' => 32,
  4251.             'eccube_address2_len' => 32,
  4252.             'eccube_birth_max' => 110,
  4253.             'eccube_product_order_price_lower' => 1,
  4254.             'eccube_product_order_newer' => 2,
  4255.             'eccube_product_order_price_higher' => 3,
  4256.             'eccube_price_max' => 2147483647,
  4257.             'eccube_tel_len_max' => 14,
  4258.             'eccube_postal_code' => 8,
  4259.             'eccube_password_min_len' => 12,
  4260.             'eccube_password_max_len' => 50,
  4261.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4262.             'eccube_composer_memory_limit' => '1536M',
  4263.             'eccube_order_mail_template_id' => 1,
  4264.             'eccube_entry_confirm_mail_template_id' => 2,
  4265.             'eccube_entry_complete_mail_template_id' => 3,
  4266.             'eccube_customer_withdraw_mail_template_id' => 4,
  4267.             'eccube_contact_mail_template_id' => 5,
  4268.             'eccube_forgot_mail_template_id' => 6,
  4269.             'eccube_reset_complete_mail_template_id' => 7,
  4270.             'eccube_shipping_notify_mail_template_id' => 8,
  4271.             'eccube_rfc_email_check' => false,
  4272.             'eccube_email_len' => 254,
  4273.             'eccube_order_no_format' => '',
  4274.             'eccube_order_pdf_message_len' => 30,
  4275.             'eccube_news_start_year' => 2000,
  4276.             'eccube_result_cache_lifetime' => 3600,
  4277.             'eccube_result_cache_lifetime_short' => 10,
  4278.             'eccube_restrict_file_upload_urls' => [
  4279.                 => 'admin_content_file',
  4280.                 => 'admin_store_plugin_install',
  4281.                 => 'admin_content_page_new',
  4282.                 => 'admin_content_page_edit',
  4283.                 => 'admin_content_block_new',
  4284.                 => 'admin_content_block_edit',
  4285.                 => 'admin_content_css',
  4286.                 => 'admin_content_js',
  4287.                 => 'admin_store_template_install',
  4288.             ],
  4289.             'eccube_file_uploadable_extensions' => [
  4290.                 => 'jpg',
  4291.                 => 'jpeg',
  4292.                 => 'png',
  4293.                 => 'gif',
  4294.                 => 'webp',
  4295.                 => 'svg',
  4296.                 => 'ico',
  4297.                 => 'html',
  4298.                 => 'htm',
  4299.                 => 'js',
  4300.                 10 => 'css',
  4301.                 11 => 'txt',
  4302.                 12 => 'pdf',
  4303.             ],
  4304.             'eccube_login_throttling_max_attempts' => 5,
  4305.             'eccube_login_throttling_interval' => '30 minutes',
  4306.             'eccube_nav' => [
  4307.                 'product' => [
  4308.                     'name' => 'admin.product.product_management',
  4309.                     'icon' => 'fa-cube',
  4310.                     'children' => [
  4311.                         'product_master' => [
  4312.                             'name' => 'admin.product.product_list',
  4313.                             'url' => 'admin_product',
  4314.                         ],
  4315.                         'product_edit' => [
  4316.                             'name' => 'admin.product.product_registration',
  4317.                             'url' => 'admin_product_product_new',
  4318.                         ],
  4319.                         'class_name' => [
  4320.                             'name' => 'admin.product.class_management',
  4321.                             'url' => 'admin_product_class_name',
  4322.                         ],
  4323.                         'class_category' => [
  4324.                             'name' => 'admin.product.category_management',
  4325.                             'url' => 'admin_product_category',
  4326.                         ],
  4327.                         'product_tag' => [
  4328.                             'name' => 'admin.product.tag_management',
  4329.                             'url' => 'admin_product_tag',
  4330.                         ],
  4331.                         'product_csv_import' => [
  4332.                             'name' => 'admin.product.product_csv_upload',
  4333.                             'url' => 'admin_product_csv_import',
  4334.                         ],
  4335.                         'category_csv_import' => [
  4336.                             'name' => 'admin.product.category_csv_upload',
  4337.                             'url' => 'admin_product_category_csv_import',
  4338.                         ],
  4339.                         'product_display_rank_csv_import' => [
  4340.                             'name' => 'admin.product.product_display_rank_csv_upload',
  4341.                             'url' => 'admin_product_display_rank_csv_import',
  4342.                         ],
  4343.                         'vt4g_subsc_salestype' => [
  4344.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  4345.                             'url' => 'vt4g_admin_subsc_salestype',
  4346.                         ],
  4347.                         'price_range' => [
  4348.                             'name' => '価格帯を設定',
  4349.                             'url' => 'admin_product_price_range',
  4350.                         ],
  4351.                     ],
  4352.                 ],
  4353.                 'order' => [
  4354.                     'name' => 'admin.order.order_management',
  4355.                     'icon' => 'fa-shopping-cart',
  4356.                     'children' => [
  4357.                         'order_master' => [
  4358.                             'name' => 'admin.order.order_list',
  4359.                             'url' => 'admin_order',
  4360.                         ],
  4361.                         'order_edit' => [
  4362.                             'name' => 'admin.order.order_registration',
  4363.                             'url' => 'admin_order_new',
  4364.                         ],
  4365.                         'shipping_csv_import' => [
  4366.                             'name' => 'admin.order.shipping_csv_upload',
  4367.                             'url' => 'admin_shipping_csv_import',
  4368.                         ],
  4369.                         'plugin_coupon' => [
  4370.                             'name' => 'クーポン',
  4371.                             'url' => 'plugin_coupon_list',
  4372.                         ],
  4373.                         'expresslink_import' => [
  4374.                             'id' => 'admin_order_import_expresslink',
  4375.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4376.                             'url' => 'admin_order_import_expresslink',
  4377.                         ],
  4378.                         'plugin_noshiproduct' => [
  4379.                             'name' => 'のし希望一覧',
  4380.                             'url' => 'admin_order_noshiproduct',
  4381.                         ],
  4382.                         'vt4g_order_csv_upload' => [
  4383.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  4384.                             'url' => 'vt4g_admin_order_csv_upload',
  4385.                         ],
  4386.                         'vt4g_order_csv_registration' => [
  4387.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  4388.                             'url' => 'vt4g_admin_order_csv_registration',
  4389.                         ],
  4390.                         'vt4g_order_csv_request' => [
  4391.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  4392.                             'url' => 'vt4g_admin_order_csv_request',
  4393.                         ],
  4394.                         'vt4g_order_csv_result' => [
  4395.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  4396.                             'url' => 'vt4g_admin_order_csv_result',
  4397.                         ],
  4398.                     ],
  4399.                 ],
  4400.                 'customer' => [
  4401.                     'name' => 'admin.customer.customer_management',
  4402.                     'icon' => 'fa-users',
  4403.                     'children' => [
  4404.                         'customer_master' => [
  4405.                             'name' => 'admin.customer.customer_list',
  4406.                             'url' => 'admin_customer',
  4407.                         ],
  4408.                         'customer_edit' => [
  4409.                             'name' => 'admin.customer.customer_registration',
  4410.                             'url' => 'admin_customer_new',
  4411.                         ],
  4412.                         'plugin_customer_analysis' => [
  4413.                             'name' => 'plugin.customer_analysis.nav.parent',
  4414.                             'children' => [
  4415.                                 'plugin_customer_analysis_cpm' => [
  4416.                                     'name' => 'plugin.customer_analysis.nav.cpm',
  4417.                                     'url' => 'customer_analysis_cpm',
  4418.                                 ],
  4419.                                 'plugin_customer_analysis_rfm' => [
  4420.                                     'name' => 'plugin.customer_analysis.nav.rfm',
  4421.                                     'url' => 'customer_analysis_rfm',
  4422.                                 ],
  4423.                                 'plugin_customer_analysis_segment' => [
  4424.                                     'name' => 'plugin.customer_analysis.nav.segment',
  4425.                                     'url' => 'customer_analysis_segment',
  4426.                                 ],
  4427.                             ],
  4428.                         ],
  4429.                         'plugin_customer_upload' => [
  4430.                             'name' => '会員一括アップロード',
  4431.                             'url' => 'admin_customer_csv_import',
  4432.                         ],
  4433.                         'vt4g_customer_subsc_history' => [
  4434.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  4435.                             'url' => 'vt4g_admin_subsc_customer',
  4436.                         ],
  4437.                     ],
  4438.                 ],
  4439.                 'content' => [
  4440.                     'name' => 'admin.content.contents_management',
  4441.                     'icon' => 'fa-file-text-o',
  4442.                     'children' => [
  4443.                         'news' => [
  4444.                             'name' => 'admin.content.news_management',
  4445.                             'url' => 'admin_content_news',
  4446.                         ],
  4447.                         'file' => [
  4448.                             'name' => 'admin.content.file_management',
  4449.                             'url' => 'admin_content_file',
  4450.                         ],
  4451.                         'layout' => [
  4452.                             'name' => 'admin.content.layout_management',
  4453.                             'url' => 'admin_content_layout',
  4454.                         ],
  4455.                         'page' => [
  4456.                             'name' => 'admin.content.page_management',
  4457.                             'url' => 'admin_content_page',
  4458.                         ],
  4459.                         'css' => [
  4460.                             'name' => 'admin.content.css_management',
  4461.                             'url' => 'admin_content_css',
  4462.                         ],
  4463.                         'js' => [
  4464.                             'name' => 'admin.content.js_management',
  4465.                             'url' => 'admin_content_js',
  4466.                         ],
  4467.                         'block' => [
  4468.                             'name' => 'admin.content.block_management',
  4469.                             'url' => 'admin_content_block',
  4470.                         ],
  4471.                         'cache' => [
  4472.                             'name' => 'admin.content.cache_management',
  4473.                             'url' => 'admin_content_cache',
  4474.                         ],
  4475.                         'maintenance' => [
  4476.                             'name' => 'admin.content.maintenance_management',
  4477.                             'url' => 'admin_content_maintenance',
  4478.                         ],
  4479.                         'plugin_recommend' => [
  4480.                             'name' => 'plugin_recommend.admin.navi',
  4481.                             'url' => 'plugin_recommend_list',
  4482.                         ],
  4483.                     ],
  4484.                 ],
  4485.                 'setting' => [
  4486.                     'name' => 'admin.setting',
  4487.                     'icon' => 'fa-cog',
  4488.                     'children' => [
  4489.                         'shop' => [
  4490.                             'name' => 'admin.setting.shop',
  4491.                             'children' => [
  4492.                                 'shop_index' => [
  4493.                                     'name' => 'admin.setting.shop.shop_setting',
  4494.                                     'url' => 'admin_setting_shop',
  4495.                                 ],
  4496.                                 'shop_tradelaw' => [
  4497.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4498.                                     'url' => 'admin_setting_shop_tradelaw',
  4499.                                 ],
  4500.                                 'shop_agreement' => [
  4501.                                     'name' => 'admin.setting.shop.agreement_setting',
  4502.                                     'url' => 'admin_content_page_edit',
  4503.                                     'param' => [
  4504.                                         'id' => 19,
  4505.                                         'return' => 'agreement',
  4506.                                     ],
  4507.                                 ],
  4508.                                 'shop_payment' => [
  4509.                                     'name' => 'admin.setting.shop.payment_setting',
  4510.                                     'url' => 'admin_setting_shop_payment',
  4511.                                 ],
  4512.                                 'shop_delivery' => [
  4513.                                     'name' => 'admin.setting.shop.delivery_setting',
  4514.                                     'url' => 'admin_setting_shop_delivery',
  4515.                                 ],
  4516.                                 'shop_tax' => [
  4517.                                     'name' => 'admin.setting.shop.tax_setting',
  4518.                                     'url' => 'admin_setting_shop_tax',
  4519.                                 ],
  4520.                                 'shop_mail' => [
  4521.                                     'name' => 'admin.setting.shop.mail_setting',
  4522.                                     'url' => 'admin_setting_shop_mail',
  4523.                                 ],
  4524.                                 'shop_csv' => [
  4525.                                     'name' => 'admin.setting.shop.csv_setting',
  4526.                                     'url' => 'admin_setting_shop_csv',
  4527.                                 ],
  4528.                                 'shop_order_status' => [
  4529.                                     'name' => 'admin.setting.shop.order_status_setting',
  4530.                                     'url' => 'admin_setting_shop_order_status',
  4531.                                 ],
  4532.                                 'shop_calendar' => [
  4533.                                     'name' => 'admin.setting.shop.calendar_setting',
  4534.                                     'url' => 'admin_setting_shop_calendar',
  4535.                                 ],
  4536.                                 'holiday' => [
  4537.                                     'id' => 'admin_setting_deliverydate_holiday',
  4538.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.holiday',
  4539.                                     'url' => 'admin_setting_deliverydate_holiday',
  4540.                                 ],
  4541.                                 'point_ex_setting' => [
  4542.                                     'name' => 'ポイント設定',
  4543.                                     'url' => 'admin_setting_shop_point_ex',
  4544.                                 ],
  4545.                             ],
  4546.                         ],
  4547.                         'system' => [
  4548.                             'name' => 'admin.setting.system',
  4549.                             'children' => [
  4550.                                 'member' => [
  4551.                                     'name' => 'admin.setting.system.member_management',
  4552.                                     'url' => 'admin_setting_system_member',
  4553.                                 ],
  4554.                                 'authority' => [
  4555.                                     'name' => 'admin.setting.system.authority_management',
  4556.                                     'url' => 'admin_setting_system_authority',
  4557.                                 ],
  4558.                                 'security' => [
  4559.                                     'name' => 'admin.setting.system.security_management',
  4560.                                     'url' => 'admin_setting_system_security',
  4561.                                 ],
  4562.                                 'login_history' => [
  4563.                                     'name' => 'admin.setting.system.login_history',
  4564.                                     'url' => 'admin_setting_system_login_history',
  4565.                                 ],
  4566.                                 'log' => [
  4567.                                     'name' => 'admin.setting.system.log_display',
  4568.                                     'url' => 'admin_setting_system_log',
  4569.                                 ],
  4570.                                 'masterdata' => [
  4571.                                     'name' => 'admin.setting.system.master_data_management',
  4572.                                     'url' => 'admin_setting_system_masterdata',
  4573.                                 ],
  4574.                                 'system_index' => [
  4575.                                     'name' => 'admin.setting.system.system_info',
  4576.                                     'url' => 'admin_setting_system_system',
  4577.                                 ],
  4578.                                 'deliverydate_config' => [
  4579.                                     'id' => 'admin_setting_deliverydate_config',
  4580.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.config',
  4581.                                     'url' => 'admin_setting_deliverydate_config',
  4582.                                 ],
  4583.                                 'expresslink_config' => [
  4584.                                     'id' => 'admin_setting_expresslink_config',
  4585.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4586.                                     'url' => 'admin_setting_expresslink_config',
  4587.                                 ],
  4588.                                 'vt4g_log_download' => [
  4589.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4590.                                     'url' => 'vt4g_admin_log_download',
  4591.                                 ],
  4592.                             ],
  4593.                         ],
  4594.                     ],
  4595.                 ],
  4596.                 'store' => [
  4597.                     'name' => 'admin.store',
  4598.                     'icon' => 'fa-plug',
  4599.                     'children' => [
  4600.                         'plugin' => [
  4601.                             'name' => 'admin.store.plugin',
  4602.                             'children' => [
  4603.                                 'plugin_owners_search' => [
  4604.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4605.                                     'url' => 'admin_store_plugin_owners_search',
  4606.                                 ],
  4607.                                 'plugin_list' => [
  4608.                                     'name' => 'admin.store.plugin.plugin_list',
  4609.                                     'url' => 'admin_store_plugin',
  4610.                                 ],
  4611.                             ],
  4612.                         ],
  4613.                         'template' => [
  4614.                             'name' => 'admin.store.template',
  4615.                             'children' => [
  4616.                                 'template_list' => [
  4617.                                     'name' => 'admin.store.template.template_list',
  4618.                                     'url' => 'admin_store_template',
  4619.                                 ],
  4620.                                 'template_install' => [
  4621.                                     'name' => 'admin.store.template.template_install',
  4622.                                     'url' => 'admin_store_template_install',
  4623.                                 ],
  4624.                             ],
  4625.                         ],
  4626.                         'authentication_setting' => [
  4627.                             'name' => 'admin.store.setting',
  4628.                             'url' => 'admin_store_authentication_setting',
  4629.                         ],
  4630.                     ],
  4631.                 ],
  4632.                 'contact' => [
  4633.                     'id' => 'contact',
  4634.                     'name' => 'contact.title',
  4635.                     'icon' => 'fa-envelope',
  4636.                     'children' => [
  4637.                         'contact' => [
  4638.                             'id' => 'contact',
  4639.                             'name' => 'admin.contact.index.title',
  4640.                             'url' => 'plugin_contact',
  4641.                         ],
  4642.                         'contact_new' => [
  4643.                             'id' => 'contact_new',
  4644.                             'name' => 'admin.contact.new.title',
  4645.                             'url' => 'plugin_contact_new',
  4646.                         ],
  4647.                     ],
  4648.                 ],
  4649.                 'campaign' => [
  4650.                     'name' => 'joolencouponformemberregistration42.admin.campaign.campaign_management',
  4651.                     'icon' => 'fa-diamond',
  4652.                     'children' => [
  4653.                         'joolencouponformemberregistration42.admin.campaign.coupon_for_member_registration' => [
  4654.                             'name' => 'joolencouponformemberregistration42.admin.campaign.coupon_for_member_registration',
  4655.                             'url' => 'joolen_coupon_for_member_registration42_admin_coupon_for_member_registration',
  4656.                         ],
  4657.                     ],
  4658.                 ],
  4659.                 'noshiproduct' => [
  4660.                     'id' => 'noshiproduct',
  4661.                     'name' => '商品別のし設定',
  4662.                     'icon' => 'fa-gift',
  4663.                     'children' => [
  4664.                         'noshiproduct_kind' => [
  4665.                             'name' => 'のしの種類',
  4666.                             'url' => 'admin_noshiproduct_noshiproduct_kind',
  4667.                         ],
  4668.                         'noshiproduct_tie' => [
  4669.                             'name' => '表書き(上段)',
  4670.                             'url' => 'admin_noshiproduct_noshiproduct_tie',
  4671.                         ],
  4672.                         'noshiproduct_seal' => [
  4673.                             'name' => 'のしのシール',
  4674.                             'url' => 'admin_noshiproduct_noshiproduct_seal',
  4675.                         ],
  4676.                         'noshiproduct_plg' => [
  4677.                             'name' => 'プラグイン設定',
  4678.                             'url' => 'noshiproduct_admin_config',
  4679.                         ],
  4680.                     ],
  4681.                 ],
  4682.                 'postcarrier' => [
  4683.                     'id' => 'postcarrier',
  4684.                     'name' => 'postcarrier.title',
  4685.                     'icon' => 'fa-envelope',
  4686.                     'children' => [
  4687.                         'postcarrier' => [
  4688.                             'id' => 'postcarrier',
  4689.                             'name' => 'postcarrier.index.title',
  4690.                             'url' => 'plugin_post_carrier',
  4691.                         ],
  4692.                         'postcarrier_template' => [
  4693.                             'id' => 'postcarrier_template',
  4694.                             'name' => 'postcarrier.template.title',
  4695.                             'url' => 'plugin_post_carrier_template',
  4696.                         ],
  4697.                         'postcarrier_history' => [
  4698.                             'id' => 'postcarrier_history',
  4699.                             'name' => 'postcarrier.history.title',
  4700.                             'url' => 'plugin_post_carrier_history',
  4701.                         ],
  4702.                         'postcarrier_schedule' => [
  4703.                             'id' => 'postcarrier_schedule',
  4704.                             'name' => 'postcarrier.schedule.title',
  4705.                             'url' => 'plugin_post_carrier_schedule',
  4706.                         ],
  4707.                         'postcarrier_stepmail' => [
  4708.                             'id' => 'postcarrier_stepmail',
  4709.                             'name' => 'postcarrier.stepmail.title',
  4710.                             'url' => 'plugin_post_carrier_stepmail',
  4711.                         ],
  4712.                         'postcarrier_mail_customer' => [
  4713.                             'id' => 'postcarrier_mail_customer',
  4714.                             'name' => 'postcarrier.mail_customer.title',
  4715.                             'url' => 'plugin_post_carrier_mail_customer',
  4716.                         ],
  4717.                         'postcarrier_discard' => [
  4718.                             'id' => 'postcarrier_discard',
  4719.                             'name' => 'postcarrier.discard.title',
  4720.                             'url' => 'plugin_post_carrier_discard',
  4721.                         ],
  4722.                         'postcarrier_monthly_report' => [
  4723.                             'id' => 'postcarrier_monthly_report',
  4724.                             'name' => 'postcarrier.monthly_report.title',
  4725.                             'url' => 'plugin_post_carrier_monthly_report',
  4726.                         ],
  4727.                     ],
  4728.                 ],
  4729.             ],
  4730.             'env(MAILER_DSN)' => 'null://null',
  4731.             'eccube.twig_sandbox.allowed_tags' => [
  4732.                 => 'apply',
  4733.                 => 'block',
  4734.                 => 'deprecated',
  4735.                 => 'embed',
  4736.                 => 'extends',
  4737.                 => 'flush',
  4738.                 => 'for',
  4739.                 => 'if',
  4740.                 => 'set',
  4741.                 => 'spaceless',
  4742.                 10 => 'verbatim',
  4743.                 11 => 'with',
  4744.                 12 => 'form_theme',
  4745.                 13 => 'stopwatch',
  4746.                 14 => 'trans',
  4747.                 15 => 'trans_default_domain',
  4748.             ],
  4749.             'eccube.twig_sandbox.allowed_filters' => [
  4750.                 => 'abs',
  4751.                 => 'batch',
  4752.                 => 'capitalize',
  4753.                 => 'column',
  4754.                 => 'convert_encoding',
  4755.                 => 'country_name',
  4756.                 => 'currency_name',
  4757.                 => 'currency_symbol',
  4758.                 => 'date',
  4759.                 => 'date_modify',
  4760.                 10 => 'default',
  4761.                 11 => 'escape',
  4762.                 12 => 'first',
  4763.                 13 => 'format',
  4764.                 14 => 'format_currency',
  4765.                 15 => 'format_date',
  4766.                 16 => 'format_datetime',
  4767.                 17 => 'format_number',
  4768.                 18 => 'format_time',
  4769.                 19 => 'join',
  4770.                 20 => 'json_encode',
  4771.                 21 => 'keys',
  4772.                 22 => 'language_name',
  4773.                 23 => 'last',
  4774.                 24 => 'length',
  4775.                 25 => 'locale_name',
  4776.                 26 => 'lower',
  4777.                 27 => 'merge',
  4778.                 28 => 'nl2br',
  4779.                 29 => 'number_format',
  4780.                 30 => 'replace',
  4781.                 31 => 'reverse',
  4782.                 32 => 'round',
  4783.                 33 => 'slice',
  4784.                 34 => 'spaceless',
  4785.                 35 => 'split',
  4786.                 36 => 'striptags',
  4787.                 37 => 'timezone_name',
  4788.                 38 => 'title',
  4789.                 39 => 'trim',
  4790.                 40 => 'upper',
  4791.                 41 => 'url_encode',
  4792.                 42 => 'abbr_class',
  4793.                 43 => 'abbr_method',
  4794.                 44 => 'file_link',
  4795.                 45 => 'file_relative',
  4796.                 46 => 'format_args',
  4797.                 47 => 'format_args_as_text',
  4798.                 48 => 'humanize',
  4799.                 49 => 'serialize',
  4800.                 50 => 'trans',
  4801.                 51 => 'yaml_dump',
  4802.                 52 => 'yaml_encode',
  4803.                 53 => 'currency_symbol',
  4804.                 54 => 'date_day',
  4805.                 55 => 'date_day_with_weekday',
  4806.                 56 => 'date_format',
  4807.                 57 => 'date_min',
  4808.                 58 => 'date_sec',
  4809.                 59 => 'doctrine_format_sql',
  4810.                 60 => 'doctrine_prettify_sql',
  4811.                 61 => 'doctrine_pretty_query',
  4812.                 62 => 'doctrine_replace_query_parameters',
  4813.                 63 => 'e',
  4814.                 64 => 'ellipsis',
  4815.                 65 => 'file_ext_icon',
  4816.                 66 => 'form_encode_currency',
  4817.                 67 => 'format_*_number',
  4818.                 68 => 'format_log_message',
  4819.                 69 => 'no_image_product',
  4820.                 70 => 'price',
  4821.                 71 => 'purify',
  4822.                 72 => 'time_ago',
  4823.             ],
  4824.             'eccube.twig_sandbox.allowed_functions' => [
  4825.                 => 'cycle',
  4826.                 => 'date',
  4827.                 => 'max',
  4828.                 => 'min',
  4829.                 => 'random',
  4830.                 => 'range',
  4831.                 => 'country_timezones',
  4832.                 => 'absolute_url',
  4833.                 => 'asset',
  4834.                 => 'asset_version',
  4835.                 10 => 'csrf_token',
  4836.                 11 => 'form_parent',
  4837.                 12 => 'fragment_uri',
  4838.                 13 => 'impersonation_exit_path',
  4839.                 14 => 'impersonation_exit_url',
  4840.                 15 => 'is_granted',
  4841.                 16 => 'logout_path',
  4842.                 17 => 'logout_url',
  4843.                 18 => 'path',
  4844.                 19 => 'relative_path',
  4845.                 20 => 't',
  4846.                 21 => 'url',
  4847.                 22 => 'active_menus',
  4848.                 23 => 'class_categories_as_json',
  4849.                 24 => 'country_names',
  4850.                 25 => 'csrf_token_for_anchor',
  4851.                 26 => 'currency_names',
  4852.                 27 => 'currency_symbol',
  4853.                 28 => 'field_choices',
  4854.                 29 => 'field_errors',
  4855.                 30 => 'field_help',
  4856.                 31 => 'field_label',
  4857.                 32 => 'field_name',
  4858.                 33 => 'field_value',
  4859.                 34 => 'get_all_carts',
  4860.                 35 => 'get_cart',
  4861.                 36 => 'get_carts_total_price',
  4862.                 37 => 'get_carts_total_quantity',
  4863.                 38 => 'has_errors',
  4864.                 39 => 'is_reduced_tax_rate',
  4865.                 40 => 'language_names',
  4866.                 41 => 'product',
  4867.                 42 => 'workflow_can',
  4868.                 43 => 'workflow_has_marked_place',
  4869.                 44 => 'workflow_marked_places',
  4870.                 45 => 'workflow_metadata',
  4871.                 46 => 'workflow_transition',
  4872.                 47 => 'workflow_transition_blockers',
  4873.                 48 => 'workflow_transitions',
  4874.             ],
  4875.             'eccube.twig_sandbox.allowed_methods' => [
  4876.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4877.                     => 'getrequest',
  4878.                 ],
  4879.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4880.                     => 'geturi',
  4881.                 ],
  4882.             ],
  4883.             'eccube.twig_sandbox.allowed_properties' => [
  4884.             ],
  4885.             'check_product42_number_of_items' => 4,
  4886.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4887.             'post_carrier_dir' => (\dirname(__DIR__3).'/post_carrier'),
  4888.             'post_carrier_config_url' => 'https://www.postcarrier.jp/webservice1/api/v1/config',
  4889.             'post_carrier_account_free_user' => 'free',
  4890.             'post_carrier_account_free_pass' => 'free',
  4891.             'post_carrier_effective_address_count_key' => 'hj0H_MpRt3z0ezZkAC3CDqYtBHf2sKww',
  4892.             'product_review_display_count_min' => 1,
  4893.             'product_review_display_count_max' => 30,
  4894.             'plugin_recommend.text_area_len' => 4000,
  4895.             'related_product.text_area_len' => 4000,
  4896.             'related_product.max_item_count' => 6,
  4897.             'sales_report_product_maximum_display' => 20,
  4898.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4899.             'vt4g_plugin.const' => [
  4900.                 'VT4G_CODE' => 'VeriTrans4G2',
  4901.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4902.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4903.                 'VT4G_ENCODE' => 'UTF-8',
  4904.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4905.                 'VT4G_PLUGIN_MODE' => 'vt',
  4906.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4907.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4908.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4909.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4910.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api3.veritrans.co.jp/4gtoken',
  4911.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4912.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4913.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  4914.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  4915.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  4916.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4917.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4918.                 'VT4G_PAYTYPEID_CVS' => 20,
  4919.                 'VT4G_PAYTYPEID_BANK' => 30,
  4920.                 'VT4G_PAYTYPEID_ATM' => 31,
  4921.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4922.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4923.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4924.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4925.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4926.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4927.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4928.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4929.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4930.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4931.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4932.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4933.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ペイジー(Pay-easy)',
  4934.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4935.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4936.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4937.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4938.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4939.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4940.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4941.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4942.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4943.                 'VT4G_PAYNAME_BEFORE_PAYEASY' => 'ATM決済',
  4944.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4945.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4946.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4947.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4948.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4949.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4950.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4951.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4952.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4953.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4954.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4955.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4956.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4957.                     => 10,
  4958.                     => 20,
  4959.                     => 30,
  4960.                     => 31,
  4961.                     => 40,
  4962.                     => 50,
  4963.                     => 60,
  4964.                     => 63,
  4965.                     => 61,
  4966.                     => 62,
  4967.                     10 => 70,
  4968.                     11 => 80,
  4969.                 ],
  4970.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4971.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4972.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4973.                 'VT4G_PAYMENT' => [
  4974.                     'URL' => [
  4975.                         'INDEX' => [
  4976.                             'NAME' => 'vt4g_shopping_payment',
  4977.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4978.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4979.                         ],
  4980.                         'COMPLETE' => [
  4981.                             'NAME' => 'vt4g_shopping_payment_complete',
  4982.                         ],
  4983.                         'BACK' => [
  4984.                             'NAME' => 'vt4g_shopping_payment_back',
  4985.                         ],
  4986.                     ],
  4987.                 ],
  4988.                 'VT4G_PAY_STATUS' => [
  4989.                     'AUTH' => [
  4990.                         'VALUE' => 1,
  4991.                         'LABEL' => '与信',
  4992.                         'RECV_NAME' => '申込結果',
  4993.                     ],
  4994.                     'CAPTURE' => [
  4995.                         'VALUE' => 2,
  4996.                         'LABEL' => '売上',
  4997.                         'RECV_NAME' => '売上結果',
  4998.                     ],
  4999.                     'CANCEL' => [
  5000.                         'VALUE' => 3,
  5001.                         'LABEL' => '取消',
  5002.                         'RECV_NAME' => '取消結果',
  5003.                     ],
  5004.                     'REQUEST' => [
  5005.                         'VALUE' => 4,
  5006.                         'LABEL' => '申込',
  5007.                     ],
  5008.                     'DEPOSIT' => [
  5009.                         'VALUE' => 5,
  5010.                         'LABEL' => '入金',
  5011.                         'RECV_NAME' => '入金結果',
  5012.                     ],
  5013.                     'REFUND' => [
  5014.                         'VALUE' => 6,
  5015.                         'LABEL' => '返金',
  5016.                         'RECV_NAME' => '返金結果',
  5017.                     ],
  5018.                     'EXPIRED' => [
  5019.                         'VALUE' => 7,
  5020.                         'LABEL' => '期限切れ',
  5021.                     ],
  5022.                     'NEWLY' => [
  5023.                         'VALUE' => 8,
  5024.                         'LABEL' => '新規決済',
  5025.                     ],
  5026.                     'CAPTURE_REQUEST' => [
  5027.                         'VALUE' => 9,
  5028.                         'LABEL' => '売上要求中',
  5029.                     ],
  5030.                     'CANCEL_REQUEST' => [
  5031.                         'VALUE' => 10,
  5032.                         'LABEL' => '取消要求中',
  5033.                     ],
  5034.                     'REDUCTION_REQUEST' => [
  5035.                         'VALUE' => 11,
  5036.                         'LABEL' => '減額要求中',
  5037.                     ],
  5038.                     'UPDATEAUTH_EXTENSION' => [
  5039.                         'VALUE' => 12,
  5040.                         'LABEL' => '与信変更(与信延長)',
  5041.                     ],
  5042.                     'UPDATEAUTH_AMOUNT' => [
  5043.                         'VALUE' => 13,
  5044.                         'LABEL' => '与信変更(金額変更)',
  5045.                     ],
  5046.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  5047.                         'VALUE' => 14,
  5048.                         'LABEL' => '与信変更(与信延長+金額変更)',
  5049.                     ],
  5050.                     'FAILURE' => [
  5051.                         'VALUE' => 99,
  5052.                         'LABEL' => '決済失敗',
  5053.                     ],
  5054.                 ],
  5055.                 'VT4G_LABEL_RENAME' => [
  5056.                     'RAKUTEN' => [
  5057.                         'REFUND' => '減額',
  5058.                     ],
  5059.                 ],
  5060.                 'VT4G_CONVENI' => [
  5061.                     'SEVENELEVEN' => [
  5062.                         'CODE' => 'sej',
  5063.                         'LABEL' => 'セブン-イレブン',
  5064.                     ],
  5065.                     'LAWSON' => [
  5066.                         'CODE' => 'lawson',
  5067.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  5068.                     ],
  5069.                     'FAMILYMART' => [
  5070.                         'CODE' => 'famima',
  5071.                         'LABEL' => 'ファミリーマート',
  5072.                     ],
  5073.                     'DAILYYAMAZAKI' => [
  5074.                         'CODE' => 'other',
  5075.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  5076.                     ],
  5077.                     'ECON' => [
  5078.                         'CODE' => 'econ',
  5079.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  5080.                     ],
  5081.                 ],
  5082.                 'VT4G_RECV_CVS_TYPE' => [
  5083.                     'sej' => 'セブン-イレブン',
  5084.                     'econ-lw' => 'ローソン',
  5085.                     'econ-fm' => 'ファミリーマート',
  5086.                     'econ-mini' => 'ミニストップ',
  5087.                     'econ-other' => 'セイコーマート',
  5088.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  5089.                     'famima' => 'ファミリーマート',
  5090.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  5091.                 ],
  5092.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  5093.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  5094.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  5095.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  5096.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  5097.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  5098.                     => 'Verify',
  5099.                     => 'AuthorizeConfirm',
  5100.                     => 'VerifyNotify',
  5101.                 ],
  5102.                 'VT4G_RECV_RECODE_HEAD' => [
  5103.                     => 'numberOfNotify',
  5104.                     => 'pushTime',
  5105.                     => 'pushId',
  5106.                 ],
  5107.                 'VT4G_RECV_RECODE_BODY' => [
  5108.                     'VT4G_PAYTYPEID_CREDIT' => [
  5109.                         => 'orderId',
  5110.                         => 'vResultCode',
  5111.                         => 'txnType',
  5112.                         => 'mpiMstatus',
  5113.                         => 'cardMstatus',
  5114.                         => 'dummy',
  5115.                     ],
  5116.                     'VT4G_PAYTYPEID_CVS' => [
  5117.                         => 'orderId',
  5118.                         => 'cvsType',
  5119.                         => 'receiptNo',
  5120.                         => 'receiptDate',
  5121.                         => 'rcvAmount',
  5122.                         => 'dummy',
  5123.                     ],
  5124.                     'VT4G_PAYTYPEID_BANK' => [
  5125.                         => 'orderId',
  5126.                         => 'kikanNo',
  5127.                         => 'kigyoNo',
  5128.                         => 'rcvDate',
  5129.                         => 'customerNo',
  5130.                         => 'confNo',
  5131.                         => 'rcvAmount',
  5132.                         => 'dummy',
  5133.                     ],
  5134.                     'VT4G_PAYTYPEID_UPOP' => [
  5135.                         => 'orderId',
  5136.                         => 'txnType',
  5137.                         => 'mstatus',
  5138.                         => 'traceNumber',
  5139.                         => 'traceTime',
  5140.                         => 'settleAmount',
  5141.                         => 'settleDate',
  5142.                         => 'settleRate',
  5143.                         => 'dummy',
  5144.                     ],
  5145.                     'VT4G_PAYTYPEID_ALIPAY' => [
  5146.                         => 'orderId',
  5147.                         => 'txnType',
  5148.                         => 'mstatus',
  5149.                         => 'vResultCode',
  5150.                         => 'centerTradeId',
  5151.                         => 'dummy',
  5152.                     ],
  5153.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  5154.                         => 'orderId',
  5155.                         => 'txnType',
  5156.                         => 'txnTime',
  5157.                         => 'vResultCode',
  5158.                         => 'mstatus',
  5159.                         => 'usedPoint',
  5160.                         => 'gatewayOrderId',
  5161.                         => 'dummy',
  5162.                     ],
  5163.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  5164.                         => 'orderId',
  5165.                         => 'txnType',
  5166.                         => 'txnTime',
  5167.                         => 'vResultCode',
  5168.                         => 'mstatus',
  5169.                         => 'usedPoint',
  5170.                         => 'dummy',
  5171.                     ],
  5172.                     'VT4G_PAYTYPEID_RECRUIT' => [
  5173.                         => 'orderId',
  5174.                         => 'txnType',
  5175.                         => 'txnTime',
  5176.                         => 'vResultCode',
  5177.                         => 'mstatus',
  5178.                         => 'recruitOrderId',
  5179.                         => 'usePoint',
  5180.                         => 'givePoint',
  5181.                         => 'recruitCoupon',
  5182.                         => 'merchantCoupon',
  5183.                         10 => 'dummy',
  5184.                     ],
  5185.                     'VT4G_PAYTYPEID_LINEPAY' => [
  5186.                         => 'orderId',
  5187.                         => 'txnType',
  5188.                         => 'txnTime',
  5189.                         => 'vResultCode',
  5190.                         => 'mstatus',
  5191.                         => 'linepayOrderId',
  5192.                         => 'dummy',
  5193.                     ],
  5194.                     'VT4G_PAYTYPEID_PAYPAL' => [
  5195.                         => 'orderId',
  5196.                         => 'mstatus',
  5197.                         => 'txnType',
  5198.                         => 'receivedDatetime',
  5199.                         => 'amount',
  5200.                         => 'payerId',
  5201.                         => 'centerTxnId',
  5202.                         => 'dummy',
  5203.                     ],
  5204.                     'VT4G_PAYTYPEID_PAYPAY' => [
  5205.                         => 'orderId',
  5206.                         => 'txnType',
  5207.                         => 'mstatus',
  5208.                         => 'vResultCode',
  5209.                         => 'paypayOrderId',
  5210.                         => 'dummy',
  5211.                     ],
  5212.                 ],
  5213.                 'VT4G_RECV_MAIL_SUBJECT' => [
  5214.                     'ERROR' => ' - 結果通知エラー報知メール',
  5215.                     'RESULT' => '要求結果報知メール',
  5216.                     'PAYMENT_INFO' => '入金報知メール',
  5217.                 ],
  5218.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  5219.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  5220.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  5221.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  5222.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  5223.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  5224.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  5225.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  5226.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  5227.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  5228.                 'VT4G_OPERATION_NAME' => [
  5229.                     'REFUND' => '再売上(減額用)',
  5230.                     'REFUND_ALL' => '全額返金',
  5231.                 ],
  5232.                 'VT4G_MAIL_TIMING' => [
  5233.                     'ORDER' => [
  5234.                         'ON_COMPLETE' => 0,
  5235.                         'ON_PAYMENT' => 1,
  5236.                     ],
  5237.                     'BANK' => [
  5238.                         'ON_PAYMENT' => 0,
  5239.                         'ON_RECEIVE' => 1,
  5240.                     ],
  5241.                 ],
  5242.                 'VT4G_MAIL_TARGET' => [
  5243.                     'RAKUTEN' => [
  5244.                         'FAILURE' => 0,
  5245.                         'ALL' => 1,
  5246.                     ],
  5247.                 ],
  5248.                 'VT4G_FORM' => [
  5249.                     'REGEX' => [
  5250.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  5251.                         'INTEGER' => '/^[0-9]+$/',
  5252.                     ],
  5253.                     'RANGE' => [
  5254.                         'MIN' => [
  5255.                             'PAYMENT_TERM' => 1,
  5256.                             'CARDINFO_REGIST_MAX' => 1,
  5257.                             'ROLLBACK_TIME' => 1,
  5258.                         ],
  5259.                         'MAX' => [
  5260.                             'PAYMENT_TERM' => 60,
  5261.                             'CARDINFO_REGIST_MAX' => 10,
  5262.                             'ROLLBACK_TIME' => 999,
  5263.                         ],
  5264.                     ],
  5265.                     'LENGTH' => [
  5266.                         'MIN' => [
  5267.                             'VERITRANS_ID_PREFIX' => 1,
  5268.                             'CARD_NO' => 14,
  5269.                             'SECURITY_CODE' => 3,
  5270.                             'CARD_NAME' => 2,
  5271.                         ],
  5272.                         'MAX' => [
  5273.                             'PAYMENT_TERM' => 2,
  5274.                             'CONTENTS' => 12,
  5275.                             'CONTENTS_KANA' => 24,
  5276.                             'ORDER_MAIL_TITLE1' => 50,
  5277.                             'ORDER_MAIL_BODY1' => 1000,
  5278.                             'VERITRANS_ID_PREFIX' => 17,
  5279.                             'MERCHANT_CCID' => 24,
  5280.                             'MERCHANT_PASS' => 64,
  5281.                             'MERCHANT_ID' => 24,
  5282.                             'MERCHANT_HASH' => 24,
  5283.                             'TOKEN_API_KEY' => 36,
  5284.                             'VT4G_ORDER_ID_PREFIX' => 50,
  5285.                             'FREE' => 16,
  5286.                             'CARD_NO' => 16,
  5287.                             'SECURITY_CODE' => 4,
  5288.                             'CARD_NAME' => 45,
  5289.                             'COMMODITY_NAME' => 100,
  5290.                             'REFUND_REASON' => 80,
  5291.                             'ITEM_NAME' => [
  5292.                                 'LEN_255' => 255,
  5293.                                 'LEN_300' => 300,
  5294.                             ],
  5295.                             'ORDER_DESCRIPTION' => 127,
  5296.                             'PAYMENT_TERM_DAY' => 2,
  5297.                         ],
  5298.                     ],
  5299.                     'CHOICES' => [
  5300.                         'COMMON_FLG' => [
  5301.                             '利用する' => 1,
  5302.                             '利用しない' => 0,
  5303.                         ],
  5304.                         'WITH_CAPTURE' => [
  5305.                             '与信+売上' => 1,
  5306.                             '与信のみ' => 0,
  5307.                         ],
  5308.                         'CREDIT_PAY_METHOD' => [
  5309.                             '一括払い' => '10',
  5310.                             'ボーナス一括' => '21',
  5311.                             '分割2回払い' => '61C02',
  5312.                             '分割3回払い' => '61C03',
  5313.                             '分割4回払い' => '61C04',
  5314.                             '分割5回払い' => '61C05',
  5315.                             '分割6回払い' => '61C06',
  5316.                             '分割7回払い' => '61C07',
  5317.                             '分割8回払い' => '61C08',
  5318.                             '分割9回払い' => '61C09',
  5319.                             '分割10回払い' => '61C10',
  5320.                             '分割11回払い' => '61C11',
  5321.                             '分割12回払い' => '61C12',
  5322.                             '分割13回払い' => '61C13',
  5323.                             '分割14回払い' => '61C14',
  5324.                             '分割15回払い' => '61C15',
  5325.                             '分割16回払い' => '61C16',
  5326.                             '分割17回払い' => '61C17',
  5327.                             '分割18回払い' => '61C18',
  5328.                             '分割19回払い' => '61C19',
  5329.                             '分割20回払い' => '61C20',
  5330.                             '分割21回払い' => '61C21',
  5331.                             '分割22回払い' => '61C22',
  5332.                             '分割23回払い' => '61C23',
  5333.                             '分割24回払い' => '61C24',
  5334.                             'リボルビング払い' => '80',
  5335.                         ],
  5336.                         'MPI_OPTION' => [
  5337.                             '完全認証' => 'mpi-complete',
  5338.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  5339.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  5340.                         ],
  5341.                         'ONE_CLICK_FLG' => [
  5342.                             'かんたん決済' => 2,
  5343.                             'ベリトランス会員ID決済' => 1,
  5344.                             '利用しない' => 0,
  5345.                         ],
  5346.                         'CONVENI' => [
  5347.                             '01:セブンイレブン' => 'sej',
  5348.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  5349.                             '03:ファミリーマート' => 'famima',
  5350.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  5351.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  5352.                         ],
  5353.                         'MAIL_TIMING' => [
  5354.                             '入金通知受信時' => 1,
  5355.                             '決済申込完了時' => 0,
  5356.                         ],
  5357.                         'DUMMY_MODE_FLG' => [
  5358.                             '本番モードで稼働' => 0,
  5359.                             'ダミーモードで稼働' => 1,
  5360.                         ],
  5361.                         'RESULT_MAIL_TARGET' => [
  5362.                             'すべて' => 1,
  5363.                             '要求不成立のみ' => 0,
  5364.                         ],
  5365.                         'REGISTRATION_FLG' => [
  5366.                             '登録する' => 1,
  5367.                             '登録しない' => 0,
  5368.                             '初期値なし' => 2,
  5369.                         ],
  5370.                         'RETRADE_FLG' => [
  5371.                             '利用する' => 1,
  5372.                             '利用しない' => 0,
  5373.                         ],
  5374.                         'SEND_PAYMENT_INFO_MAIL' => [
  5375.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  5376.                             '送信する(TO:ショップ)' => 1,
  5377.                             '送信しない' => 0,
  5378.                         ],
  5379.                         'PUSH_URL_AUTO_SETTING' => [
  5380.                             '設定する' => 1,
  5381.                             '設定しない' => 0,
  5382.                         ],
  5383.                         'UPDATE_AUTHORIZE' => [
  5384.                             '使用する' => 1,
  5385.                             '使用しない' => 0,
  5386.                         ],
  5387.                         'USE_RECAPTCHA' => [
  5388.                             '利用する(プラグイン提供決済すべて)' => 2,
  5389.                             '利用する(クレジットカード決済のみ)' => 1,
  5390.                             '利用しない' => 0,
  5391.                         ],
  5392.                         'RECAPTCHA_SCORE' => [
  5393.                             '0.0' => '0.0',
  5394.                             '0.1' => '0.1',
  5395.                             '0.2' => '0.2',
  5396.                             '0.3' => '0.3',
  5397.                             '0.4' => '0.4',
  5398.                             '0.5' => '0.5',
  5399.                             '0.6' => '0.6',
  5400.                             '0.7' => '0.7',
  5401.                             '0.8' => '0.8',
  5402.                             '0.9' => '0.9',
  5403.                             '1.0' => '1.0',
  5404.                         ],
  5405.                     ],
  5406.                     'DEFAULT' => [
  5407.                         'WITH_CAPTURE' => 0,
  5408.                         'CREDIT_PAY_METHOD' => '10',
  5409.                         'SECURITY_FLG' => 1,
  5410.                         'MPI_FLG' => 1,
  5411.                         'MPI_OPTION' => 'mpi-company',
  5412.                         'ONE_CLICK_FLG' => 0,
  5413.                         'DUMMY_MODE_FLG' => 1,
  5414.                         'MAIL_TIMING' => 0,
  5415.                         'RESULT_MAIL_TARGET' => 0,
  5416.                         'CARDINFO_REGIST_DEFAULT' => 2,
  5417.                         'CARDINFO_REGIST_MAX' => 5,
  5418.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  5419.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  5420.                         'COMMODITY_NAME' => 'ご注文の商品',
  5421.                         'REFUND_REASON' => 'ご注文の返金',
  5422.                         'PUSH_URL_AUTO_SETTING' => 0,
  5423.                         'UPDATE_AUTHORIZE' => 0,
  5424.                         'RATE_LIMIT' => 0,
  5425.                         'USE_RECAPTCHA' => 0,
  5426.                         'ROLLBACK_TIME' => [
  5427.                             'TIME_60' => 60,
  5428.                             'TIME_480' => 480,
  5429.                         ],
  5430.                     ],
  5431.                 ],
  5432.                 'VT4G_WITH_CAPTURE' => [
  5433.                     'AUTH' => 0,
  5434.                     'CAPTURE' => 1,
  5435.                 ],
  5436.                 'VT4G_REQUEST' => [
  5437.                     'CREDIT' => [
  5438.                         'RETRY_LIMIT' => 3,
  5439.                         'RETRY_WAIT' => 3,
  5440.                     ],
  5441.                 ],
  5442.                 'VT4G_RESPONSE' => [
  5443.                     'MSTATUS' => [
  5444.                         'OK' => 'success',
  5445.                         'NG' => 'failure',
  5446.                         'PENDING' => 'pending',
  5447.                     ],
  5448.                     'V_RESULT_CODE' => [
  5449.                         'RAKUTEN' => [
  5450.                             'REQUEST_TIMEOUT' => 'FG26',
  5451.                         ],
  5452.                     ],
  5453.                 ],
  5454.                 'VT4G_DOC_PATH' => '/Resource/doc',
  5455.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  5456.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  5457.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  5458.                 'VT4G_CREDIT_MPI_OPTION' => [
  5459.                     'COMPLETE' => 'mpi-complete',
  5460.                     'COMPANY' => 'mpi-company',
  5461.                     'MERCHANT' => 'mpi-merchant',
  5462.                 ],
  5463.                 'VT4G_CREDIT_ONE_CLICK' => [
  5464.                     'RETRADE' => 2,
  5465.                     'VERITRANS_ID' => 1,
  5466.                     'DISABLED' => 0,
  5467.                 ],
  5468.                 'VT4G_CREDIT_RETRADE' => [
  5469.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  5470.                     'LIMIT_CARDS' => 10,
  5471.                     'VALID_MONTH' => 13,
  5472.                 ],
  5473.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  5474.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  5475.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  5476.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  5477.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  5478.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  5479.                 'VT4G_CREDIT_CARDHOLDER_HOME_PHONE_COUNTRY' => '81',
  5480.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  5481.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  5482.                 'VT4G_UPOP_TIMEOUT' => 30,
  5483.                 'VT4G_UPOP_CURRENCY' => [
  5484.                     392 => '日本円',
  5485.                     156 => '中国元',
  5486.                 ],
  5487.                 'VT4G_PAYPAL_ACTION' => [
  5488.                     'CREDIT' => 'set',
  5489.                     'COMPLETE' => 'do',
  5490.                 ],
  5491.                 'VT4G_PAYPAL_SHIPPING' => [
  5492.                     'DISABLED' => 0,
  5493.                 ],
  5494.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  5495.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  5496.                 'VT4G_MERCHANT_CCID' => [
  5497.                     'EXCLUDE' => [
  5498.                         => '69951cc',
  5499.                         => '69992cc',
  5500.                     ],
  5501.                 ],
  5502.                 'VT4G_PAYMENT_INFO_MAIL' => [
  5503.                     'TO' => [
  5504.                         'CUSTOMER' => 2,
  5505.                         'SHOP' => 1,
  5506.                         'DISABLED' => 0,
  5507.                     ],
  5508.                 ],
  5509.                 'VT4G_RECAPTCHA_EXECUTE' => [
  5510.                     'ALL_PAYMENT' => 2,
  5511.                     'ONLY_CREDIT' => 1,
  5512.                     'NONE' => 0,
  5513.                 ],
  5514.                 'RULE_MIN_PAYTYPEID_10' => 2,
  5515.                 'RULE_MIN_PAYTYPEID_20' => 1,
  5516.                 'RULE_MIN_PAYTYPEID_30' => 1,
  5517.                 'RULE_MIN_PAYTYPEID_31' => 1,
  5518.                 'RULE_MIN_PAYTYPEID_40' => 1,
  5519.                 'RULE_MIN_PAYTYPEID_50' => 1,
  5520.                 'RULE_MIN_PAYTYPEID_60' => 100,
  5521.                 'RULE_MIN_PAYTYPEID_61' => 1,
  5522.                 'RULE_MIN_PAYTYPEID_62' => 1,
  5523.                 'RULE_MIN_PAYTYPEID_63' => 100,
  5524.                 'RULE_MIN_PAYTYPEID_70' => 1,
  5525.                 'RULE_MIN_PAYTYPEID_80' => 1,
  5526.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  5527.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  5528.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  5529.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  5530.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  5531.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  5532.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  5533.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  5534.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  5535.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  5536.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  5537.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  5538.                 'ORDER_CSV_COLUMN_CONFIG' => [
  5539.                     'NAME' => '注文ID',
  5540.                 ],
  5541.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  5542.                 'VT4G_MYPAGE' => [
  5543.                     'URL' => [
  5544.                         'INDEX' => [
  5545.                             'NAME' => 'mypage_vt4g_account_id',
  5546.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  5547.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  5548.                         ],
  5549.                     ],
  5550.                 ],
  5551.                 'VT4G_RAKUTEN_BUTTON' => [
  5552.                     'URL' => [
  5553.                         'INDEX' => [
  5554.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  5555.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  5556.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  5557.                         ],
  5558.                     ],
  5559.                 ],
  5560.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  5561.                     'URL' => [
  5562.                         'INDEX' => [
  5563.                             'NAME' => 'mypage_vt4g_subsc_payment',
  5564.                             'LABEL' => 'MYページ/継続課金決済履歴',
  5565.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  5566.                         ],
  5567.                     ],
  5568.                 ],
  5569.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  5570.                     'URL' => [
  5571.                         'INDEX' => [
  5572.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  5573.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  5574.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  5575.                         ],
  5576.                     ],
  5577.                 ],
  5578.                 'VT4G_MYPAGE_RETRADE' => [
  5579.                     'URL' => [
  5580.                         'INDEX' => [
  5581.                             'NAME' => 'mypage_vt4g_retrade',
  5582.                             'LABEL' => 'MYページ/かんたん決済',
  5583.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  5584.                         ],
  5585.                     ],
  5586.                 ],
  5587.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  5588.                 'VT4G_DTB_CSV' => [
  5589.                     'CUSTOMER' => [
  5590.                         'VT4G_ACCOUNT_ID' => [
  5591.                             'DISP_NAME' => 'ベリトランス会員ID',
  5592.                             'FIELD_NAME' => 'vt4g_account_id',
  5593.                         ],
  5594.                     ],
  5595.                     'ORDER' => [
  5596.                         'VT4G_PAYMENT_STATUS' => [
  5597.                             'DISP_NAME' => '決済状況',
  5598.                             'FIELD_NAME' => 'vt4g_payment_status',
  5599.                         ],
  5600.                         'VT4G_ORDER_ID' => [
  5601.                             'DISP_NAME' => '決済取引ID',
  5602.                             'FIELD_NAME' => 'vt4g_order_id',
  5603.                         ],
  5604.                         'VT4G_ROLLBACK_DATE' => [
  5605.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  5606.                             'FIELD_NAME' => 'vt4g_rollback_date',
  5607.                         ],
  5608.                     ],
  5609.                 ],
  5610.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  5611.                     'PAYMENT_INFO' => [
  5612.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  5613.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  5614.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  5615.                     ],
  5616.                 ],
  5617.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5618.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5619.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5620.                 ],
  5621.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5622.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5623.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  5624.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  5625.                     'SORT_NO_FIRST' => 1,
  5626.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  5627.                 ],
  5628.                 'VTG4_PAYMENT_REQUEST' => [
  5629.                     'REQUEST_STATUS' => [
  5630.                         'BEFORE_CREATION' => 0,
  5631.                         'NOT_APPLICABLE' => 2,
  5632.                         'WAITING_FOR_REFRECTON' => 5,
  5633.                         'SUCCESS_PAYMENT' => 7,
  5634.                         'FAILURE_PAYMENT' => 9,
  5635.                     ],
  5636.                     'REQUEST_STATUS_NAME' => [
  5637.                         'BEFORE_CREATION' => 'CSV未作成',
  5638.                         'NOT_APPLICABLE' => '対象外',
  5639.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5640.                         'SUCCESS_PAYMENT' => '決済成功',
  5641.                         'FAILURE_PAYMENT' => '決済失敗',
  5642.                     ],
  5643.                 ],
  5644.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5645.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5646.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5647.                 'VT4G_LOCK_TIMEOUT' => NULL,
  5648.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5649.                     => '決済依頼イベント番号',
  5650.                     => '決済依頼イベント名',
  5651.                     => '継続課金用販売種別名',
  5652.                     => '決済依頼番号',
  5653.                     => '決済依頼ステータス',
  5654.                     => '会員番号',
  5655.                     => '会員名',
  5656.                     => '初回注文ID',
  5657.                     => '取引ID',
  5658.                     => '決済金額',
  5659.                     10 => '決済手数料',
  5660.                     11 => '決済依頼明細番号',
  5661.                     12 => '商品名',
  5662.                     13 => '金額',
  5663.                     14 => '数量',
  5664.                     15 => '付与ポイント',
  5665.                     16 => '出荷ID',
  5666.                     17 => '配送先_お名前',
  5667.                     18 => '配送先_住所',
  5668.                     19 => 'CSV対象',
  5669.                 ],
  5670.             ],
  5671.             'eccube_rate_limiter_configs' => [
  5672.             ],
  5673.             'eccube.plugins.enabled' => [
  5674.                 => 'Recommend42',
  5675.                 => 'Coupon42',
  5676.                 => 'RelatedProduct42',
  5677.                 => 'CheckProduct42',
  5678.                 => 'Noshiproduct',
  5679.                 => 'MypageInvoice',
  5680.                 => 'PointExDx',
  5681.                 => 'VeriTrans4G2',
  5682.                 => 'DroppedCartNotifierPlugin42',
  5683.                 => 'CustomerAnalysis42',
  5684.                 10 => 'ExpressLink42',
  5685.                 11 => 'EtunaItemRanking42',
  5686.                 12 => 'PostCarrier42',
  5687.                 13 => 'CustomerUpload42',
  5688.                 14 => 'DeliveryDate42',
  5689.                 15 => 'lecastPriceSelectBlock42',
  5690.                 16 => 'ContactManagement42',
  5691.                 17 => 'ProductDisplayRank42',
  5692.                 18 => 'SendAllMails42',
  5693.                 19 => 'MultiCutDx',
  5694.                 20 => 'Shiro8AddCart42',
  5695.                 21 => 'JoolenCouponForMemberRegistration42',
  5696.             ],
  5697.             'eccube.plugins.disabled' => [
  5698.                 => 'MailMagazine42',
  5699.                 => 'ProductReview42',
  5700.                 => 'SalesReport42',
  5701.                 => 'Securitychecker42',
  5702.                 => 'SiteKit42',
  5703.             ],
  5704.             'event_dispatcher.event_aliases' => [
  5705.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5706.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5707.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5708.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5709.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5710.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5711.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5712.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5713.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5714.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5715.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5716.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5717.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5718.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5719.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5720.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5721.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5722.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5723.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5724.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5725.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5726.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5727.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5728.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5729.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5730.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5731.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5732.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5733.             ],
  5734.             'fragment.renderer.hinclude.global_template' => NULL,
  5735.             'fragment.path' => '/_fragment',
  5736.             'kernel.http_method_override' => true,
  5737.             'kernel.trusted_hosts' => [
  5738.             ],
  5739.             'kernel.enabled_locales' => [
  5740.             ],
  5741.             'kernel.error_controller' => 'error_controller',
  5742.             'debug.file_link_format' => NULL,
  5743.             'asset.request_context.base_path' => NULL,
  5744.             'asset.request_context.secure' => NULL,
  5745.             'translator.logging' => false,
  5746.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5747.             'debug.error_handler.throw_at' => -1,
  5748.             'router.request_context.host' => 'localhost',
  5749.             'router.request_context.scheme' => 'http',
  5750.             'router.request_context.base_url' => '',
  5751.             'router.resource' => 'kernel::loadRoutes',
  5752.             'request_listener.http_port' => 80,
  5753.             'request_listener.https_port' => 443,
  5754.             'session.metadata.storage_key' => '_sf2_meta',
  5755.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5756.             'session.metadata.update_threshold' => 0,
  5757.             'form.type_extension.csrf.enabled' => true,
  5758.             'form.type_extension.csrf.field_name' => '_token',
  5759.             'validator.translation_domain' => 'validators',
  5760.             'profiler_listener.only_exceptions' => false,
  5761.             'profiler_listener.only_main_requests' => false,
  5762.             'security.role_hierarchy.roles' => [
  5763.             ],
  5764.             'security.access.denied_url' => NULL,
  5765.             'security.authentication.manager.erase_credentials' => true,
  5766.             'security.authentication.session_strategy.strategy' => 'migrate',
  5767.             'security.access.always_authenticate_before_granting' => false,
  5768.             'security.authentication.hide_user_not_found' => true,
  5769.             'security.firewalls' => [
  5770.                 => 'dev',
  5771.                 => 'admin',
  5772.                 => 'customer',
  5773.             ],
  5774.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5775.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5776.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5777.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5778.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5779.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5780.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5781.             'doctrine.entity_managers' => [
  5782.                 'default' => 'doctrine.orm.default_entity_manager',
  5783.             ],
  5784.             'doctrine.default_entity_manager' => 'default',
  5785.             'doctrine.dbal.connection_factory.types' => [
  5786.                 'datetime' => [
  5787.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5788.                 ],
  5789.                 'datetimetz' => [
  5790.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5791.                 ],
  5792.             ],
  5793.             'doctrine.connections' => [
  5794.                 'default' => 'doctrine.dbal.default_connection',
  5795.             ],
  5796.             'doctrine.default_connection' => 'default',
  5797.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5798.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5799.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5800.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5801.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5802.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5803.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5804.             'doctrine.orm.cache.memcache_port' => 11211,
  5805.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5806.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5807.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5808.             'doctrine.orm.cache.memcached_port' => 11211,
  5809.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5810.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5811.             'doctrine.orm.cache.redis_host' => 'localhost',
  5812.             'doctrine.orm.cache.redis_port' => 6379,
  5813.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5814.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5815.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5816.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5817.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5818.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5819.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5820.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5821.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5822.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5823.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5824.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5825.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5826.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5827.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5828.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5829.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5830.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5831.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5832.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5833.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5834.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5835.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5836.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5837.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5838.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5839.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5840.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5841.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5842.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5843.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5844.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5845.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5846.             'monolog.use_microseconds' => true,
  5847.             'monolog.swift_mailer.handlers' => [
  5848.             ],
  5849.             'monolog.handlers_to_channels' => [
  5850.                 'monolog.handler.postcarrier' => [
  5851.                     'type' => 'inclusive',
  5852.                     'elements' => [
  5853.                         => 'postcarrier',
  5854.                     ],
  5855.                 ],
  5856.                 'monolog.handler.console' => [
  5857.                     'type' => 'exclusive',
  5858.                     'elements' => [
  5859.                         => 'event',
  5860.                         => 'doctrine',
  5861.                         => 'console',
  5862.                     ],
  5863.                 ],
  5864.                 'monolog.handler.buffered' => [
  5865.                     'type' => 'exclusive',
  5866.                     'elements' => [
  5867.                         => 'event',
  5868.                     ],
  5869.                 ],
  5870.             ],
  5871.             'twig.form.resources' => [
  5872.                 => 'form_div_layout.html.twig',
  5873.                 => 'bootstrap_5_layout.html.twig',
  5874.             ],
  5875.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5876.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5877.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5878.             'web_profiler.debug_toolbar.mode' => 2,
  5879.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5880.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5881.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5882.             'knp_paginator.page_range' => 5,
  5883.             'knp_paginator.page_limit' => NULL,
  5884.             'doctrine.migrations.preferred_em' => NULL,
  5885.             'doctrine.migrations.preferred_connection' => NULL,
  5886.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5887.             'data_collector.templates' => [
  5888.                 'data_collector.request' => [
  5889.                     => 'request',
  5890.                     => '@WebProfiler/Collector/request.html.twig',
  5891.                 ],
  5892.                 'data_collector.time' => [
  5893.                     => 'time',
  5894.                     => '@WebProfiler/Collector/time.html.twig',
  5895.                 ],
  5896.                 'data_collector.memory' => [
  5897.                     => 'memory',
  5898.                     => '@WebProfiler/Collector/memory.html.twig',
  5899.                 ],
  5900.                 'data_collector.validator' => [
  5901.                     => 'validator',
  5902.                     => '@WebProfiler/Collector/validator.html.twig',
  5903.                 ],
  5904.                 'data_collector.ajax' => [
  5905.                     => 'ajax',
  5906.                     => '@WebProfiler/Collector/ajax.html.twig',
  5907.                 ],
  5908.                 'data_collector.form' => [
  5909.                     => 'form',
  5910.                     => '@WebProfiler/Collector/form.html.twig',
  5911.                 ],
  5912.                 'data_collector.exception' => [
  5913.                     => 'exception',
  5914.                     => '@WebProfiler/Collector/exception.html.twig',
  5915.                 ],
  5916.                 'data_collector.logger' => [
  5917.                     => 'logger',
  5918.                     => '@WebProfiler/Collector/logger.html.twig',
  5919.                 ],
  5920.                 'data_collector.events' => [
  5921.                     => 'events',
  5922.                     => '@WebProfiler/Collector/events.html.twig',
  5923.                 ],
  5924.                 'data_collector.router' => [
  5925.                     => 'router',
  5926.                     => '@WebProfiler/Collector/router.html.twig',
  5927.                 ],
  5928.                 'data_collector.cache' => [
  5929.                     => 'cache',
  5930.                     => '@WebProfiler/Collector/cache.html.twig',
  5931.                 ],
  5932.                 'data_collector.translation' => [
  5933.                     => 'translation',
  5934.                     => '@WebProfiler/Collector/translation.html.twig',
  5935.                 ],
  5936.                 'data_collector.security' => [
  5937.                     => 'security',
  5938.                     => '@Security/Collector/security.html.twig',
  5939.                 ],
  5940.                 'data_collector.twig' => [
  5941.                     => 'twig',
  5942.                     => '@WebProfiler/Collector/twig.html.twig',
  5943.                 ],
  5944.                 'data_collector.doctrine' => [
  5945.                     => 'db',
  5946.                     => '@Doctrine/Collector/db.html.twig',
  5947.                 ],
  5948.                 'doctrine_migrations.migrations_collector' => [
  5949.                     => 'doctrine_migrations',
  5950.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5951.                 ],
  5952.                 'data_collector.dump' => [
  5953.                     => 'dump',
  5954.                     => '@Debug/Profiler/dump.html.twig',
  5955.                 ],
  5956.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5957.                 'mailer.data_collector' => [
  5958.                     => 'mailer',
  5959.                     => '@WebProfiler/Collector/mailer.html.twig',
  5960.                 ],
  5961.                 'data_collector.config' => [
  5962.                     => 'config',
  5963.                     => '@WebProfiler/Collector/config.html.twig',
  5964.                 ],
  5965.                 'eccube.collector.core' => [
  5966.                     => 'eccube_core',
  5967.                     => '@toolbar/eccube.html.twig',
  5968.                 ],
  5969.             ],
  5970.             'console.command.ids' => [
  5971.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5972.             ],
  5973.         ];
  5974.     }
  5975.     protected function throw($message)
  5976.     {
  5977.         throw new RuntimeException($message);
  5978.     }
  5979. }