var/cache/dev/Container4A5xLNT/Eccube_KernelDevDebugContainer.php line 867

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