var/cache/dev/ContainerVYVQsIK/Eccube_KernelDevDebugContainer.php line 2449

Open in your IDE?
  1. <?php
  2. namespace ContainerVYVQsIK;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Customize\\Controller\\NewsController' => 'getNewsControllerService',
  82.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  84.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  85.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  86.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsController2Service',
  95.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  131.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  132.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  133.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  134.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  135.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  136.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  137.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  138.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  139.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  140.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  141.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  142.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  143.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  144.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  145.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  146.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  147.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  148.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  149.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  150.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  151.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  152.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  153.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  154.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  155.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  156.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  157.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  158.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  159.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  160.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  161.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  162.             'Plugin\\DeliveryPlus42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  163.             'Plugin\\DeliveryPlus42\\Controller\\Admin\\DeliveryPlusDesignController' => 'getDeliveryPlusDesignControllerService',
  164.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  165.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  166.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  167.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  168.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  169.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  170.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  171.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  172.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  173.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  174.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController4Service',
  175.             'Plugin\\SiteKit42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  176.             'Plugin\\SiteKit42\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  177.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  178.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  179.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  180.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  181.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  182.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  183.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  184.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  185.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  186.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  187.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  188.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  189.             'cache.app_clearer' => 'getCache_AppClearerService',
  190.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  191.             'cache.system_clearer' => 'getCache_SystemClearerService',
  192.             'cache_warmer' => 'getCacheWarmerService',
  193.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  194.             'console.command_loader' => 'getConsole_CommandLoaderService',
  195.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  196.             'eccube.logger' => 'getEccube_LoggerService',
  197.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  198.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  199.             'error_controller' => 'getErrorControllerService',
  200.             'knp_paginator' => 'getKnpPaginatorService',
  201.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  202.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  203.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  204.             'routing.loader' => 'getRouting_LoaderService',
  205.             'services_resetter' => 'getServicesResetterService',
  206.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  207.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  208.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  209.         ];
  210.         $this->aliases = [
  211.             'database_connection' => 'doctrine.dbal.default_connection',
  212.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  213.         ];
  214.         $this->privates['service_container'] = function () {
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  221.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  225.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  227.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  228.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  229.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  231.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  232.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  233.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  234.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  235.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  236.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  237.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  241.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  243.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  244.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  248.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  265.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  272.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  275.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  276.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  278.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  279.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  313.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  418.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  447.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  449.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  450.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  453.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  456.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  457.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  466.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  469.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  470.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  471.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  472.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  473.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  475.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  496.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  507.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  541.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  543.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  547.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  548.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  549.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  550.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  551.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  582.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  583.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  584.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  585.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  586.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  587.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  588.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  589.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  590.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  591.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TwigExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  595.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  597.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  601.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  613.         };
  614.     }
  615.     public function compile(): void
  616.     {
  617.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  618.     }
  619.     public function isCompiled(): bool
  620.     {
  621.         return true;
  622.     }
  623.     public function getRemovedIds(): array
  624.     {
  625.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  626.     }
  627.     protected function load($file$lazyLoad true)
  628.     {
  629.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  630.             return $class::do($this$lazyLoad);
  631.         }
  632.         if ('.' === $file[-4]) {
  633.             $class substr($class0, -4);
  634.         } else {
  635.             $file .= '.php';
  636.         }
  637.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  638.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  639.     }
  640.     protected function createProxy($class\Closure $factory)
  641.     {
  642.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  643.         return $factory();
  644.     }
  645.     /**
  646.      * Gets the public '.container.private.profiler' shared service.
  647.      *
  648.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  649.      */
  650.     protected function get_Container_Private_ProfilerService()
  651.     {
  652.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  653.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  654.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  655.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  656.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  657.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  658.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  659.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  660.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  661.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  662.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  663.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  664.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  665.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  666.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  667.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  668.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  669.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  670.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  671.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  672.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  673.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  674.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  675.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  676.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  677.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  678.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  679.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  680.         if ($this->has('kernel')) {
  681.             $e->setKernel($b);
  682.         }
  683.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  684.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  685.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  686.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  687.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  688.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  689.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  690.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  691.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  692.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  693.         $instance->add($d);
  694.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  695.         $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));
  696.         $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())));
  697.         $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([])))));
  698.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  699.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  700.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  701.         $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()))));
  702.         $instance->add($e);
  703.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  704.         return $instance;
  705.     }
  706.     /**
  707.      * Gets the public '.container.private.security.authorization_checker' shared service.
  708.      *
  709.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  710.      */
  711.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  712.     {
  713.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  714.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  715.             return $this->services['.container.private.security.authorization_checker'];
  716.         }
  717.         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);
  718.     }
  719.     /**
  720.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  721.      *
  722.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  723.      */
  724.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  725.     {
  726.         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())));
  727.     }
  728.     /**
  729.      * Gets the public '.container.private.security.token_storage' shared service.
  730.      *
  731.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  732.      */
  733.     protected function get_Container_Private_Security_TokenStorageService()
  734.     {
  735.         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, [
  736.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  737.         ], [
  738.             'request_stack' => '?',
  739.         ]));
  740.     }
  741.     /**
  742.      * Gets the public '.container.private.session' shared service.
  743.      *
  744.      * @return \Symfony\Component\HttpFoundation\Session\Session
  745.      */
  746.     protected function get_Container_Private_SessionService()
  747.     {
  748.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  749.         if (isset($this->services['.container.private.session'])) {
  750.             return $this->services['.container.private.session'];
  751.         }
  752.         return $this->services['.container.private.session'] = $a->createSession();
  753.     }
  754.     /**
  755.      * Gets the public '.container.private.state_machine.order' shared service.
  756.      *
  757.      * @return \Symfony\Component\Workflow\StateMachine
  758.      */
  759.     protected function get_Container_Private_StateMachine_OrderService()
  760.     {
  761.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  762.         if (isset($this->services['.container.private.state_machine.order'])) {
  763.             return $this->services['.container.private.state_machine.order'];
  764.         }
  765.         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);
  766.     }
  767.     /**
  768.      * Gets the public '.container.private.twig' shared service.
  769.      *
  770.      * @return \Twig\Environment
  771.      */
  772.     protected function get_Container_Private_TwigService()
  773.     {
  774.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  775.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  776.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  777.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  778.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  779.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  780.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  781.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  782.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/template'), 'SiteKit42');
  783.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  784.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/template'), 'DeliveryPlus42');
  785.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  786.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  787.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  788.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  789.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  790.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  791.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  792.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  793.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  794.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  795.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  796.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  797.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  798.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  799.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  800.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  801.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  802.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  803.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  804.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  805.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  806.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  807.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  808.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  809.         $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']);
  810.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  811.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  812.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  813.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  814.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  815.         $g = ($this->services['router'] ?? $this->getRouterService());
  816.         $h = new \Symfony\Component\Workflow\Registry();
  817.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  818.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  819.         $j = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  820.         $k = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  821.         $k->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  822.         $l = new \Symfony\Bridge\Twig\AppVariable();
  823.         $l->setEnvironment('dev');
  824.         $l->setDebug(true);
  825.         if ($this->has('.container.private.security.token_storage')) {
  826.             $l->setTokenStorage($c);
  827.         }
  828.         if ($this->has('request_stack')) {
  829.             $l->setRequestStack($b);
  830.         }
  831.         $m = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  832.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  833.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  834.         $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)));
  835.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  836.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  837.         $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 () {
  838.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  839.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  840.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  841.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  842.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  843.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  844.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  845.         }, 7))));
  846.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  849.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  852.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  853.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  854.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  855.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  856.         $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())));
  857.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  858.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  859.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  860.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  861.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  862.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  863.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  864.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  865.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  866.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  867.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  868.         $instance->addExtension(new \Customize\Twig\Extension\TwigExtension($i$j, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  869.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  870.         $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));
  871.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  872.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($k));
  873.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  874.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  875.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  876.         $instance->addGlobal('app'$l);
  877.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  878.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  879.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  880.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  881.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  882.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  883.         ], [
  884.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  885.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  886.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  887.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  888.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  889.         ])));
  890.         $instance->addGlobal('BaseInfo'NULL);
  891.         $instance->addGlobal('eccube_config'$j);
  892.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  893.         $instance->registerUndefinedFilterCallback([=> $m=> 'suggestFilter']);
  894.         $instance->registerUndefinedFunctionCallback([=> $m=> 'suggestFunction']);
  895.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  896.         return $instance;
  897.     }
  898.     /**
  899.      * Gets the public '.container.private.validator' shared service.
  900.      *
  901.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  902.      */
  903.     protected function get_Container_Private_ValidatorService()
  904.     {
  905.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  906.         if (isset($this->services['.container.private.validator'])) {
  907.             return $this->services['.container.private.validator'];
  908.         }
  909.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  910.     }
  911.     /**
  912.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  913.      *
  914.      * @return \Detection\MobileDetect
  915.      */
  916.     protected function getMobileDetectService()
  917.     {
  918.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  919.     }
  920.     /**
  921.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  922.      *
  923.      * @return \Eccube\Common\EccubeConfig
  924.      */
  925.     protected function getEccubeConfigService()
  926.     {
  927.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  928.     }
  929.     /**
  930.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  931.      *
  932.      * @return \Eccube\Repository\PluginRepository
  933.      */
  934.     protected function getPluginRepositoryService($lazyLoad true)
  935.     {
  936.         if ($lazyLoad) {
  937.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  938.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  939.                     $wrappedInstance $this->getPluginRepositoryService(false);
  940.                     $proxy->setProxyInitializer(null);
  941.                     return true;
  942.                 });
  943.             });
  944.         }
  945.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  946.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  947.     }
  948.     /**
  949.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  950.      *
  951.      * @return \Eccube\Service\SystemService
  952.      */
  953.     protected function getSystemServiceService($lazyLoad true)
  954.     {
  955.         if ($lazyLoad) {
  956.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  957.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  958.                     $wrappedInstance $this->getSystemServiceService(false);
  959.                     $proxy->setProxyInitializer(null);
  960.                     return true;
  961.                 });
  962.             });
  963.         }
  964.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  965.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  966.     }
  967.     /**
  968.      * Gets the public 'cache.app' shared service.
  969.      *
  970.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  971.      */
  972.     protected function getCache_AppService()
  973.     {
  974.         $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))));
  975.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  976.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  977.     }
  978.     /**
  979.      * Gets the public 'cache.rate_limiter' shared service.
  980.      *
  981.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  982.      */
  983.     protected function getCache_RateLimiterService()
  984.     {
  985.         $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))));
  986.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  987.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  988.     }
  989.     /**
  990.      * Gets the public 'cache.system' shared service.
  991.      *
  992.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  993.      */
  994.     protected function getCache_SystemService()
  995.     {
  996.         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())));
  997.     }
  998.     /**
  999.      * Gets the public 'cache.validator_expression_language' shared service.
  1000.      *
  1001.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1002.      */
  1003.     protected function getCache_ValidatorExpressionLanguageService()
  1004.     {
  1005.         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())));
  1006.     }
  1007.     /**
  1008.      * Gets the public 'data_collector.dump' shared service.
  1009.      *
  1010.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1011.      */
  1012.     protected function getDataCollector_DumpService()
  1013.     {
  1014.         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);
  1015.     }
  1016.     /**
  1017.      * Gets the public 'doctrine' shared service.
  1018.      *
  1019.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1020.      */
  1021.     protected function getDoctrineService()
  1022.     {
  1023.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1024.     }
  1025.     /**
  1026.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1027.      *
  1028.      * @return \Doctrine\DBAL\Connection
  1029.      */
  1030.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1031.     {
  1032.         $a = new \Doctrine\DBAL\Configuration();
  1033.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1034.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1035.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1036.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1037.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1038.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1039.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1040.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1041.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1042.         $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))));
  1043.         $c->setConnectionName('default');
  1044.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1045.         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, [
  1046.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1047.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1048.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1049.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1050.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1051.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1052.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1053.         ], [
  1054.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1055.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1056.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1057.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1058.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1059.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1060.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1061.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1062.     }
  1063.     /**
  1064.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1065.      *
  1066.      * @return \Doctrine\ORM\EntityManager
  1067.      */
  1068.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1069.     {
  1070.         if ($lazyLoad) {
  1071.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1072.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1073.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1074.                     $proxy->setProxyInitializer(null);
  1075.                     return true;
  1076.                 });
  1077.             });
  1078.         }
  1079.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1080.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1081.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1082.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1083.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1086.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1087.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1088.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1089.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1090.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1091.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1092.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1093.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1094.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1095.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1096.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1100.         $a = new \Doctrine\ORM\Configuration();
  1101.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1102.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1103.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1104.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1105.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1106.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1107.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Entity')]);
  1108.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1109.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1110.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1111.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1112.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1113.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1114.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1115.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1116.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1117.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1118.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1119.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1120.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1121.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1122.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1123.         $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');
  1124.         $b->addDriver($d'Eccube\\Entity');
  1125.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1126.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1127.         $b->addDriver($f'Plugin\\DeliveryPlus42\\Entity');
  1128.         $b->addDriver($g'Plugin\\MailMagazine42\\Entity');
  1129.         $b->addDriver($h'Plugin\\ProductReview42\\Entity');
  1130.         $b->addDriver($i'Plugin\\Recommend42\\Entity');
  1131.         $b->addDriver($j'Plugin\\RelatedProduct42\\Entity');
  1132.         $b->addDriver($k'Plugin\\Securitychecker42\\Entity');
  1133.         $b->addDriver($l'Plugin\\SiteKit42\\Entity');
  1134.         $b->addDriver($m'Plugin\\YamatoPayment42\\Entity');
  1135.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1136.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1137.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1138.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1139.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1140.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1141.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1142.         ], [
  1143.             'doctrine.ulid_generator' => '?',
  1144.             'doctrine.uuid_generator' => '?',
  1145.         ])));
  1146.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1147.         $a->setProxyNamespace('Proxies');
  1148.         $a->setAutoGenerateProxyClasses(true);
  1149.         $a->setSchemaIgnoreClasses([]);
  1150.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1151.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1152.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1153.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1154.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1155.         $a->setLazyGhostObjectEnabled(false);
  1156.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1157.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1158.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1159.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1160.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1161.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1162.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1163.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1164.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1165.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1166.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1167.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1168.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1169.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1170.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1171.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1172.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1173.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1174.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1175.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1176.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1177.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1178.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1179.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1180.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1181.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1182.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1183.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1184.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1185.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1186.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1187.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1188.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1189.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1190.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1191.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1192.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1193.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1194.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1195.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1196.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1197.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1198.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1199.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1200.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1201.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1202.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1203.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1204.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1205.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1206.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1207.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1208.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1209.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1210.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1211.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1212.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1213.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1214.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1215.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1216.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1217.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1218.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1219.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1220.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1221.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1222.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1223.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1224.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1225.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryPlus42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1226.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1227.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1228.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1229.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1230.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1231.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1232.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1233.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1234.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1235.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1236.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1237.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1238.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1239.         ], [
  1240.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1241.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1242.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1243.             'Eccube\\Repository\\BlockRepository' => '?',
  1244.             'Eccube\\Repository\\CalendarRepository' => '?',
  1245.             'Eccube\\Repository\\CartItemRepository' => '?',
  1246.             'Eccube\\Repository\\CartRepository' => '?',
  1247.             'Eccube\\Repository\\CategoryRepository' => '?',
  1248.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1249.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1250.             'Eccube\\Repository\\CsvRepository' => '?',
  1251.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1252.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1253.             'Eccube\\Repository\\CustomerRepository' => '?',
  1254.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1255.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1256.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1257.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1258.             'Eccube\\Repository\\LayoutRepository' => '?',
  1259.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1260.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1261.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1262.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1263.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1264.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1265.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1266.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1267.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1268.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1269.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1270.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1271.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1272.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1273.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1274.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1275.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1276.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1277.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1278.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1279.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1280.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1281.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1282.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1283.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1284.             'Eccube\\Repository\\MemberRepository' => '?',
  1285.             'Eccube\\Repository\\NewsRepository' => '?',
  1286.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1287.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1288.             'Eccube\\Repository\\OrderRepository' => '?',
  1289.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1290.             'Eccube\\Repository\\PageRepository' => '?',
  1291.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1292.             'Eccube\\Repository\\PaymentRepository' => '?',
  1293.             'Eccube\\Repository\\PluginRepository' => '?',
  1294.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1295.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1296.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1297.             'Eccube\\Repository\\ProductRepository' => '?',
  1298.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1299.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1300.             'Eccube\\Repository\\ShippingRepository' => '?',
  1301.             'Eccube\\Repository\\TagRepository' => '?',
  1302.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1303.             'Eccube\\Repository\\TemplateRepository' => '?',
  1304.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1305.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1306.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1307.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1308.             'Plugin\\DeliveryPlus42\\Repository\\ConfigRepository' => '?',
  1309.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1310.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1311.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1312.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1313.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1314.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1315.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1316.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1317.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1318.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1319.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1320.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1321.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1322.         ])));
  1323.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1324.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1325.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1326.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1327.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1328.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1329.         return $instance;
  1330.     }
  1331.     /**
  1332.      * Gets the public 'event_dispatcher' shared service.
  1333.      *
  1334.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1335.      */
  1336.     protected function getEventDispatcherService()
  1337.     {
  1338.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1339.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1340.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1341.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1342.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1343.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1344.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1345.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1346.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1347.         $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())));
  1348.         $instance->addListener('kernel.request', [=> function () {
  1349.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1350.         }, => 'onKernelRequest'], 1024);
  1351.         $instance->addListener('kernel.controller', [=> function () {
  1352.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1353.         }, => 'onKernelController'], 0);
  1354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1355.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1356.         }, => 'checkPassport'], 1024);
  1357.         $instance->addListener('kernel.response', [=> function () {
  1358.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1359.         }, => 'onKernelResponse'], 0);
  1360.         $instance->addListener('kernel.response', [=> function () {
  1361.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1362.         }, => 'onKernelResponse'], 0);
  1363.         $instance->addListener('kernel.request', [=> function () {
  1364.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1365.         }, => 'onKernelRequest'], 0);
  1366.         $instance->addListener('kernel.controller', [=> function () {
  1367.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1368.         }, => 'onController'], 0);
  1369.         $instance->addListener('kernel.request', [=> function () {
  1370.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1371.         }, => 'onKernelRequest'], 512);
  1372.         $instance->addListener('kernel.request', [=> function () {
  1373.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1374.         }, => 'onKernelRequestEarly'], 500);
  1375.         $instance->addListener('kernel.request', [=> function () {
  1376.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1377.         }, => 'onKernelRequest'], 6);
  1378.         $instance->addListener('kernel.response', [=> function () {
  1379.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1380.         }, => 'onKernelResponse'], 0);
  1381.         $instance->addListener('kernel.controller', [=> function () {
  1382.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1383.         }, => 'onKernelController'], 0);
  1384.         $instance->addListener('kernel.terminate', [=> function () {
  1385.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1386.         }, => 'onKernelTerminate'], 0);
  1387.         $instance->addListener('kernel.exception', [=> function () {
  1388.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1389.         }, => 'onKernelException'], -4);
  1390.         $instance->addListener('security.interactive_login', [=> function () {
  1391.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1392.         }, => 'onInteractiveLogin'], 0);
  1393.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1394.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1395.         }, => 'onAuthenticationFailure'], 0);
  1396.         $instance->addListener('kernel.response', [=> function () {
  1397.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1398.         }, => 'onResponse'], 0);
  1399.         $instance->addListener('kernel.request', [=> function () {
  1400.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1401.         }, => 'onKernelRequest'], 512);
  1402.         $instance->addListener('kernel.controller', [=> function () {
  1403.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1404.         }, => 'onController'], 0);
  1405.         $instance->addListener('kernel.request', [=> function () {
  1406.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1407.         }, => 'onKernelRequest'], 7);
  1408.         $instance->addListener('security.interactive_login', [=> function () {
  1409.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1410.         }, => 'onInteractiveLogin'], 0);
  1411.         $instance->addListener('security.authentication.failure', [=> function () {
  1412.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1413.         }, => 'onAuthenticationFailure'], 0);
  1414.         $instance->addListener('kernel.request', [=> function () {
  1415.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1416.         }, => 'onKernelRequest'], 0);
  1417.         $instance->addListener('kernel.exception', [=> function () {
  1418.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1419.         }, => 'onKernelException'], 0);
  1420.         $instance->addListener('kernel.terminate', [=> function () {
  1421.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1422.         }, => 'onKernelTerminate'], 0);
  1423.         $instance->addListener('kernel.request', [=> function () {
  1424.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1425.         }, => 'onKernelRequest'], 6);
  1426.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1427.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1428.         }, => 'onKernelController'], 7);
  1429.         $instance->addListener('form.pre_submit', [=> function () {
  1430.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1431.         }, => 'onPreSubmit'], 0);
  1432.         $instance->addListener('form.pre_submit', [=> function () {
  1433.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1434.         }, => 'purifySubmittedData'], 1000001);
  1435.         $instance->addListener('form.pre_submit', [=> function () {
  1436.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1437.         }, => 'onPreSubmit'], 0);
  1438.         $instance->addListener('workflow.order.completed', [=> function () {
  1439.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1440.         }, => 'onCompleted'], 0);
  1441.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1442.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1443.         }, => 'updatePaymentDate'], 0);
  1444.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1445.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1446.         }, => 'rollbackStock'], 0);
  1447.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1448.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1449.         }, => 'rollbackUsePoint'], 0);
  1450.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1451.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1452.         }, => 'commitStock'], 0);
  1453.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1454.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1455.         }, => 'commitUsePoint'], 0);
  1456.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1457.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1458.         }, => 'commitAddPoint'], 0);
  1459.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1460.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1461.         }, => 'rollbackUsePoint'], 0);
  1462.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1463.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1464.         }, => 'rollbackAddPoint'], 0);
  1465.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1466.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1467.         }, => 'commitUsePoint'], 0);
  1468.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1469.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1470.         }, => 'commitAddPoint'], 0);
  1471.         $instance->addListener('kernel.terminate', [=> function () {
  1472.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1473.         }, => 'disableMaintenanceEvent'], 0);
  1474.         $instance->addListener('kernel.terminate', [=> function () {
  1475.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1476.         }, => 'forceClearCache'], 0);
  1477.         $instance->addListener('Shopping/index.twig', [=> function () {
  1478.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1479.         }, => 'index'], 0);
  1480.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1481.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1482.         }, => 'index'], 0);
  1483.         $instance->addListener('Mypage/history.twig', [=> function () {
  1484.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1485.         }, => 'onRenderMypageHistory'], 0);
  1486.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1487.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1488.         }, => 'onRenderAdminOrderEdit'], 0);
  1489.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1490.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1491.         }, => 'hookAdminProductCopyComplete'], 0);
  1492.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1493.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1494.         }, => 'onTemplateAdminProductEdit'], 0);
  1495.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1496.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1497.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1498.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1499.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\AdminSettingEvent'] = new \Plugin\DeliveryPlus42\Event\AdminSettingEvent()));
  1500.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1501.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1502.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1503.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1504.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1505.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1506.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1507.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1508.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryPlus42\Event\CsvImportProductExtEvent()));
  1509.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1510.         $instance->addListener('Product/list.twig', [=> function () {
  1511.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1512.         }, => 'onTemplateProductList'], 0);
  1513.         $instance->addListener('Product/detail.twig', [=> function () {
  1514.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ProductEvent'] = new \Plugin\DeliveryPlus42\Event\ProductEvent()));
  1515.         }, => 'onTemplateProductDetail'], 0);
  1516.         $instance->addListener('Shopping/index.twig', [=> function () {
  1517.             return ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] ?? ($this->privates['Plugin\\DeliveryPlus42\\Event\\ShoppingEvent'] = new \Plugin\DeliveryPlus42\Event\ShoppingEvent()));
  1518.         }, => 'onTemplateShoppingIndex'], 0);
  1519.         $instance->addListener('knp_pager.items', [=> function () {
  1520.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1521.         }, => 'items'], 1);
  1522.         $instance->addListener('Product/detail.twig', [=> function () {
  1523.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1524.         }, => 'detail'], 0);
  1525.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1526.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1527.         }, => 'onRenderAdminProduct'], 0);
  1528.         $instance->addListener('Product/detail.twig', [=> function () {
  1529.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1530.         }, => 'onRenderProductDetail'], 0);
  1531.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1532.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1533.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1534.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1535.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1536.         }, => 'onAdminProductProductTwig'], 0);
  1537.         $instance->addListener('Shopping/index.twig', [=> function () {
  1538.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1539.         }, => 'onShoppingIndexTwig'], 0);
  1540.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1541.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1542.         }, => 'onShoppingConfirmTwig'], 0);
  1543.         $instance->addListener('Mypage/index.twig', [=> function () {
  1544.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1545.         }, => 'onMypageNaviTwig'], 0);
  1546.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1547.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1548.         }, => 'onMypageNaviTwig'], 0);
  1549.         $instance->addListener('Mypage/change.twig', [=> function () {
  1550.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1551.         }, => 'onMypageNaviTwig'], 0);
  1552.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1553.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1554.         }, => 'onMypageNaviTwig'], 0);
  1555.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1556.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1557.         }, => 'onMypageNaviTwig'], 0);
  1558.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1559.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1560.         }, => 'onMypageNaviTwig'], 0);
  1561.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1562.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1563.         }, => 'onMypageNaviTwig'], 0);
  1564.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1565.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1566.         }, => 'onMypageNaviTwig'], 0);
  1567.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1568.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1569.         }, => 'onMypageNaviTwig'], 0);
  1570.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1571.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1572.         }, => 'onMypageNaviTwig'], 0);
  1573.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1574.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1575.         }, => 'onMypageNaviTwig'], 0);
  1576.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1577.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1578.         }, => 'onMypageNaviTwig'], 0);
  1579.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1580.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1581.         }, => 'onMypageNaviTwig'], 0);
  1582.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1583.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1584.         }, => 'onMypageNaviTwig'], 0);
  1585.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1586.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1587.         }, => 'onMypageNaviTwig'], 0);
  1588.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1589.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1590.         }, => 'onMypageNaviTwig'], 0);
  1591.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1592.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1593.         }, => 'onMypageNaviTwig'], 0);
  1594.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1595.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1596.         }, => 'onMypageNaviTwig'], 0);
  1597.         $instance->addListener('kernel.request', [=> function () {
  1598.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1599.         }, => 'onKernelRequest'], 4096);
  1600.         $instance->addListener('kernel.response', [=> function () {
  1601.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1602.         }, => 'onKernelResponse'], 0);
  1603.         $instance->addListener('kernel.response', [=> function () {
  1604.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1605.         }, => 'onKernelResponse'], -1024);
  1606.         $instance->addListener('kernel.request', [=> function () {
  1607.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1608.         }, => 'setDefaultLocale'], 100);
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1611.         }, => 'onKernelRequest'], 16);
  1612.         $instance->addListener('kernel.finish_request', [=> function () {
  1613.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1614.         }, => 'onKernelFinishRequest'], 0);
  1615.         $instance->addListener('kernel.request', [=> function () {
  1616.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1617.         }, => 'onKernelRequest'], 256);
  1618.         $instance->addListener('kernel.response', [=> function () {
  1619.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1620.         }, => 'onResponse'], -255);
  1621.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1622.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1623.         }, => 'onControllerArguments'], 0);
  1624.         $instance->addListener('kernel.exception', [=> function () {
  1625.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1626.         }, => 'logKernelException'], 0);
  1627.         $instance->addListener('kernel.exception', [=> function () {
  1628.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1629.         }, => 'onKernelException'], -128);
  1630.         $instance->addListener('kernel.response', [=> function () {
  1631.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1632.         }, => 'removeCspHeader'], -128);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1635.         }, => 'onKernelRequest'], 15);
  1636.         $instance->addListener('kernel.finish_request', [=> function () {
  1637.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1638.         }, => 'onKernelFinishRequest'], -15);
  1639.         $instance->addListener('console.error', [=> function () {
  1640.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1641.         }, => 'onConsoleError'], -128);
  1642.         $instance->addListener('console.terminate', [=> function () {
  1643.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1644.         }, => 'onConsoleTerminate'], -128);
  1645.         $instance->addListener('console.error', [=> function () {
  1646.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1647.         }, => 'onConsoleError'], 0);
  1648.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1649.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1650.         }, => 'onMessage'], -255);
  1651.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1652.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1653.         }, => 'onMessage'], -255);
  1654.         $instance->addListener('kernel.response', [=> function () {
  1655.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1656.         }, => 'onKernelResponse'], 0);
  1657.         $instance->addListener('kernel.request', [=> function () {
  1658.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1659.         }, => 'onKernelRequest'], 48);
  1660.         $instance->addListener('kernel.request', [=> function () {
  1661.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1662.         }, => 'configure'], 2048);
  1663.         $instance->addListener('console.command', [=> function () {
  1664.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1665.         }, => 'configure'], 2048);
  1666.         $instance->addListener('kernel.request', [=> function () {
  1667.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1668.         }, => 'onKernelRequest'], 32);
  1669.         $instance->addListener('kernel.finish_request', [=> function () {
  1670.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1671.         }, => 'onKernelFinishRequest'], 0);
  1672.         $instance->addListener('kernel.exception', [=> function () {
  1673.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1674.         }, => 'onKernelException'], -64);
  1675.         $instance->addListener('kernel.request', [=> function () {
  1676.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1677.         }, => 'onKernelRequest'], 128);
  1678.         $instance->addListener('kernel.response', [=> function () {
  1679.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1680.         }, => 'onKernelResponse'], -1000);
  1681.         $instance->addListener('kernel.finish_request', [=> function () {
  1682.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1683.         }, => 'onFinishRequest'], 0);
  1684.         $instance->addListener('kernel.response', [=> function () {
  1685.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1686.         }, => 'onKernelResponse'], -100);
  1687.         $instance->addListener('kernel.exception', [=> function () {
  1688.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1689.         }, => 'onKernelException'], 0);
  1690.         $instance->addListener('kernel.terminate', [=> function () {
  1691.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1692.         }, => 'onKernelTerminate'], -1024);
  1693.         $instance->addListener('kernel.controller', [=> function () {
  1694.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1695.         }, => 'onKernelController'], 0);
  1696.         $instance->addListener('kernel.response', [=> function () {
  1697.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1698.         }, => 'onKernelResponse'], 0);
  1699.         $instance->addListener('kernel.response', [=> function () {
  1700.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1701.         }, => 'onKernelResponse'], 0);
  1702.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1703.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1704.         }, => 'checkPassport'], 0);
  1705.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1706.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1707.         }, => 'onLoginSuccess'], 0);
  1708.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1709.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1710.         }, => 'onVoterVote'], 0);
  1711.         $instance->addListener('kernel.request', [=> function () {
  1712.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1713.         }, => 'configureLogoutUrlGenerator'], 8);
  1714.         $instance->addListener('kernel.request', [=> function () {
  1715.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1716.         }, => 'onKernelRequest'], 8);
  1717.         $instance->addListener('kernel.finish_request', [=> function () {
  1718.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1719.         }, => 'onKernelFinishRequest'], 0);
  1720.         $instance->addListener('kernel.controller', [=> function () {
  1721.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1722.         }, => 'onKernelController'], 0);
  1723.         $instance->addListener('kernel.controller', [=> function () {
  1724.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1725.         }, => 'onKernelController'], 0);
  1726.         $instance->addListener('kernel.controller', [=> function () {
  1727.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1728.         }, => 'onKernelController'], -128);
  1729.         $instance->addListener('kernel.view', [=> function () {
  1730.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1731.         }, => 'onKernelView'], 0);
  1732.         $instance->addListener('kernel.controller', [=> function () {
  1733.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1734.         }, => 'onKernelController'], 0);
  1735.         $instance->addListener('kernel.response', [=> function () {
  1736.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1737.         }, => 'onKernelResponse'], 0);
  1738.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1739.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1740.         }, => 'onKernelControllerArguments'], 0);
  1741.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1742.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1743.         }, => 'onKernelControllerArguments'], 0);
  1744.         $instance->addListener('console.command', [=> function () {
  1745.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1746.         }, => 'onCommand'], 255);
  1747.         $instance->addListener('console.terminate', [=> function () {
  1748.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1749.         }, => 'onTerminate'], -255);
  1750.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1751.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1752.         }, => 'onMessage'], 0);
  1753.         $instance->addListener('console.command', [=> function () {
  1754.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1755.         }, => 'configure'], 1024);
  1756.         $instance->addListener('kernel.response', [=> function () {
  1757.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1758.         }, => 'onKernelResponse'], -128);
  1759.         $instance->addListener('console.error', [=> function () {
  1760.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1761.         }, => 'onConsoleError'], 0);
  1762.         $instance->addListener('console.terminate', [=> function () {
  1763.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1764.         }, => 'onConsoleTerminate'], 0);
  1765.         $instance->addListener('knp_pager.before', [=> function () {
  1766.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1767.         }, => 'before'], 0);
  1768.         $instance->addListener('knp_pager.pagination', [=> function () {
  1769.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1770.         }, => 'pagination'], 0);
  1771.         $instance->addListener('knp_pager.before', [=> function () {
  1772.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1773.         }, => 'before'], 1);
  1774.         $instance->addListener('knp_pager.before', [=> function () {
  1775.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1776.         }, => 'before'], 1);
  1777.         $instance->addListener('knp_pager.pagination', [=> function () {
  1778.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1779.         }, => 'pagination'], 1);
  1780.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1781.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1782.         }, => 'checkPassport'], 512);
  1783.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1784.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1785.         }, => 'onLogout'], 0);
  1786.         return $instance;
  1787.     }
  1788.     /**
  1789.      * Gets the public 'http_kernel' shared service.
  1790.      *
  1791.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1792.      */
  1793.     protected function getHttpKernelService()
  1794.     {
  1795.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1796.         if (isset($this->services['http_kernel'])) {
  1797.             return $this->services['http_kernel'];
  1798.         }
  1799.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1800.         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 () {
  1801.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1802.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1803.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1804.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1805.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1806.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1807.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1808.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1809.         }, 8)), $b));
  1810.     }
  1811.     /**
  1812.      * Gets the public 'request_stack' shared service.
  1813.      *
  1814.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1815.      */
  1816.     protected function getRequestStackService()
  1817.     {
  1818.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1819.     }
  1820.     /**
  1821.      * Gets the public 'router' shared service.
  1822.      *
  1823.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1824.      */
  1825.     protected function getRouterService()
  1826.     {
  1827.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1828.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1829.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1830.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1831.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1832.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1833.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1834.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1835.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1836.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1837.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1838.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1839.         ], [
  1840.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1841.         ]))->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'));
  1842.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1843.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the public 'translator' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1850.      */
  1851.     protected function getTranslatorService()
  1852.     {
  1853.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1854.     }
  1855.     /**
  1856.      * Gets the public 'var_dumper.cloner' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1859.      */
  1860.     protected function getVarDumper_ClonerService()
  1861.     {
  1862.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1863.         $instance->setMaxItems(2500);
  1864.         $instance->setMinDepth(1);
  1865.         $instance->setMaxString(-1);
  1866.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1867.         return $instance;
  1868.     }
  1869.     /**
  1870.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  1871.      *
  1872.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1873.      */
  1874.     protected function get_ServiceLocator_HDnBBSZService()
  1875.     {
  1876.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1877.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1878.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1879.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1880.         ], [
  1881.             'security.firewall.map.context.admin' => '?',
  1882.             'security.firewall.map.context.customer' => '?',
  1883.             'security.firewall.map.context.dev' => '?',
  1884.         ]);
  1885.     }
  1886.     /**
  1887.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  1888.      *
  1889.      * @return \Eccube\DataCollector\EccubeDataCollector
  1890.      */
  1891.     protected function getEccubeDataCollectorService()
  1892.     {
  1893.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  1894.     }
  1895.     /**
  1896.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  1897.      *
  1898.      * @return \Eccube\Doctrine\Query\Queries
  1899.      */
  1900.     protected function getQueriesService()
  1901.     {
  1902.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  1903.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  1904.         return $instance;
  1905.     }
  1906.     /**
  1907.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  1908.      *
  1909.      * @return \Eccube\EventListener\IpAddrListener
  1910.      */
  1911.     protected function getIpAddrListenerService()
  1912.     {
  1913.         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()));
  1914.     }
  1915.     /**
  1916.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  1917.      *
  1918.      * @return \Eccube\EventListener\LogListener
  1919.      */
  1920.     protected function getLogListenerService()
  1921.     {
  1922.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1923.     }
  1924.     /**
  1925.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  1926.      *
  1927.      * @return \Eccube\EventListener\MaintenanceListener
  1928.      */
  1929.     protected function getMaintenanceListenerService()
  1930.     {
  1931.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1932.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  1933.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  1934.         }
  1935.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  1936.     }
  1937.     /**
  1938.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  1939.      *
  1940.      * @return \Eccube\EventListener\MobileTemplatePathListener
  1941.      */
  1942.     protected function getMobileTemplatePathListenerService()
  1943.     {
  1944.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  1945.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  1946.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  1947.         }
  1948.         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))));
  1949.     }
  1950.     /**
  1951.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  1952.      *
  1953.      * @return \Eccube\EventListener\RateLimiterListener
  1954.      */
  1955.     protected function getRateLimiterListenerService()
  1956.     {
  1957.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1958.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  1959.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  1960.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  1961.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  1962.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  1963.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  1964.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  1965.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  1966.         ], [
  1967.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1968.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1969.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1970.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1971.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1972.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1973.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1974.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  1975.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  1976.     }
  1977.     /**
  1978.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  1979.      *
  1980.      * @return \Eccube\EventListener\RestrictFileUploadListener
  1981.      */
  1982.     protected function getRestrictFileUploadListenerService()
  1983.     {
  1984.         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()));
  1985.     }
  1986.     /**
  1987.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  1988.      *
  1989.      * @return \Eccube\EventListener\TransactionListener
  1990.      */
  1991.     protected function getTransactionListenerService()
  1992.     {
  1993.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1994.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  1995.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  1996.         }
  1997.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  1998.     }
  1999.     /**
  2000.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2001.      *
  2002.      * @return \Eccube\EventListener\TwigInitializeListener
  2003.      */
  2004.     protected function getTwigInitializeListenerService()
  2005.     {
  2006.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2007.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2008.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2009.         }
  2010.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2011.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2012.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2013.         }
  2014.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2015.     }
  2016.     /**
  2017.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2018.      *
  2019.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2020.      */
  2021.     protected function getTwoFactorAuthListenerService()
  2022.     {
  2023.         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()));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2027.      *
  2028.      * @return \Eccube\Log\Processor\SessionProcessor
  2029.      */
  2030.     protected function getSessionProcessorService()
  2031.     {
  2032.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2033.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2034.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2035.         }
  2036.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2037.     }
  2038.     /**
  2039.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2040.      *
  2041.      * @return \Eccube\Log\Processor\TokenProcessor
  2042.      */
  2043.     protected function getTokenProcessorService()
  2044.     {
  2045.         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()));
  2046.     }
  2047.     /**
  2048.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2049.      *
  2050.      * @return \Eccube\Repository\AuthorityRoleRepository
  2051.      */
  2052.     protected function getAuthorityRoleRepositoryService()
  2053.     {
  2054.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2058.      *
  2059.      * @return \Eccube\Repository\BaseInfoRepository
  2060.      */
  2061.     protected function getBaseInfoRepositoryService()
  2062.     {
  2063.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2064.     }
  2065.     /**
  2066.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2067.      *
  2068.      * @return \Eccube\Repository\BlockPositionRepository
  2069.      */
  2070.     protected function getBlockPositionRepositoryService()
  2071.     {
  2072.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2076.      *
  2077.      * @return \Eccube\Repository\BlockRepository
  2078.      */
  2079.     protected function getBlockRepositoryService()
  2080.     {
  2081.         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))));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2085.      *
  2086.      * @return \Eccube\Repository\CartRepository
  2087.      */
  2088.     protected function getCartRepositoryService()
  2089.     {
  2090.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2094.      *
  2095.      * @return \Eccube\Repository\LayoutRepository
  2096.      */
  2097.     protected function getLayoutRepositoryService()
  2098.     {
  2099.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2103.      *
  2104.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2105.      */
  2106.     protected function getDeviceTypeRepositoryService()
  2107.     {
  2108.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2112.      *
  2113.      * @return \Eccube\Repository\OrderRepository
  2114.      */
  2115.     protected function getOrderRepositoryService()
  2116.     {
  2117.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2121.      *
  2122.      * @return \Eccube\Repository\PageLayoutRepository
  2123.      */
  2124.     protected function getPageLayoutRepositoryService()
  2125.     {
  2126.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2127.     }
  2128.     /**
  2129.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2130.      *
  2131.      * @return \Eccube\Repository\PageRepository
  2132.      */
  2133.     protected function getPageRepositoryService()
  2134.     {
  2135.         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);
  2136.     }
  2137.     /**
  2138.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2139.      *
  2140.      * @return \Eccube\Repository\ProductClassRepository
  2141.      */
  2142.     protected function getProductClassRepositoryService()
  2143.     {
  2144.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2145.     }
  2146.     /**
  2147.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2148.      *
  2149.      * @return \Eccube\Repository\ProductRepository
  2150.      */
  2151.     protected function getProductRepositoryService()
  2152.     {
  2153.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2154.     }
  2155.     /**
  2156.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2157.      *
  2158.      * @return \Eccube\Repository\TaxRuleRepository
  2159.      */
  2160.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2161.     {
  2162.         if ($lazyLoad) {
  2163.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2164.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2165.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2166.                     $proxy->setProxyInitializer(null);
  2167.                     return true;
  2168.                 });
  2169.             });
  2170.         }
  2171.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2172.         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))));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2176.      *
  2177.      * @return \Eccube\Request\Context
  2178.      */
  2179.     protected function getContextService()
  2180.     {
  2181.         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()));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2185.      *
  2186.      * @return \Eccube\Service\CartService
  2187.      */
  2188.     protected function getCartServiceService($lazyLoad true)
  2189.     {
  2190.         if ($lazyLoad) {
  2191.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2192.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2193.                     $wrappedInstance $this->getCartServiceService(false);
  2194.                     $proxy->setProxyInitializer(null);
  2195.                     return true;
  2196.                 });
  2197.             });
  2198.         }
  2199.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2200.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2201.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2202.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2203.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2204.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), new \Eccube\Service\Cart\SaleTypeCartAllocator(), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2205.     }
  2206.     /**
  2207.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2208.      *
  2209.      * @return \Eccube\Service\TwoFactorAuthService
  2210.      */
  2211.     protected function getTwoFactorAuthServiceService()
  2212.     {
  2213.         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())));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2217.      *
  2218.      * @return \Eccube\Twig\Extension\EccubeExtension
  2219.      */
  2220.     protected function getEccubeExtensionService()
  2221.     {
  2222.         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()));
  2223.     }
  2224.     /**
  2225.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2226.      *
  2227.      * @return \Eccube\Twig\Extension\TaxExtension
  2228.      */
  2229.     protected function getTaxExtensionService()
  2230.     {
  2231.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2232.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2233.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2234.         }
  2235.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2236.     }
  2237.     /**
  2238.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2239.      *
  2240.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2241.      */
  2242.     protected function getWebProcessorService()
  2243.     {
  2244.         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']);
  2245.     }
  2246.     /**
  2247.      * Gets the private 'annotations.cache_adapter' shared service.
  2248.      *
  2249.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2250.      */
  2251.     protected function getAnnotations_CacheAdapterService()
  2252.     {
  2253.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2254.     }
  2255.     /**
  2256.      * Gets the private 'annotations.cached_reader' shared service.
  2257.      *
  2258.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2259.      */
  2260.     protected function getAnnotations_CachedReaderService()
  2261.     {
  2262.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2263.     }
  2264.     /**
  2265.      * Gets the private 'annotations.reader' shared service.
  2266.      *
  2267.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2268.      */
  2269.     protected function getAnnotations_ReaderService()
  2270.     {
  2271.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2272.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2273.         $a->registerUniqueLoader('class_exists');
  2274.         $instance->addGlobalIgnoredName('required'$a);
  2275.         return $instance;
  2276.     }
  2277.     /**
  2278.      * Gets the private 'assets.context' shared service.
  2279.      *
  2280.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2281.      */
  2282.     protected function getAssets_ContextService()
  2283.     {
  2284.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2285.         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());
  2286.     }
  2287.     /**
  2288.      * Gets the private 'cache.annotations' shared service.
  2289.      *
  2290.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2291.      */
  2292.     protected function getCache_AnnotationsService()
  2293.     {
  2294.         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())));
  2295.     }
  2296.     /**
  2297.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2298.      *
  2299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2300.      */
  2301.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2302.     {
  2303.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2304.     }
  2305.     /**
  2306.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2309.      */
  2310.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2311.     {
  2312.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2313.     }
  2314.     /**
  2315.      * Gets the private 'cache.property_info' shared service.
  2316.      *
  2317.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2318.      */
  2319.     protected function getCache_PropertyInfoService()
  2320.     {
  2321.         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())));
  2322.     }
  2323.     /**
  2324.      * Gets the private 'cache.security_expression_language' shared service.
  2325.      *
  2326.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2327.      */
  2328.     protected function getCache_SecurityExpressionLanguageService()
  2329.     {
  2330.         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())));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'cache.security_token_verifier' shared service.
  2334.      *
  2335.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2336.      */
  2337.     protected function getCache_SecurityTokenVerifierService()
  2338.     {
  2339.         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())));
  2340.     }
  2341.     /**
  2342.      * Gets the private 'cache.serializer' shared service.
  2343.      *
  2344.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2345.      */
  2346.     protected function getCache_SerializerService()
  2347.     {
  2348.         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())));
  2349.     }
  2350.     /**
  2351.      * Gets the private 'cache.validator' shared service.
  2352.      *
  2353.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2354.      */
  2355.     protected function getCache_ValidatorService()
  2356.     {
  2357.         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())));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'config_cache_factory' shared service.
  2361.      *
  2362.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2363.      */
  2364.     protected function getConfigCacheFactoryService()
  2365.     {
  2366.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2367.             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)));
  2368.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2369.         }, 2));
  2370.     }
  2371.     /**
  2372.      * Gets the private 'data_collector.form' shared service.
  2373.      *
  2374.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2375.      */
  2376.     protected function getDataCollector_FormService()
  2377.     {
  2378.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2379.     }
  2380.     /**
  2381.      * Gets the private 'data_collector.request' shared service.
  2382.      *
  2383.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2384.      */
  2385.     protected function getDataCollector_RequestService()
  2386.     {
  2387.         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())));
  2388.     }
  2389.     /**
  2390.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2391.      *
  2392.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2393.      */
  2394.     protected function getDebug_DebugHandlersListenerService()
  2395.     {
  2396.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2397.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2398.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2399.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2400.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2401.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2402.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2403.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2404.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2405.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2406.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2407.     }
  2408.     /**
  2409.      * Gets the private 'debug.file_link_formatter' shared service.
  2410.      *
  2411.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2412.      */
  2413.     protected function getDebug_FileLinkFormatterService()
  2414.     {
  2415.         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 () {
  2416.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2417.         });
  2418.     }
  2419.     /**
  2420.      * Gets the private 'debug.log_processor' shared service.
  2421.      *
  2422.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2423.      */
  2424.     protected function getDebug_LogProcessorService()
  2425.     {
  2426.         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())));
  2427.     }
  2428.     /**
  2429.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2432.      */
  2433.     protected function getDebug_Security_Access_DecisionManagerService()
  2434.     {
  2435.         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 () {
  2436.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2437.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2438.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2439.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2440.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2441.     }
  2442.     /**
  2443.      * Gets the private 'debug.security.firewall' shared service.
  2444.      *
  2445.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2446.      */
  2447.     protected function getDebug_Security_FirewallService()
  2448.     {
  2449.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2450.         if (isset($this->privates['debug.security.firewall'])) {
  2451.             return $this->privates['debug.security.firewall'];
  2452.         }
  2453.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2454.         if (isset($this->privates['debug.security.firewall'])) {
  2455.             return $this->privates['debug.security.firewall'];
  2456.         }
  2457.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2458.     }
  2459.     /**
  2460.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2461.      *
  2462.      * @return \Doctrine\Migrations\DependencyFactory
  2463.      */
  2464.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2465.     {
  2466.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2467.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2468.         $a->setAllOrNothing(false);
  2469.         $a->setCheckDatabasePlatform(true);
  2470.         $a->setTransactional(true);
  2471.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2472.         $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()));
  2473.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2474.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2475.         });
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the private 'eccube.collector.core' shared autowired service.
  2480.      *
  2481.      * @return \Eccube\DataCollector\EccubeDataCollector
  2482.      */
  2483.     protected function getEccube_Collector_CoreService()
  2484.     {
  2485.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2486.     }
  2487.     /**
  2488.      * Gets the private 'esi_listener' shared service.
  2489.      *
  2490.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2491.      */
  2492.     protected function getEsiListenerService()
  2493.     {
  2494.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'exception_listener' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2500.      */
  2501.     protected function getExceptionListenerService()
  2502.     {
  2503.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2504.     }
  2505.     /**
  2506.      * Gets the private 'fragment.listener' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2509.      */
  2510.     protected function getFragment_ListenerService()
  2511.     {
  2512.         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');
  2513.     }
  2514.     /**
  2515.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2516.      *
  2517.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2518.      */
  2519.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2520.     {
  2521.         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())));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2525.      *
  2526.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2527.      */
  2528.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2529.     {
  2530.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2531.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2532.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2533.         }
  2534.         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);
  2535.     }
  2536.     /**
  2537.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2538.      *
  2539.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2540.      */
  2541.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2542.     {
  2543.         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]);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'locale_aware_listener' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2549.      */
  2550.     protected function getLocaleAwareListenerService()
  2551.     {
  2552.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2553.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2554.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2555.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2556.     }
  2557.     /**
  2558.      * Gets the private 'locale_listener' shared service.
  2559.      *
  2560.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2561.      */
  2562.     protected function getLocaleListenerService()
  2563.     {
  2564.         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, []);
  2565.     }
  2566.     /**
  2567.      * Gets the private 'monolog.handler.buffered' shared service.
  2568.      *
  2569.      * @return \Monolog\Handler\BufferHandler
  2570.      */
  2571.     protected function getMonolog_Handler_BufferedService()
  2572.     {
  2573.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2574.     }
  2575.     /**
  2576.      * Gets the private 'monolog.handler.console' shared service.
  2577.      *
  2578.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2579.      */
  2580.     protected function getMonolog_Handler_ConsoleService()
  2581.     {
  2582.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2583.     }
  2584.     /**
  2585.      * Gets the private 'monolog.logger' shared service.
  2586.      *
  2587.      * @return \Symfony\Bridge\Monolog\Logger
  2588.      */
  2589.     protected function getMonolog_LoggerService()
  2590.     {
  2591.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2592.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2593.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2594.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2595.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2596.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2597.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2598.         $instance->useMicrosecondTimestamps(true);
  2599.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2600.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2601.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2602.         return $instance;
  2603.     }
  2604.     /**
  2605.      * Gets the private 'monolog.logger.cache' shared service.
  2606.      *
  2607.      * @return \Symfony\Bridge\Monolog\Logger
  2608.      */
  2609.     protected function getMonolog_Logger_CacheService()
  2610.     {
  2611.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2612.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2613.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2614.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2615.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2616.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2617.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2618.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2619.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2620.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2621.         return $instance;
  2622.     }
  2623.     /**
  2624.      * Gets the private 'monolog.logger.request' shared service.
  2625.      *
  2626.      * @return \Symfony\Bridge\Monolog\Logger
  2627.      */
  2628.     protected function getMonolog_Logger_RequestService()
  2629.     {
  2630.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2631.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2632.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2633.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2634.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2635.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2636.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2637.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2638.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2639.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2640.         return $instance;
  2641.     }
  2642.     /**
  2643.      * Gets the private 'monolog.logger.security' shared service.
  2644.      *
  2645.      * @return \Symfony\Bridge\Monolog\Logger
  2646.      */
  2647.     protected function getMonolog_Logger_SecurityService()
  2648.     {
  2649.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2650.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2651.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2652.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2653.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2654.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2655.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2656.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2657.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2659.         return $instance;
  2660.     }
  2661.     /**
  2662.      * Gets the private 'parameter_bag' shared service.
  2663.      *
  2664.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2665.      */
  2666.     protected function getParameterBagService()
  2667.     {
  2668.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2669.     }
  2670.     /**
  2671.      * Gets the private 'profiler_listener' shared service.
  2672.      *
  2673.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2674.      */
  2675.     protected function getProfilerListenerService()
  2676.     {
  2677.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2678.         if (isset($this->privates['profiler_listener'])) {
  2679.             return $this->privates['profiler_listener'];
  2680.         }
  2681.         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);
  2682.     }
  2683.     /**
  2684.      * Gets the private 'property_info' shared service.
  2685.      *
  2686.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2687.      */
  2688.     protected function getPropertyInfoService()
  2689.     {
  2690.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2691.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2692.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2693.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2694.         }, 3), new RewindableGenerator(function () {
  2695.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2696.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2697.         }, 2), new RewindableGenerator(function () {
  2698.             return new \EmptyIterator();
  2699.         }, 0), new RewindableGenerator(function () {
  2700.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2701.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2702.         }, 2), new RewindableGenerator(function () {
  2703.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2704.         }, 1));
  2705.     }
  2706.     /**
  2707.      * Gets the private 'rate_limiter.cache' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2710.      */
  2711.     protected function getRateLimiter_CacheService()
  2712.     {
  2713.         $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))));
  2714.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2715.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2716.     }
  2717.     /**
  2718.      * Gets the private 'router.expression_language_provider' shared service.
  2719.      *
  2720.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2721.      */
  2722.     protected function getRouter_ExpressionLanguageProviderService()
  2723.     {
  2724.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2725.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2726.         ], [
  2727.             'env' => 'Closure',
  2728.         ]));
  2729.     }
  2730.     /**
  2731.      * Gets the private 'router.request_context' shared service.
  2732.      *
  2733.      * @return \Symfony\Component\Routing\RequestContext
  2734.      */
  2735.     protected function getRouter_RequestContextService()
  2736.     {
  2737.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2738.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2739.         return $instance;
  2740.     }
  2741.     /**
  2742.      * Gets the private 'router_listener' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2745.      */
  2746.     protected function getRouterListenerService()
  2747.     {
  2748.         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);
  2749.     }
  2750.     /**
  2751.      * Gets the private 'security.context_listener.0' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2754.      */
  2755.     protected function getSecurity_ContextListener_0Service()
  2756.     {
  2757.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2758.         if (isset($this->privates['security.context_listener.0'])) {
  2759.             return $this->privates['security.context_listener.0'];
  2760.         }
  2761.         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 () {
  2762.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2763.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2764.         }, 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']);
  2765.     }
  2766.     /**
  2767.      * Gets the private 'security.context_listener.1' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2770.      */
  2771.     protected function getSecurity_ContextListener_1Service()
  2772.     {
  2773.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  2774.         if (isset($this->privates['security.context_listener.1'])) {
  2775.             return $this->privates['security.context_listener.1'];
  2776.         }
  2777.         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 () {
  2778.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2779.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2780.         }, 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']);
  2781.     }
  2782.     /**
  2783.      * Gets the private 'security.csrf.token_storage' shared service.
  2784.      *
  2785.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2786.      */
  2787.     protected function getSecurity_Csrf_TokenStorageService()
  2788.     {
  2789.         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())));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2795.      */
  2796.     protected function getSecurity_EventDispatcher_AdminService()
  2797.     {
  2798.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2799.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2800.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2801.         }, => 'checkPassport'], 2048);
  2802.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2803.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2804.         }, => 'onSuccessfulLogin'], 0);
  2805.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2806.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2807.         }, => 'onLogout'], 0);
  2808.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2809.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2810.         }, => 'onLogout'], 0);
  2811.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2812.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2813.         }, => 'checkPassport'], 2080);
  2814.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2815.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2816.         }, => 'onSuccessfulLogin'], 0);
  2817.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2818.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2819.         }, => 'preCheckCredentials'], 256);
  2820.         $instance->addListener('security.authentication.success', [=> function () {
  2821.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2822.         }, => 'postCheckCredentials'], 256);
  2823.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2824.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2825.         }, => 'checkPassport'], 1024);
  2826.         $instance->addListener('security.interactive_login', [=> function () {
  2827.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2828.         }, => 'onInteractiveLogin'], 0);
  2829.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2830.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2831.         }, => 'onAuthenticationFailure'], 0);
  2832.         $instance->addListener('security.interactive_login', [=> function () {
  2833.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2834.         }, => 'onInteractiveLogin'], 0);
  2835.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2836.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2837.         }, => 'checkPassport'], 0);
  2838.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2839.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2840.         }, => 'onLoginSuccess'], 0);
  2841.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2842.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2843.         }, => 'checkPassport'], 512);
  2844.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2845.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2846.         }, => 'onLogout'], 0);
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2853.      */
  2854.     protected function getSecurity_EventDispatcher_CustomerService()
  2855.     {
  2856.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2858.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  2859.         }, => 'checkPassport'], 2048);
  2860.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2861.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  2862.         }, => 'onSuccessfulLogin'], 0);
  2863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2864.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  2865.         }, => 'onLogout'], 64);
  2866.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2867.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2868.         }, => 'onLogout'], 0);
  2869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2870.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2871.         }, => 'checkPassport'], 2080);
  2872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2873.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2874.         }, => 'onSuccessfulLogin'], 0);
  2875.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2876.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  2877.         }, => 'onSuccessfulLogin'], -32);
  2878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2879.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2880.         }, => 'onSuccessfulLogin'], -64);
  2881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2882.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2883.         }, => 'clearCookie'], 0);
  2884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2885.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2886.         }, => 'clearCookie'], 0);
  2887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2888.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2889.         }, => 'clearCookie'], 0);
  2890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2891.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2892.         }, => 'preCheckCredentials'], 256);
  2893.         $instance->addListener('security.authentication.success', [=> function () {
  2894.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2895.         }, => 'postCheckCredentials'], 256);
  2896.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2897.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2898.         }, => 'checkPassport'], 1024);
  2899.         $instance->addListener('security.interactive_login', [=> function () {
  2900.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2901.         }, => 'onInteractiveLogin'], 0);
  2902.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2903.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2904.         }, => 'onAuthenticationFailure'], 0);
  2905.         $instance->addListener('security.interactive_login', [=> function () {
  2906.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2907.         }, => 'onInteractiveLogin'], 0);
  2908.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2909.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2910.         }, => 'checkPassport'], 0);
  2911.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2912.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2913.         }, => 'onLoginSuccess'], 0);
  2914.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2915.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2916.         }, => 'checkPassport'], 512);
  2917.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2918.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2919.         }, => 'onLogout'], 0);
  2920.         return $instance;
  2921.     }
  2922.     /**
  2923.      * Gets the private 'security.firewall.map' shared service.
  2924.      *
  2925.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2926.      */
  2927.     protected function getSecurity_Firewall_MapService()
  2928.     {
  2929.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  2930.         if (isset($this->privates['security.firewall.map'])) {
  2931.             return $this->privates['security.firewall.map'];
  2932.         }
  2933.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2934.             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)/')));
  2935.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.OvZEbpD'] ?? ($this->privates['.security.request_matcher.OvZEbpD'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  2936.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2937.         }, 3));
  2938.     }
  2939.     /**
  2940.      * Gets the private 'security.logout_url_generator' shared service.
  2941.      *
  2942.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2943.      */
  2944.     protected function getSecurity_LogoutUrlGeneratorService()
  2945.     {
  2946.         $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()));
  2947.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  2948.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  2949.         return $instance;
  2950.     }
  2951.     /**
  2952.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2953.      *
  2954.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2955.      */
  2956.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2957.     {
  2958.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2959.     }
  2960.     /**
  2961.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2962.      *
  2963.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2964.      */
  2965.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2966.     {
  2967.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2968.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2969.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2970.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2971.     }
  2972.     /**
  2973.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2974.      *
  2975.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2976.      */
  2977.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2978.     {
  2979.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2980.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  2981.             return $this->privates['sensio_framework_extra.security.listener'];
  2982.         }
  2983.         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()));
  2984.     }
  2985.     /**
  2986.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2987.      *
  2988.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2989.      */
  2990.     protected function getSensioFrameworkExtra_View_ListenerService()
  2991.     {
  2992.         $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))));
  2993.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2994.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2995.         ], [
  2996.             'twig' => '?',
  2997.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2998.         return $instance;
  2999.     }
  3000.     /**
  3001.      * Gets the private 'session.factory' shared service.
  3002.      *
  3003.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3004.      */
  3005.     protected function getSession_FactoryService()
  3006.     {
  3007.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3008.         if (isset($this->privates['session.factory'])) {
  3009.             return $this->privates['session.factory'];
  3010.         }
  3011.         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']);
  3012.     }
  3013.     /**
  3014.      * Gets the private 'session_listener' shared service.
  3015.      *
  3016.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3017.      */
  3018.     protected function getSessionListenerService()
  3019.     {
  3020.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3021.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3022.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3023.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3024.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3025.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3026.         ], [
  3027.             'initialized_session' => '?',
  3028.             'logger' => '?',
  3029.             'session' => '?',
  3030.             'session_collector' => '?',
  3031.             'session_factory' => '?',
  3032.         ]), true$this->getParameter('session.storage.options'));
  3033.     }
  3034.     /**
  3035.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3038.      */
  3039.     protected function getStateMachine_Order_MetadataStoreService()
  3040.     {
  3041.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3042.     }
  3043.     /**
  3044.      * Gets the private 'translator.default' shared service.
  3045.      *
  3046.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3047.      */
  3048.     protected function getTranslator_DefaultService()
  3049.     {
  3050.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3051.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3052.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3053.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3054.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3055.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3056.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3057.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3058.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3059.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3060.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3061.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3062.         ], [
  3063.             'translation.loader.csv' => '?',
  3064.             'translation.loader.dat' => '?',
  3065.             'translation.loader.ini' => '?',
  3066.             'translation.loader.json' => '?',
  3067.             'translation.loader.mo' => '?',
  3068.             'translation.loader.php' => '?',
  3069.             'translation.loader.po' => '?',
  3070.             'translation.loader.qt' => '?',
  3071.             'translation.loader.res' => '?',
  3072.             'translation.loader.xliff' => '?',
  3073.             'translation.loader.yml' => '?',
  3074.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\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'), 10 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/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'), 10 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/DeliveryPlus42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 15 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 16 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 26 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 29 => (\dirname(__DIR__4).'/src/Eccube/translations'), 30 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'10 => 'app/Plugin/SiteKit42/Resource/locale'11 => 'app/Plugin/DataMigration42/Resource/locale'12 => 'app/Plugin/DeliveryPlus42/Resource/locale'13 => 'app/Plugin/YamatoPayment42/Resource/locale'14 => 'src/Eccube/Resource/locale/'15 => 'app/Customize/Resource/locale/'16 => 'vendor/symfony/framework-bundle/translations'17 => 'vendor/symfony/security-bundle/translations'18 => 'vendor/doctrine/doctrine-bundle/translations'19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'20 => 'vendor/sensio/framework-extra-bundle/src/translations'21 => 'vendor/symfony/monolog-bundle/translations'22 => 'vendor/symfony/twig-bundle/translations'23 => 'vendor/symfony/debug-bundle/translations'24 => 'vendor/symfony/web-profiler-bundle/translations'25 => 'vendor/symfony/maker-bundle/src/translations'26 => 'vendor/exercise/htmlpurifier-bundle/src/translations'27 => 'vendor/doctrine/doctrine-migrations-bundle/translations'28 => 'vendor/twig/extra-bundle/translations'29 => 'src/Eccube/translations'30 => 'translations']]], []);
  3075.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3076.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3077.         return $instance;
  3078.     }
  3079.     /**
  3080.      * Gets the private 'validator.builder' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3083.      */
  3084.     protected function getValidator_BuilderService()
  3085.     {
  3086.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3087.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3088.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3089.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3090.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3091.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3092.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3093.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3094.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3095.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3096.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3097.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3098.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3099.         ], [
  3100.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3101.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3102.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3103.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3104.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3105.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3106.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3107.             'doctrine.orm.validator.unique' => '?',
  3108.             'security.validator.user_password' => '?',
  3109.             'validator.expression' => '?',
  3110.         ])));
  3111.         if ($this->has('translator')) {
  3112.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3113.         }
  3114.         $instance->setTranslationDomain('validators');
  3115.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3116.         $instance->enableAnnotationMapping(true);
  3117.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3118.         $instance->addMethodMapping('loadValidatorMetadata');
  3119.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3120.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3121.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3122.         return $instance;
  3123.     }
  3124.     /**
  3125.      * Gets the private 'var_dumper.html_dumper' shared service.
  3126.      *
  3127.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3128.      */
  3129.     protected function getVarDumper_HtmlDumperService()
  3130.     {
  3131.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3132.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3133.         return $instance;
  3134.     }
  3135.     /**
  3136.      * Gets the private 'web_profiler.csp.handler' shared service.
  3137.      *
  3138.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3139.      */
  3140.     protected function getWebProfiler_Csp_HandlerService()
  3141.     {
  3142.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3143.     }
  3144.     /**
  3145.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3146.      *
  3147.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3148.      */
  3149.     protected function getWebProfiler_DebugToolbarService()
  3150.     {
  3151.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3152.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3153.             return $this->privates['web_profiler.debug_toolbar'];
  3154.         }
  3155.         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()));
  3156.     }
  3157.     /**
  3158.      * Gets the public 'cache_clearer' alias.
  3159.      *
  3160.      * @return object The ".container.private.cache_clearer" service.
  3161.      */
  3162.     protected function getCacheClearerService()
  3163.     {
  3164.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3165.         return $this->get('.container.private.cache_clearer');
  3166.     }
  3167.     /**
  3168.      * Gets the public 'filesystem' alias.
  3169.      *
  3170.      * @return object The ".container.private.filesystem" service.
  3171.      */
  3172.     protected function getFilesystemService()
  3173.     {
  3174.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3175.         return $this->get('.container.private.filesystem');
  3176.     }
  3177.     /**
  3178.      * Gets the public 'state_machine.order' alias.
  3179.      *
  3180.      * @return object The ".container.private.state_machine.order" service.
  3181.      */
  3182.     protected function getStateMachine_OrderService()
  3183.     {
  3184.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3185.         return $this->get('.container.private.state_machine.order');
  3186.     }
  3187.     /**
  3188.      * Gets the public 'serializer' alias.
  3189.      *
  3190.      * @return object The ".container.private.serializer" service.
  3191.      */
  3192.     protected function getSerializerService()
  3193.     {
  3194.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3195.         return $this->get('.container.private.serializer');
  3196.     }
  3197.     /**
  3198.      * Gets the public 'security.csrf.token_manager' alias.
  3199.      *
  3200.      * @return object The ".container.private.security.csrf.token_manager" service.
  3201.      */
  3202.     protected function getSecurity_Csrf_TokenManagerService()
  3203.     {
  3204.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3205.         return $this->get('.container.private.security.csrf.token_manager');
  3206.     }
  3207.     /**
  3208.      * Gets the public 'form.factory' alias.
  3209.      *
  3210.      * @return object The ".container.private.form.factory" service.
  3211.      */
  3212.     protected function getForm_FactoryService()
  3213.     {
  3214.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3215.         return $this->get('.container.private.form.factory');
  3216.     }
  3217.     /**
  3218.      * Gets the public 'form.type.file' alias.
  3219.      *
  3220.      * @return object The ".container.private.form.type.file" service.
  3221.      */
  3222.     protected function getForm_Type_FileService()
  3223.     {
  3224.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3225.         return $this->get('.container.private.form.type.file');
  3226.     }
  3227.     /**
  3228.      * Gets the public 'profiler' alias.
  3229.      *
  3230.      * @return object The ".container.private.profiler" service.
  3231.      */
  3232.     protected function getProfilerService()
  3233.     {
  3234.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3235.         return $this->get('.container.private.profiler');
  3236.     }
  3237.     /**
  3238.      * Gets the public 'security.authorization_checker' alias.
  3239.      *
  3240.      * @return object The ".container.private.security.authorization_checker" service.
  3241.      */
  3242.     protected function getSecurity_AuthorizationCheckerService()
  3243.     {
  3244.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3245.         return $this->get('.container.private.security.authorization_checker');
  3246.     }
  3247.     /**
  3248.      * Gets the public 'security.token_storage' alias.
  3249.      *
  3250.      * @return object The ".container.private.security.token_storage" service.
  3251.      */
  3252.     protected function getSecurity_TokenStorageService()
  3253.     {
  3254.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3255.         return $this->get('.container.private.security.token_storage');
  3256.     }
  3257.     /**
  3258.      * Gets the public 'twig' alias.
  3259.      *
  3260.      * @return object The ".container.private.twig" service.
  3261.      */
  3262.     protected function getTwigService()
  3263.     {
  3264.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3265.         return $this->get('.container.private.twig');
  3266.     }
  3267.     /**
  3268.      * Gets the public 'security.password_encoder' alias.
  3269.      *
  3270.      * @return object The ".container.private.security.password_encoder" service.
  3271.      */
  3272.     protected function getSecurity_PasswordEncoderService()
  3273.     {
  3274.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3275.         return $this->get('.container.private.security.password_encoder');
  3276.     }
  3277.     /**
  3278.      * Gets the public 'session' alias.
  3279.      *
  3280.      * @return object The ".container.private.session" service.
  3281.      */
  3282.     protected function getSessionService()
  3283.     {
  3284.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3285.         return $this->get('.container.private.session');
  3286.     }
  3287.     /**
  3288.      * Gets the public 'validator' alias.
  3289.      *
  3290.      * @return object The ".container.private.validator" service.
  3291.      */
  3292.     protected function getValidatorService()
  3293.     {
  3294.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3295.         return $this->get('.container.private.validator');
  3296.     }
  3297.     /**
  3298.      * @return array|bool|float|int|string|\UnitEnum|null
  3299.      */
  3300.     public function getParameter(string $name)
  3301.     {
  3302.         if (isset($this->buildParameters[$name])) {
  3303.             return $this->buildParameters[$name];
  3304.         }
  3305.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3306.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3307.         }
  3308.         if (isset($this->loadedDynamicParameters[$name])) {
  3309.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3310.         }
  3311.         return $this->parameters[$name];
  3312.     }
  3313.     public function hasParameter(string $name): bool
  3314.     {
  3315.         if (isset($this->buildParameters[$name])) {
  3316.             return true;
  3317.         }
  3318.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3319.     }
  3320.     public function setParameter(string $name$value): void
  3321.     {
  3322.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3323.     }
  3324.     public function getParameterBag(): ParameterBagInterface
  3325.     {
  3326.         if (null === $this->parameterBag) {
  3327.             $parameters $this->parameters;
  3328.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3329.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3330.             }
  3331.             foreach ($this->buildParameters as $name => $value) {
  3332.                 $parameters[$name] = $value;
  3333.             }
  3334.             $this->parameterBag = new FrozenParameterBag($parameters);
  3335.         }
  3336.         return $this->parameterBag;
  3337.     }
  3338.     private $loadedDynamicParameters = [
  3339.         'kernel.runtime_environment' => false,
  3340.         'kernel.build_dir' => false,
  3341.         'kernel.cache_dir' => false,
  3342.         'locale' => false,
  3343.         'timezone' => false,
  3344.         'currency' => false,
  3345.         'eccube_database_url' => false,
  3346.         'eccube_mailer_dsn' => false,
  3347.         'eccube_admin_route' => false,
  3348.         'eccube_user_data_route' => false,
  3349.         'eccube_front_allow_hosts' => false,
  3350.         'eccube_front_deny_hosts' => false,
  3351.         'eccube_admin_allow_hosts' => false,
  3352.         'eccube_admin_deny_hosts' => false,
  3353.         'eccube_force_ssl' => false,
  3354.         'eccube.theme' => false,
  3355.         'eccube_theme_code' => false,
  3356.         'eccube_auth_magic' => false,
  3357.         'eccube_theme_front_dir' => false,
  3358.         'eccube_html_front_dir' => false,
  3359.         'eccube_csv_temp_realdir' => false,
  3360.         'eccube_owners_store_url' => false,
  3361.         'eccube_package_api_url' => false,
  3362.         'eccube_content_maintenance_file_path' => false,
  3363.         'eccube_2fa_enabled' => false,
  3364.         'eccube_2fa_cookie_name' => false,
  3365.         'eccube_2fa_expire' => false,
  3366.         'eccube_restrict_file_upload' => false,
  3367.         'kernel.secret' => false,
  3368.         'kernel.default_locale' => false,
  3369.         'debug.container.dump' => false,
  3370.         'serializer.mapping.cache.file' => false,
  3371.         'session.storage.options' => false,
  3372.         'validator.mapping.cache.file' => false,
  3373.         'profiler.storage.dsn' => false,
  3374.         'doctrine.orm.proxy_dir' => false,
  3375.     ];
  3376.     private $dynamicParameters = [];
  3377.     private function getDynamicParameter(string $name)
  3378.     {
  3379.         switch ($name) {
  3380.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3381.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3382.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3383.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3384.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3385.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3386.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3387.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3388.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3389.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3390.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3391.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3392.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3393.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3394.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3395.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3396.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3397.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3398.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3399.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3400.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3401.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3402.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3403.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3404.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3405.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3406.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3407.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3408.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3409.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3410.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3411.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3412.             case 'session.storage.options'$value = [
  3413.                 'cache_limiter' => '0',
  3414.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3415.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3416.                 'cookie_httponly' => true,
  3417.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3418.                 'gc_probability' => 1,
  3419.             ]; break;
  3420.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3421.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3422.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3423.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3424.         }
  3425.         $this->loadedDynamicParameters[$name] = true;
  3426.         return $this->dynamicParameters[$name] = $value;
  3427.     }
  3428.     protected function getDefaultParameters(): array
  3429.     {
  3430.         return [
  3431.             'kernel.project_dir' => \dirname(__DIR__4),
  3432.             'kernel.environment' => 'dev',
  3433.             'kernel.debug' => true,
  3434.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3435.             'kernel.bundles' => [
  3436.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3437.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3438.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3439.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3440.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3441.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3442.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3443.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3444.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3445.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3446.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3447.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3448.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3449.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3450.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3451.             ],
  3452.             'kernel.bundles_metadata' => [
  3453.                 'FrameworkBundle' => [
  3454.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3455.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3456.                 ],
  3457.                 'SecurityBundle' => [
  3458.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3459.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3460.                 ],
  3461.                 'DoctrineBundle' => [
  3462.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3463.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3464.                 ],
  3465.                 'DoctrineFixturesBundle' => [
  3466.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3467.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3468.                 ],
  3469.                 'SensioFrameworkExtraBundle' => [
  3470.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3471.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3472.                 ],
  3473.                 'MonologBundle' => [
  3474.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3475.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3476.                 ],
  3477.                 'TwigBundle' => [
  3478.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3479.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3480.                 ],
  3481.                 'DebugBundle' => [
  3482.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3483.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3484.                 ],
  3485.                 'WebProfilerBundle' => [
  3486.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3487.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3488.                 ],
  3489.                 'MakerBundle' => [
  3490.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3491.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3492.                 ],
  3493.                 'KnpPaginatorBundle' => [
  3494.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3495.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3496.                 ],
  3497.                 'ExerciseHTMLPurifierBundle' => [
  3498.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3499.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3500.                 ],
  3501.                 'DoctrineMigrationsBundle' => [
  3502.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3503.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3504.                 ],
  3505.                 'TwigExtraBundle' => [
  3506.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3507.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3508.                 ],
  3509.                 'EccubeBundle' => [
  3510.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3511.                     'namespace' => 'Eccube',
  3512.                 ],
  3513.             ],
  3514.             'kernel.charset' => 'UTF-8',
  3515.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3516.             'container.dumper.inline_class_loader' => true,
  3517.             'env(ECCUBE_LOCALE)' => 'ja',
  3518.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3519.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3520.             'env(DATABASE_URL)' => '',
  3521.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3522.             'env(DATABASE_CHARSET)' => 'utf8',
  3523.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3524.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3525.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3526.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3527.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3528.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3529.             'env(ECCUBE_FORCE_SSL)' => '0',
  3530.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3531.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3532.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3533.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3534.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3535.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3536.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3537.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3538.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3539.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3540.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3541.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3542.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3543.             'eccube_auth_type' => 'HMAC',
  3544.             'eccube_password_hash_algos' => 'SHA256',
  3545.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3546.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3547.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3548.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3549.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3550.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3551.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3552.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3553.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3554.             'eccube_twig_block_templates' => [
  3555.                 => '@YamatoPayment42/credit.twig',
  3556.                 => '@YamatoPayment42/credit_confirm.twig',
  3557.                 => '@YamatoPayment42/cvs.twig',
  3558.                 => '@YamatoPayment42/cvs_confirm.twig',
  3559.                 => '@YamatoPayment42/admin/payment_register.twig',
  3560.             ],
  3561.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3562.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3563.             'eccube_csv_size' => 5,
  3564.             'eccube_csv_split_lines' => 100,
  3565.             'eccube_default_password' => 'abc********123',
  3566.             'eccube_deliv_addr_max' => 20,
  3567.             'eccube_deliv_date_end_max' => 21,
  3568.             'eccube_id_max_len' => 50,
  3569.             'eccube_id_min_len' => 4,
  3570.             'eccube_int_len' => 9,
  3571.             'eccube_category_nest_level' => 5,
  3572.             'eccube_lltext_len' => 99999,
  3573.             'eccube_ltext_len' => 3000,
  3574.             'eccube_max_total_fee' => 9999999999,
  3575.             'eccube_mltext_len' => 1000,
  3576.             'eccube_mtext_len' => 200,
  3577.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3578.             'plugin_html_urlpath' => '/plugin/',
  3579.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3580.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3581.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3582.             'eccube_price_len' => 8,
  3583.             'eccube_search_pmax' => 12,
  3584.             'eccube_sitemap_products_per_page' => 1000,
  3585.             'eccube_stext_len' => 255,
  3586.             'eccube_sltext_len' => 500,
  3587.             'eccube_smtext_len' => 100,
  3588.             'eccube_tax_rule_priority' => [
  3589.                 => 'product_id',
  3590.                 => 'product_class_id',
  3591.                 => 'pref_id',
  3592.                 => 'country_id',
  3593.             ],
  3594.             'eccube_url_len' => 1024,
  3595.             'eccube_default_page_count' => 50,
  3596.             'eccube_admin_product_stock_status' => 3,
  3597.             'eccube_customer_reset_expire' => 10,
  3598.             'eccube_csv_export_separator' => ',',
  3599.             'eccube_csv_export_encoding' => 'SJIS-win',
  3600.             'eccube_csv_import_encoding' => [
  3601.                 => 'UTF-8',
  3602.                 => 'SJIS-win',
  3603.                 => 'SJIS',
  3604.                 => 'EUC-JP',
  3605.                 => 'ASCII',
  3606.                 => 'JIS',
  3607.             ],
  3608.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3609.             'eccube_csv_export_multidata_separator' => ',',
  3610.             'eccube_csv_import_delimiter' => ',',
  3611.             'eccube_csv_import_enclosure' => '"',
  3612.             'eccube_csv_import_escape' => '\\',
  3613.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3614.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3615.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3616.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3617.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3618.             'eccube_name_len' => 16,
  3619.             'eccube_kana_len' => 25,
  3620.             'eccube_address1_len' => 32,
  3621.             'eccube_address2_len' => 32,
  3622.             'eccube_birth_max' => 110,
  3623.             'eccube_product_order_price_lower' => 1,
  3624.             'eccube_product_order_newer' => 2,
  3625.             'eccube_product_order_price_higher' => 3,
  3626.             'eccube_price_max' => 2147483647,
  3627.             'eccube_tel_len_max' => 14,
  3628.             'eccube_postal_code' => 8,
  3629.             'eccube_password_min_len' => 8,
  3630.             'eccube_password_max_len' => 32,
  3631.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3632.             'eccube_composer_memory_limit' => '1536M',
  3633.             'eccube_order_mail_template_id' => 1,
  3634.             'eccube_entry_confirm_mail_template_id' => 2,
  3635.             'eccube_entry_complete_mail_template_id' => 3,
  3636.             'eccube_customer_withdraw_mail_template_id' => 4,
  3637.             'eccube_contact_mail_template_id' => 5,
  3638.             'eccube_forgot_mail_template_id' => 6,
  3639.             'eccube_reset_complete_mail_template_id' => 7,
  3640.             'eccube_shipping_notify_mail_template_id' => 8,
  3641.             'eccube_rfc_email_check' => false,
  3642.             'eccube_email_len' => 254,
  3643.             'eccube_order_no_format' => '',
  3644.             'eccube_order_pdf_message_len' => 30,
  3645.             'eccube_news_start_year' => 2000,
  3646.             'eccube_result_cache_lifetime' => 3600,
  3647.             'eccube_result_cache_lifetime_short' => 10,
  3648.             'eccube_restrict_file_upload_urls' => [
  3649.                 => 'admin_content_file',
  3650.                 => 'admin_store_plugin_install',
  3651.                 => 'admin_content_page_new',
  3652.                 => 'admin_content_page_edit',
  3653.                 => 'admin_content_block_new',
  3654.                 => 'admin_content_block_edit',
  3655.                 => 'admin_content_css',
  3656.                 => 'admin_content_js',
  3657.                 => 'admin_store_template_install',
  3658.             ],
  3659.             'eccube_file_uploadable_extensions' => [
  3660.                 => 'jpg',
  3661.                 => 'jpeg',
  3662.                 => 'png',
  3663.                 => 'gif',
  3664.                 => 'webp',
  3665.                 => 'svg',
  3666.                 => 'ico',
  3667.                 => 'html',
  3668.                 => 'htm',
  3669.                 => 'js',
  3670.                 10 => 'css',
  3671.                 11 => 'txt',
  3672.                 12 => 'pdf',
  3673.             ],
  3674.             'eccube_login_throttling_max_attempts' => 5,
  3675.             'eccube_login_throttling_interval' => '30 minutes',
  3676.             'eccube_nav' => [
  3677.                 'product' => [
  3678.                     'name' => 'admin.product.product_management',
  3679.                     'icon' => 'fa-cube',
  3680.                     'children' => [
  3681.                         'product_master' => [
  3682.                             'name' => 'admin.product.product_list',
  3683.                             'url' => 'admin_product',
  3684.                         ],
  3685.                         'product_edit' => [
  3686.                             'name' => 'admin.product.product_registration',
  3687.                             'url' => 'admin_product_product_new',
  3688.                         ],
  3689.                         'class_name' => [
  3690.                             'name' => 'admin.product.class_management',
  3691.                             'url' => 'admin_product_class_name',
  3692.                         ],
  3693.                         'class_category' => [
  3694.                             'name' => 'admin.product.category_management',
  3695.                             'url' => 'admin_product_category',
  3696.                         ],
  3697.                         'product_tag' => [
  3698.                             'name' => 'admin.product.tag_management',
  3699.                             'url' => 'admin_product_tag',
  3700.                         ],
  3701.                         'product_csv_import' => [
  3702.                             'name' => 'admin.product.product_csv_upload',
  3703.                             'url' => 'admin_product_csv_import',
  3704.                         ],
  3705.                         'category_csv_import' => [
  3706.                             'name' => 'admin.product.category_csv_upload',
  3707.                             'url' => 'admin_product_category_csv_import',
  3708.                         ],
  3709.                         'product_review' => [
  3710.                             'name' => 'product_review.admin.product_review.title',
  3711.                             'url' => 'product_review_admin_product_review',
  3712.                         ],
  3713.                     ],
  3714.                 ],
  3715.                 'order' => [
  3716.                     'name' => 'admin.order.order_management',
  3717.                     'icon' => 'fa-shopping-cart',
  3718.                     'children' => [
  3719.                         'order_master' => [
  3720.                             'name' => 'admin.order.order_list',
  3721.                             'url' => 'admin_order',
  3722.                         ],
  3723.                         'order_edit' => [
  3724.                             'name' => 'admin.order.order_registration',
  3725.                             'url' => 'admin_order_new',
  3726.                         ],
  3727.                         'shipping_csv_import' => [
  3728.                             'name' => 'admin.order.shipping_csv_upload',
  3729.                             'url' => 'admin_shipping_csv_import',
  3730.                         ],
  3731.                         'plugin_coupon' => [
  3732.                             'name' => 'クーポン',
  3733.                             'url' => 'plugin_coupon_list',
  3734.                         ],
  3735.                         'yamato_payment42_admin_payment_status' => [
  3736.                             'name' => 'yamato_payment.admin.nav.payment_list',
  3737.                             'url' => 'yamato_payment42_admin_payment_status',
  3738.                         ],
  3739.                     ],
  3740.                 ],
  3741.                 'customer' => [
  3742.                     'name' => 'admin.customer.customer_management',
  3743.                     'icon' => 'fa-users',
  3744.                     'children' => [
  3745.                         'customer_master' => [
  3746.                             'name' => 'admin.customer.customer_list',
  3747.                             'url' => 'admin_customer',
  3748.                         ],
  3749.                         'customer_edit' => [
  3750.                             'name' => 'admin.customer.customer_registration',
  3751.                             'url' => 'admin_customer_new',
  3752.                         ],
  3753.                     ],
  3754.                 ],
  3755.                 'content' => [
  3756.                     'name' => 'admin.content.contents_management',
  3757.                     'icon' => 'fa-file-text-o',
  3758.                     'children' => [
  3759.                         'news' => [
  3760.                             'name' => 'admin.content.news_management',
  3761.                             'url' => 'admin_content_news',
  3762.                         ],
  3763.                         'file' => [
  3764.                             'name' => 'admin.content.file_management',
  3765.                             'url' => 'admin_content_file',
  3766.                         ],
  3767.                         'layout' => [
  3768.                             'name' => 'admin.content.layout_management',
  3769.                             'url' => 'admin_content_layout',
  3770.                         ],
  3771.                         'page' => [
  3772.                             'name' => 'admin.content.page_management',
  3773.                             'url' => 'admin_content_page',
  3774.                         ],
  3775.                         'css' => [
  3776.                             'name' => 'admin.content.css_management',
  3777.                             'url' => 'admin_content_css',
  3778.                         ],
  3779.                         'js' => [
  3780.                             'name' => 'admin.content.js_management',
  3781.                             'url' => 'admin_content_js',
  3782.                         ],
  3783.                         'block' => [
  3784.                             'name' => 'admin.content.block_management',
  3785.                             'url' => 'admin_content_block',
  3786.                         ],
  3787.                         'cache' => [
  3788.                             'name' => 'admin.content.cache_management',
  3789.                             'url' => 'admin_content_cache',
  3790.                         ],
  3791.                         'maintenance' => [
  3792.                             'name' => 'admin.content.maintenance_management',
  3793.                             'url' => 'admin_content_maintenance',
  3794.                         ],
  3795.                         'deliveryplus' => [
  3796.                             'id' => 'admin_content_deliveryplus',
  3797.                             'name' => 'deliveryplus.admin.nav.content.deliveryplus',
  3798.                             'children' => [
  3799.                                 'detail' => [
  3800.                                     'id' => 'admin_content_deliveryplus_detail',
  3801.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.detail',
  3802.                                     'url' => 'admin_content_deliveryplus_detail',
  3803.                                 ],
  3804.                                 'cart' => [
  3805.                                     'id' => 'admin_content_deliveryplus_cart',
  3806.                                     'name' => 'deliveryplus.admin.nav.content.deliveryplus.cart',
  3807.                                     'url' => 'admin_content_deliveryplus_cart',
  3808.                                 ],
  3809.                             ],
  3810.                         ],
  3811.                         'plugin_recommend' => [
  3812.                             'name' => 'plugin_recommend.admin.navi',
  3813.                             'url' => 'plugin_recommend_list',
  3814.                         ],
  3815.                     ],
  3816.                 ],
  3817.                 'setting' => [
  3818.                     'name' => 'admin.setting',
  3819.                     'icon' => 'fa-cog',
  3820.                     'children' => [
  3821.                         'shop' => [
  3822.                             'name' => 'admin.setting.shop',
  3823.                             'children' => [
  3824.                                 'shop_index' => [
  3825.                                     'name' => 'admin.setting.shop.shop_setting',
  3826.                                     'url' => 'admin_setting_shop',
  3827.                                 ],
  3828.                                 'shop_tradelaw' => [
  3829.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3830.                                     'url' => 'admin_setting_shop_tradelaw',
  3831.                                 ],
  3832.                                 'shop_agreement' => [
  3833.                                     'name' => 'admin.setting.shop.agreement_setting',
  3834.                                     'url' => 'admin_content_page_edit',
  3835.                                     'param' => [
  3836.                                         'id' => 19,
  3837.                                         'return' => 'agreement',
  3838.                                     ],
  3839.                                 ],
  3840.                                 'shop_payment' => [
  3841.                                     'name' => 'admin.setting.shop.payment_setting',
  3842.                                     'url' => 'admin_setting_shop_payment',
  3843.                                 ],
  3844.                                 'shop_delivery' => [
  3845.                                     'name' => 'admin.setting.shop.delivery_setting',
  3846.                                     'url' => 'admin_setting_shop_delivery',
  3847.                                 ],
  3848.                                 'shop_tax' => [
  3849.                                     'name' => 'admin.setting.shop.tax_setting',
  3850.                                     'url' => 'admin_setting_shop_tax',
  3851.                                 ],
  3852.                                 'shop_mail' => [
  3853.                                     'name' => 'admin.setting.shop.mail_setting',
  3854.                                     'url' => 'admin_setting_shop_mail',
  3855.                                 ],
  3856.                                 'shop_csv' => [
  3857.                                     'name' => 'admin.setting.shop.csv_setting',
  3858.                                     'url' => 'admin_setting_shop_csv',
  3859.                                 ],
  3860.                                 'shop_order_status' => [
  3861.                                     'name' => 'admin.setting.shop.order_status_setting',
  3862.                                     'url' => 'admin_setting_shop_order_status',
  3863.                                 ],
  3864.                                 'shop_calendar' => [
  3865.                                     'name' => 'admin.setting.shop.calendar_setting',
  3866.                                     'url' => 'admin_setting_shop_calendar',
  3867.                                 ],
  3868.                             ],
  3869.                         ],
  3870.                         'system' => [
  3871.                             'name' => 'admin.setting.system',
  3872.                             'children' => [
  3873.                                 'member' => [
  3874.                                     'name' => 'admin.setting.system.member_management',
  3875.                                     'url' => 'admin_setting_system_member',
  3876.                                 ],
  3877.                                 'authority' => [
  3878.                                     'name' => 'admin.setting.system.authority_management',
  3879.                                     'url' => 'admin_setting_system_authority',
  3880.                                 ],
  3881.                                 'security' => [
  3882.                                     'name' => 'admin.setting.system.security_management',
  3883.                                     'url' => 'admin_setting_system_security',
  3884.                                 ],
  3885.                                 'login_history' => [
  3886.                                     'name' => 'admin.setting.system.login_history',
  3887.                                     'url' => 'admin_setting_system_login_history',
  3888.                                 ],
  3889.                                 'log' => [
  3890.                                     'name' => 'admin.setting.system.log_display',
  3891.                                     'url' => 'admin_setting_system_log',
  3892.                                 ],
  3893.                                 'masterdata' => [
  3894.                                     'name' => 'admin.setting.system.master_data_management',
  3895.                                     'url' => 'admin_setting_system_masterdata',
  3896.                                 ],
  3897.                                 'system_index' => [
  3898.                                     'name' => 'admin.setting.system.system_info',
  3899.                                     'url' => 'admin_setting_system_system',
  3900.                                 ],
  3901.                             ],
  3902.                         ],
  3903.                     ],
  3904.                 ],
  3905.                 'store' => [
  3906.                     'name' => 'admin.store',
  3907.                     'icon' => 'fa-plug',
  3908.                     'children' => [
  3909.                         'plugin' => [
  3910.                             'name' => 'admin.store.plugin',
  3911.                             'children' => [
  3912.                                 'plugin_owners_search' => [
  3913.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  3914.                                     'url' => 'admin_store_plugin_owners_search',
  3915.                                 ],
  3916.                                 'plugin_list' => [
  3917.                                     'name' => 'admin.store.plugin.plugin_list',
  3918.                                     'url' => 'admin_store_plugin',
  3919.                                 ],
  3920.                             ],
  3921.                         ],
  3922.                         'template' => [
  3923.                             'name' => 'admin.store.template',
  3924.                             'children' => [
  3925.                                 'template_list' => [
  3926.                                     'name' => 'admin.store.template.template_list',
  3927.                                     'url' => 'admin_store_template',
  3928.                                 ],
  3929.                                 'template_install' => [
  3930.                                     'name' => 'admin.store.template.template_install',
  3931.                                     'url' => 'admin_store_template_install',
  3932.                                 ],
  3933.                             ],
  3934.                         ],
  3935.                         'authentication_setting' => [
  3936.                             'name' => 'admin.store.setting',
  3937.                             'url' => 'admin_store_authentication_setting',
  3938.                         ],
  3939.                     ],
  3940.                 ],
  3941.                 'mailmagazine' => [
  3942.                     'id' => 'mailmagazine',
  3943.                     'name' => 'mailmagazine.title',
  3944.                     'icon' => 'fa-envelope',
  3945.                     'children' => [
  3946.                         'mailmagazine' => [
  3947.                             'id' => 'mailmagazine',
  3948.                             'name' => 'mailmagazine.index.title',
  3949.                             'url' => 'plugin_mail_magazine',
  3950.                         ],
  3951.                         'mailmagazine_template' => [
  3952.                             'id' => 'mailmagazine_template',
  3953.                             'name' => 'mailmagazine.template.title',
  3954.                             'url' => 'plugin_mail_magazine_template',
  3955.                         ],
  3956.                         'mailmagazine_history' => [
  3957.                             'id' => 'mailmagazine_history',
  3958.                             'name' => 'mailmagazine.history.title',
  3959.                             'url' => 'plugin_mail_magazine_history',
  3960.                         ],
  3961.                     ],
  3962.                 ],
  3963.                 'SalesReport42' => [
  3964.                     'name' => 'sales_report.admin.nav.001',
  3965.                     'icon' => 'fa-chart-bar',
  3966.                     'children' => [
  3967.                         'sales_report_admin_term' => [
  3968.                             'id' => 'sales_report_admin_term',
  3969.                             'url' => 'sales_report_admin_term',
  3970.                             'name' => 'sales_report.admin.nav.002',
  3971.                         ],
  3972.                         'sales_report_admin_product' => [
  3973.                             'id' => 'sales_report_admin_product',
  3974.                             'url' => 'sales_report_admin_product',
  3975.                             'name' => 'sales_report.admin.nav.003',
  3976.                         ],
  3977.                         'sales_report_admin_age' => [
  3978.                             'id' => 'sales_report_admin_age',
  3979.                             'url' => 'sales_report_admin_age',
  3980.                             'name' => 'sales_report.admin.nav.004',
  3981.                         ],
  3982.                     ],
  3983.                 ],
  3984.                 'site_kit' => [
  3985.                     'name' => 'Site Kit',
  3986.                     'icon' => 'fa-google',
  3987.                     'children' => [
  3988.                         'gsc_query' => [
  3989.                             'name' => 'ダッシュボード',
  3990.                             'url' => 'site_kit_dashboard',
  3991.                         ],
  3992.                     ],
  3993.                 ],
  3994.             ],
  3995.             'env(MAILER_DSN)' => 'null://null',
  3996.             'eccube.twig_sandbox.allowed_tags' => [
  3997.                 => 'apply',
  3998.                 => 'block',
  3999.                 => 'deprecated',
  4000.                 => 'embed',
  4001.                 => 'extends',
  4002.                 => 'flush',
  4003.                 => 'for',
  4004.                 => 'if',
  4005.                 => 'set',
  4006.                 => 'spaceless',
  4007.                 10 => 'verbatim',
  4008.                 11 => 'with',
  4009.                 12 => 'form_theme',
  4010.                 13 => 'stopwatch',
  4011.                 14 => 'trans',
  4012.                 15 => 'trans_default_domain',
  4013.             ],
  4014.             'eccube.twig_sandbox.allowed_filters' => [
  4015.                 => 'abs',
  4016.                 => 'batch',
  4017.                 => 'capitalize',
  4018.                 => 'column',
  4019.                 => 'convert_encoding',
  4020.                 => 'country_name',
  4021.                 => 'currency_name',
  4022.                 => 'currency_symbol',
  4023.                 => 'date',
  4024.                 => 'date_modify',
  4025.                 10 => 'default',
  4026.                 11 => 'escape',
  4027.                 12 => 'first',
  4028.                 13 => 'format',
  4029.                 14 => 'format_currency',
  4030.                 15 => 'format_date',
  4031.                 16 => 'format_datetime',
  4032.                 17 => 'format_number',
  4033.                 18 => 'format_time',
  4034.                 19 => 'join',
  4035.                 20 => 'json_encode',
  4036.                 21 => 'keys',
  4037.                 22 => 'language_name',
  4038.                 23 => 'last',
  4039.                 24 => 'length',
  4040.                 25 => 'locale_name',
  4041.                 26 => 'lower',
  4042.                 27 => 'merge',
  4043.                 28 => 'nl2br',
  4044.                 29 => 'number_format',
  4045.                 30 => 'replace',
  4046.                 31 => 'reverse',
  4047.                 32 => 'round',
  4048.                 33 => 'slice',
  4049.                 34 => 'spaceless',
  4050.                 35 => 'split',
  4051.                 36 => 'striptags',
  4052.                 37 => 'timezone_name',
  4053.                 38 => 'title',
  4054.                 39 => 'trim',
  4055.                 40 => 'upper',
  4056.                 41 => 'url_encode',
  4057.                 42 => 'abbr_class',
  4058.                 43 => 'abbr_method',
  4059.                 44 => 'file_link',
  4060.                 45 => 'file_relative',
  4061.                 46 => 'format_args',
  4062.                 47 => 'format_args_as_text',
  4063.                 48 => 'humanize',
  4064.                 49 => 'serialize',
  4065.                 50 => 'trans',
  4066.                 51 => 'yaml_dump',
  4067.                 52 => 'yaml_encode',
  4068.                 53 => 'currency_symbol',
  4069.                 54 => 'date_day',
  4070.                 55 => 'date_day_with_weekday',
  4071.                 56 => 'date_format',
  4072.                 57 => 'date_min',
  4073.                 58 => 'date_sec',
  4074.                 59 => 'doctrine_format_sql',
  4075.                 60 => 'doctrine_prettify_sql',
  4076.                 61 => 'doctrine_pretty_query',
  4077.                 62 => 'doctrine_replace_query_parameters',
  4078.                 63 => 'e',
  4079.                 64 => 'ellipsis',
  4080.                 65 => 'file_ext_icon',
  4081.                 66 => 'form_encode_currency',
  4082.                 67 => 'format_*_number',
  4083.                 68 => 'format_log_message',
  4084.                 69 => 'no_image_product',
  4085.                 70 => 'price',
  4086.                 71 => 'purify',
  4087.                 72 => 'time_ago',
  4088.             ],
  4089.             'eccube.twig_sandbox.allowed_functions' => [
  4090.                 => 'cycle',
  4091.                 => 'date',
  4092.                 => 'max',
  4093.                 => 'min',
  4094.                 => 'random',
  4095.                 => 'range',
  4096.                 => 'country_timezones',
  4097.                 => 'absolute_url',
  4098.                 => 'asset',
  4099.                 => 'asset_version',
  4100.                 10 => 'csrf_token',
  4101.                 11 => 'form_parent',
  4102.                 12 => 'fragment_uri',
  4103.                 13 => 'impersonation_exit_path',
  4104.                 14 => 'impersonation_exit_url',
  4105.                 15 => 'is_granted',
  4106.                 16 => 'logout_path',
  4107.                 17 => 'logout_url',
  4108.                 18 => 'path',
  4109.                 19 => 'relative_path',
  4110.                 20 => 't',
  4111.                 21 => 'url',
  4112.                 22 => 'active_menus',
  4113.                 23 => 'class_categories_as_json',
  4114.                 24 => 'country_names',
  4115.                 25 => 'csrf_token_for_anchor',
  4116.                 26 => 'currency_names',
  4117.                 27 => 'currency_symbol',
  4118.                 28 => 'field_choices',
  4119.                 29 => 'field_errors',
  4120.                 30 => 'field_help',
  4121.                 31 => 'field_label',
  4122.                 32 => 'field_name',
  4123.                 33 => 'field_value',
  4124.                 34 => 'get_all_carts',
  4125.                 35 => 'get_cart',
  4126.                 36 => 'get_carts_total_price',
  4127.                 37 => 'get_carts_total_quantity',
  4128.                 38 => 'has_errors',
  4129.                 39 => 'is_reduced_tax_rate',
  4130.                 40 => 'language_names',
  4131.                 41 => 'product',
  4132.                 42 => 'workflow_can',
  4133.                 43 => 'workflow_has_marked_place',
  4134.                 44 => 'workflow_marked_places',
  4135.                 45 => 'workflow_metadata',
  4136.                 46 => 'workflow_transition',
  4137.                 47 => 'workflow_transition_blockers',
  4138.                 48 => 'workflow_transitions',
  4139.             ],
  4140.             'eccube.twig_sandbox.allowed_methods' => [
  4141.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4142.                     => 'getrequest',
  4143.                 ],
  4144.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4145.                     => 'geturi',
  4146.                 ],
  4147.             ],
  4148.             'eccube.twig_sandbox.allowed_properties' => [
  4149.             ],
  4150.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4151.             'product_review_display_count_min' => 1,
  4152.             'product_review_display_count_max' => 30,
  4153.             'plugin_recommend.text_area_len' => 4000,
  4154.             'related_product.text_area_len' => 4000,
  4155.             'related_product.max_item_count' => 6,
  4156.             'sales_report_product_maximum_display' => 20,
  4157.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4158.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  4159.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  4160.             'RECV_ALLOW_HOST' => [
  4161.                 => '127.0.0.1',
  4162.                 => '192.168.56.1',
  4163.                 => '218.40.0.72',
  4164.                 => '52.155.115.90',
  4165.             ],
  4166.             'YAMATO_PAYID_CREDIT' => 10,
  4167.             'YAMATO_PAYID_CVS' => 30,
  4168.             'YAMATO_PAYID_EDY' => 42,
  4169.             'YAMATO_PAYID_MOBILEEDY' => 43,
  4170.             'YAMATO_PAYID_SUICA' => 44,
  4171.             'YAMATO_PAYID_MOBILESUICA' => 45,
  4172.             'YAMATO_PAYID_WAON' => 46,
  4173.             'YAMATO_PAYID_MOBILEWAON' => 47,
  4174.             'YAMATO_PAYID_NETBANK' => 52,
  4175.             'YAMATO_PAYID_DEFERRED' => 60,
  4176.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  4177.             'YAMATO_PAYID_PAYPAY' => 91,
  4178.             'YAMATO_PAYID' => [
  4179.                 'CREDIT' => 10,
  4180.                 'CVS' => 30,
  4181.                 'DEFERRED' => 60,
  4182.                 'SMS_DEFERRED' => 80,
  4183.                 'PAYPAY' => 91,
  4184.             ],
  4185.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  4186.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  4187.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  4188.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  4189.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  4190.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  4191.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  4192.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  4193.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  4194.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  4195.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  4196.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  4197.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  4198.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  4199.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  4200.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  4201.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  4202.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  4203.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  4204.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  4205.             'DEFERRED_STATUS_AUTH_OK' => 1,
  4206.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  4207.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  4208.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  4209.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  4210.             'DEFERRED_STATUS_SALES_OK' => 10,
  4211.             'DEFERRED_STATUS_SEND_BILL' => 11,
  4212.             'DEFERRED_STATUS_PAID' => 12,
  4213.             'DEFERRED_AVAILABLE' => 0,
  4214.             'DEFERRED_NOT_AVAILABLE' => 1,
  4215.             'DEFERRED_OVER_LIMIT' => 2,
  4216.             'DEFERRED_UNDER_EXAM' => 3,
  4217.             'DEFERRED_SMS_AVAILABLE' => 1,
  4218.             'DEFERRED_SMS_CODE_INVALID' => 2,
  4219.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  4220.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  4221.             'DEFERRED_SMS_BAD_STATUS' => 5,
  4222.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  4223.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  4224.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  4225.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  4226.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  4227.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  4228.             'DEFERRED_INVOICE_REISSUE' => 1,
  4229.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  4230.             'ORDER_SHIPPING_REGISTERED' => 9625,
  4231.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  4232.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  4233.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  4234.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  4235.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  4236.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  4237.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  4238.             'YAMATO_PAYCODE_CVS' => 'CVS',
  4239.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  4240.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  4241.             'DEFERRED_CHARGE' => 190,
  4242.             'CREDIT_METHOD_UC' => 1,
  4243.             'CREDIT_METHOD_DINERS' => 2,
  4244.             'CREDIT_METHOD_JCB' => 3,
  4245.             'CREDIT_METHOD_DC' => 4,
  4246.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  4247.             'CREDIT_METHOD_UFJ' => 6,
  4248.             'CREDIT_METHOD_SAISON' => 7,
  4249.             'CREDIT_METHOD_NICOS' => 8,
  4250.             'CREDIT_METHOD_VISA' => 9,
  4251.             'CREDIT_METHOD_MASTER' => 10,
  4252.             'CREDIT_METHOD_AEON' => 11,
  4253.             'CREDIT_METHOD_AMEX' => 12,
  4254.             'CREDIT_METHOD_TOP' => 13,
  4255.             'CREDIT_METHOD_RAKUTEN' => 14,
  4256.             'CREDIT_METHOD_OTHER' => 99,
  4257.             'CONVENI_ID_SEVENELEVEN' => 21,
  4258.             'CONVENI_ID_LAWSON' => 22,
  4259.             'CONVENI_ID_FAMILYMART' => 23,
  4260.             'CONVENI_ID_SEICOMART' => 24,
  4261.             'CONVENI_ID_MINISTOP' => 25,
  4262.             'CONVENI_ID_CIRCLEK' => 26,
  4263.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  4264.             'CONVENI_NAME_LAWSON' => 'ローソン',
  4265.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  4266.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  4267.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  4268.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  4269.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  4270.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  4271.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  4272.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  4273.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  4274.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  4275.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  4276.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  4277.             'EMONEY_METHOD_SUICA' => 63,
  4278.             'EMONEY_METHOD_M_SUICA' => 64,
  4279.             'EMONEY_METHOD_WAON' => 65,
  4280.             'EMONEY_METHOD_M_WAON' => 66,
  4281.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  4282.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  4283.             'EMONEY_NAME_SUICA' => 'Suica決済',
  4284.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  4285.             'EMONEY_NAME_WAON' => 'WAON決済',
  4286.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  4287.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  4288.             'DELIV_TIMECODE' => [
  4289.                 => '',
  4290.                 => '0812',
  4291.                 => '1214',
  4292.                 => '1416',
  4293.                 => '1618',
  4294.                 => '1820',
  4295.                 => '1921',
  4296.                 => '2021',
  4297.                 => '0010',
  4298.                 => '0017',
  4299.             ],
  4300.             'DELETE_DELIV_TIMECODE' => [
  4301.                 => '1214',
  4302.                 => '2021',
  4303.             ],
  4304.             'DELIV_SLIP_TYPE_CORECT' => 2,
  4305.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  4306.             'CREDIT_SAVE_LIMIT' => 3,
  4307.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  4308.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  4309.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  4310.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  4311.             'YAMATO_DELIV_ADDR_MAX' => 99,
  4312.             'YAMATO_SHIPPED_MAX' => 3,
  4313.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  4314.             'SALE_TYPE_ID_RESERVE' => 9625,
  4315.             'YAMATO_DEADLINE_RECREDIT' => 9,
  4316.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  4317.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  4318.             'CREDIT_NO_LEN' => 16,
  4319.             'SECURITY_CODE_MIN_LEN' => 3,
  4320.             'SECURITY_CODE_MAX_LEN' => 4,
  4321.             'CARD_ORNER_LEN' => 20,
  4322.             'ITEM_NAME_LEN' => 200,
  4323.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  4324.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  4325.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  4326.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  4327.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  4328.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  4329.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  4330.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  4331.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  4332.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  4333.             'api.name' => [
  4334.                 'A01' => 'クレジット決済登録通常用',
  4335.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  4336.                 'A03' => 'クレジットカードのお預かり情報照会',
  4337.                 'A04' => 'クレジットカードのお預かり情報変更',
  4338.                 'A05' => 'クレジットカードのお預かり情報削除',
  4339.                 'A06' => 'クレジット決済取消',
  4340.                 'A07' => 'クレジット金額変更',
  4341.                 'A08' => 'クレジット決済登録通常用(トークン)',
  4342.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  4343.                 'A11' => 'クレジット再与信',
  4344.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  4345.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  4346.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  4347.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  4348.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  4349.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  4350.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  4351.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  4352.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  4353.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  4354.                 'C05' => '電子マネー決済登録(Waon(PC))',
  4355.                 'C06' => '電子マネー決済登録(Waon(MB))',
  4356.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  4357.                 'E01' => '出荷情報登録',
  4358.                 'E02' => '出荷情報取消',
  4359.                 'E03' => '出荷予定日変更',
  4360.                 'E04' => '取引情報照会',
  4361.                 'F01' => '接続元加盟店ECサーバ認証',
  4362.                 'F02' => '出荷情報登録(切売)',
  4363.                 'F03' => '出荷情報取消(切売)',
  4364.                 'F04' => '取引情報照会(切売)',
  4365.                 'H01' => 'グローバルIPアドレス照会',
  4366.                 'L01' => 'PayPay決済登録',
  4367.                 'L02' => 'PayPay決済取消',
  4368.                 'L03' => 'PayPay金額変更',
  4369.                 'KAAAU0010APIAction' => '後払い与信依頼',
  4370.                 'KAARS0010APIAction' => '後払い与信結果取得',
  4371.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  4372.                 'KAAST0010APIAction' => '後払い取引状況取得',
  4373.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  4374.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  4375.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  4376.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  4377.                 'KAARR0010APIAction' => '後払い請求書再発行',
  4378.             ],
  4379.             'api.url' => [
  4380.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  4381.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  4382.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  4383.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  4384.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  4385.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  4386.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  4387.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  4388.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  4389.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  4390.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  4391.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  4392.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4393.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4394.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4395.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4396.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  4397.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  4398.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  4399.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  4400.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  4401.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  4402.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  4403.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  4404.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  4405.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  4406.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  4407.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  4408.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  4409.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  4410.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  4411.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4412.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  4413.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  4414.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  4415.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  4416.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4417.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4418.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4419.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4420.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4421.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4422.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4423.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4424.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4425.             ],
  4426.             'api.test.gateway' => [
  4427.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  4428.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  4429.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  4430.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  4431.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  4432.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  4433.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  4434.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  4435.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  4436.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  4437.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  4438.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  4439.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4440.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4441.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4442.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4443.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  4444.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  4445.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  4446.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  4447.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  4448.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  4449.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  4450.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  4451.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  4452.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  4453.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  4454.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  4455.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  4456.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  4457.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  4458.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4459.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  4460.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  4461.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  4462.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4463.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4464.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4465.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4466.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4467.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4468.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4469.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4470.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4471.             ],
  4472.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  4473.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  4474.             'USE_SECURITY_CODE' => 1,
  4475.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  4476.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  4477.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  4478.             'yamato_error_msg' => [
  4479.                 'A011010201' => '加盟店コードなし',
  4480.                 'A011010202' => '加盟店コードの桁数不正',
  4481.                 'A011010204' => '加盟店コードに禁止文字あり',
  4482.                 'A011010301' => '端末区分なし',
  4483.                 'A011010306' => '端末区分の不正セット',
  4484.                 'A011010401' => '受付番号なし',
  4485.                 'A011010402' => '受付番号の桁数不正',
  4486.                 'A011010404' => '受付番号に禁止文字あり',
  4487.                 'A011010501' => '決済金額なし',
  4488.                 'A011010502' => '決済金額の桁数不正',
  4489.                 'A011010504' => '決済金額に禁止文字あり',
  4490.                 'A011010601' => '購入者名(漢字)なし',
  4491.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  4492.                 'A011010701' => '購入者TELなし',
  4493.                 'A011010702' => '購入者TELの桁数不正',
  4494.                 'A011010704' => '購入者TELに禁止文字あり',
  4495.                 'A011010801' => '購入者E-Mailなし',
  4496.                 'A011010802' => '購入者E-Mailの桁数不正',
  4497.                 'A011010901' => '認証区分なし',
  4498.                 'A011011001' => '支払回数なし',
  4499.                 'A011011002' => '支払回数の桁数不正',
  4500.                 'A011011004' => '支払回数に禁止文字あり',
  4501.                 'A011011101' => 'オプションサービス区分なし',
  4502.                 'A011011106' => 'オプションサービス区分の不正セット',
  4503.                 'A011010571' => '決済金額の下限額オーバ',
  4504.                 'A011011271' => '商品名に禁止文字あり',
  4505.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  4506.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  4507.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4508.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  4509.                 'A011010971' => '認証区分の不正セット',
  4510.                 'A011010972' => '認証区分の不正セット',
  4511.                 'A011011371' => 'カード会社コード(API用)なし',
  4512.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  4513.                 'A011011471' => 'カード番号なし',
  4514.                 'A011011472' => 'カード番号の桁数不正',
  4515.                 'A011011473' => 'カード番号に禁止文字あり',
  4516.                 'A011011571' => 'セキュリティコードなし',
  4517.                 'A011011572' => 'セキュリティコードの桁数不正',
  4518.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  4519.                 'A011011671' => 'カード名義人なし',
  4520.                 'A011011672' => 'カード名義人の桁数不正',
  4521.                 'A011011673' => 'カード名義人に禁止文字あり',
  4522.                 'A011011771' => 'カード有効期限なし',
  4523.                 'A011011772' => 'カード有効期限の形式不正',
  4524.                 'A011011773' => 'カード有効期限の期限不正',
  4525.                 'A011011871' => '加盟店ECサイトURLなし',
  4526.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  4527.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  4528.                 'A011011971' => '会員IDなし',
  4529.                 'A011011972' => '会員IDの桁数不正',
  4530.                 'A011011973' => '会員IDに禁止文字あり',
  4531.                 'A011012071' => '認証キーなし',
  4532.                 'A011012072' => '認証キーの桁数不正',
  4533.                 'A011012073' => '認証キーに禁止文字あり',
  4534.                 'A011012171' => 'カード識別キーの不正セット',
  4535.                 'A011012271' => '最終利用日時の形式不正',
  4536.                 'A011012371' => '出荷予定日なし',
  4537.                 'A011012372' => '出荷予定日の形式不正',
  4538.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  4539.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  4540.                 'A011012471' => 'チェックサムなし',
  4541.                 'A011012472' => 'チェックサムの改ざんあり',
  4542.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  4543.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  4544.                 'A012000003' => '当該加盟店の認証不可',
  4545.                 'A011010572' => '決済金額の上限額オーバ',
  4546.                 'A012010001' => '当該受注の二重決済',
  4547.                 'A012020001' => '当該加盟店のお預かり利用不可',
  4548.                 'A012030001' => '当該加盟店のお預かり取得不可',
  4549.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  4550.                 'A012040002' => '当該加盟店の支払方法取得不可',
  4551.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  4552.                 'A012050002' => '3D認証対象外',
  4553.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4554.                 'A012070001' => '当該加盟店のお預かり処理不可',
  4555.                 'A012080001' => '各種マスタ取得失敗',
  4556.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  4557.                 'A021010201' => '加盟店コードなし',
  4558.                 'A021010202' => '加盟店コードの桁数不正',
  4559.                 'A021010204' => '加盟店コードに禁止文字あり',
  4560.                 'A021010301' => '受付番号なし',
  4561.                 'A021010302' => '受付番号の桁数不正',
  4562.                 'A021010304' => '受付番号に禁止文字あり',
  4563.                 'A021010401' => '3D認証応答電文パラメータ不正',
  4564.                 'A021010501' => '3D認証応答電文パラメータ不正',
  4565.                 'A021010601' => '3D認証応答電文パラメータ不正',
  4566.                 'A021010701' => '3D認証応答電文パラメータ不正',
  4567.                 'A021010801' => '3D認証応答電文パラメータ不正',
  4568.                 'A021010901' => '3D認証応答電文パラメータ不正',
  4569.                 'A021011001' => '3D認証応答電文パラメータ不正',
  4570.                 'A021011101' => '3D認証応答電文パラメータ不正',
  4571.                 'A021011201' => '3D認証応答電文パラメータ不正',
  4572.                 'A021011501' => '3D認証応答電文パラメータ不正',
  4573.                 'A021011701' => '3D認証応答電文パラメータ不正',
  4574.                 'A021011801' => '3D認証応答電文パラメータ不正',
  4575.                 'A021011901' => '3D認証応答電文パラメータ不正',
  4576.                 'A021012001' => '3Dトークンなし',
  4577.                 'A021012002' => '3Dトークンの桁数不正',
  4578.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  4579.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  4580.                 'A022010001' => '当該受注の二重決済',
  4581.                 'A022020001' => '3D認証応答電文不正',
  4582.                 'A022020002' => '3D認証結果不正',
  4583.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4584.                 'A022040001' => '当該加盟店のお預かり処理不可',
  4585.                 'A022050001' => '各種マスタ取得失敗',
  4586.                 'A022060001' => '請求後取消失敗',
  4587.                 'A061010201' => '加盟店コードなし',
  4588.                 'A061010202' => '加盟店コードの桁数不正',
  4589.                 'A061010204' => '加盟店コードに禁止文字あり',
  4590.                 'A061010301' => '受付番号なし',
  4591.                 'A061010302' => '受付番号の桁数不正',
  4592.                 'A061010304' => '受付番号に禁止文字あり',
  4593.                 'A062010001' => '受注データが存在しない',
  4594.                 'A062010002' => '受注データ方式不正',
  4595.                 'A062010003' => '受注データが取消不可ステータス',
  4596.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  4597.                 'A062010005' => '与信エラー:ステータスNG',
  4598.                 'A062010007' => '与信エラー:更新無し',
  4599.                 'A062030001' => '請求後取消失敗',
  4600.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  4601.                 'A071010201' => '加盟店コードなし',
  4602.                 'A071010202' => '加盟店コードの桁数不正',
  4603.                 'A071010204' => '加盟店コードに禁止文字あり',
  4604.                 'A071010301' => '受付番号なし',
  4605.                 'A071010302' => '受付番号の桁数不正',
  4606.                 'A071010304' => '受付番号に禁止文字あり',
  4607.                 'A071010401' => '変更後決済金額なし',
  4608.                 'A071010402' => '変更後決済金額の桁数不正',
  4609.                 'A071010404' => '決済金額に禁止文字あり',
  4610.                 'A071010471' => '決済金額の下限額オーバ',
  4611.                 'A071010472' => '決済金額の上限額オーバ',
  4612.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  4613.                 'A073000001' => '受付番号の受注データ不正',
  4614.                 'A073000002' => '同梱中受注',
  4615.                 'A074000001' => '金額変更なし',
  4616.                 'A074000002' => '当該加盟店の増額利用不可',
  4617.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  4618.                 'A076000001' => '金額変更時の与信処理に失敗',
  4619.                 'A077000001' => '金額変更時の取消処理に失敗',
  4620.                 'A031010201' => '加盟店コードなし',
  4621.                 'A031010202' => '加盟店コードの桁数不正',
  4622.                 'A031010204' => '加盟店コードに禁止文字あり',
  4623.                 'A031010301' => '会員IDなし',
  4624.                 'A031010302' => '会員IDの桁数不正',
  4625.                 'A031010401' => '認証キーなし',
  4626.                 'A031010402' => '認証キーの桁数不正',
  4627.                 'A031010501' => 'チェックサムなし',
  4628.                 'A031010371' => '会員IDに禁止文字あり',
  4629.                 'A031010471' => '認証キーに禁止文字あり',
  4630.                 'A031010571' => 'チェックサム不正',
  4631.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  4632.                 'A033000001' => 'お預かり情報の取得エラー',
  4633.                 'A041010201' => '加盟店コードなし',
  4634.                 'A041010202' => '加盟店コードの桁数不正',
  4635.                 'A041010204' => '加盟店コードに禁止文字あり',
  4636.                 'A041010301' => '会員IDなし',
  4637.                 'A041010302' => '会員IDの桁数不正',
  4638.                 'A041010401' => '認証キーなし',
  4639.                 'A041010402' => '認証キーの桁数不正',
  4640.                 'A041010501' => 'チェックサムなし',
  4641.                 'A041010601' => 'カード識別キーなし',
  4642.                 'A041010606' => 'カード識別キーの不正セット',
  4643.                 'A041010705' => 'カード有効期限のフォーマット不正',
  4644.                 'A041010802' => 'カード名義人の桁数不正',
  4645.                 'A041010804' => 'カード名義人に禁止文字あり',
  4646.                 'A041010906' => 'カード会社コードの不正セット',
  4647.                 'A041011001' => '最終利用日時なし',
  4648.                 'A041011005' => '最終利用日時のフォーマット不正',
  4649.                 'A041010371' => '会員IDに禁止文字あり',
  4650.                 'A041010471' => '認証キーに禁止文字あり',
  4651.                 'A041010571' => 'チェックサム不正',
  4652.                 'A041010771' => 'カードの有効期限切れ',
  4653.                 'A042000001' => '当該加盟店の決済利用不可',
  4654.                 'A042000002' => '当該加盟店のクレジット利用不可',
  4655.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  4656.                 'A042000004' => '当該加盟店のカード会社利用不可',
  4657.                 'A043000001' => '当該カードの排他エラー',
  4658.                 'A043000002' => '当該カードの変更なし',
  4659.                 'A043000003' => '当該カードの取得エラー',
  4660.                 'A044000001' => '当該カードの有効性エラー',
  4661.                 'A045000001' => '当該カードの更新エラー',
  4662.                 'A051010201' => '加盟店コードなし',
  4663.                 'A051010202' => '加盟店コードの桁数不正',
  4664.                 'A051010204' => '加盟店コードに禁止文字あり',
  4665.                 'A051010301' => '会員IDなし',
  4666.                 'A051010302' => '会員IDの桁数不正',
  4667.                 'A051010401' => '認証キーなし',
  4668.                 'A051010402' => '認証キーの桁数不正',
  4669.                 'A051010501' => 'チェックサムなし',
  4670.                 'A051010601' => 'カード識別キーなし',
  4671.                 'A051010606' => 'カード識別キーの不正セット',
  4672.                 'A051010701' => '最終利用日時なし',
  4673.                 'A051010705' => '最終利用日時のフォーマット不正',
  4674.                 'A051010371' => '会員IDに禁止文字あり',
  4675.                 'A051010471' => '認証キーに禁止文字あり',
  4676.                 'A051010571' => 'チェックサム不正',
  4677.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  4678.                 'A053000001' => '当該カードの排他エラー',
  4679.                 'A054000001' => '当該カードの削除エラー',
  4680.                 'A081010201' => '加盟店コードの設定がありません。',
  4681.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4682.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4683.                 'A081010301' => '端末区分の設定がありません。',
  4684.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  4685.                 'A081010401' => '受付番号の設定がありません。',
  4686.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  4687.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  4688.                 'A081010501' => '決済金額の設定がありません。',
  4689.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  4690.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  4691.                 'A081010571' => '決済金額は1円以上となっております。',
  4692.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  4693.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  4694.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  4695.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  4696.                 'A081010701' => '購入者TELの設定がありません。',
  4697.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  4698.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  4699.                 'A081010801' => '購入者E-Mailの設定がありません。',
  4700.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  4701.                 'A081010871' => '購入者E-Mailが誤っております。',
  4702.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  4703.                 'A081010901' => '支払回数の設定がありません。',
  4704.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  4705.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  4706.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  4707.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  4708.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  4709.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  4710.                 'A081011201' => 'トークンの設定がありません。',
  4711.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  4712.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  4713.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  4714.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  4715.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  4716.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  4717.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  4718.                 'A081011473' => '出荷予定日に誤りがあります。',
  4719.                 'A082000001' => '加盟店の決済利用不可',
  4720.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  4721.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  4722.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  4723.                 'A082000005' => 'オプションサービスの契約がございません。',
  4724.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4725.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  4726.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  4727.                 'A082000010' => '与信処理不可',
  4728.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  4729.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4730.                 'A091010201' => '加盟店コードの設定がありません。',
  4731.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4732.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4733.                 'A091010301' => '受付番号の設定がありません。',
  4734.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  4735.                 'A091010304' => '受付番号文字種別誤り',
  4736.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  4737.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  4738.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  4739.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  4740.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  4741.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  4742.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  4743.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  4744.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  4745.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  4746.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  4747.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  4748.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  4749.                 'A091012001' => '3Dトークンの設定がありません。',
  4750.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  4751.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  4752.                 'A092000002' => 'システムエラー(カード情報取得)',
  4753.                 'A092000003' => '3Dセキュア応答電文誤り',
  4754.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  4755.                 'A092000005' => '与信処理不可',
  4756.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  4757.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  4758.                 'A111010201' => '加加盟店コードの設定がありません。',
  4759.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4760.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4761.                 'A111010301' => '受付番号の設定がありません。',
  4762.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  4763.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  4764.                 'A112000001' => '加盟店のクレジット設定不備',
  4765.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  4766.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4767.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  4768.                 'B011010201' => '加盟店コードなし',
  4769.                 'B011010202' => '加盟店コードの桁数不正',
  4770.                 'B011010204' => '加盟店コードに禁止文字あり',
  4771.                 'B011010301' => '端末区分なし',
  4772.                 'B011010306' => '端末区分の不正セット',
  4773.                 'B011010401' => '受付番号なし',
  4774.                 'B011010402' => '受付番号の桁数不正',
  4775.                 'B011010404' => '受付番号に禁止文字あり',
  4776.                 'B011010601' => '決済金額なし',
  4777.                 'B011010602' => '決済金額の桁数不正',
  4778.                 'B011010604' => '決済金額に禁止文字あり',
  4779.                 'B011010701' => '購入者名(漢字)なし',
  4780.                 'B011010702' => '購入者名(漢字)の桁数不正',
  4781.                 'B011010801' => '購入者E-Mailなし',
  4782.                 'B011010802' => '購入者E-Mailの桁数不正',
  4783.                 'B011010671' => '決済金額の下限額オーバー',
  4784.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  4785.                 'B011010571' => '商品名に禁止文字あり',
  4786.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  4787.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  4788.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4789.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  4790.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  4791.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  4792.                 'B013000001' => '当該受注の二重決済',
  4793.                 'B014000001' => '決済申込み失敗',
  4794.                 'B021010201' => '加盟店コードなし',
  4795.                 'B021010202' => '加盟店コードの桁数不正',
  4796.                 'B021010204' => '加盟店コードに禁止文字あり',
  4797.                 'B021010301' => '端末区分なし',
  4798.                 'B021010306' => '端末区分の不正セット',
  4799.                 'B021010401' => '受付番号なし',
  4800.                 'B021010402' => '受付番号の桁数不正',
  4801.                 'B021010404' => '受付番号に禁止文字あり',
  4802.                 'B021010601' => '決済金額なし',
  4803.                 'B021010602' => '決済金額の桁数不正',
  4804.                 'B021010604' => '決済金額に禁止文字あり',
  4805.                 'B021010701' => '購入者名(漢字)なし',
  4806.                 'B021010702' => '購入者名(漢字)の桁数不正',
  4807.                 'B021010801' => '購入者名(フリガナ)なし',
  4808.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  4809.                 'B021010901' => '購入者TELなし',
  4810.                 'B021010902' => '購入者TELの桁数不正',
  4811.                 'B021010904' => '購入者TELに禁止文字あり',
  4812.                 'B021011001' => '購入者E-Mailなし',
  4813.                 'B021011002' => '購入者E-Mailの桁数不正',
  4814.                 'B021010671' => '決済金額の下限額オーバー',
  4815.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  4816.                 'B021010571' => '商品名に禁止文字あり',
  4817.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  4818.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  4819.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  4820.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  4821.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  4822.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  4823.                 'B023000001' => '当該受注の二重決済',
  4824.                 'B024000001' => '決済申込み失敗',
  4825.                 'B031010201' => '加盟店コードなし',
  4826.                 'B031010202' => '加盟店コードの桁数不正',
  4827.                 'B031010204' => '加盟店コードに禁止文字あり',
  4828.                 'B031010301' => '端末区分なし',
  4829.                 'B031010306' => '端末区分の不正セット',
  4830.                 'B031010401' => '受付番号なし',
  4831.                 'B031010402' => '受付番号の桁数不正',
  4832.                 'B031010404' => '受付番号に禁止文字あり',
  4833.                 'B031010501' => '商品名なし',
  4834.                 'B031010601' => '決済金額なし',
  4835.                 'B031010602' => '決済金額の桁数不正',
  4836.                 'B031010604' => '決済金額に禁止文字あり',
  4837.                 'B031010701' => '購入者名(漢字)なし',
  4838.                 'B031010702' => '購入者名(漢字)の桁数不正',
  4839.                 'B031010801' => '購入者TELなし',
  4840.                 'B031010802' => '購入者TELの桁数不正',
  4841.                 'B031010804' => '購入者TELに禁止文字あり',
  4842.                 'B031010901' => '購入者E-Mailなし',
  4843.                 'B031010902' => '購入者E-Mailの桁数不正',
  4844.                 'B031010671' => '決済金額の下限額オーバー',
  4845.                 'B031010672' => '決済金額のローソン上限額オーバー',
  4846.                 'B031010571' => '商品名に禁止文字あり',
  4847.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  4848.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  4849.                 'B031010871' => '購入者TELの桁数不正',
  4850.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  4851.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  4852.                 'B032000002' => '当該加盟店のローソン利用不可',
  4853.                 'B033000001' => '当該受注の二重決済',
  4854.                 'B034000001' => '決済申込み失敗',
  4855.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4856.                 'B041010201' => '加盟店コードなし',
  4857.                 'B041010202' => '加盟店コードの桁数不正',
  4858.                 'B041010204' => '加盟店コードに禁止文字あり',
  4859.                 'B041010301' => '端末区分なし',
  4860.                 'B041010306' => '端末区分の不正セット',
  4861.                 'B041010401' => '受付番号なし',
  4862.                 'B041010402' => '受付番号の桁数不正',
  4863.                 'B041010404' => '受付番号に禁止文字あり',
  4864.                 'B041010501' => '商品名なし',
  4865.                 'B041010601' => '決済金額なし',
  4866.                 'B041010602' => '決済金額の桁数不正',
  4867.                 'B041010604' => '決済金額に禁止文字あり',
  4868.                 'B041010701' => '購入者名(漢字)なし',
  4869.                 'B041010702' => '購入者名(漢字)の桁数不正',
  4870.                 'B041010801' => '購入者TELなし',
  4871.                 'B041010802' => '購入者TELの桁数不正',
  4872.                 'B041010804' => '購入者TELに禁止文字あり',
  4873.                 'B041010901' => '購入者E-Mailなし',
  4874.                 'B041010902' => '購入者E-Mailの桁数不正',
  4875.                 'B041010671' => '決済金額の下限額オーバー',
  4876.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  4877.                 'B041010571' => '商品名に禁止文字あり',
  4878.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  4879.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  4880.                 'B041010871' => '購入者TELの桁数不正',
  4881.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  4882.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  4883.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  4884.                 'B043000001' => '当該受注の二重決済',
  4885.                 'B044000001' => '決済申込み失敗',
  4886.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4887.                 'B051010201' => '加盟店コードなし',
  4888.                 'B051010202' => '加盟店コードの桁数不正',
  4889.                 'B051010204' => '加盟店コードに禁止文字あり',
  4890.                 'B051010301' => '端末区分なし',
  4891.                 'B051010306' => '端末区分の不正セット',
  4892.                 'B051010401' => '受付番号なし',
  4893.                 'B051010402' => '受付番号の桁数不正',
  4894.                 'B051010404' => '受付番号に禁止文字あり',
  4895.                 'B051010501' => '商品名なし',
  4896.                 'B051010601' => '決済金額なし',
  4897.                 'B051010602' => '決済金額の桁数不正',
  4898.                 'B051010604' => '決済金額に禁止文字あり',
  4899.                 'B051010701' => '購入者名(漢字)なし',
  4900.                 'B051010702' => '購入者名(漢字)の桁数不正',
  4901.                 'B051010801' => '購入者TELなし',
  4902.                 'B051010802' => '購入者TELの桁数不正',
  4903.                 'B051010804' => '購入者TELに禁止文字あり',
  4904.                 'B051010901' => '購入者E-Mailなし',
  4905.                 'B051010902' => '購入者E-Mailの桁数不正',
  4906.                 'B051010671' => '決済金額の下限額オーバー',
  4907.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  4908.                 'B051010571' => '商品名に禁止文字あり',
  4909.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  4910.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  4911.                 'B051010871' => '購入者TELの桁数不正',
  4912.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  4913.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  4914.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  4915.                 'B053000001' => '当該受注の二重決済',
  4916.                 'B054000001' => '決済申込み失敗',
  4917.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4918.                 'B061010201' => '加盟店コードなし',
  4919.                 'B061010202' => '加盟店コードの桁数不正',
  4920.                 'B061010204' => '加盟店コードに禁止文字あり',
  4921.                 'B061010301' => '端末区分なし',
  4922.                 'B061010306' => '端末区分の不正セット',
  4923.                 'B061010401' => '受付番号なし',
  4924.                 'B061010402' => '受付番号の桁数不正',
  4925.                 'B061010404' => '受付番号に禁止文字あり',
  4926.                 'B061010501' => '商品名なし',
  4927.                 'B061010601' => '決済金額なし',
  4928.                 'B061010602' => '決済金額の桁数不正',
  4929.                 'B061010604' => '決済金額に禁止文字あり',
  4930.                 'B061010701' => '購入者名(漢字)なし',
  4931.                 'B061010702' => '購入者名(漢字)の桁数不正',
  4932.                 'B061010801' => '購入者TELなし',
  4933.                 'B061010802' => '購入者TELの桁数不正',
  4934.                 'B061010804' => '購入者TELに禁止文字あり',
  4935.                 'B061010901' => '購入者E-Mailなし',
  4936.                 'B061010902' => '購入者E-Mailの桁数不正',
  4937.                 'B061010671' => '決済金額の下限額オーバー',
  4938.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  4939.                 'B061010571' => '商品名に禁止文字あり',
  4940.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  4941.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  4942.                 'B061010871' => '購入者TELの桁数不正',
  4943.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  4944.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  4945.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  4946.                 'B063000001' => '当該受注の二重決済',
  4947.                 'B064000001' => '決済申込み失敗',
  4948.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4949.                 'C011010201' => '加盟店コードなし',
  4950.                 'C011010202' => '加盟店コードの桁数不正',
  4951.                 'C011010204' => '加盟店コードに禁止文字あり',
  4952.                 'C011010301' => '端末区分なし',
  4953.                 'C011010306' => '端末区分の不正セット',
  4954.                 'C011010401' => '受付番号なし',
  4955.                 'C011010402' => '受付番号の桁数不正',
  4956.                 'C011010404' => '受付番号に禁止文字あり',
  4957.                 'C011010601' => '決済金額なし',
  4958.                 'C011010602' => '決済金額の桁数不正',
  4959.                 'C011010604' => '決済金額に禁止文字あり',
  4960.                 'C011010701' => '購入者名(漢字)なし',
  4961.                 'C011010801' => '購入者E-Mailなし',
  4962.                 'C011010802' => '購入者E-Mailの桁数不正',
  4963.                 'C011010901' => '決済完了通知URL必須エラー',
  4964.                 'C011011071' => '決済金額の下限額オーバー',
  4965.                 'C011011072' => '決済金額の上限額オーバー',
  4966.                 'C011011171' => '商品名に禁止文字あり',
  4967.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  4968.                 'C011011271' => '購入者名に禁止文字あり',
  4969.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  4970.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  4971.                 'C011011473' => '決済完了通知URLの文字形式不正',
  4972.                 'C011010572' => '決済完了通知URL桁数エラー',
  4973.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  4974.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  4975.                 'C012000251' => '当該受注の二重決済',
  4976.                 'C012000371' => '決済申込み失敗',
  4977.                 'C021010201' => '加盟店コードなし',
  4978.                 'C021010202' => '加盟店コードの桁数不正',
  4979.                 'C021010204' => '加盟店コードに禁止文字あり',
  4980.                 'C021010301' => '端末区分なし',
  4981.                 'C021010306' => '端末区分の不正セット',
  4982.                 'C021010401' => '受付番号なし',
  4983.                 'C021010402' => '受付番号の桁数不正',
  4984.                 'C021010404' => '受付番号に禁止文字あり',
  4985.                 'C021010601' => '決済金額なし',
  4986.                 'C021010602' => '決済金額の桁数不正',
  4987.                 'C021010604' => '決済金額に禁止文字あり',
  4988.                 'C021010701' => '購入者名(漢字)なし',
  4989.                 'C021010801' => '購入者E-Mailなし',
  4990.                 'C021010802' => '購入者E-Mailの桁数不正',
  4991.                 'C021010971' => '決済金額の下限額オーバー',
  4992.                 'C021010972' => '決済金額の上限額オーバー',
  4993.                 'C021011071' => '商品名に禁止文字あり',
  4994.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  4995.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  4996.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  4997.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  4998.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  4999.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  5000.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  5001.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  5002.                 'C022000251' => '当該受注の二重決済',
  5003.                 'C022000371' => '決済申込み失敗',
  5004.                 'C031010201' => '加盟店コードなし',
  5005.                 'C031010202' => '加盟店コードの桁数不正',
  5006.                 'C031010204' => '加盟店コードに禁止文字あり',
  5007.                 'C031010301' => '端末区分なし',
  5008.                 'C031010306' => '端末区分の不正セット',
  5009.                 'C031010401' => '受付番号なし',
  5010.                 'C031010402' => '受付番号の桁数不正',
  5011.                 'C031010404' => '受付番号に禁止文字あり',
  5012.                 'C031010501' => '商品名なし',
  5013.                 'C031010601' => '決済金額なし',
  5014.                 'C031010602' => '決済金額の桁数不正',
  5015.                 'C031010604' => '決済金額に禁止文字あり',
  5016.                 'C031010701' => '購入者名(漢字)なし',
  5017.                 'C031010801' => '購入者E-Mailなし',
  5018.                 'C031010802' => '購入者E-Mailの桁数不正',
  5019.                 'C031010901' => '戻り先URL必須エラー',
  5020.                 'C031011071' => '決済金額の下限額オーバー',
  5021.                 'C031011072' => '決済金額の上限額オーバー',
  5022.                 'C031011171' => '商品名に禁止文字あり',
  5023.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  5024.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  5025.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5026.                 'C031011371' => '購入者E-Mail不正',
  5027.                 'C031011471' => '戻り先URLの文字形式不正',
  5028.                 'C031011472' => '戻り先URL桁数エラー',
  5029.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  5030.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  5031.                 'C032010001' => '当該受注の二重決済',
  5032.                 'C032020001' => '決済申込み失敗:その他',
  5033.                 'C032020002' => '決済申込み失敗:Suica未加入',
  5034.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  5035.                 'C032020004' => '決済申込み失敗:一時利用停止',
  5036.                 'C032020005' => '決済申込み失敗:メンテナンス',
  5037.                 'C041010201' => '加盟店コードなし',
  5038.                 'C041010202' => '加盟店コードの桁数不正',
  5039.                 'C041010204' => '加盟店コードに禁止文字あり',
  5040.                 'C041010301' => '端末区分なし',
  5041.                 'C041010306' => '端末区分の不正セット',
  5042.                 'C041010401' => '受付番号なし',
  5043.                 'C041010402' => '受付番号の桁数不正',
  5044.                 'C041010404' => '受付番号に禁止文字あり',
  5045.                 'C041010501' => '商品名なし',
  5046.                 'C041010601' => '決済金額なし',
  5047.                 'C041010602' => '決済金額の桁数不正',
  5048.                 'C041010604' => '決済金額に禁止文字あり',
  5049.                 'C041010701' => '購入者名(漢字)なし',
  5050.                 'C041010801' => '購入者E-Mailなし',
  5051.                 'C041010802' => '購入者E-Mailの桁数不正',
  5052.                 'C041011071' => '決済金額の下限額オーバー',
  5053.                 'C041011072' => '決済金額の上限額オーバー',
  5054.                 'C041011171' => '商品名に禁止文字あり',
  5055.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  5056.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  5057.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5058.                 'C041011371' => '購入者E-Mail不正',
  5059.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  5060.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  5061.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  5062.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  5063.                 'C042010001' => '当該受注の二重決済',
  5064.                 'C042020001' => '決済申込み失敗:その他',
  5065.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  5066.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  5067.                 'C042020004' => '決済申込み失敗:一時利用停止',
  5068.                 'C042020005' => '決済申込み失敗:メンテナンス',
  5069.                 'C051010201' => '加盟店コードなし',
  5070.                 'C051010202' => '加盟店コードの桁数不正',
  5071.                 'C051010204' => '加盟店コードに禁止文字あり',
  5072.                 'C051010301' => '端末区分なし',
  5073.                 'C051010306' => '端末区分の不正セット',
  5074.                 'C051010401' => '受付番号なし',
  5075.                 'C051010402' => '受付番号の桁数不正',
  5076.                 'C051010404' => '受付番号に禁止文字あり',
  5077.                 'C051010501' => '商品名なし',
  5078.                 'C051010601' => '決済金額なし',
  5079.                 'C051010602' => '決済金額の桁数不正',
  5080.                 'C051010604' => '決済金額に禁止文字あり',
  5081.                 'C051010701' => '購入者名(漢字)なし',
  5082.                 'C051010801' => '購入者E-Mailなし',
  5083.                 'C051010802' => '購入者E-Mailの桁数不正',
  5084.                 'C051010901' => '戻り先URL必須エラー',
  5085.                 'C051010902' => '戻り先URL桁数エラー',
  5086.                 'C051010904' => '戻り先URLに禁止文字あり',
  5087.                 'C051010671' => '決済金額の下限額オーバー',
  5088.                 'C051010672' => '決済金額の上限額オーバー',
  5089.                 'C051010571' => '商品名に禁止文字あり',
  5090.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5091.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  5092.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5093.                 'C051010871' => '購入者E-Mail不正',
  5094.                 'C051010971' => '戻り先URLの文字形式不正',
  5095.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  5096.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  5097.                 'C052010001' => '当該受注の二重決済',
  5098.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  5099.                 'C052020001' => '決済情報通知エラー',
  5100.                 'C061010201' => '加盟店コードなし',
  5101.                 'C061010202' => '加盟店コードの桁数不正',
  5102.                 'C061010204' => '加盟店コードに禁止文字あり',
  5103.                 'C061010301' => '端末区分なし',
  5104.                 'C061010306' => '端末区分の不正セット',
  5105.                 'C061010401' => '受付番号なし',
  5106.                 'C061010402' => '受付番号の桁数不正',
  5107.                 'C061010404' => '受付番号に禁止文字あり',
  5108.                 'C061010501' => '商品名なし',
  5109.                 'C061010601' => '決済金額なし',
  5110.                 'C061010602' => '決済金額の桁数不正',
  5111.                 'C061010604' => '決済金額に禁止文字あり',
  5112.                 'C061010701' => '購入者名(漢字)なし',
  5113.                 'C061010801' => '購入者E-Mailなし',
  5114.                 'C061010802' => '購入者E-Mailの桁数不正',
  5115.                 'C061010671' => '決済金額の下限額オーバー',
  5116.                 'C061010672' => '決済金額の上限額オーバー',
  5117.                 'C061010571' => '商品名に禁止文字あり',
  5118.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5119.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  5120.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5121.                 'C061010871' => '購入者E-Mail不正',
  5122.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  5123.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  5124.                 'C062010001' => '当該受注の二重決済',
  5125.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  5126.                 'C062020001' => '決済情報通知エラー',
  5127.                 'D011010201' => '加盟店コードなし',
  5128.                 'D011010202' => '加盟店コードの桁数不正',
  5129.                 'D011010204' => '加盟店コードに禁止文字あり',
  5130.                 'D011010301' => '端末区分なし',
  5131.                 'D011010306' => '端末区分の不正セット',
  5132.                 'D011010401' => '受付番号なし',
  5133.                 'D011010402' => '受付番号の桁数不正',
  5134.                 'D011010404' => '受付番号に禁止文字あり',
  5135.                 'D011010601' => '決済金額なし',
  5136.                 'D011010602' => '決済金額の桁数不正',
  5137.                 'D011010604' => '決済金額に禁止文字あり',
  5138.                 'D011010701' => '購入者名(漢字)なし',
  5139.                 'D011010801' => '購入者E-Mailなし',
  5140.                 'D011010802' => '購入者E-Mailの桁数不正',
  5141.                 'D011010901' => '完了画面URLなし',
  5142.                 'D011010903' => '完了戻りURLbyte数エラー',
  5143.                 'D011011071' => '決済金額の下限額オーバー',
  5144.                 'D011011072' => '決済金額の上限額オーバー',
  5145.                 'D011011171' => '商品名に禁止文字あり',
  5146.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  5147.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  5148.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5149.                 'D011011371' => '購入者E-Mail不正',
  5150.                 'D011011471' => '完了戻りURLの文字形式不正',
  5151.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  5152.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  5153.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  5154.                 'D012010001' => '当該受注の二重決済',
  5155.                 'E011010201' => '加盟店コードなし',
  5156.                 'E011010202' => '加盟店コードの桁数不正',
  5157.                 'E011010204' => '加盟店コードに禁止文字あり',
  5158.                 'E011010301' => '受付番号なし',
  5159.                 'E011010302' => '受付番号の桁数不正',
  5160.                 'E011010304' => '受付番号に禁止文字あり',
  5161.                 'E011010401' => '送り状番号なし',
  5162.                 'E011010402' => '送り状番号の桁数不正',
  5163.                 'E011010404' => '送り状番号に禁止文字あり',
  5164.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  5165.                 'E011010351' => '受注データ不正',
  5166.                 'E011010451' => '送り状番号不正',
  5167.                 'E012000001' => '送り状番号登録済みエラー',
  5168.                 'E012000002' => '送り状番号が99件超',
  5169.                 'E012000003' => '同梱の合計金額が30万円超',
  5170.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  5171.                 'E012000005' => '登録済み受注データが修正不可',
  5172.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  5173.                 'E013000001' => '排他制御エラー',
  5174.                 'E021010201' => '加盟店コードなし',
  5175.                 'E021010202' => '加盟店コードの桁数不正',
  5176.                 'E021010204' => '加盟店コードに禁止文字あり',
  5177.                 'E021010301' => '受付番号なし',
  5178.                 'E021010302' => '受付番号の桁数不正',
  5179.                 'E021010304' => '受付番号に禁止文字あり',
  5180.                 'E021010401' => '送り状番号なし',
  5181.                 'E021010402' => '送り状番号の桁数不正',
  5182.                 'E021010404' => '送り状番号に禁止文字あり',
  5183.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  5184.                 'E021010351' => '受注データ不正',
  5185.                 'E022000001' => '送り状番データ不正',
  5186.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  5187.                 'E022000003' => '登録済み受注データが修正不可',
  5188.                 'E023000001' => '排他制御エラー',
  5189.                 'E031010201' => '加盟店コードなし',
  5190.                 'E031010202' => '加盟店コードの桁数不正',
  5191.                 'E031010204' => '加盟店コードに禁止文字あり',
  5192.                 'E031010301' => '受付番号なし',
  5193.                 'E031010302' => '受付番号の桁数不正',
  5194.                 'E031010304' => '受付番号に禁止文字あり',
  5195.                 'E031010401' => '出荷予定日なし',
  5196.                 'E031010405' => '出荷予定日のフォーマット不正',
  5197.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  5198.                 'E031010351' => '受付番号の受注データ不正',
  5199.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  5200.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  5201.                 'E033000001' => '排他制御エラー',
  5202.                 'E041010201' => '加盟店コードなし',
  5203.                 'E041010202' => '加盟店コードの桁数不正',
  5204.                 'E041010204' => '加盟店コードに禁止文字あり',
  5205.                 'E041010301' => '受付番号なし',
  5206.                 'E041010302' => '受付番号の桁数不正',
  5207.                 'E041010304' => '受付番号に禁止文字あり',
  5208.                 'H011010201' => '加盟店コードなし',
  5209.                 'H011010202' => '加盟店コードの桁数オーバー',
  5210.                 'H011010204' => '加盟店コード文字種別誤り',
  5211.                 'L011010201' => '加盟店コードなし',
  5212.                 'L011010202' => '加盟店コードの桁数オーバー',
  5213.                 'L011010204' => '加盟店コード文字種別誤り',
  5214.                 'L011010301' => '受付番号なし',
  5215.                 'L011010302' => '受付番号の桁数不正',
  5216.                 'L011010304' => '受付番号に禁止文字あり',
  5217.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  5218.                 'L011010601' => '決済金額なし',
  5219.                 'L011010602' => '決済金額の桁数不正',
  5220.                 'L011010604' => '決済金額に禁止文字あり',
  5221.                 'L011010671' => '決済金額の下限額オーバー',
  5222.                 'L011010672' => '決済金額の上限額オーバー',
  5223.                 'L011010701' => '購入者名(漢字)なし',
  5224.                 'L011010702' => '購入者名(漢字)の桁数不正',
  5225.                 'L011010801' => '購入者TELなし',
  5226.                 'L011010802' => '購入者TELの桁数不正',
  5227.                 'L011010804' => '購入者TELに禁止文字あり',
  5228.                 'L011010901' => '購入者E-Mailなし',
  5229.                 'L011010902' => '購入者E-Mailの桁数不正',
  5230.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  5231.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  5232.                 'L011011401' => '正常時戻り先URL必須エラー',
  5233.                 'L011011402' => '正常時戻り先URL桁数エラー',
  5234.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  5235.                 'L011011502' => '異常時戻り先URL桁数エラー',
  5236.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  5237.                 'L011011701' => '決済結果通知先URL必須エラー',
  5238.                 'L011011702' => '決済結果通知先URL桁数エラー',
  5239.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  5240.                 'L011011801' => 'チェックサムなし',
  5241.                 'L011011871' => 'チェックサム不正',
  5242.                 'L012000001' => '当該加盟店の決済利用不可',
  5243.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  5244.                 'L012000005' => '受付番号重複エラー',
  5245.                 'L012000006' => 'メンテナンス中エラー',
  5246.                 'L012000007' => 'システムエラー',
  5247.                 'L012000008' => '各種マスタ取得失敗',
  5248.                 'L012000009' => 'システムエラー',
  5249.                 'L021010201' => '加盟店コードなし',
  5250.                 'L021010202' => '加盟店コードの桁数オーバー',
  5251.                 'L021010204' => '加盟店コード文字種別誤り',
  5252.                 'L021010301' => '受付番号なし',
  5253.                 'L021010302' => '受付番号の桁数不正',
  5254.                 'L021010304' => '受付番号に禁止文字あり',
  5255.                 'L022000001' => '受注データなし',
  5256.                 'L022000002' => '受注データ方式不正',
  5257.                 'L022000003' => '受注データが取消不可',
  5258.                 'L022000004' => 'システムエラー',
  5259.                 'L022000005' => 'システムエラー',
  5260.                 'L022000006' => 'システムエラー',
  5261.                 'L031010201' => '加盟店コードなし',
  5262.                 'L031010202' => '加盟店コードの桁数不正',
  5263.                 'L031010204' => '加盟店コードに禁止文字あり',
  5264.                 'L031010301' => '受付番号なし',
  5265.                 'L031010302' => '受付番号の桁数不正',
  5266.                 'L031010304' => '受付番号に禁止文字あり',
  5267.                 'L031010401' => '変更後決済金額なし',
  5268.                 'L031010402' => '変更後決済金額の桁数不正',
  5269.                 'L031010404' => '決済金額に禁止文字あり',
  5270.                 'L031010471' => '決済金額の下限額オーバ',
  5271.                 'L031010472' => '決済金額の上限額オーバ',
  5272.                 'L031010502' => '注文の説明の桁数不正',
  5273.                 'L032000001' => '金額変更対象外',
  5274.                 'L032000002' => '金額変更なし',
  5275.                 'L032000003' => '請求後に増額要求不可',
  5276.                 'L032000004' => 'システムエラー',
  5277.                 'L032000005' => 'システムエラー',
  5278.                 'L032000006' => 'システムエラー',
  5279.                 'L032000007' => 'システムエラー',
  5280.                 'L032000008' => 'システムエラー',
  5281.                 'L032000009' => 'システムエラー',
  5282.                 'L032000010' => '各種マスタ取得失敗',
  5283.                 'Z012000001' => 'POST以外のリクエスト方式',
  5284.                 'Z012000002' => '機能区分なし',
  5285.                 'Z012000003' => '機能区分の不正セット',
  5286.                 'Z012000004' => '同受注番号にて決済中エラー',
  5287.                 'Z012000005' => 'リクエストタイムアウト',
  5288.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  5289.                 'Z012000007' => '当該加盟店の取引停止',
  5290.                 'Z012000008' => '当該加盟店のAPI利用不可',
  5291.                 'Z012000009' => '当該加盟店のAPI利用不可',
  5292.                 'Z012000010' => '認証パスワードエラー',
  5293.                 'Z019999999' => 'システムエラー',
  5294.                 'Z010000000' => 'メンテナンスエラー',
  5295.                 'kaara001E' => '加盟店コードが未入力です。',
  5296.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  5297.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  5298.                 'kaara004E' => '未登録の加盟店コードです。',
  5299.                 'kaara005E' => '利用できない加盟店コードです。',
  5300.                 'kaara006E' => '受注番号が未入力です。',
  5301.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5302.                 'kaara008E' => '受注番号が桁数エラーです。',
  5303.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  5304.                 'kaara010E' => '受注日が未入力です。',
  5305.                 'kaara011E' => '受注日は半角数字で入力してください。',
  5306.                 'kaara012E' => '受注日が桁数エラーです。',
  5307.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  5308.                 'kaara014E' => '出荷予定日が未入力です。',
  5309.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  5310.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  5311.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  5312.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  5313.                 'kaara019E' => '氏名が未入力です。',
  5314.                 'kaara020E' => '氏名は全角文字で入力してください。',
  5315.                 'kaara021E' => '氏名が桁数エラーです。',
  5316.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  5317.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  5318.                 'kaara024E' => '氏名カナが桁数エラーです。',
  5319.                 'kaara025E' => '郵便番号が未入力です。',
  5320.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5321.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5322.                 'kaara028E' => '郵便番号が桁数エラーです。',
  5323.                 'kaara029E' => '郵便番号が実在しません。',
  5324.                 'kaara030E' => '住所1が未入力です。',
  5325.                 'kaara031E' => '住所1は全角文字で入力してください。',
  5326.                 'kaara032E' => '住所1が桁数エラーです。',
  5327.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5328.                 'kaara034E' => '住所1は都道府県から入力してください。',
  5329.                 'kaara035E' => '住所2は全角文字で入力してください。',
  5330.                 'kaara036E' => '住所2が桁数エラーです。',
  5331.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5332.                 'kaara038E' => '電話番号が未入力です。',
  5333.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  5334.                 'kaara040E' => '電話番号が桁数エラーです。',
  5335.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  5336.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  5337.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  5338.                 'kaara046E' => '決済金額総計が未入力です。',
  5339.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  5340.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  5341.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  5342.                 'kaara050E' => '送り先区分が未入力です。',
  5343.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  5344.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  5345.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  5346.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  5347.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  5348.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  5349.                 'kaara057E' => '購入商品名称1が未入力です。',
  5350.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  5351.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  5352.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  5353.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  5354.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  5355.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  5356.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  5357.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  5358.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  5359.                 'kaara067E' => '送り先名称が桁数エラーです。',
  5360.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  5361.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5362.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  5363.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  5364.                 'kaara073E' => '送り先郵便番号が実在しません。',
  5365.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  5366.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  5367.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  5368.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  5369.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  5370.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  5371.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  5372.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  5373.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  5374.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  5375.                 'kaara086E' => '依頼日時が未入力です。',
  5376.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  5377.                 'kaara088E' => '依頼日時が桁数エラーです。',
  5378.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  5379.                 'kaara090E' => 'パスワードが未入力です。',
  5380.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  5381.                 'kaara092E' => 'パスワードが不正です。',
  5382.                 'kaara093E' => '電話番号は0から入力してください。',
  5383.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  5384.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  5385.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  5386.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  5387.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5388.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5389.                 'kaars001E' => '項目数が相違しています。',
  5390.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  5391.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  5392.                 'kaars004E' => '加盟店コードが未入力です。',
  5393.                 'kaars005E' => '受注番号が桁数エラーです。',
  5394.                 'kaars006E' => '受注番号は半角で入力してください。',
  5395.                 'kaars007E' => '受注番号が未入力です。',
  5396.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5397.                 'kaars008E' => '受注番号が登録されていません。',
  5398.                 'kaars009E' => '依頼日が存在しない日付です。',
  5399.                 'kaars010E' => '依頼日は半角で入力してください。',
  5400.                 'kaars011E' => '依頼日が未入力です。',
  5401.                 'kaars012E' => 'パスワードが不正です。',
  5402.                 'kaars013E' => 'パスワードエラー',
  5403.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  5404.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  5405.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  5406.                 'kaacl004E' => '加盟店コードが未入力です。',
  5407.                 'kaacl005E' => '受注番号が桁数エラーです。',
  5408.                 'kaacl006E' => '受注番号は半角で入力してください。',
  5409.                 'kaacl007E' => '受注番号が未入力です。',
  5410.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5411.                 'kaacl008E' => '受注番号が登録されていません。',
  5412.                 'kaacl009E' => '既に取り消されています。',
  5413.                 'kaacl010E' => '依頼日が存在しない日付です。',
  5414.                 'kaacl011E' => '依頼日は半角で入力してください。',
  5415.                 'kaacl012E' => '依頼日が未入力です。',
  5416.                 'kaacl013E' => 'パスワードが不正です。',
  5417.                 'kaacl014E' => 'パスワードエラー',
  5418.                 'kaasl001E' => '項目数が相違しています。',
  5419.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  5420.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  5421.                 'kaasl004E' => '加盟店コードが未入力です。',
  5422.                 'kaasl005E' => '受注番号が桁数エラーです。',
  5423.                 'kaasl006E' => '受注番号は半角で入力してください。',
  5424.                 'kaasl007E' => '受注番号が未入力です。',
  5425.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5426.                 'kaasl008E' => '指定の受注番号が存在しません。',
  5427.                 'kaasl009E' => '送り状番号登録済です。',
  5428.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  5429.                 'kaasl011E' => '送り状番号が未入力です。',
  5430.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  5431.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  5432.                 'kaasl014E' => '送り状番号チェックエラー',
  5433.                 'kaasl015E' => '送り状番号チェックエラー',
  5434.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  5435.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  5436.                 'kaasl018E' => '送り状番号が既に存在します。',
  5437.                 'kaasl019E' => '処理区分エラー',
  5438.                 'kaasl020E' => '登録はできません。',
  5439.                 'kaasl022E' => '変更はできません。',
  5440.                 'kaasl023E' => '出荷予定日エラー',
  5441.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  5442.                 'kaasl025E' => '出荷予定日が未入力です。',
  5443.                 'kaasl026E' => '出荷予定日は指定できません。',
  5444.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  5445.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  5446.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  5447.                 'kaasl030E' => '出荷予定日が未入力です。',
  5448.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  5449.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  5450.                 'kaasl033E' => '依頼日が存在しない日付です。',
  5451.                 'kaasl034E' => '依頼日は半角で入力してください。',
  5452.                 'kaasl035E' => '依頼日が未入力です。',
  5453.                 'kaasl036E' => 'パスワードが不正です。',
  5454.                 'kaasl037E' => 'パスワードエラー',
  5455.                 'kaast001E' => '項目数が相違しています。',
  5456.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  5457.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  5458.                 'kaast004E' => '加盟店コードが未入力です。',
  5459.                 'kaast005E' => '受注番号が桁数エラーです。',
  5460.                 'kaast006E' => '受注番号は半角で入力してください。',
  5461.                 'kaast007E' => '受注番号が未入力です。',
  5462.                 'kaast008E' => '受注番号が登録されていません。',
  5463.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5464.                 'kaast009E' => '依頼日が存在しない日付です。',
  5465.                 'kaast010E' => '依頼日は半角で入力してください。',
  5466.                 'kaast011E' => '依頼日が未入力です。',
  5467.                 'kaast012E' => 'パスワードが不正です。',
  5468.                 'kaast013E' => 'パスワードエラー',
  5469.                 'kaakk001E' => '加盟店コードが未入力です。',
  5470.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  5471.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  5472.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  5473.                 'kaakk005E' => '受注番号が未入力です。',
  5474.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5475.                 'kaakk007E' => '受注番号が桁数エラーです。',
  5476.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  5477.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  5478.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5479.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5480.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  5481.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  5482.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  5483.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  5484.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  5485.                 'kaakk018E' => '郵便番号が未入力です。',
  5486.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5487.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  5488.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5489.                 'kaakk022E' => '郵便番号が実在しません。',
  5490.                 'kaakk023E' => '住所1が未入力です。',
  5491.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5492.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  5493.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  5494.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  5495.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5496.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  5497.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  5498.                 'kaakk031E' => '住所2に番地が設定されていません。',
  5499.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  5500.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5501.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5502.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  5503.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5504.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5505.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5506.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5507.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5508.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5509.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5510.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5511.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5512.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5513.                 'kaakk046E' => '決済金額総計が未入力です。',
  5514.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  5515.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  5516.                 'kaakk049E' => '決済金額総計が変更されていません。',
  5517.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  5518.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  5519.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  5520.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5521.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5522.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5523.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5524.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5525.                 'kaakk059E' => 'パスワードが入力されていません。',
  5526.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  5527.                 'kaakk061E' => 'パスワードが一致しません。',
  5528.                 'kaakk062E' => '依頼日時が入力されていません。',
  5529.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  5530.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  5531.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  5532.                 'kaarr001E' => '加盟店コードが未入力です。',
  5533.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  5534.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  5535.                 'kaarr004E' => '存在しない加盟店コードです。',
  5536.                 'kaarr005E' => '受注番号が未入力です。',
  5537.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5538.                 'kaarr007E' => '受注番号が桁数エラーです。',
  5539.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  5540.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  5541.                 'kaarr010E' => 'パスワードが入力されていません。',
  5542.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  5543.                 'kaarr012E' => 'パスワードが一致しません。',
  5544.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  5545.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  5546.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5547.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5548.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  5549.                 'kaarr018E' => '不備事由が未入力です。',
  5550.                 'kaarr019E' => '不備事由の値が不適切です。',
  5551.                 'kaarr020E' => '不備事由その他が未入力です。',
  5552.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  5553.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  5554.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  5555.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  5556.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  5557.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  5558.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  5559.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  5560.                 'kaarr031E' => '送り先区分は半角数字であること。',
  5561.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5562.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5563.                 'kaarr034E' => '郵便番号が未入力です。',
  5564.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  5565.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  5566.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  5567.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  5568.                 'kaarr039E' => '住所1が未入力です。',
  5569.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  5570.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5571.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  5572.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  5573.                 'kaarr044E' => '住所2が未入力です。',
  5574.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  5575.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  5576.                 'kaarr047E' => '住所に番地が設定されていません。',
  5577.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  5578.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5579.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5580.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  5581.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5582.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5583.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5584.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5585.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5586.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5587.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  5588.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5589.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5590.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5591.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5592.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5593.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5594.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5595.             ],
  5596.             'eccube_rate_limiter_configs' => [
  5597.             ],
  5598.             'eccube.plugins.enabled' => [
  5599.                 => 'Recommend42',
  5600.                 => 'Coupon42',
  5601.                 => 'MailMagazine42',
  5602.                 => 'SalesReport42',
  5603.                 => 'RelatedProduct42',
  5604.                 => 'Securitychecker42',
  5605.                 => 'ProductReview42',
  5606.                 => 'SiteKit42',
  5607.                 => 'DataMigration42',
  5608.                 => 'DeliveryPlus42',
  5609.                 10 => 'YamatoPayment42',
  5610.             ],
  5611.             'eccube.plugins.disabled' => [
  5612.             ],
  5613.             'event_dispatcher.event_aliases' => [
  5614.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5615.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5616.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5617.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5618.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5619.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5620.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5621.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5622.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5623.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5624.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5625.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5626.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5627.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5628.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5629.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5630.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5631.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5632.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5633.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5634.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5635.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5636.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5637.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5638.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5639.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5640.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5641.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5642.             ],
  5643.             'fragment.renderer.hinclude.global_template' => NULL,
  5644.             'fragment.path' => '/_fragment',
  5645.             'kernel.http_method_override' => true,
  5646.             'kernel.trusted_hosts' => [
  5647.             ],
  5648.             'kernel.enabled_locales' => [
  5649.             ],
  5650.             'kernel.error_controller' => 'error_controller',
  5651.             'debug.file_link_format' => NULL,
  5652.             'asset.request_context.base_path' => NULL,
  5653.             'asset.request_context.secure' => NULL,
  5654.             'translator.logging' => false,
  5655.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5656.             'debug.error_handler.throw_at' => -1,
  5657.             'router.request_context.host' => 'localhost',
  5658.             'router.request_context.scheme' => 'http',
  5659.             'router.request_context.base_url' => '',
  5660.             'router.resource' => 'kernel::loadRoutes',
  5661.             'request_listener.http_port' => 80,
  5662.             'request_listener.https_port' => 443,
  5663.             'session.metadata.storage_key' => '_sf2_meta',
  5664.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5665.             'session.metadata.update_threshold' => 0,
  5666.             'form.type_extension.csrf.enabled' => true,
  5667.             'form.type_extension.csrf.field_name' => '_token',
  5668.             'validator.translation_domain' => 'validators',
  5669.             'profiler_listener.only_exceptions' => false,
  5670.             'profiler_listener.only_main_requests' => false,
  5671.             'security.role_hierarchy.roles' => [
  5672.             ],
  5673.             'security.access.denied_url' => NULL,
  5674.             'security.authentication.manager.erase_credentials' => true,
  5675.             'security.authentication.session_strategy.strategy' => 'migrate',
  5676.             'security.access.always_authenticate_before_granting' => false,
  5677.             'security.authentication.hide_user_not_found' => true,
  5678.             'security.firewalls' => [
  5679.                 => 'dev',
  5680.                 => 'admin',
  5681.                 => 'customer',
  5682.             ],
  5683.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5684.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5685.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5686.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5687.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5688.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5689.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5690.             'doctrine.entity_managers' => [
  5691.                 'default' => 'doctrine.orm.default_entity_manager',
  5692.             ],
  5693.             'doctrine.default_entity_manager' => 'default',
  5694.             'doctrine.dbal.connection_factory.types' => [
  5695.                 'datetime' => [
  5696.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5697.                 ],
  5698.                 'datetimetz' => [
  5699.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5700.                 ],
  5701.             ],
  5702.             'doctrine.connections' => [
  5703.                 'default' => 'doctrine.dbal.default_connection',
  5704.             ],
  5705.             'doctrine.default_connection' => 'default',
  5706.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5707.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5708.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5709.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5710.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5711.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5712.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5713.             'doctrine.orm.cache.memcache_port' => 11211,
  5714.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5715.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5716.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5717.             'doctrine.orm.cache.memcached_port' => 11211,
  5718.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5719.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5720.             'doctrine.orm.cache.redis_host' => 'localhost',
  5721.             'doctrine.orm.cache.redis_port' => 6379,
  5722.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5723.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5724.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5725.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5726.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5727.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5728.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5729.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5730.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5731.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5732.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5733.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5734.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5735.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5736.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5737.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5738.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5739.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5740.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5741.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5742.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5743.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5744.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5745.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5746.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5747.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5748.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5749.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5750.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5751.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5752.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5753.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5754.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5755.             'monolog.use_microseconds' => true,
  5756.             'monolog.swift_mailer.handlers' => [
  5757.             ],
  5758.             'monolog.handlers_to_channels' => [
  5759.                 'monolog.handler.YamatoPayment42' => [
  5760.                     'type' => 'inclusive',
  5761.                     'elements' => [
  5762.                         => 'YamatoPayment42',
  5763.                     ],
  5764.                 ],
  5765.                 'monolog.handler.console' => [
  5766.                     'type' => 'exclusive',
  5767.                     'elements' => [
  5768.                         => 'event',
  5769.                         => 'doctrine',
  5770.                         => 'console',
  5771.                     ],
  5772.                 ],
  5773.                 'monolog.handler.buffered' => [
  5774.                     'type' => 'exclusive',
  5775.                     'elements' => [
  5776.                         => 'event',
  5777.                     ],
  5778.                 ],
  5779.             ],
  5780.             'twig.form.resources' => [
  5781.                 => 'form_div_layout.html.twig',
  5782.                 => 'bootstrap_5_layout.html.twig',
  5783.             ],
  5784.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5785.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5786.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5787.             'web_profiler.debug_toolbar.mode' => 2,
  5788.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5789.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5790.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5791.             'knp_paginator.page_range' => 5,
  5792.             'knp_paginator.page_limit' => NULL,
  5793.             'doctrine.migrations.preferred_em' => NULL,
  5794.             'doctrine.migrations.preferred_connection' => NULL,
  5795.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5796.             'data_collector.templates' => [
  5797.                 'data_collector.request' => [
  5798.                     => 'request',
  5799.                     => '@WebProfiler/Collector/request.html.twig',
  5800.                 ],
  5801.                 'data_collector.time' => [
  5802.                     => 'time',
  5803.                     => '@WebProfiler/Collector/time.html.twig',
  5804.                 ],
  5805.                 'data_collector.memory' => [
  5806.                     => 'memory',
  5807.                     => '@WebProfiler/Collector/memory.html.twig',
  5808.                 ],
  5809.                 'data_collector.validator' => [
  5810.                     => 'validator',
  5811.                     => '@WebProfiler/Collector/validator.html.twig',
  5812.                 ],
  5813.                 'data_collector.ajax' => [
  5814.                     => 'ajax',
  5815.                     => '@WebProfiler/Collector/ajax.html.twig',
  5816.                 ],
  5817.                 'data_collector.form' => [
  5818.                     => 'form',
  5819.                     => '@WebProfiler/Collector/form.html.twig',
  5820.                 ],
  5821.                 'data_collector.exception' => [
  5822.                     => 'exception',
  5823.                     => '@WebProfiler/Collector/exception.html.twig',
  5824.                 ],
  5825.                 'data_collector.logger' => [
  5826.                     => 'logger',
  5827.                     => '@WebProfiler/Collector/logger.html.twig',
  5828.                 ],
  5829.                 'data_collector.events' => [
  5830.                     => 'events',
  5831.                     => '@WebProfiler/Collector/events.html.twig',
  5832.                 ],
  5833.                 'data_collector.router' => [
  5834.                     => 'router',
  5835.                     => '@WebProfiler/Collector/router.html.twig',
  5836.                 ],
  5837.                 'data_collector.cache' => [
  5838.                     => 'cache',
  5839.                     => '@WebProfiler/Collector/cache.html.twig',
  5840.                 ],
  5841.                 'data_collector.translation' => [
  5842.                     => 'translation',
  5843.                     => '@WebProfiler/Collector/translation.html.twig',
  5844.                 ],
  5845.                 'data_collector.security' => [
  5846.                     => 'security',
  5847.                     => '@Security/Collector/security.html.twig',
  5848.                 ],
  5849.                 'data_collector.twig' => [
  5850.                     => 'twig',
  5851.                     => '@WebProfiler/Collector/twig.html.twig',
  5852.                 ],
  5853.                 'data_collector.doctrine' => [
  5854.                     => 'db',
  5855.                     => '@Doctrine/Collector/db.html.twig',
  5856.                 ],
  5857.                 'doctrine_migrations.migrations_collector' => [
  5858.                     => 'doctrine_migrations',
  5859.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5860.                 ],
  5861.                 'data_collector.dump' => [
  5862.                     => 'dump',
  5863.                     => '@Debug/Profiler/dump.html.twig',
  5864.                 ],
  5865.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5866.                 'mailer.data_collector' => [
  5867.                     => 'mailer',
  5868.                     => '@WebProfiler/Collector/mailer.html.twig',
  5869.                 ],
  5870.                 'data_collector.config' => [
  5871.                     => 'config',
  5872.                     => '@WebProfiler/Collector/config.html.twig',
  5873.                 ],
  5874.                 'eccube.collector.core' => [
  5875.                     => 'eccube_core',
  5876.                     => '@toolbar/eccube.html.twig',
  5877.                 ],
  5878.             ],
  5879.             'console.command.ids' => [
  5880.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5881.             ],
  5882.         ];
  5883.     }
  5884.     protected function throw($message)
  5885.     {
  5886.         throw new RuntimeException($message);
  5887.     }
  5888. }