var/cache/dev/Container3s2ll3R/Eccube_KernelDevDebugContainer.php line 2783

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