var/cache/dev/ContainerP8s5mvp/Eccube_KernelDevDebugContainer.php line 2700

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