var/cache/dev/Container6xyvCFn/Eccube_KernelDevDebugContainer.php line 691

Open in your IDE?
  1. <?php
  2. namespace Container6xyvCFn;
  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.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             '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.             'Customize\\Controller\\Block\\ZenEventController' => 'getZenEventControllerService',
  83.             'Customize\\Controller\\Block\\ZenEventDetailController' => 'getZenEventDetailControllerService',
  84.             'Customize\\Controller\\Block\\ZenNewsController' => 'getZenNewsControllerService',
  85.             'Customize\\Controller\\Block\\ZenNewsListController' => 'getZenNewsListControllerService',
  86.             'Customize\\Controller\\Block\\ZenSlideController' => 'getZenSlideControllerService',
  87.             'Customize\\Controller\\Block\\ZenTop001Controller' => 'getZenTop001ControllerService',
  88.             'Customize\\Controller\\Block\\ZenTop003Controller' => 'getZenTop003ControllerService',
  89.             'Customize\\Controller\\Block\\ZenTop006Controller' => 'getZenTop006ControllerService',
  90.             'Customize\\Controller\\SessionController' => 'getSessionControllerService',
  91.             'Customize\\Controller\\SessionController2' => 'getSessionController2Service',
  92.             'Customize\\Controller\\SessionController4' => 'getSessionController4Service',
  93.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  94.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  95.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  96.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  97.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  105.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  106.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  107.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  108.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  109.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  110.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  113.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  114.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  115.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  117.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  118.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  119.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  120.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  121.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  137.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  138.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  139.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  140.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  141.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  142.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  143.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  144.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  145.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  146.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  147.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  148.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  149.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  150.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  151.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  152.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  153.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  154.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  155.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  156.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  157.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  158.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  159.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  160.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  161.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  162.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  163.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  164.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  165.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  166.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  167.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  168.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  169.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  170.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  171.             'Plugin\\DeliveryDate42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  172.             'Plugin\\DeliveryDate42\\Controller\\Admin\\HolidayController' => 'getHolidayControllerService',
  173.             'Plugin\\DeliveryDate42\\Controller\\Block\\CalendarController' => 'getCalendarController3Service',
  174.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  175.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  176.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  177.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  178.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  179.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  180.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  181.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  182.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  183.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  184.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  185.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  186.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  187.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  188.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  189.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  190.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  191.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  192.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  193.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  194.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  195.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  196.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  197.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  198.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  199.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  200.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  201.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  202.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  203.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  204.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  205.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  206.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  207.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  208.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  209.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  210.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  211.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  212.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  213.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  214.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  215.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  216.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  217.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  218.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  219.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  220.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  221.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  222.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  223.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  224.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  225.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  226.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\Product\\PinpointSaleDxCommon' => 'getPinpointSaleDxCommonService',
  227.             'Plugin\\ProductOption42\\Controller\\AddcartController' => 'getAddcartControllerService',
  228.             'Plugin\\ProductOption42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  229.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionCategoryController' => 'getOptionCategoryControllerService',
  230.             'Plugin\\ProductOption42\\Controller\\Admin\\OptionController' => 'getOptionControllerService',
  231.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionController' => 'getProductOptionControllerService',
  232.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionDesignController' => 'getProductOptionDesignControllerService',
  233.             'Plugin\\ProductOption42\\Controller\\Admin\\ProductOptionRankController' => 'getProductOptionRankControllerService',
  234.             'Plugin\\ProductOption42\\Controller\\CartOperationController' => 'getCartOperationControllerService',
  235.             'Plugin\\ProductOption42\\Controller\\ReorderController' => 'getReorderControllerService',
  236.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  237.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  238.             'Plugin\\ShowPointAmount42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  239.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  240.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  241.             'cache.app_clearer' => 'getCache_AppClearerService',
  242.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  243.             'cache.system_clearer' => 'getCache_SystemClearerService',
  244.             'cache_warmer' => 'getCacheWarmerService',
  245.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  246.             'console.command_loader' => 'getConsole_CommandLoaderService',
  247.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  248.             'eccube.logger' => 'getEccube_LoggerService',
  249.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  250.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  251.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  252.             'error_controller' => 'getErrorControllerService',
  253.             'knp_paginator' => 'getKnpPaginatorService',
  254.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  255.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  256.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  257.             'pinpoint_sale_dx.config_migration' => 'getPinpointSaleDx_ConfigMigrationService',
  258.             'pinpoint_sale_dx.plg_migration' => 'getPinpointSaleDx_PlgMigrationService',
  259.             'routing.loader' => 'getRouting_LoaderService',
  260.             'services_resetter' => 'getServicesResetterService',
  261.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  262.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  263.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  264.         ];
  265.         $this->aliases = [
  266.             'database_connection' => 'doctrine.dbal.default_connection',
  267.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  268.         ];
  269.         $this->privates['service_container'] = function () {
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  289.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  299.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  300.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  321.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  322.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  323.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  324.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  325.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  334.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  335.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  337.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Service/Cart/ProductClassAndOptionComparator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  365.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  371.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  647.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  648.             include_once \dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Twig/Extension/PinpointSaleDxTwigExtension.php';
  649.             include_once \dirname(__DIR__4).'/app/Plugin/ProductOption42/Twig/Extension/PriceIncTaxExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  655.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  658.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  660.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  667.         };
  668.     }
  669.     public function compile(): void
  670.     {
  671.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  672.     }
  673.     public function isCompiled(): bool
  674.     {
  675.         return true;
  676.     }
  677.     public function getRemovedIds(): array
  678.     {
  679.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  680.     }
  681.     protected function load($file$lazyLoad true)
  682.     {
  683.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  684.             return $class::do($this$lazyLoad);
  685.         }
  686.         if ('.' === $file[-4]) {
  687.             $class substr($class0, -4);
  688.         } else {
  689.             $file .= '.php';
  690.         }
  691.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  692.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  693.     }
  694.     protected function createProxy($class\Closure $factory)
  695.     {
  696.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  697.         return $factory();
  698.     }
  699.     /**
  700.      * Gets the public '.container.private.profiler' shared service.
  701.      *
  702.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  703.      */
  704.     protected function get_Container_Private_ProfilerService()
  705.     {
  706.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  707.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  708.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  709.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  710.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  711.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  712.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  713.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  714.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  715.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  716.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  717.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  718.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  719.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  720.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  721.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  722.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  723.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  724.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  725.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  726.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  727.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  728.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  729.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  730.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  731.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  732.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  733.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  734.         if ($this->has('kernel')) {
  735.             $e->setKernel($b);
  736.         }
  737.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  738.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  740.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  742.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  743.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  744.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  746.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  747.         $instance->add($d);
  748.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  749.         $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));
  750.         $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())));
  751.         $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([])))));
  752.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  753.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  754.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  755.         $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()))));
  756.         $instance->add($e);
  757.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  758.         return $instance;
  759.     }
  760.     /**
  761.      * Gets the public '.container.private.security.authorization_checker' shared service.
  762.      *
  763.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  764.      */
  765.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  766.     {
  767.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  768.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  769.             return $this->services['.container.private.security.authorization_checker'];
  770.         }
  771.         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);
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  775.      *
  776.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  777.      */
  778.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  779.     {
  780.         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())));
  781.     }
  782.     /**
  783.      * Gets the public '.container.private.security.token_storage' shared service.
  784.      *
  785.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  786.      */
  787.     protected function get_Container_Private_Security_TokenStorageService()
  788.     {
  789.         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, [
  790.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  791.         ], [
  792.             'request_stack' => '?',
  793.         ]));
  794.     }
  795.     /**
  796.      * Gets the public '.container.private.session' shared service.
  797.      *
  798.      * @return \Symfony\Component\HttpFoundation\Session\Session
  799.      */
  800.     protected function get_Container_Private_SessionService()
  801.     {
  802.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  803.         if (isset($this->services['.container.private.session'])) {
  804.             return $this->services['.container.private.session'];
  805.         }
  806.         return $this->services['.container.private.session'] = $a->createSession();
  807.     }
  808.     /**
  809.      * Gets the public '.container.private.state_machine.order' shared service.
  810.      *
  811.      * @return \Symfony\Component\Workflow\StateMachine
  812.      */
  813.     protected function get_Container_Private_StateMachine_OrderService()
  814.     {
  815.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  816.         if (isset($this->services['.container.private.state_machine.order'])) {
  817.             return $this->services['.container.private.state_machine.order'];
  818.         }
  819.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  820.     }
  821.     /**
  822.      * Gets the public '.container.private.twig' shared service.
  823.      *
  824.      * @return \Twig\Environment
  825.      */
  826.     protected function get_Container_Private_TwigService()
  827.     {
  828.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  829.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  830.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  831.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/template'), 'DesignTag42');
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Resource/template'), 'ShowPointAmount42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PointNewCustomer42/Resource/template'), 'PointNewCustomer42');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/template'), 'ProductOption42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/template'), 'DeliveryDate42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/template'), 'PinpointSaleDx');
  838.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  839.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  841.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  842.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  843.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  844.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  845.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  861.         $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']);
  862.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  863.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  864.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  865.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  866.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  867.         $g = ($this->services['router'] ?? $this->getRouterService());
  868.         $h = new \Symfony\Component\Workflow\Registry();
  869.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  870.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  871.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  872.         $j = new \Symfony\Bridge\Twig\AppVariable();
  873.         $j->setEnvironment('dev');
  874.         $j->setDebug(true);
  875.         if ($this->has('.container.private.security.token_storage')) {
  876.             $j->setTokenStorage($c);
  877.         }
  878.         if ($this->has('request_stack')) {
  879.             $j->setRequestStack($b);
  880.         }
  881.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  884.         $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)));
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  888.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  889.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  890.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  891.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  892.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  893.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  894.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  895.         }, 7))));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  906.         $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())));
  907.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  908.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  909.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  910.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  911.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  912.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  913.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  914.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  915.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  916.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  917.         $instance->addExtension(new \Plugin\PinpointSaleDx\Twig\Extension\PinpointSaleDxTwigExtension(($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  918.         $instance->addExtension(new \Plugin\ProductOption42\Twig\Extension\PriceIncTaxExtension(($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService())));
  919.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  920.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  921.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  922.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  923.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  924.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  925.         $instance->addGlobal('app'$j);
  926.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  927.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  928.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  929.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  930.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  931.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  932.         ], [
  933.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  934.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  935.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  936.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  937.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  938.         ])));
  939.         $instance->addGlobal('BaseInfo'NULL);
  940.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  941.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  942.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  943.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  944.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  945.         return $instance;
  946.     }
  947.     /**
  948.      * Gets the public '.container.private.validator' shared service.
  949.      *
  950.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  951.      */
  952.     protected function get_Container_Private_ValidatorService()
  953.     {
  954.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  955.         if (isset($this->services['.container.private.validator'])) {
  956.             return $this->services['.container.private.validator'];
  957.         }
  958.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  959.     }
  960.     /**
  961.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  962.      *
  963.      * @return \Detection\MobileDetect
  964.      */
  965.     protected function getMobileDetectService()
  966.     {
  967.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  968.     }
  969.     /**
  970.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  971.      *
  972.      * @return \Eccube\Common\EccubeConfig
  973.      */
  974.     protected function getEccubeConfigService()
  975.     {
  976.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  977.     }
  978.     /**
  979.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  980.      *
  981.      * @return \Eccube\Repository\PluginRepository
  982.      */
  983.     protected function getPluginRepositoryService($lazyLoad true)
  984.     {
  985.         if ($lazyLoad) {
  986.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  987.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  988.                     $wrappedInstance $this->getPluginRepositoryService(false);
  989.                     $proxy->setProxyInitializer(null);
  990.                     return true;
  991.                 });
  992.             });
  993.         }
  994.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  995.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  996.     }
  997.     /**
  998.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  999.      *
  1000.      * @return \Eccube\Service\SystemService
  1001.      */
  1002.     protected function getSystemServiceService($lazyLoad true)
  1003.     {
  1004.         if ($lazyLoad) {
  1005.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1006.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1007.                     $wrappedInstance $this->getSystemServiceService(false);
  1008.                     $proxy->setProxyInitializer(null);
  1009.                     return true;
  1010.                 });
  1011.             });
  1012.         }
  1013.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1014.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1015.     }
  1016.     /**
  1017.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1018.      *
  1019.      * @return \Eccube\Service\TaxRuleService
  1020.      */
  1021.     protected function getTaxRuleServiceService($lazyLoad true)
  1022.     {
  1023.         if ($lazyLoad) {
  1024.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1025.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1026.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1027.                     $proxy->setProxyInitializer(null);
  1028.                     return true;
  1029.                 });
  1030.             });
  1031.         }
  1032.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1033.         return new \Eccube\Service\TaxRuleService(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1034.     }
  1035.     /**
  1036.      * Gets the public 'cache.app' shared service.
  1037.      *
  1038.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1039.      */
  1040.     protected function getCache_AppService()
  1041.     {
  1042.         $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))));
  1043.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1044.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1045.     }
  1046.     /**
  1047.      * Gets the public 'cache.rate_limiter' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1050.      */
  1051.     protected function getCache_RateLimiterService()
  1052.     {
  1053.         $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))));
  1054.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1055.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1056.     }
  1057.     /**
  1058.      * Gets the public 'cache.system' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1061.      */
  1062.     protected function getCache_SystemService()
  1063.     {
  1064.         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())));
  1065.     }
  1066.     /**
  1067.      * Gets the public 'cache.validator_expression_language' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1070.      */
  1071.     protected function getCache_ValidatorExpressionLanguageService()
  1072.     {
  1073.         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())));
  1074.     }
  1075.     /**
  1076.      * Gets the public 'data_collector.dump' shared service.
  1077.      *
  1078.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1079.      */
  1080.     protected function getDataCollector_DumpService()
  1081.     {
  1082.         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);
  1083.     }
  1084.     /**
  1085.      * Gets the public 'doctrine' shared service.
  1086.      *
  1087.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1088.      */
  1089.     protected function getDoctrineService()
  1090.     {
  1091.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1092.     }
  1093.     /**
  1094.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1095.      *
  1096.      * @return \Doctrine\DBAL\Connection
  1097.      */
  1098.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1099.     {
  1100.         $a = new \Doctrine\DBAL\Configuration();
  1101.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1102.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1103.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1104.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1105.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1106.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1107.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1108.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1109.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1110.         $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))));
  1111.         $c->setConnectionName('default');
  1112.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1113.         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, [
  1114.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1115.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1116.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1117.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => ['privates''Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber''getPinpointSaleDxEventSubscriberService'true],
  1118.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => ['privates''Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber''getCartItemEventSubscriberService'true],
  1119.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1120.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1121.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1122.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1123.         ], [
  1124.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1125.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1126.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1127.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => '?',
  1128.             'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber' => '?',
  1129.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1130.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1131.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1132.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1133.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber'=> 'Plugin\\ProductOption42\\Doctrine\\EventSubscriber\\CartItemEventSubscriber'=> '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']]), []);
  1134.     }
  1135.     /**
  1136.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1137.      *
  1138.      * @return \Doctrine\ORM\EntityManager
  1139.      */
  1140.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1141.     {
  1142.         if ($lazyLoad) {
  1143.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1144.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1145.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1146.                     $proxy->setProxyInitializer(null);
  1147.                     return true;
  1148.                 });
  1149.             });
  1150.         }
  1151.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1160.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1161.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1172.         $a = new \Doctrine\ORM\Configuration();
  1173.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1174.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1175.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1176.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1177.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1178.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1179.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Entity')]);
  1180.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1181.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Entity')]);
  1182.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1183.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1184.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1185.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1186.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1187.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Entity')]);
  1188.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1189.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PointNewCustomer42/Entity')]);
  1190.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1191.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Entity')]);
  1192.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1193.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1194.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1195.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1196.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1197.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1198.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1199.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1200.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1201.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Entity')]);
  1202.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1203.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1204.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1205.         $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');
  1206.         $b->addDriver($d'Eccube\\Entity');
  1207.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1208.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1209.         $b->addDriver($f'Plugin\\DeliveryDate42\\Entity');
  1210.         $b->addDriver($g'Plugin\\DesignTag42\\Entity');
  1211.         $b->addDriver($h'Plugin\\EccubePaymentLite42\\Entity');
  1212.         $b->addDriver($i'Plugin\\MailMagazine42\\Entity');
  1213.         $b->addDriver($j'Plugin\\PinpointSaleDx\\Entity');
  1214.         $b->addDriver($k'Plugin\\PointNewCustomer42\\Entity');
  1215.         $b->addDriver($l'Plugin\\ProductOption42\\Entity');
  1216.         $b->addDriver($m'Plugin\\ProductReview42\\Entity');
  1217.         $b->addDriver($n'Plugin\\Recommend42\\Entity');
  1218.         $b->addDriver($o'Plugin\\RelatedProduct42\\Entity');
  1219.         $b->addDriver($p'Plugin\\Securitychecker42\\Entity');
  1220.         $b->addDriver($q'Plugin\\ShowPointAmount42\\Entity');
  1221.         $b->addDriver($r'Plugin\\SiteKit42\\Entity');
  1222.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1223.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1224.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1225.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1226.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1227.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1228.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1229.         ], [
  1230.             'doctrine.ulid_generator' => '?',
  1231.             'doctrine.uuid_generator' => '?',
  1232.         ])));
  1233.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1234.         $a->setProxyNamespace('Proxies');
  1235.         $a->setAutoGenerateProxyClasses(true);
  1236.         $a->setSchemaIgnoreClasses([]);
  1237.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1238.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1239.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1240.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1241.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1242.         $a->setLazyGhostObjectEnabled(false);
  1243.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1244.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1245.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1246.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1247.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1248.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1249.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1250.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1251.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1252.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1253.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1254.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1255.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1256.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1257.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1258.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1259.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1260.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1261.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1262.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1263.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1264.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1265.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1266.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1267.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1268.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1269.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1270.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1271.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1272.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1273.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1274.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1275.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1276.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1277.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1278.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1279.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1280.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1281.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1282.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1283.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1284.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1285.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1286.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1287.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1288.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1289.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1290.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1291.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1292.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1293.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1294.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1295.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1296.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1297.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1298.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1299.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1300.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1301.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1302.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1303.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1304.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1305.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1306.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1307.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1308.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1309.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1310.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1311.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1312.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1313.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository''getDeliveryDateRepositoryService'true],
  1314.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\HolidayRepository''getHolidayRepositoryService'true],
  1315.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1316.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1317.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1318.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1319.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1320.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1321.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1322.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1323.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1324.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1325.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1326.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1327.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1328.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1329.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1330.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1331.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1332.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1333.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1334.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1335.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository''getPinpointRepeatRepositoryService'true],
  1336.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepository''getPinpointRepositoryService'true],
  1337.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'true],
  1338.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'true],
  1339.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository''getProductPinpointRepositoryService'true],
  1340.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository''getCartItemOptionCategoryRepositoryService'true],
  1341.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\CartItemOptionRepository''getCartItemOptionRepositoryService'true],
  1342.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1343.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionCategoryRepository''getOptionCategoryRepositoryService'true],
  1344.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionImageRepository''getOptionImageRepositoryService'true],
  1345.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OptionRepository''getOptionRepositoryService'true],
  1346.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository''getOrderItemOptionCategoryRepositoryService'true],
  1347.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository''getOrderItemOptionRepositoryService'true],
  1348.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => ['privates''Plugin\\ProductOption42\\Repository\\ProductOptionRepository''getProductOptionRepositoryService'true],
  1349.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1350.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1351.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1352.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1353.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1354.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1355.             'Plugin\\ShowPointAmount42\\Repository\\ConfigRepository' => ['privates''Plugin\\ShowPointAmount42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1356.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1357.         ], [
  1358.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1359.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1360.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1361.             'Eccube\\Repository\\BlockRepository' => '?',
  1362.             'Eccube\\Repository\\CalendarRepository' => '?',
  1363.             'Eccube\\Repository\\CartItemRepository' => '?',
  1364.             'Eccube\\Repository\\CartRepository' => '?',
  1365.             'Eccube\\Repository\\CategoryRepository' => '?',
  1366.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1367.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1368.             'Eccube\\Repository\\CsvRepository' => '?',
  1369.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1370.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1371.             'Eccube\\Repository\\CustomerRepository' => '?',
  1372.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1373.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1374.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1375.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1376.             'Eccube\\Repository\\LayoutRepository' => '?',
  1377.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1378.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1379.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1380.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1381.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1382.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1383.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1384.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1385.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1386.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1387.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1388.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1389.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1390.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1391.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1392.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1393.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1394.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1395.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1396.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1397.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1398.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1399.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1400.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1401.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1402.             'Eccube\\Repository\\MemberRepository' => '?',
  1403.             'Eccube\\Repository\\NewsRepository' => '?',
  1404.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1405.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1406.             'Eccube\\Repository\\OrderRepository' => '?',
  1407.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1408.             'Eccube\\Repository\\PageRepository' => '?',
  1409.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1410.             'Eccube\\Repository\\PaymentRepository' => '?',
  1411.             'Eccube\\Repository\\PluginRepository' => '?',
  1412.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1413.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1414.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1415.             'Eccube\\Repository\\ProductRepository' => '?',
  1416.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1417.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1418.             'Eccube\\Repository\\ShippingRepository' => '?',
  1419.             'Eccube\\Repository\\TagRepository' => '?',
  1420.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1421.             'Eccube\\Repository\\TemplateRepository' => '?',
  1422.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1423.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1424.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1425.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1426.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => '?',
  1427.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => '?',
  1428.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => '?',
  1429.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1430.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1431.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1432.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1433.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1434.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1435.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1436.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1437.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1438.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1439.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1440.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1441.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1442.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1443.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1444.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1445.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1446.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1447.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1448.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1449.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => '?',
  1450.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => '?',
  1451.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => '?',
  1452.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => '?',
  1453.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => '?',
  1454.             'Plugin\\ProductOption42\\Repository\\CartItemOptionCategoryRepository' => '?',
  1455.             'Plugin\\ProductOption42\\Repository\\CartItemOptionRepository' => '?',
  1456.             'Plugin\\ProductOption42\\Repository\\ConfigRepository' => '?',
  1457.             'Plugin\\ProductOption42\\Repository\\OptionCategoryRepository' => '?',
  1458.             'Plugin\\ProductOption42\\Repository\\OptionImageRepository' => '?',
  1459.             'Plugin\\ProductOption42\\Repository\\OptionRepository' => '?',
  1460.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionCategoryRepository' => '?',
  1461.             'Plugin\\ProductOption42\\Repository\\OrderItemOptionRepository' => '?',
  1462.             'Plugin\\ProductOption42\\Repository\\ProductOptionRepository' => '?',
  1463.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1464.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1465.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1466.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1467.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1468.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1469.             'Plugin\\ShowPointAmount42\\Repository\\ConfigRepository' => '?',
  1470.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1471.         ])));
  1472.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1473.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1474.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1475.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1476.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1477.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1478.         return $instance;
  1479.     }
  1480.     /**
  1481.      * Gets the public 'event_dispatcher' shared service.
  1482.      *
  1483.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1484.      */
  1485.     protected function getEventDispatcherService()
  1486.     {
  1487.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1488.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1489.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1490.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1491.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1492.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1493.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1494.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1496.         $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())));
  1497.         $instance->addListener('kernel.request', [=> function () {
  1498.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1499.         }, => 'onKernelRequest'], 1024);
  1500.         $instance->addListener('kernel.controller', [=> function () {
  1501.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1502.         }, => 'onKernelController'], 0);
  1503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1504.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1505.         }, => 'checkPassport'], 1024);
  1506.         $instance->addListener('kernel.response', [=> function () {
  1507.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1508.         }, => 'onKernelResponse'], 0);
  1509.         $instance->addListener('kernel.response', [=> function () {
  1510.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1511.         }, => 'onKernelResponse'], 0);
  1512.         $instance->addListener('kernel.request', [=> function () {
  1513.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1514.         }, => 'onKernelRequest'], 0);
  1515.         $instance->addListener('kernel.controller', [=> function () {
  1516.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1517.         }, => 'onController'], 0);
  1518.         $instance->addListener('kernel.request', [=> function () {
  1519.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1520.         }, => 'onKernelRequest'], 512);
  1521.         $instance->addListener('kernel.request', [=> function () {
  1522.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1523.         }, => 'onKernelRequestEarly'], 500);
  1524.         $instance->addListener('kernel.request', [=> function () {
  1525.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1526.         }, => 'onKernelRequest'], 6);
  1527.         $instance->addListener('kernel.response', [=> function () {
  1528.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1529.         }, => 'onKernelResponse'], 0);
  1530.         $instance->addListener('kernel.controller', [=> function () {
  1531.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1532.         }, => 'onKernelController'], 0);
  1533.         $instance->addListener('kernel.terminate', [=> function () {
  1534.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1535.         }, => 'onKernelTerminate'], 0);
  1536.         $instance->addListener('kernel.exception', [=> function () {
  1537.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1538.         }, => 'onKernelException'], -4);
  1539.         $instance->addListener('security.interactive_login', [=> function () {
  1540.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1541.         }, => 'onInteractiveLogin'], 0);
  1542.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1543.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1544.         }, => 'onAuthenticationFailure'], 0);
  1545.         $instance->addListener('kernel.response', [=> function () {
  1546.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1547.         }, => 'onResponse'], 0);
  1548.         $instance->addListener('kernel.request', [=> function () {
  1549.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1550.         }, => 'onKernelRequest'], 512);
  1551.         $instance->addListener('kernel.controller', [=> function () {
  1552.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1553.         }, => 'onController'], 0);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1556.         }, => 'onKernelRequest'], 7);
  1557.         $instance->addListener('security.interactive_login', [=> function () {
  1558.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1559.         }, => 'onInteractiveLogin'], 0);
  1560.         $instance->addListener('security.authentication.failure', [=> function () {
  1561.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1562.         }, => 'onAuthenticationFailure'], 0);
  1563.         $instance->addListener('kernel.request', [=> function () {
  1564.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1565.         }, => 'onKernelRequest'], 0);
  1566.         $instance->addListener('kernel.exception', [=> function () {
  1567.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1568.         }, => 'onKernelException'], 0);
  1569.         $instance->addListener('kernel.terminate', [=> function () {
  1570.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1571.         }, => 'onKernelTerminate'], 0);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1574.         }, => 'onKernelRequest'], 6);
  1575.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1576.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1577.         }, => 'onKernelController'], 7);
  1578.         $instance->addListener('form.pre_submit', [=> function () {
  1579.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1580.         }, => 'onPreSubmit'], 0);
  1581.         $instance->addListener('form.pre_submit', [=> function () {
  1582.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1583.         }, => 'purifySubmittedData'], 1000001);
  1584.         $instance->addListener('form.pre_submit', [=> function () {
  1585.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1586.         }, => 'onPreSubmit'], 0);
  1587.         $instance->addListener('workflow.order.completed', [=> function () {
  1588.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1589.         }, => 'onCompleted'], 0);
  1590.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1591.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1592.         }, => 'updatePaymentDate'], 0);
  1593.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1594.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1595.         }, => 'rollbackStock'], 0);
  1596.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1597.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1598.         }, => 'rollbackUsePoint'], 0);
  1599.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1600.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1601.         }, => 'commitStock'], 0);
  1602.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1603.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1604.         }, => 'commitUsePoint'], 0);
  1605.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1606.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1607.         }, => 'commitAddPoint'], 0);
  1608.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1609.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1610.         }, => 'rollbackUsePoint'], 0);
  1611.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1612.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1613.         }, => 'rollbackAddPoint'], 0);
  1614.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1615.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1616.         }, => 'commitUsePoint'], 0);
  1617.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1618.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1619.         }, => 'commitAddPoint'], 0);
  1620.         $instance->addListener('kernel.terminate', [=> function () {
  1621.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1622.         }, => 'disableMaintenanceEvent'], 0);
  1623.         $instance->addListener('kernel.terminate', [=> function () {
  1624.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1625.         }, => 'forceClearCache'], 0);
  1626.         $instance->addListener('Shopping/index.twig', [=> function () {
  1627.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1628.         }, => 'index'], 0);
  1629.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1630.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1631.         }, => 'index'], 0);
  1632.         $instance->addListener('Mypage/history.twig', [=> function () {
  1633.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1634.         }, => 'onRenderMypageHistory'], 0);
  1635.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1636.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1637.         }, => 'onRenderAdminOrderEdit'], 0);
  1638.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1639.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1640.         }, => 'hookAdminProductCopyComplete'], 0);
  1641.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1642.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1643.         }, => 'onTemplateAdminProductEdit'], 0);
  1644.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1645.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1646.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1647.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1648.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1649.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1650.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1651.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1652.         }, => 'hookAdminSettingShopDeliveryEditComplete'], 0);
  1653.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1654.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1655.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1656.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1657.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1658.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1659.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1660.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1661.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1662.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1663.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1664.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1665.         $instance->addListener('@admin/Product/tag.twig', [=> function () {
  1666.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent2Service'));
  1667.         }, => 'onAdminProductTagTwig'], 0);
  1668.         $instance->addListener('Product/detail.twig', [=> function () {
  1669.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent2Service'));
  1670.         }, => 'onProductDetailTwig'], 0);
  1671.         $instance->addListener('Product/list.twig', [=> function () {
  1672.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent2Service'));
  1673.         }, => 'onProductListTwig'], 0);
  1674.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1675.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1676.         }, => 'onKernelController'], 0);
  1677.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1678.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddCompletePaymentButtonEventSubscriber()));
  1679.         }, => 'edit'], 0);
  1680.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1681.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddPaymentStatusFormEventSubscriber($this)));
  1682.         }, => 'edit'], 0);
  1683.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1684.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1685.         }, => 'adminOrderEditIndexComplete'], 0);
  1686.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1687.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1688.         }, => 'adminOrderEditIndexComplete'], 0);
  1689.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1690.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1691.         }, => 'index'], 0);
  1692.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1693.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1694.         }, => 'adminOrderEditIndexComplete'], 0);
  1695.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1696.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1697.         }, => 'product'], 0);
  1698.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1699.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1700.         }, => 'index'], 0);
  1701.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1702.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1703.         }, => 'product'], 0);
  1704.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1705.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1706.         }, => 'index'], 0);
  1707.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1708.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1709.         }, => 'product'], 0);
  1710.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1711.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Setting\AddDeliveryCompanyFormEventSubscriber()));
  1712.         }, => 'deliveryEdit'], 0);
  1713.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1714.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1715.         }, => 'frontMypageChangeIndexComplete'], 0);
  1716.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1717.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1718.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1719.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1720.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1721.         }, => 'delivery'], 0);
  1722.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1723.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1724.         }, => 'change_complete'], 0);
  1725.         $instance->addListener('Mypage/index.twig', [=> function () {
  1726.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1727.         }, => 'index'], 0);
  1728.         $instance->addListener('Mypage/history.twig', [=> function () {
  1729.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1730.         }, => 'index'], 0);
  1731.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1732.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1733.         }, => 'index'], 0);
  1734.         $instance->addListener('Mypage/change.twig', [=> function () {
  1735.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1736.         }, => 'index'], 0);
  1737.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1738.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1739.         }, => 'index'], 0);
  1740.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1741.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1742.         }, => 'index'], 0);
  1743.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1744.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1745.         }, => 'index'], 0);
  1746.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1747.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1748.         }, => 'index'], 0);
  1749.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1750.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1751.         }, => 'index'], 0);
  1752.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1753.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1754.         }, => 'index'], 0);
  1755.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1756.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1757.         }, => 'index'], 0);
  1758.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1759.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1760.         }, => 'index'], 0);
  1761.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1762.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1763.         }, => 'index'], 0);
  1764.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1765.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1766.         }, => 'index'], 0);
  1767.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1768.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1769.         }, => 'index'], 0);
  1770.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1771.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1772.         }, => 'index'], 0);
  1773.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1774.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1775.         }, => 'index'], 0);
  1776.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1777.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1778.         }, => 'index'], 0);
  1779.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1780.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1781.         }, => 'index'], 0);
  1782.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1783.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1784.         }, => 'index'], 0);
  1785.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1786.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1787.         }, => 'index'], 0);
  1788.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1789.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1790.         }, => 'index'], 0);
  1791.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1792.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1793.         }, => 'index'], 0);
  1794.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1795.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1796.         }, => 'index'], 0);
  1797.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1798.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1799.         }, => 'index'], 0);
  1800.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1801.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1802.         }, => 'index'], 0);
  1803.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1804.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1805.         }, => 'index'], 0);
  1806.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1807.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1808.         }, => 'index'], 0);
  1809.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1811.         }, => 'index'], 0);
  1812.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1813.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1814.         }, => 'index'], 0);
  1815.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1816.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1817.         }, => 'index'], 0);
  1818.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1819.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1820.         }, => 'index'], 0);
  1821.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  1822.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1823.         }, => 'index'], 0);
  1824.         $instance->addListener('Shopping/index.twig', [=> function () {
  1825.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1826.         }, => 'index'], 0);
  1827.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1828.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1829.         }, => 'confirm'], 0);
  1830.         $instance->addListener('Shopping/index.twig', [=> function () {
  1831.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1832.         }, => 'index'], 0);
  1833.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1834.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1835.         }, => 'confirm'], 0);
  1836.         $instance->addListener('Shopping/index.twig', [=> function () {
  1837.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1838.         }, => 'index'], 0);
  1839.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1840.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1841.         }, => 'confirm'], 0);
  1842.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1843.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
  1844.         }, => 'confirm'], 0);
  1845.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1846.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1847.         }, => 'confirm'], 0);
  1848.         $instance->addListener('Shopping/index.twig', [=> function () {
  1849.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1850.         }, => 'index'], 0);
  1851.         $instance->addListener('Shopping/index.twig', [=> function () {
  1852.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\HideAddDeliveryBtnEventSubscriber()));
  1853.         }, => 'index'], 0);
  1854.         $instance->addListener('Shopping/login.twig', [=> function () {
  1855.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1856.         }, => 'index'], 0);
  1857.         $instance->addListener('Shopping/index.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1859.         }, => 'index'], 0);
  1860.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1861.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1862.         }, => 'index'], 0);
  1863.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1864.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1865.         }, => 'index'], 0);
  1866.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1868.         }, => 'onTemplateProductProduct'], -10);
  1869.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1871.         }, => 'onTemplateProductClassEdit'], -10);
  1872.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1873.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1874.         }, => 'onTemplateProductIndex'], 10);
  1875.         $instance->addListener('Cart/index.twig', [=> function () {
  1876.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  1877.         }, => 'onTemplateCartIndex'], 0);
  1878.         $instance->addListener('Cart/index.twig', [=> function () {
  1879.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  1880.         }, => 'onCartIndexHook'], -10);
  1881.         $instance->addListener('Mypage/history.twig', [=> function () {
  1882.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  1883.         }, => 'onTemplateMypageHistory'], 0);
  1884.         $instance->addListener('Product/detail.twig', [=> function () {
  1885.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService'));
  1886.         }, => 'onTemplateProductDetail'], 0);
  1887.         $instance->addListener('Shopping/index.twig', [=> function () {
  1888.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1889.         }, => 'onTemplateShopping'], 0);
  1890.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1891.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1892.         }, => 'onTemplateShoppingConfirm'], 0);
  1893.         $instance->addListener('front.entry.activate.complete', [=> function () {
  1894.             return ($this->privates['Plugin\\PointNewCustomer42\\Event'] ?? $this->load('getEvent3Service'));
  1895.         }, => 'onFrontEntryActivateComplete'], 0);
  1896.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1897.             return ($this->privates['Plugin\\PointNewCustomer42\\Event'] ?? $this->load('getEvent3Service'));
  1898.         }, => 'onAdminSettingShopMasterTwig'], 0);
  1899.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1900.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1901.         }, => 'onTemplateAdminOrderEdit'], 0);
  1902.         $instance->addListener('@admin/Order/order_item_prototype.twig', [=> function () {
  1903.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1904.         }, => 'onTemplateAdminOrderItemPrototype'], 0);
  1905.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1906.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1907.         }, => 'onTemplateAdminOrderEdit'], 0);
  1908.         $instance->addListener('@admin/Order/search_product.twig', [=> function () {
  1909.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1910.         }, => 'onTemplateAdminOrderSearchProduct'], 0);
  1911.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1912.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1913.         }, => 'hookAdminOrderCsvExport'], 0);
  1914.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1915.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1916.         }, => 'onTemplateAdminProduct'], 0);
  1917.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1918.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1919.         }, => 'onTemplateAdminProductEdit'], 0);
  1920.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1921.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1922.         }, => 'hookAdminProductCopyComplete'], 0);
  1923.         $instance->addListener('admin.product.csv.export', [=> function () {
  1924.             return ($this->privates['Plugin\\ProductOption42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1925.         }, => 'hookAdminProductCsvExport'], 0);
  1926.         $instance->addListener('Cart/index.twig', [=> function () {
  1927.             return ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] ?? ($this->privates['Plugin\\ProductOption42\\Event\\CartEvent'] = new \Plugin\ProductOption42\Event\CartEvent()));
  1928.         }, => 'onTemplateCart'], 0);
  1929.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1930.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1931.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1932.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1933.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1934.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1935.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1936.             return ($this->privates['Plugin\\ProductOption42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1937.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1938.         $instance->addListener('Mypage/index.twig', [=> function () {
  1939.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1940.         }, => 'onTemplateMypageIndex'], 0);
  1941.         $instance->addListener('Mypage/history.twig', [=> function () {
  1942.             return ($this->privates['Plugin\\ProductOption42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1943.         }, => 'onTemplateMypageHistory'], 0);
  1944.         $instance->addListener('Product/list.twig', [=> function () {
  1945.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1946.         }, => 'onTemplateProductList'], 0);
  1947.         $instance->addListener('Product/detail.twig', [=> function () {
  1948.             return ($this->privates['Plugin\\ProductOption42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1949.         }, => 'onTemplateProductDetail'], 0);
  1950.         $instance->addListener('Shopping/index.twig', [=> function () {
  1951.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1952.         }, => 'onTempleteShoppingIndex'], 0);
  1953.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1954.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1955.         }, => 'onTempleteShoppingIndex'], 0);
  1956.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1957.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1958.         }, => 'onTempleteShoppingShippingMultiple'], 0);
  1959.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1960.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1961.         }, => 'onHookShoppingShippingMultipleInitialize'], 0);
  1962.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1963.             return ($this->privates['Plugin\\ProductOption42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1964.         }, => 'onHookShoppingShippingMultipleComplete'], 0);
  1965.         $instance->addListener('Product/detail.twig', [=> function () {
  1966.             return ($this->privates['Plugin\\ShowPointAmount42\\Event'] ?? $this->load('getEvent4Service'));
  1967.         }, => 'onProductTwig'], 0);
  1968.         $instance->addListener('Cart/index.twig', [=> function () {
  1969.             return ($this->privates['Plugin\\ShowPointAmount42\\Event'] ?? $this->load('getEvent4Service'));
  1970.         }, => 'onCartIndexTwig'], 0);
  1971.         $instance->addListener('kernel.request', [=> function () {
  1972.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1973.         }, => 'onKernelRequest'], 4096);
  1974.         $instance->addListener('kernel.response', [=> function () {
  1975.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1976.         }, => 'onKernelResponse'], 0);
  1977.         $instance->addListener('kernel.response', [=> function () {
  1978.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1979.         }, => 'onKernelResponse'], -1024);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1982.         }, => 'setDefaultLocale'], 100);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1985.         }, => 'onKernelRequest'], 16);
  1986.         $instance->addListener('kernel.finish_request', [=> function () {
  1987.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1988.         }, => 'onKernelFinishRequest'], 0);
  1989.         $instance->addListener('kernel.request', [=> function () {
  1990.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1991.         }, => 'onKernelRequest'], 256);
  1992.         $instance->addListener('kernel.response', [=> function () {
  1993.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1994.         }, => 'onResponse'], -255);
  1995.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1997.         }, => 'onControllerArguments'], 0);
  1998.         $instance->addListener('kernel.exception', [=> function () {
  1999.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2000.         }, => 'logKernelException'], 0);
  2001.         $instance->addListener('kernel.exception', [=> function () {
  2002.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2003.         }, => 'onKernelException'], -128);
  2004.         $instance->addListener('kernel.response', [=> function () {
  2005.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2006.         }, => 'removeCspHeader'], -128);
  2007.         $instance->addListener('kernel.request', [=> function () {
  2008.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2009.         }, => 'onKernelRequest'], 15);
  2010.         $instance->addListener('kernel.finish_request', [=> function () {
  2011.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2012.         }, => 'onKernelFinishRequest'], -15);
  2013.         $instance->addListener('console.error', [=> function () {
  2014.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2015.         }, => 'onConsoleError'], -128);
  2016.         $instance->addListener('console.terminate', [=> function () {
  2017.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2018.         }, => 'onConsoleTerminate'], -128);
  2019.         $instance->addListener('console.error', [=> function () {
  2020.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2021.         }, => 'onConsoleError'], 0);
  2022.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2023.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2024.         }, => 'onMessage'], -255);
  2025.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2026.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2027.         }, => 'onMessage'], -255);
  2028.         $instance->addListener('kernel.response', [=> function () {
  2029.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2030.         }, => 'onKernelResponse'], 0);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2033.         }, => 'onKernelRequest'], 48);
  2034.         $instance->addListener('kernel.request', [=> function () {
  2035.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2036.         }, => 'configure'], 2048);
  2037.         $instance->addListener('console.command', [=> function () {
  2038.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2039.         }, => 'configure'], 2048);
  2040.         $instance->addListener('kernel.request', [=> function () {
  2041.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2042.         }, => 'onKernelRequest'], 32);
  2043.         $instance->addListener('kernel.finish_request', [=> function () {
  2044.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2045.         }, => 'onKernelFinishRequest'], 0);
  2046.         $instance->addListener('kernel.exception', [=> function () {
  2047.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2048.         }, => 'onKernelException'], -64);
  2049.         $instance->addListener('kernel.request', [=> function () {
  2050.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2051.         }, => 'onKernelRequest'], 128);
  2052.         $instance->addListener('kernel.response', [=> function () {
  2053.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2054.         }, => 'onKernelResponse'], -1000);
  2055.         $instance->addListener('kernel.finish_request', [=> function () {
  2056.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2057.         }, => 'onFinishRequest'], 0);
  2058.         $instance->addListener('kernel.response', [=> function () {
  2059.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2060.         }, => 'onKernelResponse'], -100);
  2061.         $instance->addListener('kernel.exception', [=> function () {
  2062.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2063.         }, => 'onKernelException'], 0);
  2064.         $instance->addListener('kernel.terminate', [=> function () {
  2065.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2066.         }, => 'onKernelTerminate'], -1024);
  2067.         $instance->addListener('kernel.controller', [=> function () {
  2068.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2069.         }, => 'onKernelController'], 0);
  2070.         $instance->addListener('kernel.response', [=> function () {
  2071.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2072.         }, => 'onKernelResponse'], 0);
  2073.         $instance->addListener('kernel.response', [=> function () {
  2074.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2075.         }, => 'onKernelResponse'], 0);
  2076.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2077.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2078.         }, => 'checkPassport'], 0);
  2079.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2080.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2081.         }, => 'onLoginSuccess'], 0);
  2082.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2083.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2084.         }, => 'onVoterVote'], 0);
  2085.         $instance->addListener('kernel.request', [=> function () {
  2086.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2087.         }, => 'configureLogoutUrlGenerator'], 8);
  2088.         $instance->addListener('kernel.request', [=> function () {
  2089.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2090.         }, => 'onKernelRequest'], 8);
  2091.         $instance->addListener('kernel.finish_request', [=> function () {
  2092.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2093.         }, => 'onKernelFinishRequest'], 0);
  2094.         $instance->addListener('kernel.controller', [=> function () {
  2095.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2096.         }, => 'onKernelController'], 0);
  2097.         $instance->addListener('kernel.controller', [=> function () {
  2098.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2099.         }, => 'onKernelController'], 0);
  2100.         $instance->addListener('kernel.controller', [=> function () {
  2101.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2102.         }, => 'onKernelController'], -128);
  2103.         $instance->addListener('kernel.view', [=> function () {
  2104.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2105.         }, => 'onKernelView'], 0);
  2106.         $instance->addListener('kernel.controller', [=> function () {
  2107.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2108.         }, => 'onKernelController'], 0);
  2109.         $instance->addListener('kernel.response', [=> function () {
  2110.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2111.         }, => 'onKernelResponse'], 0);
  2112.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2113.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2114.         }, => 'onKernelControllerArguments'], 0);
  2115.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2116.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2117.         }, => 'onKernelControllerArguments'], 0);
  2118.         $instance->addListener('console.command', [=> function () {
  2119.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2120.         }, => 'onCommand'], 255);
  2121.         $instance->addListener('console.terminate', [=> function () {
  2122.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2123.         }, => 'onTerminate'], -255);
  2124.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2125.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2126.         }, => 'onMessage'], 0);
  2127.         $instance->addListener('console.command', [=> function () {
  2128.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2129.         }, => 'configure'], 1024);
  2130.         $instance->addListener('kernel.response', [=> function () {
  2131.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2132.         }, => 'onKernelResponse'], -128);
  2133.         $instance->addListener('console.error', [=> function () {
  2134.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2135.         }, => 'onConsoleError'], 0);
  2136.         $instance->addListener('console.terminate', [=> function () {
  2137.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2138.         }, => 'onConsoleTerminate'], 0);
  2139.         $instance->addListener('knp_pager.before', [=> function () {
  2140.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2141.         }, => 'before'], 0);
  2142.         $instance->addListener('knp_pager.pagination', [=> function () {
  2143.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2144.         }, => 'pagination'], 0);
  2145.         $instance->addListener('knp_pager.before', [=> function () {
  2146.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2147.         }, => 'before'], 1);
  2148.         $instance->addListener('knp_pager.before', [=> function () {
  2149.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2150.         }, => 'before'], 1);
  2151.         $instance->addListener('knp_pager.pagination', [=> function () {
  2152.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2153.         }, => 'pagination'], 1);
  2154.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2155.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2156.         }, => 'checkPassport'], 512);
  2157.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2158.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2159.         }, => 'onLogout'], 0);
  2160.         return $instance;
  2161.     }
  2162.     /**
  2163.      * Gets the public 'http_kernel' shared service.
  2164.      *
  2165.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2166.      */
  2167.     protected function getHttpKernelService()
  2168.     {
  2169.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2170.         if (isset($this->services['http_kernel'])) {
  2171.             return $this->services['http_kernel'];
  2172.         }
  2173.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2174.         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 () {
  2175.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2176.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2177.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2178.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2179.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2180.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2181.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2182.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2183.         }, 8)), $b));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'request_stack' shared service.
  2187.      *
  2188.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2189.      */
  2190.     protected function getRequestStackService()
  2191.     {
  2192.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2193.     }
  2194.     /**
  2195.      * Gets the public 'router' shared service.
  2196.      *
  2197.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2198.      */
  2199.     protected function getRouterService()
  2200.     {
  2201.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2202.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2203.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2204.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2205.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2206.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2207.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2208.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2209.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2210.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2211.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2212.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2213.         ], [
  2214.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2215.         ]))->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'));
  2216.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2217.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2218.         return $instance;
  2219.     }
  2220.     /**
  2221.      * Gets the public 'translator' shared service.
  2222.      *
  2223.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2224.      */
  2225.     protected function getTranslatorService()
  2226.     {
  2227.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2228.     }
  2229.     /**
  2230.      * Gets the public 'var_dumper.cloner' shared service.
  2231.      *
  2232.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2233.      */
  2234.     protected function getVarDumper_ClonerService()
  2235.     {
  2236.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2237.         $instance->setMaxItems(2500);
  2238.         $instance->setMinDepth(1);
  2239.         $instance->setMaxString(-1);
  2240.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2241.         return $instance;
  2242.     }
  2243.     /**
  2244.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2245.      *
  2246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2247.      */
  2248.     protected function get_ServiceLocator_HDnBBSZService()
  2249.     {
  2250.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2251.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2252.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2253.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2254.         ], [
  2255.             'security.firewall.map.context.admin' => '?',
  2256.             'security.firewall.map.context.customer' => '?',
  2257.             'security.firewall.map.context.dev' => '?',
  2258.         ]);
  2259.     }
  2260.     /**
  2261.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2262.      *
  2263.      * @return \Eccube\DataCollector\EccubeDataCollector
  2264.      */
  2265.     protected function getEccubeDataCollectorService()
  2266.     {
  2267.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  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.         ], [
  2330.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2331.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2332.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2333.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2334.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2335.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2336.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2337.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2338.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2339.     }
  2340.     /**
  2341.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2342.      *
  2343.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2344.      */
  2345.     protected function getRestrictFileUploadListenerService()
  2346.     {
  2347.         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()));
  2348.     }
  2349.     /**
  2350.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2351.      *
  2352.      * @return \Eccube\EventListener\TransactionListener
  2353.      */
  2354.     protected function getTransactionListenerService()
  2355.     {
  2356.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2357.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2358.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2359.         }
  2360.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2361.     }
  2362.     /**
  2363.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2364.      *
  2365.      * @return \Eccube\EventListener\TwigInitializeListener
  2366.      */
  2367.     protected function getTwigInitializeListenerService()
  2368.     {
  2369.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2370.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2371.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2372.         }
  2373.         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()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2374.     }
  2375.     /**
  2376.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2377.      *
  2378.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2379.      */
  2380.     protected function getTwoFactorAuthListenerService()
  2381.     {
  2382.         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()));
  2383.     }
  2384.     /**
  2385.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2386.      *
  2387.      * @return \Eccube\Log\Processor\SessionProcessor
  2388.      */
  2389.     protected function getSessionProcessorService()
  2390.     {
  2391.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2392.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2393.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2394.         }
  2395.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2399.      *
  2400.      * @return \Eccube\Log\Processor\TokenProcessor
  2401.      */
  2402.     protected function getTokenProcessorService()
  2403.     {
  2404.         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()));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2408.      *
  2409.      * @return \Eccube\Repository\AuthorityRoleRepository
  2410.      */
  2411.     protected function getAuthorityRoleRepositoryService()
  2412.     {
  2413.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2414.     }
  2415.     /**
  2416.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2417.      *
  2418.      * @return \Eccube\Repository\BaseInfoRepository
  2419.      */
  2420.     protected function getBaseInfoRepositoryService()
  2421.     {
  2422.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2423.     }
  2424.     /**
  2425.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2426.      *
  2427.      * @return \Eccube\Repository\BlockPositionRepository
  2428.      */
  2429.     protected function getBlockPositionRepositoryService()
  2430.     {
  2431.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2432.     }
  2433.     /**
  2434.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2435.      *
  2436.      * @return \Eccube\Repository\BlockRepository
  2437.      */
  2438.     protected function getBlockRepositoryService()
  2439.     {
  2440.         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))));
  2441.     }
  2442.     /**
  2443.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2444.      *
  2445.      * @return \Eccube\Repository\CartRepository
  2446.      */
  2447.     protected function getCartRepositoryService()
  2448.     {
  2449.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2450.     }
  2451.     /**
  2452.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2453.      *
  2454.      * @return \Eccube\Repository\LayoutRepository
  2455.      */
  2456.     protected function getLayoutRepositoryService()
  2457.     {
  2458.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2462.      *
  2463.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2464.      */
  2465.     protected function getDeviceTypeRepositoryService()
  2466.     {
  2467.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2468.     }
  2469.     /**
  2470.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2471.      *
  2472.      * @return \Eccube\Repository\OrderRepository
  2473.      */
  2474.     protected function getOrderRepositoryService()
  2475.     {
  2476.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2477.     }
  2478.     /**
  2479.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2480.      *
  2481.      * @return \Eccube\Repository\PageLayoutRepository
  2482.      */
  2483.     protected function getPageLayoutRepositoryService()
  2484.     {
  2485.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2486.     }
  2487.     /**
  2488.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2489.      *
  2490.      * @return \Eccube\Repository\PageRepository
  2491.      */
  2492.     protected function getPageRepositoryService()
  2493.     {
  2494.         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);
  2495.     }
  2496.     /**
  2497.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2498.      *
  2499.      * @return \Eccube\Repository\ProductClassRepository
  2500.      */
  2501.     protected function getProductClassRepositoryService()
  2502.     {
  2503.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2507.      *
  2508.      * @return \Eccube\Repository\ProductRepository
  2509.      */
  2510.     protected function getProductRepositoryService()
  2511.     {
  2512.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2513.     }
  2514.     /**
  2515.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2516.      *
  2517.      * @return \Eccube\Repository\TaxRuleRepository
  2518.      */
  2519.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2520.     {
  2521.         if ($lazyLoad) {
  2522.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2523.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2524.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2525.                     $proxy->setProxyInitializer(null);
  2526.                     return true;
  2527.                 });
  2528.             });
  2529.         }
  2530.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2531.         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))));
  2532.     }
  2533.     /**
  2534.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2535.      *
  2536.      * @return \Eccube\Request\Context
  2537.      */
  2538.     protected function getContextService()
  2539.     {
  2540.         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()));
  2541.     }
  2542.     /**
  2543.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2544.      *
  2545.      * @return \Eccube\Service\CartService
  2546.      */
  2547.     protected function getCartServiceService($lazyLoad true)
  2548.     {
  2549.         if ($lazyLoad) {
  2550.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2551.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2552.                     $wrappedInstance $this->getCartServiceService(false);
  2553.                     $proxy->setProxyInitializer(null);
  2554.                     return true;
  2555.                 });
  2556.             });
  2557.         }
  2558.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2559.         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()), ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\CartItemComparator'] = new \Plugin\ProductOption42\Service\Cart\ProductClassAndOptionComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = 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()));
  2560.     }
  2561.     /**
  2562.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2563.      *
  2564.      * @return \Eccube\Service\TwoFactorAuthService
  2565.      */
  2566.     protected function getTwoFactorAuthServiceService()
  2567.     {
  2568.         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())));
  2569.     }
  2570.     /**
  2571.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2572.      *
  2573.      * @return \Eccube\Twig\Extension\EccubeExtension
  2574.      */
  2575.     protected function getEccubeExtensionService()
  2576.     {
  2577.         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()));
  2578.     }
  2579.     /**
  2580.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2581.      *
  2582.      * @return \Eccube\Twig\Extension\TaxExtension
  2583.      */
  2584.     protected function getTaxExtensionService()
  2585.     {
  2586.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2587.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2588.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2589.         }
  2590.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2591.     }
  2592.     /**
  2593.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2594.      *
  2595.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2596.      */
  2597.     protected function getAddRegularNavService()
  2598.     {
  2599.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2600.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2601.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2602.         }
  2603.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service()), $a);
  2604.     }
  2605.     /**
  2606.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2607.      *
  2608.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2609.      */
  2610.     protected function getConfigRepository2Service()
  2611.     {
  2612.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2613.     }
  2614.     /**
  2615.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2616.      *
  2617.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2618.      */
  2619.     protected function getWebProcessorService()
  2620.     {
  2621.         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']);
  2622.     }
  2623.     /**
  2624.      * Gets the private 'annotations.cache_adapter' shared service.
  2625.      *
  2626.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2627.      */
  2628.     protected function getAnnotations_CacheAdapterService()
  2629.     {
  2630.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2631.     }
  2632.     /**
  2633.      * Gets the private 'annotations.cached_reader' shared service.
  2634.      *
  2635.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2636.      */
  2637.     protected function getAnnotations_CachedReaderService()
  2638.     {
  2639.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2640.     }
  2641.     /**
  2642.      * Gets the private 'annotations.reader' shared service.
  2643.      *
  2644.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2645.      */
  2646.     protected function getAnnotations_ReaderService()
  2647.     {
  2648.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2649.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2650.         $a->registerUniqueLoader('class_exists');
  2651.         $instance->addGlobalIgnoredName('required'$a);
  2652.         return $instance;
  2653.     }
  2654.     /**
  2655.      * Gets the private 'assets.context' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2658.      */
  2659.     protected function getAssets_ContextService()
  2660.     {
  2661.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2662.         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());
  2663.     }
  2664.     /**
  2665.      * Gets the private 'cache.annotations' shared service.
  2666.      *
  2667.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2668.      */
  2669.     protected function getCache_AnnotationsService()
  2670.     {
  2671.         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())));
  2672.     }
  2673.     /**
  2674.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2675.      *
  2676.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2677.      */
  2678.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2679.     {
  2680.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2681.     }
  2682.     /**
  2683.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2686.      */
  2687.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2688.     {
  2689.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2690.     }
  2691.     /**
  2692.      * Gets the private 'cache.property_info' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2695.      */
  2696.     protected function getCache_PropertyInfoService()
  2697.     {
  2698.         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())));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'cache.security_expression_language' shared service.
  2702.      *
  2703.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2704.      */
  2705.     protected function getCache_SecurityExpressionLanguageService()
  2706.     {
  2707.         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())));
  2708.     }
  2709.     /**
  2710.      * Gets the private 'cache.security_token_verifier' shared service.
  2711.      *
  2712.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2713.      */
  2714.     protected function getCache_SecurityTokenVerifierService()
  2715.     {
  2716.         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())));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'cache.serializer' shared service.
  2720.      *
  2721.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2722.      */
  2723.     protected function getCache_SerializerService()
  2724.     {
  2725.         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())));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'cache.validator' shared service.
  2729.      *
  2730.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2731.      */
  2732.     protected function getCache_ValidatorService()
  2733.     {
  2734.         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())));
  2735.     }
  2736.     /**
  2737.      * Gets the private 'config_cache_factory' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2740.      */
  2741.     protected function getConfigCacheFactoryService()
  2742.     {
  2743.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2744.             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)));
  2745.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2746.         }, 2));
  2747.     }
  2748.     /**
  2749.      * Gets the private 'data_collector.form' shared service.
  2750.      *
  2751.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2752.      */
  2753.     protected function getDataCollector_FormService()
  2754.     {
  2755.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2756.     }
  2757.     /**
  2758.      * Gets the private 'data_collector.request' shared service.
  2759.      *
  2760.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2761.      */
  2762.     protected function getDataCollector_RequestService()
  2763.     {
  2764.         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())));
  2765.     }
  2766.     /**
  2767.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2770.      */
  2771.     protected function getDebug_DebugHandlersListenerService()
  2772.     {
  2773.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2774.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2775.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2776.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2777.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2778.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2779.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2780.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2781.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2782.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2783.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2784.     }
  2785.     /**
  2786.      * Gets the private 'debug.file_link_formatter' shared service.
  2787.      *
  2788.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2789.      */
  2790.     protected function getDebug_FileLinkFormatterService()
  2791.     {
  2792.         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 () {
  2793.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2794.         });
  2795.     }
  2796.     /**
  2797.      * Gets the private 'debug.log_processor' shared service.
  2798.      *
  2799.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2800.      */
  2801.     protected function getDebug_LogProcessorService()
  2802.     {
  2803.         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())));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2807.      *
  2808.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2809.      */
  2810.     protected function getDebug_Security_Access_DecisionManagerService()
  2811.     {
  2812.         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 () {
  2813.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2814.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2815.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2816.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2817.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'debug.security.firewall' shared service.
  2821.      *
  2822.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2823.      */
  2824.     protected function getDebug_Security_FirewallService()
  2825.     {
  2826.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2827.         if (isset($this->privates['debug.security.firewall'])) {
  2828.             return $this->privates['debug.security.firewall'];
  2829.         }
  2830.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2831.         if (isset($this->privates['debug.security.firewall'])) {
  2832.             return $this->privates['debug.security.firewall'];
  2833.         }
  2834.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2835.     }
  2836.     /**
  2837.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2838.      *
  2839.      * @return \Doctrine\Migrations\DependencyFactory
  2840.      */
  2841.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2842.     {
  2843.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2844.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2845.         $a->setAllOrNothing(false);
  2846.         $a->setCheckDatabasePlatform(true);
  2847.         $a->setTransactional(true);
  2848.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2849.         $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()));
  2850.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2851.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2852.         });
  2853.         return $instance;
  2854.     }
  2855.     /**
  2856.      * Gets the private 'eccube.collector.core' shared autowired service.
  2857.      *
  2858.      * @return \Eccube\DataCollector\EccubeDataCollector
  2859.      */
  2860.     protected function getEccube_Collector_CoreService()
  2861.     {
  2862.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2863.     }
  2864.     /**
  2865.      * Gets the private 'esi_listener' shared service.
  2866.      *
  2867.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2868.      */
  2869.     protected function getEsiListenerService()
  2870.     {
  2871.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'exception_listener' shared service.
  2875.      *
  2876.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2877.      */
  2878.     protected function getExceptionListenerService()
  2879.     {
  2880.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2881.     }
  2882.     /**
  2883.      * Gets the private 'fragment.listener' shared service.
  2884.      *
  2885.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2886.      */
  2887.     protected function getFragment_ListenerService()
  2888.     {
  2889.         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');
  2890.     }
  2891.     /**
  2892.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2893.      *
  2894.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2895.      */
  2896.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2897.     {
  2898.         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())));
  2899.     }
  2900.     /**
  2901.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2902.      *
  2903.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2904.      */
  2905.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2906.     {
  2907.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2908.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2909.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2910.         }
  2911.         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);
  2912.     }
  2913.     /**
  2914.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2915.      *
  2916.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2917.      */
  2918.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2919.     {
  2920.         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]);
  2921.     }
  2922.     /**
  2923.      * Gets the private 'locale_aware_listener' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2926.      */
  2927.     protected function getLocaleAwareListenerService()
  2928.     {
  2929.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2930.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2931.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2932.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2933.     }
  2934.     /**
  2935.      * Gets the private 'locale_listener' shared service.
  2936.      *
  2937.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2938.      */
  2939.     protected function getLocaleListenerService()
  2940.     {
  2941.         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, []);
  2942.     }
  2943.     /**
  2944.      * Gets the private 'monolog.handler.buffered' shared service.
  2945.      *
  2946.      * @return \Monolog\Handler\BufferHandler
  2947.      */
  2948.     protected function getMonolog_Handler_BufferedService()
  2949.     {
  2950.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2951.     }
  2952.     /**
  2953.      * Gets the private 'monolog.handler.console' shared service.
  2954.      *
  2955.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2956.      */
  2957.     protected function getMonolog_Handler_ConsoleService()
  2958.     {
  2959.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'monolog.logger' shared service.
  2963.      *
  2964.      * @return \Symfony\Bridge\Monolog\Logger
  2965.      */
  2966.     protected function getMonolog_LoggerService()
  2967.     {
  2968.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2969.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2970.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2971.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2972.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2973.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2974.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2975.         $instance->useMicrosecondTimestamps(true);
  2976.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2977.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2978.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2979.         return $instance;
  2980.     }
  2981.     /**
  2982.      * Gets the private 'monolog.logger.cache' shared service.
  2983.      *
  2984.      * @return \Symfony\Bridge\Monolog\Logger
  2985.      */
  2986.     protected function getMonolog_Logger_CacheService()
  2987.     {
  2988.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2989.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2990.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2991.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2992.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2993.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2994.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2995.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2996.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2998.         return $instance;
  2999.     }
  3000.     /**
  3001.      * Gets the private 'monolog.logger.request' shared service.
  3002.      *
  3003.      * @return \Symfony\Bridge\Monolog\Logger
  3004.      */
  3005.     protected function getMonolog_Logger_RequestService()
  3006.     {
  3007.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3008.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3009.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3010.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3011.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3012.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3013.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3014.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3015.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3016.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3017.         return $instance;
  3018.     }
  3019.     /**
  3020.      * Gets the private 'monolog.logger.security' shared service.
  3021.      *
  3022.      * @return \Symfony\Bridge\Monolog\Logger
  3023.      */
  3024.     protected function getMonolog_Logger_SecurityService()
  3025.     {
  3026.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3027.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3028.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3029.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3030.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3031.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3032.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3033.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3034.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3035.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3036.         return $instance;
  3037.     }
  3038.     /**
  3039.      * Gets the private 'parameter_bag' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3042.      */
  3043.     protected function getParameterBagService()
  3044.     {
  3045.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3046.     }
  3047.     /**
  3048.      * Gets the private 'profiler_listener' shared service.
  3049.      *
  3050.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3051.      */
  3052.     protected function getProfilerListenerService()
  3053.     {
  3054.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3055.         if (isset($this->privates['profiler_listener'])) {
  3056.             return $this->privates['profiler_listener'];
  3057.         }
  3058.         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);
  3059.     }
  3060.     /**
  3061.      * Gets the private 'property_info' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3064.      */
  3065.     protected function getPropertyInfoService()
  3066.     {
  3067.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3068.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3069.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3070.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3071.         }, 3), new RewindableGenerator(function () {
  3072.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3073.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3074.         }, 2), new RewindableGenerator(function () {
  3075.             return new \EmptyIterator();
  3076.         }, 0), new RewindableGenerator(function () {
  3077.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3078.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3079.         }, 2), new RewindableGenerator(function () {
  3080.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3081.         }, 1));
  3082.     }
  3083.     /**
  3084.      * Gets the private 'rate_limiter.cache' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3087.      */
  3088.     protected function getRateLimiter_CacheService()
  3089.     {
  3090.         $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))));
  3091.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3092.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3093.     }
  3094.     /**
  3095.      * Gets the private 'router.expression_language_provider' shared service.
  3096.      *
  3097.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3098.      */
  3099.     protected function getRouter_ExpressionLanguageProviderService()
  3100.     {
  3101.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3102.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3103.         ], [
  3104.             'env' => 'Closure',
  3105.         ]));
  3106.     }
  3107.     /**
  3108.      * Gets the private 'router.request_context' shared service.
  3109.      *
  3110.      * @return \Symfony\Component\Routing\RequestContext
  3111.      */
  3112.     protected function getRouter_RequestContextService()
  3113.     {
  3114.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3115.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3116.         return $instance;
  3117.     }
  3118.     /**
  3119.      * Gets the private 'router_listener' shared service.
  3120.      *
  3121.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3122.      */
  3123.     protected function getRouterListenerService()
  3124.     {
  3125.         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);
  3126.     }
  3127.     /**
  3128.      * Gets the private 'security.context_listener.0' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3131.      */
  3132.     protected function getSecurity_ContextListener_0Service()
  3133.     {
  3134.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3135.         if (isset($this->privates['security.context_listener.0'])) {
  3136.             return $this->privates['security.context_listener.0'];
  3137.         }
  3138.         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 () {
  3139.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3140.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3141.         }, 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']);
  3142.     }
  3143.     /**
  3144.      * Gets the private 'security.context_listener.1' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3147.      */
  3148.     protected function getSecurity_ContextListener_1Service()
  3149.     {
  3150.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3151.         if (isset($this->privates['security.context_listener.1'])) {
  3152.             return $this->privates['security.context_listener.1'];
  3153.         }
  3154.         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 () {
  3155.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3156.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3157.         }, 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']);
  3158.     }
  3159.     /**
  3160.      * Gets the private 'security.csrf.token_storage' shared service.
  3161.      *
  3162.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3163.      */
  3164.     protected function getSecurity_Csrf_TokenStorageService()
  3165.     {
  3166.         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())));
  3167.     }
  3168.     /**
  3169.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3170.      *
  3171.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3172.      */
  3173.     protected function getSecurity_EventDispatcher_AdminService()
  3174.     {
  3175.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3177.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3178.         }, => 'checkPassport'], 2048);
  3179.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3180.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3181.         }, => 'onSuccessfulLogin'], 0);
  3182.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3183.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3184.         }, => 'onLogout'], 0);
  3185.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3186.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3187.         }, => 'onLogout'], 0);
  3188.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3189.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3190.         }, => 'checkPassport'], 2080);
  3191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3192.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3193.         }, => 'onSuccessfulLogin'], 0);
  3194.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3195.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3196.         }, => 'preCheckCredentials'], 256);
  3197.         $instance->addListener('security.authentication.success', [=> function () {
  3198.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3199.         }, => 'postCheckCredentials'], 256);
  3200.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3201.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3202.         }, => 'checkPassport'], 1024);
  3203.         $instance->addListener('security.interactive_login', [=> function () {
  3204.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3205.         }, => 'onInteractiveLogin'], 0);
  3206.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3207.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3208.         }, => 'onAuthenticationFailure'], 0);
  3209.         $instance->addListener('security.interactive_login', [=> function () {
  3210.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3211.         }, => 'onInteractiveLogin'], 0);
  3212.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3213.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3214.         }, => 'checkPassport'], 0);
  3215.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3216.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3217.         }, => 'onLoginSuccess'], 0);
  3218.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3219.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3220.         }, => 'checkPassport'], 512);
  3221.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3222.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3223.         }, => 'onLogout'], 0);
  3224.         return $instance;
  3225.     }
  3226.     /**
  3227.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3230.      */
  3231.     protected function getSecurity_EventDispatcher_CustomerService()
  3232.     {
  3233.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3235.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3236.         }, => 'checkPassport'], 2048);
  3237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3238.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3239.         }, => 'onSuccessfulLogin'], 0);
  3240.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3241.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3242.         }, => 'onLogout'], 64);
  3243.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3244.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3245.         }, => 'onLogout'], 0);
  3246.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3247.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3248.         }, => 'checkPassport'], 2080);
  3249.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3250.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3251.         }, => 'onSuccessfulLogin'], 0);
  3252.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3253.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3254.         }, => 'onSuccessfulLogin'], -32);
  3255.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3256.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3257.         }, => 'onSuccessfulLogin'], -64);
  3258.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3259.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3260.         }, => 'clearCookie'], 0);
  3261.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3262.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3263.         }, => 'clearCookie'], 0);
  3264.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3265.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3266.         }, => 'clearCookie'], 0);
  3267.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3268.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3269.         }, => 'preCheckCredentials'], 256);
  3270.         $instance->addListener('security.authentication.success', [=> function () {
  3271.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3272.         }, => 'postCheckCredentials'], 256);
  3273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3274.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3275.         }, => 'checkPassport'], 1024);
  3276.         $instance->addListener('security.interactive_login', [=> function () {
  3277.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3278.         }, => 'onInteractiveLogin'], 0);
  3279.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3280.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3281.         }, => 'onAuthenticationFailure'], 0);
  3282.         $instance->addListener('security.interactive_login', [=> function () {
  3283.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3284.         }, => 'onInteractiveLogin'], 0);
  3285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3286.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3287.         }, => 'checkPassport'], 0);
  3288.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3289.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3290.         }, => 'onLoginSuccess'], 0);
  3291.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3292.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3293.         }, => 'checkPassport'], 512);
  3294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3295.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3296.         }, => 'onLogout'], 0);
  3297.         return $instance;
  3298.     }
  3299.     /**
  3300.      * Gets the private 'security.firewall.map' shared service.
  3301.      *
  3302.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3303.      */
  3304.     protected function getSecurity_Firewall_MapService()
  3305.     {
  3306.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3307.         if (isset($this->privates['security.firewall.map'])) {
  3308.             return $this->privates['security.firewall.map'];
  3309.         }
  3310.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3311.             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)/')));
  3312.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.U9ngs.s'] ?? ($this->privates['.security.request_matcher.U9ngs.s'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3313.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3314.         }, 3));
  3315.     }
  3316.     /**
  3317.      * Gets the private 'security.logout_url_generator' shared service.
  3318.      *
  3319.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3320.      */
  3321.     protected function getSecurity_LogoutUrlGeneratorService()
  3322.     {
  3323.         $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()));
  3324.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3325.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3326.         return $instance;
  3327.     }
  3328.     /**
  3329.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3330.      *
  3331.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3332.      */
  3333.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3334.     {
  3335.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3336.     }
  3337.     /**
  3338.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3339.      *
  3340.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3341.      */
  3342.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3343.     {
  3344.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3345.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3346.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3347.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3348.     }
  3349.     /**
  3350.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3351.      *
  3352.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3353.      */
  3354.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3355.     {
  3356.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3357.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3358.             return $this->privates['sensio_framework_extra.security.listener'];
  3359.         }
  3360.         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()));
  3361.     }
  3362.     /**
  3363.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3364.      *
  3365.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3366.      */
  3367.     protected function getSensioFrameworkExtra_View_ListenerService()
  3368.     {
  3369.         $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))));
  3370.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3371.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3372.         ], [
  3373.             'twig' => '?',
  3374.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3375.         return $instance;
  3376.     }
  3377.     /**
  3378.      * Gets the private 'session.factory' shared service.
  3379.      *
  3380.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3381.      */
  3382.     protected function getSession_FactoryService()
  3383.     {
  3384.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3385.         if (isset($this->privates['session.factory'])) {
  3386.             return $this->privates['session.factory'];
  3387.         }
  3388.         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']);
  3389.     }
  3390.     /**
  3391.      * Gets the private 'session_listener' shared service.
  3392.      *
  3393.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3394.      */
  3395.     protected function getSessionListenerService()
  3396.     {
  3397.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3398.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3399.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3400.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3401.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3402.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3403.         ], [
  3404.             'initialized_session' => '?',
  3405.             'logger' => '?',
  3406.             'session' => '?',
  3407.             'session_collector' => '?',
  3408.             'session_factory' => '?',
  3409.         ]), true$this->getParameter('session.storage.options'));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3415.      */
  3416.     protected function getStateMachine_Order_MetadataStoreService()
  3417.     {
  3418.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3419.     }
  3420.     /**
  3421.      * Gets the private 'translator.default' shared service.
  3422.      *
  3423.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3424.      */
  3425.     protected function getTranslator_DefaultService()
  3426.     {
  3427.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3428.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3429.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3430.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3431.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3432.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3433.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3434.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3435.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3436.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3437.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3438.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3439.         ], [
  3440.             'translation.loader.csv' => '?',
  3441.             'translation.loader.dat' => '?',
  3442.             'translation.loader.ini' => '?',
  3443.             'translation.loader.json' => '?',
  3444.             'translation.loader.mo' => '?',
  3445.             'translation.loader.php' => '?',
  3446.             'translation.loader.po' => '?',
  3447.             'translation.loader.qt' => '?',
  3448.             'translation.loader.res' => '?',
  3449.             'translation.loader.xliff' => '?',
  3450.             'translation.loader.yml' => '?',
  3451.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Plugin/PointNewCustomer42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/PointNewCustomer42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale/messages.ja.php'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/Eccube/messages.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/EccubePaymentLite42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ShowPointAmount42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/PointNewCustomer42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/ProductOption42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale'), 13 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 14 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 15 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 28 => (\dirname(__DIR__4).'/src/Eccube/translations'), 29 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Service/PlgConfigService/Bundle/translations'), 30 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Bundle/translations'), 31 => (\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/EccubePaymentLite42/Resource/locale'=> 'app/Plugin/DesignTag42/Resource/locale'=> 'app/Plugin/ShowPointAmount42/Resource/locale'=> 'app/Plugin/PointNewCustomer42/Resource/locale'10 => 'app/Plugin/ProductOption42/Resource/locale'11 => 'app/Plugin/DeliveryDate42/Resource/locale'12 => 'app/Plugin/PinpointSaleDx/Resource/locale'13 => 'src/Eccube/Resource/locale/'14 => 'app/Customize/Resource/locale/'15 => 'vendor/symfony/framework-bundle/translations'16 => 'vendor/symfony/security-bundle/translations'17 => 'vendor/doctrine/doctrine-bundle/translations'18 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'19 => 'vendor/sensio/framework-extra-bundle/src/translations'20 => 'vendor/symfony/monolog-bundle/translations'21 => 'vendor/symfony/twig-bundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'vendor/symfony/maker-bundle/src/translations'25 => 'vendor/exercise/htmlpurifier-bundle/src/translations'26 => 'vendor/doctrine/doctrine-migrations-bundle/translations'27 => 'vendor/twig/extra-bundle/translations'28 => 'src/Eccube/translations'29 => 'app/Plugin/PinpointSaleDx/Service/PlgConfigService/Bundle/translations'30 => 'app/Plugin/PinpointSaleDx/Bundle/translations'31 => 'translations']]], []);
  3452.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3453.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3454.         return $instance;
  3455.     }
  3456.     /**
  3457.      * Gets the private 'validator.builder' shared service.
  3458.      *
  3459.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3460.      */
  3461.     protected function getValidator_BuilderService()
  3462.     {
  3463.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3464.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3465.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3466.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3467.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3468.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3469.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3470.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3471.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3472.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3473.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3474.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3475.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3476.         ], [
  3477.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3478.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3479.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3480.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3481.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3482.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3483.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3484.             'doctrine.orm.validator.unique' => '?',
  3485.             'security.validator.user_password' => '?',
  3486.             'validator.expression' => '?',
  3487.         ])));
  3488.         if ($this->has('translator')) {
  3489.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3490.         }
  3491.         $instance->setTranslationDomain('validators');
  3492.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3493.         $instance->enableAnnotationMapping(true);
  3494.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3495.         $instance->addMethodMapping('loadValidatorMetadata');
  3496.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3497.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3498.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3499.         return $instance;
  3500.     }
  3501.     /**
  3502.      * Gets the private 'var_dumper.html_dumper' shared service.
  3503.      *
  3504.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3505.      */
  3506.     protected function getVarDumper_HtmlDumperService()
  3507.     {
  3508.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3509.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3510.         return $instance;
  3511.     }
  3512.     /**
  3513.      * Gets the private 'web_profiler.csp.handler' shared service.
  3514.      *
  3515.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3516.      */
  3517.     protected function getWebProfiler_Csp_HandlerService()
  3518.     {
  3519.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3520.     }
  3521.     /**
  3522.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3523.      *
  3524.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3525.      */
  3526.     protected function getWebProfiler_DebugToolbarService()
  3527.     {
  3528.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3529.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3530.             return $this->privates['web_profiler.debug_toolbar'];
  3531.         }
  3532.         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()));
  3533.     }
  3534.     /**
  3535.      * Gets the public 'cache_clearer' alias.
  3536.      *
  3537.      * @return object The ".container.private.cache_clearer" service.
  3538.      */
  3539.     protected function getCacheClearerService()
  3540.     {
  3541.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3542.         return $this->get('.container.private.cache_clearer');
  3543.     }
  3544.     /**
  3545.      * Gets the public 'filesystem' alias.
  3546.      *
  3547.      * @return object The ".container.private.filesystem" service.
  3548.      */
  3549.     protected function getFilesystemService()
  3550.     {
  3551.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3552.         return $this->get('.container.private.filesystem');
  3553.     }
  3554.     /**
  3555.      * Gets the public 'state_machine.order' alias.
  3556.      *
  3557.      * @return object The ".container.private.state_machine.order" service.
  3558.      */
  3559.     protected function getStateMachine_OrderService()
  3560.     {
  3561.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3562.         return $this->get('.container.private.state_machine.order');
  3563.     }
  3564.     /**
  3565.      * Gets the public 'serializer' alias.
  3566.      *
  3567.      * @return object The ".container.private.serializer" service.
  3568.      */
  3569.     protected function getSerializerService()
  3570.     {
  3571.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3572.         return $this->get('.container.private.serializer');
  3573.     }
  3574.     /**
  3575.      * Gets the public 'security.csrf.token_manager' alias.
  3576.      *
  3577.      * @return object The ".container.private.security.csrf.token_manager" service.
  3578.      */
  3579.     protected function getSecurity_Csrf_TokenManagerService()
  3580.     {
  3581.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3582.         return $this->get('.container.private.security.csrf.token_manager');
  3583.     }
  3584.     /**
  3585.      * Gets the public 'form.factory' alias.
  3586.      *
  3587.      * @return object The ".container.private.form.factory" service.
  3588.      */
  3589.     protected function getForm_FactoryService()
  3590.     {
  3591.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3592.         return $this->get('.container.private.form.factory');
  3593.     }
  3594.     /**
  3595.      * Gets the public 'form.type.file' alias.
  3596.      *
  3597.      * @return object The ".container.private.form.type.file" service.
  3598.      */
  3599.     protected function getForm_Type_FileService()
  3600.     {
  3601.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3602.         return $this->get('.container.private.form.type.file');
  3603.     }
  3604.     /**
  3605.      * Gets the public 'profiler' alias.
  3606.      *
  3607.      * @return object The ".container.private.profiler" service.
  3608.      */
  3609.     protected function getProfilerService()
  3610.     {
  3611.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3612.         return $this->get('.container.private.profiler');
  3613.     }
  3614.     /**
  3615.      * Gets the public 'security.authorization_checker' alias.
  3616.      *
  3617.      * @return object The ".container.private.security.authorization_checker" service.
  3618.      */
  3619.     protected function getSecurity_AuthorizationCheckerService()
  3620.     {
  3621.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3622.         return $this->get('.container.private.security.authorization_checker');
  3623.     }
  3624.     /**
  3625.      * Gets the public 'security.token_storage' alias.
  3626.      *
  3627.      * @return object The ".container.private.security.token_storage" service.
  3628.      */
  3629.     protected function getSecurity_TokenStorageService()
  3630.     {
  3631.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3632.         return $this->get('.container.private.security.token_storage');
  3633.     }
  3634.     /**
  3635.      * Gets the public 'twig' alias.
  3636.      *
  3637.      * @return object The ".container.private.twig" service.
  3638.      */
  3639.     protected function getTwigService()
  3640.     {
  3641.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3642.         return $this->get('.container.private.twig');
  3643.     }
  3644.     /**
  3645.      * Gets the public 'security.password_encoder' alias.
  3646.      *
  3647.      * @return object The ".container.private.security.password_encoder" service.
  3648.      */
  3649.     protected function getSecurity_PasswordEncoderService()
  3650.     {
  3651.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3652.         return $this->get('.container.private.security.password_encoder');
  3653.     }
  3654.     /**
  3655.      * Gets the public 'session' alias.
  3656.      *
  3657.      * @return object The ".container.private.session" service.
  3658.      */
  3659.     protected function getSessionService()
  3660.     {
  3661.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3662.         return $this->get('.container.private.session');
  3663.     }
  3664.     /**
  3665.      * Gets the public 'validator' alias.
  3666.      *
  3667.      * @return object The ".container.private.validator" service.
  3668.      */
  3669.     protected function getValidatorService()
  3670.     {
  3671.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3672.         return $this->get('.container.private.validator');
  3673.     }
  3674.     /**
  3675.      * @return array|bool|float|int|string|\UnitEnum|null
  3676.      */
  3677.     public function getParameter(string $name)
  3678.     {
  3679.         if (isset($this->buildParameters[$name])) {
  3680.             return $this->buildParameters[$name];
  3681.         }
  3682.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3683.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3684.         }
  3685.         if (isset($this->loadedDynamicParameters[$name])) {
  3686.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3687.         }
  3688.         return $this->parameters[$name];
  3689.     }
  3690.     public function hasParameter(string $name): bool
  3691.     {
  3692.         if (isset($this->buildParameters[$name])) {
  3693.             return true;
  3694.         }
  3695.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3696.     }
  3697.     public function setParameter(string $name$value): void
  3698.     {
  3699.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3700.     }
  3701.     public function getParameterBag(): ParameterBagInterface
  3702.     {
  3703.         if (null === $this->parameterBag) {
  3704.             $parameters $this->parameters;
  3705.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3706.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3707.             }
  3708.             foreach ($this->buildParameters as $name => $value) {
  3709.                 $parameters[$name] = $value;
  3710.             }
  3711.             $this->parameterBag = new FrozenParameterBag($parameters);
  3712.         }
  3713.         return $this->parameterBag;
  3714.     }
  3715.     private $loadedDynamicParameters = [
  3716.         'kernel.runtime_environment' => false,
  3717.         'kernel.build_dir' => false,
  3718.         'kernel.cache_dir' => false,
  3719.         'locale' => false,
  3720.         'timezone' => false,
  3721.         'currency' => false,
  3722.         'eccube_database_url' => false,
  3723.         'eccube_mailer_dsn' => false,
  3724.         'eccube_admin_route' => false,
  3725.         'eccube_user_data_route' => false,
  3726.         'eccube_front_allow_hosts' => false,
  3727.         'eccube_front_deny_hosts' => false,
  3728.         'eccube_admin_allow_hosts' => false,
  3729.         'eccube_admin_deny_hosts' => false,
  3730.         'eccube_force_ssl' => false,
  3731.         'eccube.theme' => false,
  3732.         'eccube_theme_code' => false,
  3733.         'eccube_auth_magic' => false,
  3734.         'eccube_theme_front_dir' => false,
  3735.         'eccube_html_front_dir' => false,
  3736.         'eccube_csv_temp_realdir' => false,
  3737.         'eccube_owners_store_url' => false,
  3738.         'eccube_package_api_url' => false,
  3739.         'eccube_content_maintenance_file_path' => false,
  3740.         'eccube_2fa_enabled' => false,
  3741.         'eccube_2fa_cookie_name' => false,
  3742.         'eccube_2fa_expire' => false,
  3743.         'eccube_restrict_file_upload' => false,
  3744.         'kernel.secret' => false,
  3745.         'kernel.default_locale' => false,
  3746.         'debug.container.dump' => false,
  3747.         'serializer.mapping.cache.file' => false,
  3748.         'session.storage.options' => false,
  3749.         'validator.mapping.cache.file' => false,
  3750.         'profiler.storage.dsn' => false,
  3751.         'doctrine.orm.proxy_dir' => false,
  3752.     ];
  3753.     private $dynamicParameters = [];
  3754.     private function getDynamicParameter(string $name)
  3755.     {
  3756.         switch ($name) {
  3757.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3758.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3759.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3760.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3761.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3762.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3763.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3764.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3765.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3766.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3767.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3768.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3769.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3770.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3771.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3772.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3773.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3774.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3775.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3776.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3777.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3778.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3779.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3780.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3781.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3782.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3783.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3784.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3785.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3786.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3787.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3788.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3789.             case 'session.storage.options'$value = [
  3790.                 'cache_limiter' => '0',
  3791.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3792.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3793.                 'cookie_httponly' => true,
  3794.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3795.                 'gc_probability' => 1,
  3796.             ]; break;
  3797.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3798.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3799.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3800.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3801.         }
  3802.         $this->loadedDynamicParameters[$name] = true;
  3803.         return $this->dynamicParameters[$name] = $value;
  3804.     }
  3805.     protected function getDefaultParameters(): array
  3806.     {
  3807.         return [
  3808.             'kernel.project_dir' => \dirname(__DIR__4),
  3809.             'kernel.environment' => 'dev',
  3810.             'kernel.debug' => true,
  3811.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3812.             'kernel.bundles' => [
  3813.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3814.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3815.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3816.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3817.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3818.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3819.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3820.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3821.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3822.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3823.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3824.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3825.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3826.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3827.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3828.                 'PinpointSaleDxConfigBundle' => 'Plugin\\PinpointSaleDx\\Service\\PlgConfigService\\Bundle\\PinpointSaleDxConfigBundle',
  3829.                 'PinpointSaleDxBundle' => 'Plugin\\PinpointSaleDx\\Bundle\\PinpointSaleDxBundle',
  3830.             ],
  3831.             'kernel.bundles_metadata' => [
  3832.                 'FrameworkBundle' => [
  3833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3834.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3835.                 ],
  3836.                 'SecurityBundle' => [
  3837.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3838.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3839.                 ],
  3840.                 'DoctrineBundle' => [
  3841.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3842.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3843.                 ],
  3844.                 'DoctrineFixturesBundle' => [
  3845.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3846.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3847.                 ],
  3848.                 'SensioFrameworkExtraBundle' => [
  3849.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3850.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3851.                 ],
  3852.                 'MonologBundle' => [
  3853.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3854.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3855.                 ],
  3856.                 'TwigBundle' => [
  3857.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3858.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3859.                 ],
  3860.                 'DebugBundle' => [
  3861.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3862.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3863.                 ],
  3864.                 'WebProfilerBundle' => [
  3865.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3866.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3867.                 ],
  3868.                 'MakerBundle' => [
  3869.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3870.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3871.                 ],
  3872.                 'KnpPaginatorBundle' => [
  3873.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3874.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3875.                 ],
  3876.                 'ExerciseHTMLPurifierBundle' => [
  3877.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3878.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3879.                 ],
  3880.                 'DoctrineMigrationsBundle' => [
  3881.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3882.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3883.                 ],
  3884.                 'TwigExtraBundle' => [
  3885.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3886.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3887.                 ],
  3888.                 'EccubeBundle' => [
  3889.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3890.                     'namespace' => 'Eccube',
  3891.                 ],
  3892.                 'PinpointSaleDxConfigBundle' => [
  3893.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Service/PlgConfigService/Bundle'),
  3894.                     'namespace' => 'Plugin\\PinpointSaleDx\\Service\\PlgConfigService\\Bundle',
  3895.                 ],
  3896.                 'PinpointSaleDxBundle' => [
  3897.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Bundle'),
  3898.                     'namespace' => 'Plugin\\PinpointSaleDx\\Bundle',
  3899.                 ],
  3900.             ],
  3901.             'kernel.charset' => 'UTF-8',
  3902.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3903.             'container.dumper.inline_class_loader' => true,
  3904.             'env(ECCUBE_LOCALE)' => 'ja',
  3905.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3906.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3907.             'env(DATABASE_URL)' => '',
  3908.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3909.             'env(DATABASE_CHARSET)' => 'utf8',
  3910.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3911.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3912.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3913.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3914.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3915.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3916.             'env(ECCUBE_FORCE_SSL)' => '0',
  3917.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3918.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3919.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3920.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3921.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3922.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3923.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3924.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3925.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3926.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3927.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3928.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3929.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3930.             'eccube_auth_type' => 'HMAC',
  3931.             'eccube_password_hash_algos' => 'SHA256',
  3932.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3933.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3934.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3935.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3936.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3937.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3938.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3939.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3940.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3941.             'eccube_twig_block_templates' => [
  3942.             ],
  3943.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3944.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3945.             'eccube_csv_size' => 5,
  3946.             'eccube_csv_split_lines' => 100,
  3947.             'eccube_default_password' => 'abc********123',
  3948.             'eccube_deliv_addr_max' => 20,
  3949.             'eccube_deliv_date_end_max' => 14,
  3950.             'eccube_id_max_len' => 50,
  3951.             'eccube_id_min_len' => 4,
  3952.             'eccube_int_len' => 9,
  3953.             'eccube_category_nest_level' => 5,
  3954.             'eccube_lltext_len' => 99999,
  3955.             'eccube_ltext_len' => 3000,
  3956.             'eccube_max_total_fee' => 9999999999,
  3957.             'eccube_mltext_len' => 1000,
  3958.             'eccube_mtext_len' => 200,
  3959.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3960.             'plugin_html_urlpath' => '/plugin/',
  3961.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3962.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3963.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3964.             'eccube_price_len' => 8,
  3965.             'eccube_search_pmax' => 12,
  3966.             'eccube_sitemap_products_per_page' => 1000,
  3967.             'eccube_stext_len' => 255,
  3968.             'eccube_sltext_len' => 500,
  3969.             'eccube_smtext_len' => 100,
  3970.             'eccube_tax_rule_priority' => [
  3971.                 => 'product_id',
  3972.                 => 'product_class_id',
  3973.                 => 'pref_id',
  3974.                 => 'country_id',
  3975.             ],
  3976.             'eccube_url_len' => 1024,
  3977.             'eccube_default_page_count' => 50,
  3978.             'eccube_admin_product_stock_status' => 3,
  3979.             'eccube_customer_reset_expire' => 10,
  3980.             'eccube_csv_export_separator' => ',',
  3981.             'eccube_csv_export_encoding' => 'SJIS-win',
  3982.             'eccube_csv_import_encoding' => [
  3983.                 => 'UTF-8',
  3984.                 => 'SJIS-win',
  3985.                 => 'SJIS',
  3986.                 => 'EUC-JP',
  3987.                 => 'ASCII',
  3988.                 => 'JIS',
  3989.             ],
  3990.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3991.             'eccube_csv_export_multidata_separator' => ',',
  3992.             'eccube_csv_import_delimiter' => ',',
  3993.             'eccube_csv_import_enclosure' => '"',
  3994.             'eccube_csv_import_escape' => '\\',
  3995.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3996.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3997.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3998.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3999.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4000.             'eccube_name_len' => 16,
  4001.             'eccube_kana_len' => 25,
  4002.             'eccube_address1_len' => 32,
  4003.             'eccube_address2_len' => 32,
  4004.             'eccube_birth_max' => 110,
  4005.             'eccube_product_order_price_lower' => 1,
  4006.             'eccube_product_order_newer' => 2,
  4007.             'eccube_product_order_price_higher' => 3,
  4008.             'eccube_price_max' => 2147483647,
  4009.             'eccube_tel_len_max' => 14,
  4010.             'eccube_postal_code' => 8,
  4011.             'eccube_password_min_len' => 12,
  4012.             'eccube_password_max_len' => 50,
  4013.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4014.             'eccube_composer_memory_limit' => '1536M',
  4015.             'eccube_order_mail_template_id' => 1,
  4016.             'eccube_entry_confirm_mail_template_id' => 2,
  4017.             'eccube_entry_complete_mail_template_id' => 3,
  4018.             'eccube_customer_withdraw_mail_template_id' => 4,
  4019.             'eccube_contact_mail_template_id' => 5,
  4020.             'eccube_forgot_mail_template_id' => 6,
  4021.             'eccube_reset_complete_mail_template_id' => 7,
  4022.             'eccube_shipping_notify_mail_template_id' => 8,
  4023.             'eccube_rfc_email_check' => false,
  4024.             'eccube_email_len' => 254,
  4025.             'eccube_order_no_format' => '',
  4026.             'eccube_order_pdf_message_len' => 30,
  4027.             'eccube_news_start_year' => 2000,
  4028.             'eccube_result_cache_lifetime' => 3600,
  4029.             'eccube_result_cache_lifetime_short' => 10,
  4030.             'eccube_restrict_file_upload_urls' => [
  4031.                 => 'admin_content_file',
  4032.                 => 'admin_store_plugin_install',
  4033.                 => 'admin_content_page_new',
  4034.                 => 'admin_content_page_edit',
  4035.                 => 'admin_content_block_new',
  4036.                 => 'admin_content_block_edit',
  4037.                 => 'admin_content_css',
  4038.                 => 'admin_content_js',
  4039.                 => 'admin_store_template_install',
  4040.             ],
  4041.             'eccube_file_uploadable_extensions' => [
  4042.                 => 'jpg',
  4043.                 => 'jpeg',
  4044.                 => 'png',
  4045.                 => 'gif',
  4046.                 => 'webp',
  4047.                 => 'svg',
  4048.                 => 'ico',
  4049.                 => 'html',
  4050.                 => 'htm',
  4051.                 => 'js',
  4052.                 10 => 'css',
  4053.                 11 => 'txt',
  4054.                 12 => 'pdf',
  4055.             ],
  4056.             'eccube_login_throttling_max_attempts' => 5,
  4057.             'eccube_login_throttling_interval' => '30 minutes',
  4058.             'eccube_nav' => [
  4059.                 'product' => [
  4060.                     'name' => 'admin.product.product_management',
  4061.                     'icon' => 'fa-cube',
  4062.                     'children' => [
  4063.                         'product_master' => [
  4064.                             'name' => 'admin.product.product_list',
  4065.                             'url' => 'admin_product',
  4066.                         ],
  4067.                         'product_edit' => [
  4068.                             'name' => 'admin.product.product_registration',
  4069.                             'url' => 'admin_product_product_new',
  4070.                         ],
  4071.                         'class_name' => [
  4072.                             'name' => 'admin.product.class_management',
  4073.                             'url' => 'admin_product_class_name',
  4074.                         ],
  4075.                         'class_category' => [
  4076.                             'name' => 'admin.product.category_management',
  4077.                             'url' => 'admin_product_category',
  4078.                         ],
  4079.                         'product_tag' => [
  4080.                             'name' => 'admin.product.tag_management',
  4081.                             'url' => 'admin_product_tag',
  4082.                         ],
  4083.                         'product_csv_import' => [
  4084.                             'name' => 'admin.product.product_csv_upload',
  4085.                             'url' => 'admin_product_csv_import',
  4086.                         ],
  4087.                         'category_csv_import' => [
  4088.                             'name' => 'admin.product.category_csv_upload',
  4089.                             'url' => 'admin_product_category_csv_import',
  4090.                         ],
  4091.                         'pinpoint_sale_common' => [
  4092.                             'name' => 'タイムセール設定',
  4093.                             'url' => 'admin_pinpoint_sale_common',
  4094.                         ],
  4095.                         'option' => [
  4096.                             'id' => 'admin_product_option',
  4097.                             'name' => 'productoption.admin.nav.product.option',
  4098.                             'url' => 'admin_product_option',
  4099.                         ],
  4100.                     ],
  4101.                 ],
  4102.                 'order' => [
  4103.                     'name' => 'admin.order.order_management',
  4104.                     'icon' => 'fa-shopping-cart',
  4105.                     'children' => [
  4106.                         'order_master' => [
  4107.                             'name' => 'admin.order.order_list',
  4108.                             'url' => 'admin_order',
  4109.                         ],
  4110.                         'order_edit' => [
  4111.                             'name' => 'admin.order.order_registration',
  4112.                             'url' => 'admin_order_new',
  4113.                         ],
  4114.                         'shipping_csv_import' => [
  4115.                             'name' => 'admin.order.shipping_csv_upload',
  4116.                             'url' => 'admin_shipping_csv_import',
  4117.                         ],
  4118.                         'plugin_coupon' => [
  4119.                             'name' => 'クーポン',
  4120.                             'url' => 'plugin_coupon_list',
  4121.                         ],
  4122.                     ],
  4123.                 ],
  4124.                 'customer' => [
  4125.                     'name' => 'admin.customer.customer_management',
  4126.                     'icon' => 'fa-users',
  4127.                     'children' => [
  4128.                         'customer_master' => [
  4129.                             'name' => 'admin.customer.customer_list',
  4130.                             'url' => 'admin_customer',
  4131.                         ],
  4132.                         'customer_edit' => [
  4133.                             'name' => 'admin.customer.customer_registration',
  4134.                             'url' => 'admin_customer_new',
  4135.                         ],
  4136.                     ],
  4137.                 ],
  4138.                 'content' => [
  4139.                     'name' => 'admin.content.contents_management',
  4140.                     'icon' => 'fa-file-text-o',
  4141.                     'children' => [
  4142.                         'news' => [
  4143.                             'name' => 'admin.content.news_management',
  4144.                             'url' => 'admin_content_news',
  4145.                         ],
  4146.                         'file' => [
  4147.                             'name' => 'admin.content.file_management',
  4148.                             'url' => 'admin_content_file',
  4149.                         ],
  4150.                         'layout' => [
  4151.                             'name' => 'admin.content.layout_management',
  4152.                             'url' => 'admin_content_layout',
  4153.                         ],
  4154.                         'page' => [
  4155.                             'name' => 'admin.content.page_management',
  4156.                             'url' => 'admin_content_page',
  4157.                         ],
  4158.                         'css' => [
  4159.                             'name' => 'admin.content.css_management',
  4160.                             'url' => 'admin_content_css',
  4161.                         ],
  4162.                         'js' => [
  4163.                             'name' => 'admin.content.js_management',
  4164.                             'url' => 'admin_content_js',
  4165.                         ],
  4166.                         'block' => [
  4167.                             'name' => 'admin.content.block_management',
  4168.                             'url' => 'admin_content_block',
  4169.                         ],
  4170.                         'cache' => [
  4171.                             'name' => 'admin.content.cache_management',
  4172.                             'url' => 'admin_content_cache',
  4173.                         ],
  4174.                         'maintenance' => [
  4175.                             'name' => 'admin.content.maintenance_management',
  4176.                             'url' => 'admin_content_maintenance',
  4177.                         ],
  4178.                         'productoption' => [
  4179.                             'id' => 'admin_content_productoption',
  4180.                             'name' => 'productoption.admin.nav.content.productoption',
  4181.                             'children' => [
  4182.                                 'option' => [
  4183.                                     'id' => 'admin_content_productoption_option',
  4184.                                     'name' => 'productoption.admin.nav.content.productoption.option',
  4185.                                     'url' => 'admin_content_productoption_option',
  4186.                                 ],
  4187.                                 'description' => [
  4188.                                     'id' => 'admin_content_productoption_description',
  4189.                                     'name' => 'productoption.admin.nav.content.productoption.description',
  4190.                                     'url' => 'admin_content_productoption_description',
  4191.                                 ],
  4192.                                 'css' => [
  4193.                                     'id' => 'admin_content_productoption_css',
  4194.                                     'name' => 'productoption.admin.nav.content.productoption.css',
  4195.                                     'url' => 'admin_content_productoption_css',
  4196.                                 ],
  4197.                             ],
  4198.                         ],
  4199.                         'plugin_recommend' => [
  4200.                             'name' => 'plugin_recommend.admin.navi',
  4201.                             'url' => 'plugin_recommend_list',
  4202.                         ],
  4203.                     ],
  4204.                 ],
  4205.                 'setting' => [
  4206.                     'name' => 'admin.setting',
  4207.                     'icon' => 'fa-cog',
  4208.                     'children' => [
  4209.                         'shop' => [
  4210.                             'name' => 'admin.setting.shop',
  4211.                             'children' => [
  4212.                                 'shop_index' => [
  4213.                                     'name' => 'admin.setting.shop.shop_setting',
  4214.                                     'url' => 'admin_setting_shop',
  4215.                                 ],
  4216.                                 'shop_tradelaw' => [
  4217.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4218.                                     'url' => 'admin_setting_shop_tradelaw',
  4219.                                 ],
  4220.                                 'shop_agreement' => [
  4221.                                     'name' => 'admin.setting.shop.agreement_setting',
  4222.                                     'url' => 'admin_content_page_edit',
  4223.                                     'param' => [
  4224.                                         'id' => 19,
  4225.                                         'return' => 'agreement',
  4226.                                     ],
  4227.                                 ],
  4228.                                 'shop_payment' => [
  4229.                                     'name' => 'admin.setting.shop.payment_setting',
  4230.                                     'url' => 'admin_setting_shop_payment',
  4231.                                 ],
  4232.                                 'shop_delivery' => [
  4233.                                     'name' => 'admin.setting.shop.delivery_setting',
  4234.                                     'url' => 'admin_setting_shop_delivery',
  4235.                                 ],
  4236.                                 'shop_tax' => [
  4237.                                     'name' => 'admin.setting.shop.tax_setting',
  4238.                                     'url' => 'admin_setting_shop_tax',
  4239.                                 ],
  4240.                                 'shop_mail' => [
  4241.                                     'name' => 'admin.setting.shop.mail_setting',
  4242.                                     'url' => 'admin_setting_shop_mail',
  4243.                                 ],
  4244.                                 'shop_csv' => [
  4245.                                     'name' => 'admin.setting.shop.csv_setting',
  4246.                                     'url' => 'admin_setting_shop_csv',
  4247.                                 ],
  4248.                                 'shop_order_status' => [
  4249.                                     'name' => 'admin.setting.shop.order_status_setting',
  4250.                                     'url' => 'admin_setting_shop_order_status',
  4251.                                 ],
  4252.                                 'shop_calendar' => [
  4253.                                     'name' => 'admin.setting.shop.calendar_setting',
  4254.                                     'url' => 'admin_setting_shop_calendar',
  4255.                                 ],
  4256.                                 'holiday' => [
  4257.                                     'id' => 'admin_setting_deliverydate_holiday',
  4258.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.holiday',
  4259.                                     'url' => 'admin_setting_deliverydate_holiday',
  4260.                                 ],
  4261.                             ],
  4262.                         ],
  4263.                         'system' => [
  4264.                             'name' => 'admin.setting.system',
  4265.                             'children' => [
  4266.                                 'member' => [
  4267.                                     'name' => 'admin.setting.system.member_management',
  4268.                                     'url' => 'admin_setting_system_member',
  4269.                                 ],
  4270.                                 'authority' => [
  4271.                                     'name' => 'admin.setting.system.authority_management',
  4272.                                     'url' => 'admin_setting_system_authority',
  4273.                                 ],
  4274.                                 'security' => [
  4275.                                     'name' => 'admin.setting.system.security_management',
  4276.                                     'url' => 'admin_setting_system_security',
  4277.                                 ],
  4278.                                 'login_history' => [
  4279.                                     'name' => 'admin.setting.system.login_history',
  4280.                                     'url' => 'admin_setting_system_login_history',
  4281.                                 ],
  4282.                                 'log' => [
  4283.                                     'name' => 'admin.setting.system.log_display',
  4284.                                     'url' => 'admin_setting_system_log',
  4285.                                 ],
  4286.                                 'masterdata' => [
  4287.                                     'name' => 'admin.setting.system.master_data_management',
  4288.                                     'url' => 'admin_setting_system_masterdata',
  4289.                                 ],
  4290.                                 'system_index' => [
  4291.                                     'name' => 'admin.setting.system.system_info',
  4292.                                     'url' => 'admin_setting_system_system',
  4293.                                 ],
  4294.                                 'deliverydate_config' => [
  4295.                                     'id' => 'admin_setting_deliverydate_config',
  4296.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.config',
  4297.                                     'url' => 'admin_setting_deliverydate_config',
  4298.                                 ],
  4299.                             ],
  4300.                         ],
  4301.                     ],
  4302.                 ],
  4303.                 'store' => [
  4304.                     'name' => 'admin.store',
  4305.                     'icon' => 'fa-plug',
  4306.                     'children' => [
  4307.                         'plugin' => [
  4308.                             'name' => 'admin.store.plugin',
  4309.                             'children' => [
  4310.                                 'plugin_owners_search' => [
  4311.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4312.                                     'url' => 'admin_store_plugin_owners_search',
  4313.                                 ],
  4314.                                 'plugin_list' => [
  4315.                                     'name' => 'admin.store.plugin.plugin_list',
  4316.                                     'url' => 'admin_store_plugin',
  4317.                                 ],
  4318.                             ],
  4319.                         ],
  4320.                         'template' => [
  4321.                             'name' => 'admin.store.template',
  4322.                             'children' => [
  4323.                                 'template_list' => [
  4324.                                     'name' => 'admin.store.template.template_list',
  4325.                                     'url' => 'admin_store_template',
  4326.                                 ],
  4327.                                 'template_install' => [
  4328.                                     'name' => 'admin.store.template.template_install',
  4329.                                     'url' => 'admin_store_template_install',
  4330.                                 ],
  4331.                             ],
  4332.                         ],
  4333.                         'authentication_setting' => [
  4334.                             'name' => 'admin.store.setting',
  4335.                             'url' => 'admin_store_authentication_setting',
  4336.                         ],
  4337.                     ],
  4338.                 ],
  4339.             ],
  4340.             'env(MAILER_DSN)' => 'null://null',
  4341.             'gmo_epsilon' => [
  4342.                 'pay_id' => [
  4343.                     'credit' => '1',
  4344.                     'reg_credit' => '2',
  4345.                     'conveni' => '3',
  4346.                     'netbank_jnb' => '4',
  4347.                     'netbank_rakuten' => '5',
  4348.                     'payeasy' => '7',
  4349.                     'webmoney' => '8',
  4350.                     'ywallet' => '9',
  4351.                     'paypal' => '11',
  4352.                     'bitcash' => '12',
  4353.                     'chocom' => '13',
  4354.                     'sphone' => '15',
  4355.                     'jcb' => '16',
  4356.                     'sumishin' => '17',
  4357.                     'deferred' => '18',
  4358.                     'virtual_account' => '22',
  4359.                     'paypay' => '25',
  4360.                     'maillink' => '99',
  4361.                 ],
  4362.                 'pay_name' => [
  4363.                     'credit' => 'クレジットカード決済',
  4364.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4365.                     'conveni' => 'コンビニ決済',
  4366.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4367.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4368.                     'payeasy' => 'ペイジー決済',
  4369.                     'webmoney' => 'WebMoney決済',
  4370.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4371.                     'paypal' => 'Paypal決済',
  4372.                     'bitcash' => 'Bitcash決済',
  4373.                     'chocom' => '電子マネーちょコム決済',
  4374.                     'sphone' => 'スマートフォンキャリア決済',
  4375.                     'jcb' => 'JCB PREMO',
  4376.                     'sumishin' => '住信SBIネット銀行決済',
  4377.                     'deferred' => 'GMO後払い',
  4378.                     'virtual_account' => 'バーチャル口座',
  4379.                     'paypay' => 'Paypay',
  4380.                     'maillink' => 'メールリンク決済',
  4381.                 ],
  4382.                 'st_code' => [
  4383.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4384.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4385.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4386.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4387.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4388.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4389.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4390.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4391.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4392.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4393.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4394.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4395.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4396.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4397.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4398.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4399.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4400.                     'maillink' => 'maillink',
  4401.                 ],
  4402.                 'mission_code' => [
  4403.                     'every_month' => '21',
  4404.                     'every_other' => '25',
  4405.                     'every_three_month' => '27',
  4406.                     'every_six_month' => '29',
  4407.                     'every_year' => '31',
  4408.                 ],
  4409.                 'regular_pay_id' => [
  4410.                     'every_month' => '101',
  4411.                     'every_other_month' => '102',
  4412.                     'every_three_month' => '103',
  4413.                     'every_six_month' => '104',
  4414.                     'every_year' => '105',
  4415.                 ],
  4416.                 'regular_pay_name' => [
  4417.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4418.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4419.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4420.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4421.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4422.                 ],
  4423.                 'regular' => [
  4424.                     'rule_max' => '9999999',
  4425.                     'st_code' => '10000-0000-00000',
  4426.                     'sale_type' => '定期購入商品',
  4427.                 ],
  4428.                 'rule_max' => [
  4429.                     'credit' => '9999999',
  4430.                     'reg_credit' => '9999999',
  4431.                     'conveni' => '299999',
  4432.                     'netbank_jnb' => '9999999',
  4433.                     'netbank_rakuten' => '9999999',
  4434.                     'payeasy' => '9999999',
  4435.                     'webmoney' => '199999',
  4436.                     'ywallet' => '499999',
  4437.                     'paypal' => '499999',
  4438.                     'bitcash' => '199999',
  4439.                     'chocom' => '99999',
  4440.                     'sphone' => '50000',
  4441.                     'jcb' => '500000',
  4442.                     'sumishin' => '9999999',
  4443.                     'deferred' => '49999',
  4444.                     'virtual_account' => '9999999',
  4445.                     'paypay' => '9999999',
  4446.                     'maillink' => '9999999',
  4447.                 ],
  4448.                 'url' => [
  4449.                     'dev' => [
  4450.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4451.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4452.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4453.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4454.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4455.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4456.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4457.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4458.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4459.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4460.                     ],
  4461.                     'prod' => [
  4462.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4463.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4464.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4465.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4466.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4467.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4468.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4469.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4470.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4471.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4472.                     ],
  4473.                 ],
  4474.                 'conveni_id' => [
  4475.                     'seveneleven' => '11',
  4476.                     'familymart' => '21',
  4477.                     'lawson' => '31',
  4478.                     'seicomart' => '32',
  4479.                     'ministop' => '33',
  4480.                 ],
  4481.                 'conveni_name' => [
  4482.                     'seveneleven' => 'セブンイレブン',
  4483.                     'familymart' => 'ファミリーマート',
  4484.                     'lawson' => 'ローソン',
  4485.                     'seicomart' => 'セイコーマート',
  4486.                     'ministop' => 'ミニストップ',
  4487.                 ],
  4488.                 'conveni_pre_message' => [
  4489.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4490.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4491.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4492.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4493.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4494.                 ],
  4495.                 'conveni_message' => [
  4496.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4497.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4498.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4499.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4500.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4501.                 ],
  4502.                 'receive_parameters' => [
  4503.                     'result' => [
  4504.                         'ok' => 1,
  4505.                         'ng' => 9,
  4506.                         '3ds' => 5,
  4507.                         '3ds2' => 6,
  4508.                     ],
  4509.                 ],
  4510.                 'payment' => [
  4511.                     'gmo_epsilon4' => 'GmoEpsilon4',
  4512.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  4513.                 ],
  4514.             ],
  4515.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4516.             'product_review_display_count_min' => 1,
  4517.             'product_review_display_count_max' => 30,
  4518.             'plugin_recommend.text_area_len' => 4000,
  4519.             'related_product.text_area_len' => 4000,
  4520.             'related_product.max_item_count' => 6,
  4521.             'sales_report_product_maximum_display' => 20,
  4522.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4523.             'eccube_rate_limiter_configs' => [
  4524.             ],
  4525.             'eccube.plugins.enabled' => [
  4526.                 => 'Recommend42',
  4527.                 => 'Coupon42',
  4528.                 => 'EccubePaymentLite42',
  4529.                 => 'DesignTag42',
  4530.                 => 'ShowPointAmount42',
  4531.                 => 'PointNewCustomer42',
  4532.                 => 'ProductOption42',
  4533.                 => 'DeliveryDate42',
  4534.                 => 'PinpointSaleDx',
  4535.             ],
  4536.             'eccube.plugins.disabled' => [
  4537.                 => 'MailMagazine42',
  4538.                 => 'ProductReview42',
  4539.                 => 'RelatedProduct42',
  4540.                 => 'SalesReport42',
  4541.                 => 'Securitychecker42',
  4542.                 => 'SiteKit42',
  4543.             ],
  4544.             'event_dispatcher.event_aliases' => [
  4545.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4546.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4547.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4548.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4549.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4550.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4551.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4552.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4553.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4554.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4555.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4556.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4557.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4558.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4559.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4560.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4561.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4562.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4563.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4564.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4565.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4566.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4567.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4568.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4569.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4570.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4571.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4572.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4573.             ],
  4574.             'fragment.renderer.hinclude.global_template' => NULL,
  4575.             'fragment.path' => '/_fragment',
  4576.             'kernel.http_method_override' => true,
  4577.             'kernel.trusted_hosts' => [
  4578.             ],
  4579.             'kernel.enabled_locales' => [
  4580.             ],
  4581.             'kernel.error_controller' => 'error_controller',
  4582.             'debug.file_link_format' => NULL,
  4583.             'asset.request_context.base_path' => NULL,
  4584.             'asset.request_context.secure' => NULL,
  4585.             'translator.logging' => false,
  4586.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4587.             'debug.error_handler.throw_at' => -1,
  4588.             'router.request_context.host' => 'localhost',
  4589.             'router.request_context.scheme' => 'http',
  4590.             'router.request_context.base_url' => '',
  4591.             'router.resource' => 'kernel::loadRoutes',
  4592.             'request_listener.http_port' => 80,
  4593.             'request_listener.https_port' => 443,
  4594.             'session.metadata.storage_key' => '_sf2_meta',
  4595.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4596.             'session.metadata.update_threshold' => 0,
  4597.             'form.type_extension.csrf.enabled' => true,
  4598.             'form.type_extension.csrf.field_name' => '_token',
  4599.             'validator.translation_domain' => 'validators',
  4600.             'profiler_listener.only_exceptions' => false,
  4601.             'profiler_listener.only_main_requests' => false,
  4602.             'security.role_hierarchy.roles' => [
  4603.             ],
  4604.             'security.access.denied_url' => NULL,
  4605.             'security.authentication.manager.erase_credentials' => true,
  4606.             'security.authentication.session_strategy.strategy' => 'migrate',
  4607.             'security.access.always_authenticate_before_granting' => false,
  4608.             'security.authentication.hide_user_not_found' => true,
  4609.             'security.firewalls' => [
  4610.                 => 'dev',
  4611.                 => 'admin',
  4612.                 => 'customer',
  4613.             ],
  4614.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4615.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4616.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4617.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4618.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4619.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4620.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4621.             'doctrine.entity_managers' => [
  4622.                 'default' => 'doctrine.orm.default_entity_manager',
  4623.             ],
  4624.             'doctrine.default_entity_manager' => 'default',
  4625.             'doctrine.dbal.connection_factory.types' => [
  4626.                 'datetime' => [
  4627.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4628.                 ],
  4629.                 'datetimetz' => [
  4630.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4631.                 ],
  4632.             ],
  4633.             'doctrine.connections' => [
  4634.                 'default' => 'doctrine.dbal.default_connection',
  4635.             ],
  4636.             'doctrine.default_connection' => 'default',
  4637.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4638.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4639.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4640.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4641.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4642.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4643.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4644.             'doctrine.orm.cache.memcache_port' => 11211,
  4645.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4646.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4647.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4648.             'doctrine.orm.cache.memcached_port' => 11211,
  4649.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4650.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4651.             'doctrine.orm.cache.redis_host' => 'localhost',
  4652.             'doctrine.orm.cache.redis_port' => 6379,
  4653.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4654.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4655.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4656.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4657.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4658.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4659.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4660.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4661.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4662.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4663.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4664.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4665.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4666.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4667.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4668.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4669.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4670.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4671.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4672.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4673.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4674.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4675.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4676.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4677.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4678.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4679.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4680.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4681.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4682.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4683.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4684.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4685.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4686.             'monolog.use_microseconds' => true,
  4687.             'monolog.swift_mailer.handlers' => [
  4688.             ],
  4689.             'monolog.handlers_to_channels' => [
  4690.                 'monolog.handler.gmo_epsilon' => [
  4691.                     'type' => 'inclusive',
  4692.                     'elements' => [
  4693.                         => 'gmo_epsilon',
  4694.                     ],
  4695.                 ],
  4696.                 'monolog.handler.console' => [
  4697.                     'type' => 'exclusive',
  4698.                     'elements' => [
  4699.                         => 'event',
  4700.                         => 'doctrine',
  4701.                         => 'console',
  4702.                     ],
  4703.                 ],
  4704.                 'monolog.handler.buffered' => [
  4705.                     'type' => 'exclusive',
  4706.                     'elements' => [
  4707.                         => 'event',
  4708.                     ],
  4709.                 ],
  4710.             ],
  4711.             'twig.form.resources' => [
  4712.                 => 'form_div_layout.html.twig',
  4713.                 => 'bootstrap_5_layout.html.twig',
  4714.             ],
  4715.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4716.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4717.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4718.             'web_profiler.debug_toolbar.mode' => 2,
  4719.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4720.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4721.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4722.             'knp_paginator.page_range' => 5,
  4723.             'knp_paginator.page_limit' => NULL,
  4724.             'doctrine.migrations.preferred_em' => NULL,
  4725.             'doctrine.migrations.preferred_connection' => NULL,
  4726.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4727.             'data_collector.templates' => [
  4728.                 'data_collector.request' => [
  4729.                     => 'request',
  4730.                     => '@WebProfiler/Collector/request.html.twig',
  4731.                 ],
  4732.                 'data_collector.time' => [
  4733.                     => 'time',
  4734.                     => '@WebProfiler/Collector/time.html.twig',
  4735.                 ],
  4736.                 'data_collector.memory' => [
  4737.                     => 'memory',
  4738.                     => '@WebProfiler/Collector/memory.html.twig',
  4739.                 ],
  4740.                 'data_collector.validator' => [
  4741.                     => 'validator',
  4742.                     => '@WebProfiler/Collector/validator.html.twig',
  4743.                 ],
  4744.                 'data_collector.ajax' => [
  4745.                     => 'ajax',
  4746.                     => '@WebProfiler/Collector/ajax.html.twig',
  4747.                 ],
  4748.                 'data_collector.form' => [
  4749.                     => 'form',
  4750.                     => '@WebProfiler/Collector/form.html.twig',
  4751.                 ],
  4752.                 'data_collector.exception' => [
  4753.                     => 'exception',
  4754.                     => '@WebProfiler/Collector/exception.html.twig',
  4755.                 ],
  4756.                 'data_collector.logger' => [
  4757.                     => 'logger',
  4758.                     => '@WebProfiler/Collector/logger.html.twig',
  4759.                 ],
  4760.                 'data_collector.events' => [
  4761.                     => 'events',
  4762.                     => '@WebProfiler/Collector/events.html.twig',
  4763.                 ],
  4764.                 'data_collector.router' => [
  4765.                     => 'router',
  4766.                     => '@WebProfiler/Collector/router.html.twig',
  4767.                 ],
  4768.                 'data_collector.cache' => [
  4769.                     => 'cache',
  4770.                     => '@WebProfiler/Collector/cache.html.twig',
  4771.                 ],
  4772.                 'data_collector.translation' => [
  4773.                     => 'translation',
  4774.                     => '@WebProfiler/Collector/translation.html.twig',
  4775.                 ],
  4776.                 'data_collector.security' => [
  4777.                     => 'security',
  4778.                     => '@Security/Collector/security.html.twig',
  4779.                 ],
  4780.                 'data_collector.twig' => [
  4781.                     => 'twig',
  4782.                     => '@WebProfiler/Collector/twig.html.twig',
  4783.                 ],
  4784.                 'data_collector.doctrine' => [
  4785.                     => 'db',
  4786.                     => '@Doctrine/Collector/db.html.twig',
  4787.                 ],
  4788.                 'doctrine_migrations.migrations_collector' => [
  4789.                     => 'doctrine_migrations',
  4790.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4791.                 ],
  4792.                 'data_collector.dump' => [
  4793.                     => 'dump',
  4794.                     => '@Debug/Profiler/dump.html.twig',
  4795.                 ],
  4796.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4797.                 'mailer.data_collector' => [
  4798.                     => 'mailer',
  4799.                     => '@WebProfiler/Collector/mailer.html.twig',
  4800.                 ],
  4801.                 'data_collector.config' => [
  4802.                     => 'config',
  4803.                     => '@WebProfiler/Collector/config.html.twig',
  4804.                 ],
  4805.                 'eccube.collector.core' => [
  4806.                     => 'eccube_core',
  4807.                     => '@toolbar/eccube.html.twig',
  4808.                 ],
  4809.             ],
  4810.             'console.command.ids' => [
  4811.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4812.             ],
  4813.         ];
  4814.     }
  4815.     protected function throw($message)
  4816.     {
  4817.         throw new RuntimeException($message);
  4818.     }
  4819. }