var/cache/dev/ContainerDMCxzIa/Eccube_KernelDevDebugContainer.php line 670

Open in your IDE?
  1. <?php
  2. namespace ContainerDMCxzIa;
  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.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'Detection\\MobileDetect' => 'getMobileDetectService',
  43.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  44.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController' => 'getOrderStatusExControllerService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  51.             'data_collector.dump' => 'getDataCollector_DumpService',
  52.             'doctrine' => 'getDoctrineService',
  53.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  54.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  55.             'event_dispatcher' => 'getEventDispatcherService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'translator' => 'getTranslatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'filesystem' => 'getFilesystemService',
  63.             'state_machine.order' => 'getStateMachine_OrderService',
  64.             'serializer' => 'getSerializerService',
  65.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  66.             'form.factory' => 'getForm_FactoryService',
  67.             'form.type.file' => 'getForm_Type_FileService',
  68.             'profiler' => 'getProfilerService',
  69.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  70.             'security.token_storage' => 'getSecurity_TokenStorageService',
  71.             'twig' => 'getTwigService',
  72.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  73.             'session' => 'getSessionService',
  74.             'validator' => 'getValidatorService',
  75.         ];
  76.         $this->fileMap = [
  77.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  78.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  83.             'Customize\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  84.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  85.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  86.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  87.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  88.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  99.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  100.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service',
  102.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  104.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  105.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  108.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service',
  110.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  111.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  112.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  131.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  132.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  133.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  134.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  135.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  136.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  137.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  138.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  139.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  140.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  141.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  142.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  143.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  144.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  145.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  146.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  147.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  148.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  149.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  150.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  151.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  152.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  153.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  154.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  155.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  156.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  157.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  158.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  159.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  160.             'Plugin\\AddOnForCategory42\\Controller\\Admin\\CategoryImageController' => 'getCategoryImageControllerService',
  161.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  162.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  163.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  164.             'Plugin\\RefineConfirmAdd42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  165.             'Plugin\\RpAurokoCustom42\\Controller\\Admin\\Setting\\Shop\\RpAurokoCustom42Controller' => 'getRpAurokoCustom42ControllerService',
  166.             'Plugin\\RpCustomCsvExport42\\Controller\\Admin\\RpCustomCsvExportController' => 'getRpCustomCsvExportControllerService',
  167.             'Plugin\\RpExportCsv4Simplex42\\Controller\\Admin\\RpExportCsv4Simplex42Controller' => 'getRpExportCsv4Simplex42ControllerService',
  168.             'Plugin\\RpImportCsv4Simplex42\\Controller\\Admin\\RpImportCsv4Simplex42Controller' => 'getRpImportCsv4Simplex42ControllerService',
  169.             'Plugin\\RpSpecialDelivery42\\Controller\\Admin\\RpSpecialDelivery42Controller' => 'getRpSpecialDelivery42ControllerService',
  170.             'Plugin\\RpTrackingNumberImport42\\Controller\\Admin\\RpTrackingNumberImport42Controller' => 'getRpTrackingNumberImport42ControllerService',
  171.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  172.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController2Service',
  173.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  174.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  175.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  176.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  177.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  178.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  179.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  180.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  181.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  182.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  183.             'Plugin\\tbsMailTemplate42\\Controller\\Admin\\MailTemplateController' => 'getMailTemplateControllerService',
  184.             'Plugin\\tbsMailTemplate42\\Controller\\Admin\\Order\\MailController' => 'getMailController3Service',
  185.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  186.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  187.             'cache.app_clearer' => 'getCache_AppClearerService',
  188.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  189.             'cache.system_clearer' => 'getCache_SystemClearerService',
  190.             'cache_warmer' => 'getCacheWarmerService',
  191.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  192.             'console.command_loader' => 'getConsole_CommandLoaderService',
  193.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  194.             'eccube.logger' => 'getEccube_LoggerService',
  195.             'error_controller' => 'getErrorControllerService',
  196.             'knp_paginator' => 'getKnpPaginatorService',
  197.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  198.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  199.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  200.             'order_status_ex.plg_migration' => 'getOrderStatusEx_PlgMigrationService',
  201.             'routing.loader' => 'getRouting_LoaderService',
  202.             'services_resetter' => 'getServicesResetterService',
  203.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  204.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  205.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  206.         ];
  207.         $this->aliases = [
  208.             'database_connection' => 'doctrine.dbal.default_connection',
  209.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  210.         ];
  211.         $this->privates['service_container'] = function () {
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  218.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  222.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  224.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  225.             include_once \dirname(__DIR__4).'/app/Customize/Repository/OrderSearchAdminCustomizer.php';
  226.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  227.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  229.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  230.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  231.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  232.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  233.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  234.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  235.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  239.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  240.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  241.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  244.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  245.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  246.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  248.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  256.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  257.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  263.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  265.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  266.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/Util/CacheUtil.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Controller/AbstractController.php';
  272.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Controller/Admin/Seggin/Shop/OrderStatusExController.php';
  273.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/EventSubscriber/TwigRenderTrait.php';
  274.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/EventSubscriber/OrderStatusEventSubscriber.php';
  275.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/TwigRenderService.php';
  276.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/EventSubscriber/TwigRenderHelper.php';
  277.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/Form/FormHelper.php';
  278.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Repository/OrderStatusExRepository.php';
  279.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/OrderStatusExService.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  282.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  285.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  286.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  288.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  289.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  323.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  372.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  374.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  474.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  480.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  482.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  490.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  508.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  560.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  601.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  602.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  603.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  604.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  605.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  606.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  607.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  608.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  609.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Twig/OrderStatusExTwigExtension.php';
  610.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  614.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  620.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  632.         };
  633.     }
  634.     public function compile(): void
  635.     {
  636.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  637.     }
  638.     public function isCompiled(): bool
  639.     {
  640.         return true;
  641.     }
  642.     public function getRemovedIds(): array
  643.     {
  644.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  645.     }
  646.     protected function load($file$lazyLoad true)
  647.     {
  648.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  649.             return $class::do($this$lazyLoad);
  650.         }
  651.         if ('.' === $file[-4]) {
  652.             $class substr($class0, -4);
  653.         } else {
  654.             $file .= '.php';
  655.         }
  656.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  657.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  658.     }
  659.     protected function createProxy($class, \Closure $factory)
  660.     {
  661.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  662.         return $factory();
  663.     }
  664.     /**
  665.      * Gets the public '.container.private.form.factory' shared service.
  666.      *
  667.      * @return \Symfony\Component\Form\FormFactory
  668.      */
  669.     protected function get_Container_Private_Form_FactoryService()
  670.     {
  671.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  672.         if (isset($this->services['.container.private.form.factory'])) {
  673.             return $this->services['.container.private.form.factory'];
  674.         }
  675.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  676.     }
  677.     /**
  678.      * Gets the public '.container.private.profiler' shared service.
  679.      *
  680.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  681.      */
  682.     protected function get_Container_Private_ProfilerService()
  683.     {
  684.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  685.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  686.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  687.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  688.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  689.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  690.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  691.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  692.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  693.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  694.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  695.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  696.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  697.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  698.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  699.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  700.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  701.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  702.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  703.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  704.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  705.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  706.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  707.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  708.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  709.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  710.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  711.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  712.         if ($this->has('kernel')) {
  713.             $e->setKernel($b);
  714.         }
  715.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  716.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  717.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  718.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  719.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  720.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  721.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  722.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  723.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  724.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  725.         $instance->add($d);
  726.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  727.         $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));
  728.         $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())));
  729.         $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([])))));
  730.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  731.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  732.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  733.         $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()))));
  734.         $instance->add($e);
  735.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  736.         return $instance;
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.security.authorization_checker' shared service.
  740.      *
  741.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  742.      */
  743.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  744.     {
  745.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  746.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  747.             return $this->services['.container.private.security.authorization_checker'];
  748.         }
  749.         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);
  750.     }
  751.     /**
  752.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  753.      *
  754.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  755.      */
  756.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  757.     {
  758.         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())));
  759.     }
  760.     /**
  761.      * Gets the public '.container.private.security.token_storage' shared service.
  762.      *
  763.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  764.      */
  765.     protected function get_Container_Private_Security_TokenStorageService()
  766.     {
  767.         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, [
  768.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  769.         ], [
  770.             'request_stack' => '?',
  771.         ]));
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.session' shared service.
  775.      *
  776.      * @return \Symfony\Component\HttpFoundation\Session\Session
  777.      */
  778.     protected function get_Container_Private_SessionService()
  779.     {
  780.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  781.         if (isset($this->services['.container.private.session'])) {
  782.             return $this->services['.container.private.session'];
  783.         }
  784.         return $this->services['.container.private.session'] = $a->createSession();
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.state_machine.order' shared service.
  788.      *
  789.      * @return \Symfony\Component\Workflow\StateMachine
  790.      */
  791.     protected function get_Container_Private_StateMachine_OrderService()
  792.     {
  793.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  794.         if (isset($this->services['.container.private.state_machine.order'])) {
  795.             return $this->services['.container.private.state_machine.order'];
  796.         }
  797.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '10'=> '11'10 => '12'11 => '13'12 => '14'13 => '15'14 => '16'15 => '17'16 => '18'17 => '19'], [=> ($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.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'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('packing.11''1''11'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('packing.16''1''16'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('other-4-10''4''10'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('other-4-11''4''11'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('other-4-12''4''12'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('other-4-13''4''13'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('other-4-16''4''16'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('other-4-17''4''17'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('packing.11''6''11'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('cancel''10''3'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('other-10-4''10''4'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('ship''10''5'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('cancel''11''3'))), 25 => ($this->privates['.state_machine.order.transition.25'] ?? ($this->privates['.state_machine.order.transition.25'] = new \Symfony\Component\Workflow\Transition('other-11-4''11''4'))), 26 => ($this->privates['.state_machine.order.transition.26'] ?? ($this->privates['.state_machine.order.transition.26'] = new \Symfony\Component\Workflow\Transition('ship''11''5'))), 27 => ($this->privates['.state_machine.order.transition.27'] ?? ($this->privates['.state_machine.order.transition.27'] = new \Symfony\Component\Workflow\Transition('other-11-10''11''10'))), 28 => ($this->privates['.state_machine.order.transition.28'] ?? ($this->privates['.state_machine.order.transition.28'] = new \Symfony\Component\Workflow\Transition('other-11-12''11''12'))), 29 => ($this->privates['.state_machine.order.transition.29'] ?? ($this->privates['.state_machine.order.transition.29'] = new \Symfony\Component\Workflow\Transition('other-11-13''11''13'))), 30 => ($this->privates['.state_machine.order.transition.30'] ?? ($this->privates['.state_machine.order.transition.30'] = new \Symfony\Component\Workflow\Transition('other-11-16''11''16'))), 31 => ($this->privates['.state_machine.order.transition.31'] ?? ($this->privates['.state_machine.order.transition.31'] = new \Symfony\Component\Workflow\Transition('other-11-17''11''17'))), 32 => ($this->privates['.state_machine.order.transition.32'] ?? ($this->privates['.state_machine.order.transition.32'] = new \Symfony\Component\Workflow\Transition('cancel''12''3'))), 33 => ($this->privates['.state_machine.order.transition.33'] ?? ($this->privates['.state_machine.order.transition.33'] = new \Symfony\Component\Workflow\Transition('other-12-11''12''11'))), 34 => ($this->privates['.state_machine.order.transition.34'] ?? ($this->privates['.state_machine.order.transition.34'] = new \Symfony\Component\Workflow\Transition('other-12-14''12''14'))), 35 => ($this->privates['.state_machine.order.transition.35'] ?? ($this->privates['.state_machine.order.transition.35'] = new \Symfony\Component\Workflow\Transition('cancel''13''3'))), 36 => ($this->privates['.state_machine.order.transition.36'] ?? ($this->privates['.state_machine.order.transition.36'] = new \Symfony\Component\Workflow\Transition('other-13-11''13''11'))), 37 => ($this->privates['.state_machine.order.transition.37'] ?? ($this->privates['.state_machine.order.transition.37'] = new \Symfony\Component\Workflow\Transition('other-13-15''13''15'))), 38 => ($this->privates['.state_machine.order.transition.38'] ?? ($this->privates['.state_machine.order.transition.38'] = new \Symfony\Component\Workflow\Transition('other-14-12''14''12'))), 39 => ($this->privates['.state_machine.order.transition.39'] ?? ($this->privates['.state_machine.order.transition.39'] = new \Symfony\Component\Workflow\Transition('other-15-13''15''13'))), 40 => ($this->privates['.state_machine.order.transition.40'] ?? ($this->privates['.state_machine.order.transition.40'] = new \Symfony\Component\Workflow\Transition('cancel''16''3'))), 41 => ($this->privates['.state_machine.order.transition.41'] ?? ($this->privates['.state_machine.order.transition.41'] = new \Symfony\Component\Workflow\Transition('other-16-11''16''11'))), 42 => ($this->privates['.state_machine.order.transition.42'] ?? ($this->privates['.state_machine.order.transition.42'] = new \Symfony\Component\Workflow\Transition('other-16-18''16''18'))), 43 => ($this->privates['.state_machine.order.transition.43'] ?? ($this->privates['.state_machine.order.transition.43'] = new \Symfony\Component\Workflow\Transition('cancel''17''3'))), 44 => ($this->privates['.state_machine.order.transition.44'] ?? ($this->privates['.state_machine.order.transition.44'] = new \Symfony\Component\Workflow\Transition('other-17-11''17''11'))), 45 => ($this->privates['.state_machine.order.transition.45'] ?? ($this->privates['.state_machine.order.transition.45'] = new \Symfony\Component\Workflow\Transition('other-17-19''17''19'))), 46 => ($this->privates['.state_machine.order.transition.46'] ?? ($this->privates['.state_machine.order.transition.46'] = new \Symfony\Component\Workflow\Transition('other-18-16''18''16'))), 47 => ($this->privates['.state_machine.order.transition.47'] ?? ($this->privates['.state_machine.order.transition.47'] = new \Symfony\Component\Workflow\Transition('other-19-17''19''17')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  798.     }
  799.     /**
  800.      * Gets the public '.container.private.twig' shared service.
  801.      *
  802.      * @return \Twig\Environment
  803.      */
  804.     protected function get_Container_Private_TwigService()
  805.     {
  806.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  807.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  808.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  809.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  810.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineConfirmAdd42/Resource/template'), 'RefineConfirmAdd42');
  811.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  812.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AddOnForCategory42/Resource/template'), 'AddOnForCategory42');
  813.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/tbsMailTemplate42/Resource/template'), 'tbsMailTemplate42');
  814.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/template'), 'OrderStatusEx');
  815.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpAurokoCustom42/Resource/template'), 'RpAurokoCustom42');
  816.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpSpecialDelivery42/Resource/template'), 'RpSpecialDelivery42');
  817.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/template'), 'RefineProductSalesTimer42');
  818.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpExportCsv4Simplex42/Resource/template'), 'RpExportCsv4Simplex42');
  819.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpCustomCsvExport42/Resource/template'), 'RpCustomCsvExport42');
  820.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpImportCsv4Simplex42/Resource/template'), 'RpImportCsv4Simplex42');
  821.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RpTrackingNumberImport42/Resource/template'), 'RpTrackingNumberImport42');
  822.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  823.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  824.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  825.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  826.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  827.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  828.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  829.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  830.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  831.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  832.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  833.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  834.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  835.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  836.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  837.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  845.         $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']);
  846.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  847.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  848.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  849.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  850.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  851.         $g = ($this->services['router'] ?? $this->getRouterService());
  852.         $h = new \Symfony\Component\Workflow\Registry();
  853.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  854.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  855.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  856.         $j = new \Symfony\Bridge\Twig\AppVariable();
  857.         $j->setEnvironment('dev');
  858.         $j->setDebug(true);
  859.         if ($this->has('.container.private.security.token_storage')) {
  860.             $j->setTokenStorage($c);
  861.         }
  862.         if ($this->has('request_stack')) {
  863.             $j->setRequestStack($b);
  864.         }
  865.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  868.         $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)));
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  871.         $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 () {
  872.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  873.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  874.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  875.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  876.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  877.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  878.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  879.         }, 7))));
  880.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  881.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  890.         $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())));
  891.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  892.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  893.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  894.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  895.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  896.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  897.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  898.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  899.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  900.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  901.         $instance->addExtension(new \Plugin\OrderStatusEx\Twig\OrderStatusExTwigExtension(($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] ?? $this->getOrderStatusExServiceService()), ($this->privates['Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository'] ?? $this->getOrderStatusExRepositoryService())));
  902.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  903.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  904.         $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));
  905.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  906.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  907.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  908.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  909.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  910.         $instance->addGlobal('app'$j);
  911.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  912.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  913.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  914.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  915.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  916.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  917.         ], [
  918.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  919.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  920.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  921.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  922.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  923.         ])));
  924.         $instance->addGlobal('BaseInfo'NULL);
  925.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  926.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  927.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  928.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  929.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  930.         return $instance;
  931.     }
  932.     /**
  933.      * Gets the public '.container.private.validator' shared service.
  934.      *
  935.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  936.      */
  937.     protected function get_Container_Private_ValidatorService()
  938.     {
  939.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  940.         if (isset($this->services['.container.private.validator'])) {
  941.             return $this->services['.container.private.validator'];
  942.         }
  943.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  944.     }
  945.     /**
  946.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  947.      *
  948.      * @return \Detection\MobileDetect
  949.      */
  950.     protected function getMobileDetectService()
  951.     {
  952.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  953.     }
  954.     /**
  955.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  956.      *
  957.      * @return \Eccube\Common\EccubeConfig
  958.      */
  959.     protected function getEccubeConfigService()
  960.     {
  961.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  962.     }
  963.     /**
  964.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  965.      *
  966.      * @return \Eccube\Repository\PluginRepository
  967.      */
  968.     protected function getPluginRepositoryService($lazyLoad true)
  969.     {
  970.         if ($lazyLoad) {
  971.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  972.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  973.                     $wrappedInstance $this->getPluginRepositoryService(false);
  974.                     $proxy->setProxyInitializer(null);
  975.                     return true;
  976.                 });
  977.             });
  978.         }
  979.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  980.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  981.     }
  982.     /**
  983.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  984.      *
  985.      * @return \Eccube\Service\SystemService
  986.      */
  987.     protected function getSystemServiceService($lazyLoad true)
  988.     {
  989.         if ($lazyLoad) {
  990.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  991.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  992.                     $wrappedInstance $this->getSystemServiceService(false);
  993.                     $proxy->setProxyInitializer(null);
  994.                     return true;
  995.                 });
  996.             });
  997.         }
  998.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  999.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1000.     }
  1001.     /**
  1002.      * Gets the public 'Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController' shared autowired service.
  1003.      *
  1004.      * @return \Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController
  1005.      */
  1006.     protected function getOrderStatusExControllerService()
  1007.     {
  1008.         $this->services['Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'] = $instance = new \Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController();
  1009.         $instance->setEccubeConfig(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1010.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1011.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1012.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1013.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1014.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1015.         $instance->setContainer(($this->privates['.service_locator.eqmkYFL'] ?? $this->get_ServiceLocator_EqmkYFLService())->withContext('Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'$this));
  1016.         return $instance;
  1017.     }
  1018.     /**
  1019.      * Gets the public 'cache.app' shared service.
  1020.      *
  1021.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1022.      */
  1023.     protected function getCache_AppService()
  1024.     {
  1025.         $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))));
  1026.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1027.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1028.     }
  1029.     /**
  1030.      * Gets the public 'cache.rate_limiter' shared service.
  1031.      *
  1032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1033.      */
  1034.     protected function getCache_RateLimiterService()
  1035.     {
  1036.         $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))));
  1037.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1038.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1039.     }
  1040.     /**
  1041.      * Gets the public 'cache.system' shared service.
  1042.      *
  1043.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1044.      */
  1045.     protected function getCache_SystemService()
  1046.     {
  1047.         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())));
  1048.     }
  1049.     /**
  1050.      * Gets the public 'cache.validator_expression_language' shared service.
  1051.      *
  1052.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1053.      */
  1054.     protected function getCache_ValidatorExpressionLanguageService()
  1055.     {
  1056.         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())));
  1057.     }
  1058.     /**
  1059.      * Gets the public 'data_collector.dump' shared service.
  1060.      *
  1061.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1062.      */
  1063.     protected function getDataCollector_DumpService()
  1064.     {
  1065.         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);
  1066.     }
  1067.     /**
  1068.      * Gets the public 'doctrine' shared service.
  1069.      *
  1070.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1071.      */
  1072.     protected function getDoctrineService()
  1073.     {
  1074.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1075.     }
  1076.     /**
  1077.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1078.      *
  1079.      * @return \Doctrine\DBAL\Connection
  1080.      */
  1081.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1082.     {
  1083.         $a = new \Doctrine\DBAL\Configuration();
  1084.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1085.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1086.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1087.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1088.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1089.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1090.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1091.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1092.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1093.         $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))));
  1094.         $c->setConnectionName('default');
  1095.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1096.         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, [
  1097.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1098.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1099.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1100.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1101.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1102.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1103.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1104.         ], [
  1105.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1106.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1107.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1108.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1109.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1110.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1111.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1112.         ]), [=> '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']]), []);
  1113.     }
  1114.     /**
  1115.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1116.      *
  1117.      * @return \Doctrine\ORM\EntityManager
  1118.      */
  1119.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1120.     {
  1121.         if ($lazyLoad) {
  1122.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1123.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1124.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1125.                     $proxy->setProxyInitializer(null);
  1126.                     return true;
  1127.                 });
  1128.             });
  1129.         }
  1130.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1138.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1142.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1150.         $a = new \Doctrine\ORM\Configuration();
  1151.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1152.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1153.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1154.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1155.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/AddOnForCategory42/Entity')]);
  1156.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1157.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1158.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1159.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1160.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1161.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Entity')]);
  1162.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1163.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1164.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1165.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1166.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1167.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RefineConfirmAdd42/Entity')]);
  1168.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1169.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Entity')]);
  1170.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1171.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1172.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1173.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RpAurokoCustom42/Entity')]);
  1174.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1175.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RpCustomCsvExport42/Entity')]);
  1176.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1177.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RpSpecialDelivery42/Entity')]);
  1178.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1179.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1180.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1181.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1182.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1183.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1184.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1185.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'Eccube\\Entity');
  1186.         $b->addDriver($d'Eccube\\Entity');
  1187.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1188.         $b->addDriver($e'Plugin\\AddOnForCategory42\\Entity');
  1189.         $b->addDriver($f'Plugin\\Coupon42\\Entity');
  1190.         $b->addDriver($g'Plugin\\MailMagazine42\\Entity');
  1191.         $b->addDriver($h'Plugin\\OrderStatusEx\\Entity');
  1192.         $b->addDriver($i'Plugin\\ProductReview42\\Entity');
  1193.         $b->addDriver($j'Plugin\\Recommend42\\Entity');
  1194.         $b->addDriver($k'Plugin\\RefineConfirmAdd42\\Entity');
  1195.         $b->addDriver($l'Plugin\\RefineProductSalesTimer42\\Entity');
  1196.         $b->addDriver($m'Plugin\\RelatedProduct42\\Entity');
  1197.         $b->addDriver($n'Plugin\\RpAurokoCustom42\\Entity');
  1198.         $b->addDriver($o'Plugin\\RpCustomCsvExport42\\Entity');
  1199.         $b->addDriver($p'Plugin\\RpSpecialDelivery42\\Entity');
  1200.         $b->addDriver($q'Plugin\\Securitychecker42\\Entity');
  1201.         $b->addDriver($r'Plugin\\SiteKit42\\Entity');
  1202.         $b->addDriver($s'Plugin\\YamatoPayment42\\Entity');
  1203.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1204.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1205.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1206.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1207.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1208.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1209.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1210.         ], [
  1211.             'doctrine.ulid_generator' => '?',
  1212.             'doctrine.uuid_generator' => '?',
  1213.         ])));
  1214.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1215.         $a->setProxyNamespace('Proxies');
  1216.         $a->setAutoGenerateProxyClasses(true);
  1217.         $a->setSchemaIgnoreClasses([]);
  1218.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1219.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1220.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1221.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1222.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1223.         $a->setLazyGhostObjectEnabled(false);
  1224.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1225.             'Customize\\Repository\\TemperatureControlRepository' => ['privates''Customize\\Repository\\TemperatureControlRepository''getTemperatureControlRepositoryService'true],
  1226.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1227.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1228.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1229.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1230.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1231.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1232.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1233.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1234.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1235.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1236.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1237.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1238.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1239.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1240.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1241.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1242.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1243.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1244.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1245.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1246.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1247.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1248.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1249.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1250.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1251.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1252.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1253.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1254.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1255.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1256.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1257.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1258.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1259.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1260.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1261.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1262.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1263.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1264.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1265.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1266.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1267.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1268.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1269.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1270.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1271.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1272.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1273.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1274.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1275.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1276.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1277.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1278.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1279.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1280.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1281.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1282.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1283.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1284.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1285.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1286.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1287.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1288.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1289.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1290.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1291.             'Plugin\\AddOnForCategory42\\Repository\\AddOnForCategoryRepository' => ['privates''Plugin\\AddOnForCategory42\\Repository\\AddOnForCategoryRepository''getAddOnForCategoryRepositoryService'true],
  1292.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1293.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1294.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1295.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1296.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1297.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository''getOrderStatusEventRepositoryService'true],
  1298.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository''getOrderStatusExRepositoryService'false],
  1299.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1300.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1301.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1302.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1303.             'Plugin\\RefineConfirmAdd42\\Repository\\RefineConfirmAddConfigRepository' => ['privates''Plugin\\RefineConfirmAdd42\\Repository\\RefineConfirmAddConfigRepository''getRefineConfirmAddConfigRepositoryService'true],
  1304.             'Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository' => ['privates''Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository''getProductRepository2Service'true],
  1305.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1306.             'Plugin\\RpAurokoCustom42\\Repository\\RpAurokoCustomDeliverydateRepository' => ['privates''Plugin\\RpAurokoCustom42\\Repository\\RpAurokoCustomDeliverydateRepository''getRpAurokoCustomDeliverydateRepositoryService'true],
  1307.             'Plugin\\RpCustomCsvExport42\\Repository\\RpCustomCsvExportRepository' => ['privates''Plugin\\RpCustomCsvExport42\\Repository\\RpCustomCsvExportRepository''getRpCustomCsvExportRepositoryService'true],
  1308.             'Plugin\\RpExportCsv4Simplex42\\Repository\\RpExportCsv4Simplex42Repository' => ['privates''Plugin\\RpExportCsv4Simplex42\\Repository\\RpExportCsv4Simplex42Repository''getRpExportCsv4Simplex42RepositoryService'true],
  1309.             'Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryFeeRepository' => ['privates''Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryFeeRepository''getSpecialDeliveryFeeRepositoryService'true],
  1310.             'Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryRepository' => ['privates''Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryRepository''getSpecialDeliveryRepositoryService'true],
  1311.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1312.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1313.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1314.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1315.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1316.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1317.         ], [
  1318.             'Customize\\Repository\\TemperatureControlRepository' => '?',
  1319.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1320.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1321.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1322.             'Eccube\\Repository\\BlockRepository' => '?',
  1323.             'Eccube\\Repository\\CalendarRepository' => '?',
  1324.             'Eccube\\Repository\\CartItemRepository' => '?',
  1325.             'Eccube\\Repository\\CartRepository' => '?',
  1326.             'Eccube\\Repository\\CategoryRepository' => '?',
  1327.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1328.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1329.             'Eccube\\Repository\\CsvRepository' => '?',
  1330.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1331.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1332.             'Eccube\\Repository\\CustomerRepository' => '?',
  1333.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1334.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1335.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1336.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1337.             'Eccube\\Repository\\LayoutRepository' => '?',
  1338.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1339.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1340.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1341.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1342.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1343.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1344.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1345.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1346.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1347.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1348.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1349.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1350.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1351.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1352.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1353.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1354.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1355.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1356.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1357.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1358.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1359.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1360.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1361.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1362.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1363.             'Eccube\\Repository\\MemberRepository' => '?',
  1364.             'Eccube\\Repository\\NewsRepository' => '?',
  1365.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1366.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1367.             'Eccube\\Repository\\OrderRepository' => '?',
  1368.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1369.             'Eccube\\Repository\\PageRepository' => '?',
  1370.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1371.             'Eccube\\Repository\\PaymentRepository' => '?',
  1372.             'Eccube\\Repository\\PluginRepository' => '?',
  1373.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1374.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1375.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1376.             'Eccube\\Repository\\ProductRepository' => '?',
  1377.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1378.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1379.             'Eccube\\Repository\\ShippingRepository' => '?',
  1380.             'Eccube\\Repository\\TagRepository' => '?',
  1381.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1382.             'Eccube\\Repository\\TemplateRepository' => '?',
  1383.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1384.             'Plugin\\AddOnForCategory42\\Repository\\AddOnForCategoryRepository' => '?',
  1385.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1386.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1387.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1388.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1389.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1390.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository' => '?',
  1391.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository' => '?',
  1392.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1393.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1394.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1395.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1396.             'Plugin\\RefineConfirmAdd42\\Repository\\RefineConfirmAddConfigRepository' => '?',
  1397.             'Plugin\\RefineProductSalesTimer42\\Repository\\ProductRepository' => '?',
  1398.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1399.             'Plugin\\RpAurokoCustom42\\Repository\\RpAurokoCustomDeliverydateRepository' => '?',
  1400.             'Plugin\\RpCustomCsvExport42\\Repository\\RpCustomCsvExportRepository' => '?',
  1401.             'Plugin\\RpExportCsv4Simplex42\\Repository\\RpExportCsv4Simplex42Repository' => '?',
  1402.             'Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryFeeRepository' => '?',
  1403.             'Plugin\\RpSpecialDelivery42\\Repository\\SpecialDeliveryRepository' => '?',
  1404.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1405.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1406.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1407.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1408.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1409.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1410.         ])));
  1411.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1412.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1413.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1414.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1415.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1416.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public 'event_dispatcher' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1423.      */
  1424.     protected function getEventDispatcherService()
  1425.     {
  1426.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1427.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1428.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1429.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1430.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1431.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1432.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1433.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1434.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1435.         $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())));
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1438.         }, => 'onKernelRequest'], 1024);
  1439.         $instance->addListener('kernel.controller', [=> function () {
  1440.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1441.         }, => 'onKernelController'], 0);
  1442.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1443.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1444.         }, => 'checkPassport'], 1024);
  1445.         $instance->addListener('kernel.response', [=> function () {
  1446.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1447.         }, => 'onKernelResponse'], 0);
  1448.         $instance->addListener('kernel.response', [=> function () {
  1449.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1450.         }, => 'onKernelResponse'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1453.         }, => 'onKernelRequest'], 0);
  1454.         $instance->addListener('kernel.controller', [=> function () {
  1455.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1456.         }, => 'onController'], 0);
  1457.         $instance->addListener('kernel.request', [=> function () {
  1458.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1459.         }, => 'onKernelRequest'], 512);
  1460.         $instance->addListener('kernel.request', [=> function () {
  1461.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1462.         }, => 'onKernelRequestEarly'], 500);
  1463.         $instance->addListener('kernel.request', [=> function () {
  1464.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1465.         }, => 'onKernelRequest'], 6);
  1466.         $instance->addListener('kernel.response', [=> function () {
  1467.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1468.         }, => 'onKernelResponse'], 0);
  1469.         $instance->addListener('kernel.controller', [=> function () {
  1470.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1471.         }, => 'onKernelController'], 0);
  1472.         $instance->addListener('kernel.terminate', [=> function () {
  1473.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1474.         }, => 'onKernelTerminate'], 0);
  1475.         $instance->addListener('kernel.exception', [=> function () {
  1476.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1477.         }, => 'onKernelException'], -4);
  1478.         $instance->addListener('security.interactive_login', [=> function () {
  1479.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1480.         }, => 'onInteractiveLogin'], 0);
  1481.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1482.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1483.         }, => 'onAuthenticationFailure'], 0);
  1484.         $instance->addListener('kernel.response', [=> function () {
  1485.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1486.         }, => 'onResponse'], 0);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1489.         }, => 'onKernelRequest'], 512);
  1490.         $instance->addListener('kernel.controller', [=> function () {
  1491.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1492.         }, => 'onController'], 0);
  1493.         $instance->addListener('kernel.request', [=> function () {
  1494.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1495.         }, => 'onKernelRequest'], 7);
  1496.         $instance->addListener('security.interactive_login', [=> function () {
  1497.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1498.         }, => 'onInteractiveLogin'], 0);
  1499.         $instance->addListener('security.authentication.failure', [=> function () {
  1500.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1501.         }, => 'onAuthenticationFailure'], 0);
  1502.         $instance->addListener('kernel.request', [=> function () {
  1503.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1504.         }, => 'onKernelRequest'], 0);
  1505.         $instance->addListener('kernel.exception', [=> function () {
  1506.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1507.         }, => 'onKernelException'], 0);
  1508.         $instance->addListener('kernel.terminate', [=> function () {
  1509.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1510.         }, => 'onKernelTerminate'], 0);
  1511.         $instance->addListener('kernel.request', [=> function () {
  1512.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1513.         }, => 'onKernelRequest'], 6);
  1514.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1515.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1516.         }, => 'onKernelController'], 7);
  1517.         $instance->addListener('form.pre_submit', [=> function () {
  1518.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1519.         }, => 'onPreSubmit'], 0);
  1520.         $instance->addListener('form.pre_submit', [=> function () {
  1521.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1522.         }, => 'purifySubmittedData'], 1000001);
  1523.         $instance->addListener('form.pre_submit', [=> function () {
  1524.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1525.         }, => 'onPreSubmit'], 0);
  1526.         $instance->addListener('workflow.order.completed', [=> function () {
  1527.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1528.         }, => 'onCompleted'], 0);
  1529.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1530.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1531.         }, => 'updatePaymentDate'], 0);
  1532.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1533.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1534.         }, => 'rollbackStock'], 0);
  1535.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1536.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1537.         }, => 'rollbackUsePoint'], 0);
  1538.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1539.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1540.         }, => 'commitStock'], 0);
  1541.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1542.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1543.         }, => 'commitUsePoint'], 0);
  1544.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1545.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1546.         }, => 'commitAddPoint'], 0);
  1547.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1548.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1549.         }, => 'rollbackUsePoint'], 0);
  1550.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1551.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1552.         }, => 'rollbackAddPoint'], 0);
  1553.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1554.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1555.         }, => 'commitUsePoint'], 0);
  1556.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1557.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1558.         }, => 'commitAddPoint'], 0);
  1559.         $instance->addListener('kernel.terminate', [=> function () {
  1560.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1561.         }, => 'disableMaintenanceEvent'], 0);
  1562.         $instance->addListener('kernel.terminate', [=> function () {
  1563.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1564.         }, => 'forceClearCache'], 0);
  1565.         $instance->addListener('@admin/Product/category.twig', [=> function () {
  1566.             return ($this->privates['Plugin\\AddOnForCategory42\\EventSubscriber\\Controller\\Admin\\Product\\CategoryControllerSubscriber'] ?? $this->load('getCategoryControllerSubscriberService'));
  1567.         }, => 'AdminProductCategory'], 1);
  1568.         $instance->addListener('admin.product.category.index.complete', [=> function () {
  1569.             return ($this->privates['Plugin\\AddOnForCategory42\\EventSubscriber\\Controller\\Admin\\Product\\CategoryControllerSubscriber'] ?? $this->load('getCategoryControllerSubscriberService'));
  1570.         }, => 'AdminProductCategoryIndexComplete'], 0);
  1571.         $instance->addListener('knp_pager.items', [=> function () {
  1572.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1573.         }, => 'items'], 1);
  1574.         $instance->addListener('kernel.controller', [=> function () {
  1575.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1576.         }, => 'onKernelController'], 0);
  1577.         $instance->addListener('@admin/Setting/Shop/order_status.twig', [=> function () {
  1578.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1579.         }, => 'onSettingShopOrderStatusTwig'], 0);
  1580.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1581.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1582.         }, => 'onShip'], 0);
  1583.         $instance->addListener('point_ex_dx.hook_states', [=> function () {
  1584.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\PointExDxEventSubscriber'] ?? $this->load('getPointExDxEventSubscriberService'));
  1585.         }, => 'onPointExDxHookStatus'], 0);
  1586.         $instance->addListener('admin.admin.index.order', [=> function () {
  1587.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\SearchEventSubscriber'] ?? $this->load('getSearchEventSubscriberService'));
  1588.         }, => 'onAdminAdminIndexOrder'], 0);
  1589.         $instance->addListener('admin.admin.index.sales', [=> function () {
  1590.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\SearchEventSubscriber'] ?? $this->load('getSearchEventSubscriberService'));
  1591.         }, => 'onAdminAdminIndexSales'], 0);
  1592.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1593.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\Admin\\ProductEventListener'] ?? ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\Admin\\ProductEventListener'] = new \Plugin\RefineProductSalesTimer42\EventListener\Admin\ProductEventListener()));
  1594.         }, => 'onProductRender'], 0);
  1595.         $instance->addListener('Product/list.twig', [=> function () {
  1596.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1597.         }, => 'onProductListRender'], 0);
  1598.         $instance->addListener('Product/detail.twig', [=> function () {
  1599.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1600.         }, => 'onProductDetailRender'], 0);
  1601.         $instance->addListener('front.product.cart.add.initialize', [=> function () {
  1602.             return ($this->privates['Plugin\\RefineProductSalesTimer42\\EventListener\\ProductEventListener'] ?? $this->load('getProductEventListener2Service'));
  1603.         }, => 'onCartAddInitialize'], 0);
  1604.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1605.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1606.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1607.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1608.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1609.         }, => 'onAdminProductProductTwig'], 0);
  1610.         $instance->addListener('Shopping/index.twig', [=> function () {
  1611.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1612.         }, => 'onShoppingIndexTwig'], 0);
  1613.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1614.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1615.         }, => 'onShoppingConfirmTwig'], 0);
  1616.         $instance->addListener('Mypage/index.twig', [=> function () {
  1617.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1618.         }, => 'onMypageNaviTwig'], 0);
  1619.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1620.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1621.         }, => 'onMypageNaviTwig'], 0);
  1622.         $instance->addListener('Mypage/change.twig', [=> function () {
  1623.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1624.         }, => 'onMypageNaviTwig'], 0);
  1625.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1626.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1627.         }, => 'onMypageNaviTwig'], 0);
  1628.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1629.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1630.         }, => 'onMypageNaviTwig'], 0);
  1631.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1632.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1633.         }, => 'onMypageNaviTwig'], 0);
  1634.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1635.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1636.         }, => 'onMypageNaviTwig'], 0);
  1637.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1638.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1639.         }, => 'onMypageNaviTwig'], 0);
  1640.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1641.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1642.         }, => 'onMypageNaviTwig'], 0);
  1643.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1644.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1645.         }, => 'onMypageNaviTwig'], 0);
  1646.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1647.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1648.         }, => 'onMypageNaviTwig'], 0);
  1649.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1650.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1651.         }, => 'onMypageNaviTwig'], 0);
  1652.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1653.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1654.         }, => 'onMypageNaviTwig'], 0);
  1655.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1656.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1657.         }, => 'onMypageNaviTwig'], 0);
  1658.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1659.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1660.         }, => 'onMypageNaviTwig'], 0);
  1661.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1662.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1663.         }, => 'onMypageNaviTwig'], 0);
  1664.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1665.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1666.         }, => 'onMypageNaviTwig'], 0);
  1667.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1668.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1669.         }, => 'onMypageNaviTwig'], 0);
  1670.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1671.             return ($this->privates['Plugin\\tbsMailTemplate42\\tbsMailTemplateEvent'] ?? $this->load('getTbsMailTemplateEventService'));
  1672.         }, => 'adminOrderMailIndexInitialize'], 0);
  1673.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1674.             return ($this->privates['Plugin\\tbsMailTemplate42\\tbsMailTemplateEvent'] ?? $this->load('getTbsMailTemplateEventService'));
  1675.         }, => 'onRenderAdminOrderEdit'], 0);
  1676.         $instance->addListener('Mypage/history.twig', [=> function () {
  1677.             return ($this->privates['Plugin\\tbsMailTemplate42\\tbsMailTemplateEvent'] ?? $this->load('getTbsMailTemplateEventService'));
  1678.         }, => 'onRenderMypageHistory'], 0);
  1679.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1680.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  1681.         }, => 'sendPaymentMail'], 0);
  1682.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1683.             return ($this->privates['Customize\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachine2Service'));
  1684.         }, => 'sendCancelMail'], 0);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1687.         }, => 'onKernelRequest'], 4096);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1690.         }, => 'onKernelResponse'], 0);
  1691.         $instance->addListener('kernel.response', [=> function () {
  1692.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1693.         }, => 'onKernelResponse'], -1024);
  1694.         $instance->addListener('kernel.request', [=> function () {
  1695.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1696.         }, => 'setDefaultLocale'], 100);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1699.         }, => 'onKernelRequest'], 16);
  1700.         $instance->addListener('kernel.finish_request', [=> function () {
  1701.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1702.         }, => 'onKernelFinishRequest'], 0);
  1703.         $instance->addListener('kernel.request', [=> function () {
  1704.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1705.         }, => 'onKernelRequest'], 256);
  1706.         $instance->addListener('kernel.response', [=> function () {
  1707.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1708.         }, => 'onResponse'], -255);
  1709.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1710.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1711.         }, => 'onControllerArguments'], 0);
  1712.         $instance->addListener('kernel.exception', [=> function () {
  1713.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1714.         }, => 'logKernelException'], 0);
  1715.         $instance->addListener('kernel.exception', [=> function () {
  1716.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1717.         }, => 'onKernelException'], -128);
  1718.         $instance->addListener('kernel.response', [=> function () {
  1719.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1720.         }, => 'removeCspHeader'], -128);
  1721.         $instance->addListener('kernel.request', [=> function () {
  1722.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1723.         }, => 'onKernelRequest'], 15);
  1724.         $instance->addListener('kernel.finish_request', [=> function () {
  1725.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1726.         }, => 'onKernelFinishRequest'], -15);
  1727.         $instance->addListener('console.error', [=> function () {
  1728.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1729.         }, => 'onConsoleError'], -128);
  1730.         $instance->addListener('console.terminate', [=> function () {
  1731.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1732.         }, => 'onConsoleTerminate'], -128);
  1733.         $instance->addListener('console.error', [=> function () {
  1734.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1735.         }, => 'onConsoleError'], 0);
  1736.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1737.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1738.         }, => 'onMessage'], -255);
  1739.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1740.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1741.         }, => 'onMessage'], -255);
  1742.         $instance->addListener('kernel.response', [=> function () {
  1743.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1744.         }, => 'onKernelResponse'], 0);
  1745.         $instance->addListener('kernel.request', [=> function () {
  1746.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1747.         }, => 'onKernelRequest'], 48);
  1748.         $instance->addListener('kernel.request', [=> function () {
  1749.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1750.         }, => 'configure'], 2048);
  1751.         $instance->addListener('console.command', [=> function () {
  1752.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1753.         }, => 'configure'], 2048);
  1754.         $instance->addListener('kernel.request', [=> function () {
  1755.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1756.         }, => 'onKernelRequest'], 32);
  1757.         $instance->addListener('kernel.finish_request', [=> function () {
  1758.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1759.         }, => 'onKernelFinishRequest'], 0);
  1760.         $instance->addListener('kernel.exception', [=> function () {
  1761.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1762.         }, => 'onKernelException'], -64);
  1763.         $instance->addListener('kernel.request', [=> function () {
  1764.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1765.         }, => 'onKernelRequest'], 128);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1768.         }, => 'onKernelResponse'], -1000);
  1769.         $instance->addListener('kernel.finish_request', [=> function () {
  1770.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1771.         }, => 'onFinishRequest'], 0);
  1772.         $instance->addListener('kernel.response', [=> function () {
  1773.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1774.         }, => 'onKernelResponse'], -100);
  1775.         $instance->addListener('kernel.exception', [=> function () {
  1776.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1777.         }, => 'onKernelException'], 0);
  1778.         $instance->addListener('kernel.terminate', [=> function () {
  1779.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1780.         }, => 'onKernelTerminate'], -1024);
  1781.         $instance->addListener('kernel.controller', [=> function () {
  1782.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1783.         }, => 'onKernelController'], 0);
  1784.         $instance->addListener('kernel.response', [=> function () {
  1785.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1786.         }, => 'onKernelResponse'], 0);
  1787.         $instance->addListener('kernel.response', [=> function () {
  1788.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1789.         }, => 'onKernelResponse'], 0);
  1790.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1791.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1792.         }, => 'checkPassport'], 0);
  1793.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1794.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1795.         }, => 'onLoginSuccess'], 0);
  1796.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1797.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1798.         }, => 'onVoterVote'], 0);
  1799.         $instance->addListener('kernel.request', [=> function () {
  1800.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1801.         }, => 'configureLogoutUrlGenerator'], 8);
  1802.         $instance->addListener('kernel.request', [=> function () {
  1803.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1804.         }, => 'onKernelRequest'], 8);
  1805.         $instance->addListener('kernel.finish_request', [=> function () {
  1806.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1807.         }, => 'onKernelFinishRequest'], 0);
  1808.         $instance->addListener('kernel.controller', [=> function () {
  1809.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1810.         }, => 'onKernelController'], 0);
  1811.         $instance->addListener('kernel.controller', [=> function () {
  1812.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1813.         }, => 'onKernelController'], 0);
  1814.         $instance->addListener('kernel.controller', [=> function () {
  1815.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1816.         }, => 'onKernelController'], -128);
  1817.         $instance->addListener('kernel.view', [=> function () {
  1818.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1819.         }, => 'onKernelView'], 0);
  1820.         $instance->addListener('kernel.controller', [=> function () {
  1821.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1822.         }, => 'onKernelController'], 0);
  1823.         $instance->addListener('kernel.response', [=> function () {
  1824.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1825.         }, => 'onKernelResponse'], 0);
  1826.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1827.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1828.         }, => 'onKernelControllerArguments'], 0);
  1829.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1830.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1831.         }, => 'onKernelControllerArguments'], 0);
  1832.         $instance->addListener('console.command', [=> function () {
  1833.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1834.         }, => 'onCommand'], 255);
  1835.         $instance->addListener('console.terminate', [=> function () {
  1836.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1837.         }, => 'onTerminate'], -255);
  1838.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1839.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1840.         }, => 'onMessage'], 0);
  1841.         $instance->addListener('console.command', [=> function () {
  1842.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1843.         }, => 'configure'], 1024);
  1844.         $instance->addListener('kernel.response', [=> function () {
  1845.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1846.         }, => 'onKernelResponse'], -128);
  1847.         $instance->addListener('console.error', [=> function () {
  1848.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1849.         }, => 'onConsoleError'], 0);
  1850.         $instance->addListener('console.terminate', [=> function () {
  1851.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1852.         }, => 'onConsoleTerminate'], 0);
  1853.         $instance->addListener('knp_pager.before', [=> function () {
  1854.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1855.         }, => 'before'], 0);
  1856.         $instance->addListener('knp_pager.pagination', [=> function () {
  1857.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1858.         }, => 'pagination'], 0);
  1859.         $instance->addListener('knp_pager.before', [=> function () {
  1860.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1861.         }, => 'before'], 1);
  1862.         $instance->addListener('knp_pager.before', [=> function () {
  1863.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1864.         }, => 'before'], 1);
  1865.         $instance->addListener('knp_pager.pagination', [=> function () {
  1866.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1867.         }, => 'pagination'], 1);
  1868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1869.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1870.         }, => 'checkPassport'], 512);
  1871.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1872.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1873.         }, => 'onLogout'], 0);
  1874.         return $instance;
  1875.     }
  1876.     /**
  1877.      * Gets the public 'http_kernel' shared service.
  1878.      *
  1879.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1880.      */
  1881.     protected function getHttpKernelService()
  1882.     {
  1883.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1884.         if (isset($this->services['http_kernel'])) {
  1885.             return $this->services['http_kernel'];
  1886.         }
  1887.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1888.         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 () {
  1889.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1890.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1891.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1892.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1893.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1894.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1895.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1896.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1897.         }, 8)), $b));
  1898.     }
  1899.     /**
  1900.      * Gets the public 'request_stack' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1903.      */
  1904.     protected function getRequestStackService()
  1905.     {
  1906.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1907.     }
  1908.     /**
  1909.      * Gets the public 'router' shared service.
  1910.      *
  1911.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1912.      */
  1913.     protected function getRouterService()
  1914.     {
  1915.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1916.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1917.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1918.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1919.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1920.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1921.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1922.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1923.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1924.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1925.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1926.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1927.         ], [
  1928.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1929.         ]))->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'));
  1930.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1931.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1932.         return $instance;
  1933.     }
  1934.     /**
  1935.      * Gets the public 'translator' shared service.
  1936.      *
  1937.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1938.      */
  1939.     protected function getTranslatorService()
  1940.     {
  1941.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1942.     }
  1943.     /**
  1944.      * Gets the public 'var_dumper.cloner' shared service.
  1945.      *
  1946.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1947.      */
  1948.     protected function getVarDumper_ClonerService()
  1949.     {
  1950.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1951.         $instance->setMaxItems(2500);
  1952.         $instance->setMinDepth(1);
  1953.         $instance->setMaxString(-1);
  1954.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  1959.      *
  1960.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1961.      */
  1962.     protected function get_ServiceLocator_HDnBBSZService()
  1963.     {
  1964.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1965.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1966.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1967.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1968.         ], [
  1969.             'security.firewall.map.context.admin' => '?',
  1970.             'security.firewall.map.context.customer' => '?',
  1971.             'security.firewall.map.context.dev' => '?',
  1972.         ]);
  1973.     }
  1974.     /**
  1975.      * Gets the private '.service_locator.eqmkYFL' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1978.      */
  1979.     protected function get_ServiceLocator_EqmkYFLService()
  1980.     {
  1981.         return $this->privates['.service_locator.eqmkYFL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1982.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  1983.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  1984.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  1985.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  1986.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1987.             'router' => ['services''router''getRouterService'false],
  1988.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  1989.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  1990.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  1991.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  1992.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  1993.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  1994.         ], [
  1995.             'doctrine' => '?',
  1996.             'form.factory' => '?',
  1997.             'http_kernel' => '?',
  1998.             'parameter_bag' => '?',
  1999.             'request_stack' => '?',
  2000.             'router' => '?',
  2001.             'security.authorization_checker' => '?',
  2002.             'security.csrf.token_manager' => '?',
  2003.             'security.token_storage' => '?',
  2004.             'serializer' => '?',
  2005.             'session' => '.session.deprecated',
  2006.             'twig' => '?',
  2007.         ]);
  2008.     }
  2009.     /**
  2010.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2011.      *
  2012.      * @return \Eccube\DataCollector\EccubeDataCollector
  2013.      */
  2014.     protected function getEccubeDataCollectorService()
  2015.     {
  2016.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2017.     }
  2018.     /**
  2019.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2020.      *
  2021.      * @return \Eccube\Doctrine\Query\Queries
  2022.      */
  2023.     protected function getQueriesService()
  2024.     {
  2025.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2026.         $instance->addCustomizer(new \Customize\Repository\OrderSearchAdminCustomizer(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService())));
  2027.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2028.         return $instance;
  2029.     }
  2030.     /**
  2031.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2032.      *
  2033.      * @return \Eccube\EventListener\IpAddrListener
  2034.      */
  2035.     protected function getIpAddrListenerService()
  2036.     {
  2037.         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()));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2041.      *
  2042.      * @return \Eccube\EventListener\LogListener
  2043.      */
  2044.     protected function getLogListenerService()
  2045.     {
  2046.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2047.     }
  2048.     /**
  2049.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2050.      *
  2051.      * @return \Eccube\EventListener\MaintenanceListener
  2052.      */
  2053.     protected function getMaintenanceListenerService()
  2054.     {
  2055.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2056.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2057.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2058.         }
  2059.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2060.     }
  2061.     /**
  2062.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2063.      *
  2064.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2065.      */
  2066.     protected function getMobileTemplatePathListenerService()
  2067.     {
  2068.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2069.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2070.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2071.         }
  2072.         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))));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2076.      *
  2077.      * @return \Eccube\EventListener\RateLimiterListener
  2078.      */
  2079.     protected function getRateLimiterListenerService()
  2080.     {
  2081.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2082.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2083.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2084.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2085.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2086.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2087.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2088.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2089.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2090.         ], [
  2091.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2092.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2093.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2094.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2095.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2096.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2097.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2098.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2099.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2103.      *
  2104.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2105.      */
  2106.     protected function getRestrictFileUploadListenerService()
  2107.     {
  2108.         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()));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2112.      *
  2113.      * @return \Eccube\EventListener\TransactionListener
  2114.      */
  2115.     protected function getTransactionListenerService()
  2116.     {
  2117.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2118.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2119.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2120.         }
  2121.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2122.     }
  2123.     /**
  2124.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2125.      *
  2126.      * @return \Eccube\EventListener\TwigInitializeListener
  2127.      */
  2128.     protected function getTwigInitializeListenerService()
  2129.     {
  2130.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2131.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2132.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2133.         }
  2134.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2135.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2136.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2137.         }
  2138.         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);
  2139.     }
  2140.     /**
  2141.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2142.      *
  2143.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2144.      */
  2145.     protected function getTwoFactorAuthListenerService()
  2146.     {
  2147.         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()));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2151.      *
  2152.      * @return \Eccube\Log\Processor\SessionProcessor
  2153.      */
  2154.     protected function getSessionProcessorService()
  2155.     {
  2156.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2157.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2158.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2159.         }
  2160.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2161.     }
  2162.     /**
  2163.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2164.      *
  2165.      * @return \Eccube\Log\Processor\TokenProcessor
  2166.      */
  2167.     protected function getTokenProcessorService()
  2168.     {
  2169.         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()));
  2170.     }
  2171.     /**
  2172.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2173.      *
  2174.      * @return \Eccube\Repository\AuthorityRoleRepository
  2175.      */
  2176.     protected function getAuthorityRoleRepositoryService()
  2177.     {
  2178.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2179.     }
  2180.     /**
  2181.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2182.      *
  2183.      * @return \Eccube\Repository\BaseInfoRepository
  2184.      */
  2185.     protected function getBaseInfoRepositoryService()
  2186.     {
  2187.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2188.     }
  2189.     /**
  2190.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2191.      *
  2192.      * @return \Eccube\Repository\BlockPositionRepository
  2193.      */
  2194.     protected function getBlockPositionRepositoryService()
  2195.     {
  2196.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2197.     }
  2198.     /**
  2199.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2200.      *
  2201.      * @return \Eccube\Repository\BlockRepository
  2202.      */
  2203.     protected function getBlockRepositoryService()
  2204.     {
  2205.         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))));
  2206.     }
  2207.     /**
  2208.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2209.      *
  2210.      * @return \Eccube\Repository\CartRepository
  2211.      */
  2212.     protected function getCartRepositoryService()
  2213.     {
  2214.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2215.     }
  2216.     /**
  2217.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2218.      *
  2219.      * @return \Eccube\Repository\LayoutRepository
  2220.      */
  2221.     protected function getLayoutRepositoryService()
  2222.     {
  2223.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2224.     }
  2225.     /**
  2226.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2227.      *
  2228.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2229.      */
  2230.     protected function getDeviceTypeRepositoryService()
  2231.     {
  2232.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2233.     }
  2234.     /**
  2235.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2236.      *
  2237.      * @return \Eccube\Repository\OrderRepository
  2238.      */
  2239.     protected function getOrderRepositoryService()
  2240.     {
  2241.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2242.     }
  2243.     /**
  2244.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2245.      *
  2246.      * @return \Eccube\Repository\PageLayoutRepository
  2247.      */
  2248.     protected function getPageLayoutRepositoryService()
  2249.     {
  2250.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2251.     }
  2252.     /**
  2253.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2254.      *
  2255.      * @return \Eccube\Repository\PageRepository
  2256.      */
  2257.     protected function getPageRepositoryService()
  2258.     {
  2259.         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);
  2260.     }
  2261.     /**
  2262.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2263.      *
  2264.      * @return \Eccube\Repository\ProductClassRepository
  2265.      */
  2266.     protected function getProductClassRepositoryService()
  2267.     {
  2268.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2269.     }
  2270.     /**
  2271.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2272.      *
  2273.      * @return \Eccube\Repository\ProductRepository
  2274.      */
  2275.     protected function getProductRepositoryService()
  2276.     {
  2277.         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))));
  2278.     }
  2279.     /**
  2280.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2281.      *
  2282.      * @return \Eccube\Repository\TaxRuleRepository
  2283.      */
  2284.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2285.     {
  2286.         if ($lazyLoad) {
  2287.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2288.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2289.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2290.                     $proxy->setProxyInitializer(null);
  2291.                     return true;
  2292.                 });
  2293.             });
  2294.         }
  2295.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2296.         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))));
  2297.     }
  2298.     /**
  2299.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2300.      *
  2301.      * @return \Eccube\Request\Context
  2302.      */
  2303.     protected function getContextService()
  2304.     {
  2305.         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()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2309.      *
  2310.      * @return \Eccube\Service\CartService
  2311.      */
  2312.     protected function getCartServiceService($lazyLoad true)
  2313.     {
  2314.         if ($lazyLoad) {
  2315.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2316.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2317.                     $wrappedInstance $this->getCartServiceService(false);
  2318.                     $proxy->setProxyInitializer(null);
  2319.                     return true;
  2320.                 });
  2321.             });
  2322.         }
  2323.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2324.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2325.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2326.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2327.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2328.         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()));
  2329.     }
  2330.     /**
  2331.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2332.      *
  2333.      * @return \Eccube\Service\TwoFactorAuthService
  2334.      */
  2335.     protected function getTwoFactorAuthServiceService()
  2336.     {
  2337.         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())));
  2338.     }
  2339.     /**
  2340.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2341.      *
  2342.      * @return \Eccube\Twig\Extension\EccubeExtension
  2343.      */
  2344.     protected function getEccubeExtensionService()
  2345.     {
  2346.         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()));
  2347.     }
  2348.     /**
  2349.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2350.      *
  2351.      * @return \Eccube\Twig\Extension\TaxExtension
  2352.      */
  2353.     protected function getTaxExtensionService()
  2354.     {
  2355.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2356.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2357.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2358.         }
  2359.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2360.     }
  2361.     /**
  2362.      * Gets the private 'Eccube\Util\CacheUtil' shared autowired service.
  2363.      *
  2364.      * @return \Eccube\Util\CacheUtil
  2365.      */
  2366.     protected function getCacheUtilService()
  2367.     {
  2368.         return $this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this);
  2369.     }
  2370.     /**
  2371.      * Gets the private 'Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber' shared autowired service.
  2372.      *
  2373.      * @return \Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber
  2374.      */
  2375.     protected function getOrderStatusEventSubscriberService()
  2376.     {
  2377.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2378.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2379.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2380.         }
  2381.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2382.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2383.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2384.         }
  2385.         $c = ($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] ?? $this->getOrderStatusExServiceService());
  2386.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2387.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2388.         }
  2389.         $d = ($this->services['Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'] ?? $this->getOrderStatusExControllerService());
  2390.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2391.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2392.         }
  2393.         $e = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2394.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2395.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2396.         }
  2397.         $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] = $instance = new \Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber(($this->services['router'] ?? $this->getRouterService()), $a$this$b$c$d, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this))), $e);
  2398.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2399.         $g = new \Plugin\OrderStatusEx\Service\TwigRenderService\TwigRenderService($f);
  2400.         $instance->setTwigRenderService($g);
  2401.         $instance->setTwigRenderHelper(new \Plugin\OrderStatusEx\Service\TwigRenderService\EventSubscriber\TwigRenderHelper($g, new \Plugin\OrderStatusEx\Service\TwigRenderService\Form\FormHelper(), $f));
  2402.         return $instance;
  2403.     }
  2404.     /**
  2405.      * Gets the private 'Plugin\OrderStatusEx\Repository\OrderStatusExRepository' shared autowired service.
  2406.      *
  2407.      * @return \Plugin\OrderStatusEx\Repository\OrderStatusExRepository
  2408.      */
  2409.     protected function getOrderStatusExRepositoryService()
  2410.     {
  2411.         return $this->privates['Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository'] = new \Plugin\OrderStatusEx\Repository\OrderStatusExRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2412.     }
  2413.     /**
  2414.      * Gets the private 'Plugin\OrderStatusEx\Service\OrderStatusExService' shared autowired service.
  2415.      *
  2416.      * @return \Plugin\OrderStatusEx\Service\OrderStatusExService
  2417.      */
  2418.     protected function getOrderStatusExServiceService()
  2419.     {
  2420.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2421.         if (isset($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'])) {
  2422.             return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'];
  2423.         }
  2424.         return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] = new \Plugin\OrderStatusEx\Service\OrderStatusExService($a);
  2425.     }
  2426.     /**
  2427.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2428.      *
  2429.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2430.      */
  2431.     protected function getWebProcessorService()
  2432.     {
  2433.         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']);
  2434.     }
  2435.     /**
  2436.      * Gets the private 'annotations.cache_adapter' shared service.
  2437.      *
  2438.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2439.      */
  2440.     protected function getAnnotations_CacheAdapterService()
  2441.     {
  2442.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2443.     }
  2444.     /**
  2445.      * Gets the private 'annotations.cached_reader' shared service.
  2446.      *
  2447.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2448.      */
  2449.     protected function getAnnotations_CachedReaderService()
  2450.     {
  2451.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2452.     }
  2453.     /**
  2454.      * Gets the private 'annotations.reader' shared service.
  2455.      *
  2456.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2457.      */
  2458.     protected function getAnnotations_ReaderService()
  2459.     {
  2460.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2461.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2462.         $a->registerUniqueLoader('class_exists');
  2463.         $instance->addGlobalIgnoredName('required'$a);
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the private 'assets.context' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2470.      */
  2471.     protected function getAssets_ContextService()
  2472.     {
  2473.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2474.         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());
  2475.     }
  2476.     /**
  2477.      * Gets the private 'cache.annotations' shared service.
  2478.      *
  2479.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2480.      */
  2481.     protected function getCache_AnnotationsService()
  2482.     {
  2483.         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())));
  2484.     }
  2485.     /**
  2486.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2487.      *
  2488.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2489.      */
  2490.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2491.     {
  2492.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2493.     }
  2494.     /**
  2495.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2496.      *
  2497.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2498.      */
  2499.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2500.     {
  2501.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2502.     }
  2503.     /**
  2504.      * Gets the private 'cache.property_info' shared service.
  2505.      *
  2506.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2507.      */
  2508.     protected function getCache_PropertyInfoService()
  2509.     {
  2510.         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())));
  2511.     }
  2512.     /**
  2513.      * Gets the private 'cache.security_expression_language' shared service.
  2514.      *
  2515.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2516.      */
  2517.     protected function getCache_SecurityExpressionLanguageService()
  2518.     {
  2519.         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())));
  2520.     }
  2521.     /**
  2522.      * Gets the private 'cache.security_token_verifier' shared service.
  2523.      *
  2524.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2525.      */
  2526.     protected function getCache_SecurityTokenVerifierService()
  2527.     {
  2528.         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())));
  2529.     }
  2530.     /**
  2531.      * Gets the private 'cache.serializer' shared service.
  2532.      *
  2533.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2534.      */
  2535.     protected function getCache_SerializerService()
  2536.     {
  2537.         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())));
  2538.     }
  2539.     /**
  2540.      * Gets the private 'cache.validator' shared service.
  2541.      *
  2542.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2543.      */
  2544.     protected function getCache_ValidatorService()
  2545.     {
  2546.         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())));
  2547.     }
  2548.     /**
  2549.      * Gets the private 'config_cache_factory' shared service.
  2550.      *
  2551.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2552.      */
  2553.     protected function getConfigCacheFactoryService()
  2554.     {
  2555.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2556.             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)));
  2557.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2558.         }, 2));
  2559.     }
  2560.     /**
  2561.      * Gets the private 'data_collector.form' shared service.
  2562.      *
  2563.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2564.      */
  2565.     protected function getDataCollector_FormService()
  2566.     {
  2567.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2568.     }
  2569.     /**
  2570.      * Gets the private 'data_collector.request' shared service.
  2571.      *
  2572.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2573.      */
  2574.     protected function getDataCollector_RequestService()
  2575.     {
  2576.         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())));
  2577.     }
  2578.     /**
  2579.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2580.      *
  2581.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2582.      */
  2583.     protected function getDebug_DebugHandlersListenerService()
  2584.     {
  2585.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2586.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2587.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2588.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2589.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2590.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2591.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2592.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2593.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2594.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2595.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2596.     }
  2597.     /**
  2598.      * Gets the private 'debug.file_link_formatter' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2601.      */
  2602.     protected function getDebug_FileLinkFormatterService()
  2603.     {
  2604.         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 () {
  2605.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2606.         });
  2607.     }
  2608.     /**
  2609.      * Gets the private 'debug.log_processor' shared service.
  2610.      *
  2611.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2612.      */
  2613.     protected function getDebug_LogProcessorService()
  2614.     {
  2615.         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())));
  2616.     }
  2617.     /**
  2618.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2619.      *
  2620.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2621.      */
  2622.     protected function getDebug_Security_Access_DecisionManagerService()
  2623.     {
  2624.         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 () {
  2625.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2626.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2627.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2628.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2629.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2630.     }
  2631.     /**
  2632.      * Gets the private 'debug.security.firewall' shared service.
  2633.      *
  2634.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2635.      */
  2636.     protected function getDebug_Security_FirewallService()
  2637.     {
  2638.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2639.         if (isset($this->privates['debug.security.firewall'])) {
  2640.             return $this->privates['debug.security.firewall'];
  2641.         }
  2642.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2643.         if (isset($this->privates['debug.security.firewall'])) {
  2644.             return $this->privates['debug.security.firewall'];
  2645.         }
  2646.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2647.     }
  2648.     /**
  2649.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2650.      *
  2651.      * @return \Doctrine\Migrations\DependencyFactory
  2652.      */
  2653.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2654.     {
  2655.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2656.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2657.         $a->setAllOrNothing(false);
  2658.         $a->setCheckDatabasePlatform(true);
  2659.         $a->setTransactional(true);
  2660.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2661.         $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()));
  2662.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2663.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2664.         });
  2665.         return $instance;
  2666.     }
  2667.     /**
  2668.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2669.      *
  2670.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2671.      */
  2672.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2673.     {
  2674.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  2675.     }
  2676.     /**
  2677.      * Gets the private 'eccube.collector.core' shared autowired service.
  2678.      *
  2679.      * @return \Eccube\DataCollector\EccubeDataCollector
  2680.      */
  2681.     protected function getEccube_Collector_CoreService()
  2682.     {
  2683.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2684.     }
  2685.     /**
  2686.      * Gets the private 'esi_listener' shared service.
  2687.      *
  2688.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2689.      */
  2690.     protected function getEsiListenerService()
  2691.     {
  2692.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2693.     }
  2694.     /**
  2695.      * Gets the private 'exception_listener' shared service.
  2696.      *
  2697.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2698.      */
  2699.     protected function getExceptionListenerService()
  2700.     {
  2701.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2702.     }
  2703.     /**
  2704.      * Gets the private 'form.registry' shared service.
  2705.      *
  2706.      * @return \Symfony\Component\Form\FormRegistry
  2707.      */
  2708.     protected function getForm_RegistryService()
  2709.     {
  2710.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2711.             'Customize\\Form\\Type\\Master\\SpecialDeliveryType' => ['privates''Customize\\Form\\Type\\Master\\SpecialDeliveryType''getSpecialDeliveryTypeService'true],
  2712.             'Customize\\Form\\Type\\Master\\TemperatureControlType' => ['privates''Customize\\Form\\Type\\Master\\TemperatureControlType''getTemperatureControlTypeService'true],
  2713.             'Eccube\\Form\\Type\\AddCartType' => ['privates''Eccube\\Form\\Type\\AddCartType''getAddCartTypeService'true],
  2714.             'Eccube\\Form\\Type\\AddressType' => ['privates''Eccube\\Form\\Type\\AddressType''getAddressTypeService'true],
  2715.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthenticationType''getAuthenticationTypeService'true],
  2716.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthorityRoleType''getAuthorityRoleTypeService'true],
  2717.             'Eccube\\Form\\Type\\Admin\\BlockType' => ['privates''Eccube\\Form\\Type\\Admin\\BlockType''getBlockTypeService'true],
  2718.             'Eccube\\Form\\Type\\Admin\\CalendarType' => ['privates''Eccube\\Form\\Type\\Admin\\CalendarType''getCalendarTypeService'true],
  2719.             'Eccube\\Form\\Type\\Admin\\CategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\CategoryType''getCategoryTypeService'true],
  2720.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => ['privates''Eccube\\Form\\Type\\Admin\\ChangePasswordType''getChangePasswordTypeService'true],
  2721.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassCategoryType''getClassCategoryTypeService'true],
  2722.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassNameType''getClassNameTypeService'true],
  2723.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => ['privates''Eccube\\Form\\Type\\Admin\\CsvImportType''getCsvImportTypeService'true],
  2724.             'Eccube\\Form\\Type\\Admin\\CustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\CustomerType''getCustomerTypeService'true],
  2725.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryFeeType''getDeliveryFeeTypeService'true],
  2726.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryTimeType''getDeliveryTimeTypeService'true],
  2727.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryType''getDeliveryTypeService'true],
  2728.             'Eccube\\Form\\Type\\Admin\\LayoutType' => ['privates''Eccube\\Form\\Type\\Admin\\LayoutType''getLayoutTypeService'true],
  2729.             'Eccube\\Form\\Type\\Admin\\LogType' => ['privates''Eccube\\Form\\Type\\Admin\\LogType''getLogTypeService'true],
  2730.             'Eccube\\Form\\Type\\Admin\\LoginType' => ['privates''Eccube\\Form\\Type\\Admin\\LoginType''getLoginTypeService'true],
  2731.             'Eccube\\Form\\Type\\Admin\\MailType' => ['privates''Eccube\\Form\\Type\\Admin\\MailType''getMailTypeService'true],
  2732.             'Eccube\\Form\\Type\\Admin\\MainEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MainEditType''getMainEditTypeService'true],
  2733.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataDataType''getMasterdataDataTypeService'true],
  2734.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataEditType''getMasterdataEditTypeService'true],
  2735.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataType''getMasterdataTypeService'true],
  2736.             'Eccube\\Form\\Type\\Admin\\MemberType' => ['privates''Eccube\\Form\\Type\\Admin\\MemberType''getMemberTypeService'true],
  2737.             'Eccube\\Form\\Type\\Admin\\NewsType' => ['privates''Eccube\\Form\\Type\\Admin\\NewsType''getNewsTypeService'true],
  2738.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderItemType''getOrderItemTypeService'true],
  2739.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderMailType''getOrderMailTypeService'true],
  2740.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderPdfType''getOrderPdfTypeService'true],
  2741.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderStatusSettingType''getOrderStatusSettingTypeService'true],
  2742.             'Eccube\\Form\\Type\\Admin\\OrderType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderType''getOrderTypeService'true],
  2743.             'Eccube\\Form\\Type\\Admin\\PageType' => ['privates''Eccube\\Form\\Type\\Admin\\PageType''getPageTypeService'true],
  2744.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => ['privates''Eccube\\Form\\Type\\Admin\\PaymentRegisterType''getPaymentRegisterTypeService'true],
  2745.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginLocalInstallType''getPluginLocalInstallTypeService'true],
  2746.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginManagementType''getPluginManagementTypeService'true],
  2747.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassEditType''getProductClassEditTypeService'true],
  2748.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassMatrixType''getProductClassMatrixTypeService'true],
  2749.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassType''getProductClassTypeService'true],
  2750.             'Eccube\\Form\\Type\\Admin\\ProductTag' => ['privates''Eccube\\Form\\Type\\Admin\\ProductTag''getProductTagService'true],
  2751.             'Eccube\\Form\\Type\\Admin\\ProductType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductType''getProductTypeService'true],
  2752.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchCustomerType''getSearchCustomerTypeService'true],
  2753.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType''getSearchLoginHistoryTypeService'true],
  2754.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchOrderType''getSearchOrderTypeService'true],
  2755.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchPluginApiType''getSearchPluginApiTypeService'true],
  2756.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchProductType''getSearchProductTypeService'true],
  2757.             'Eccube\\Form\\Type\\Admin\\SecurityType' => ['privates''Eccube\\Form\\Type\\Admin\\SecurityType''getSecurityTypeService'true],
  2758.             'Eccube\\Form\\Type\\Admin\\ShippingType' => ['privates''Eccube\\Form\\Type\\Admin\\ShippingType''getShippingTypeService'true],
  2759.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => ['privates''Eccube\\Form\\Type\\Admin\\ShopMasterType''getShopMasterTypeService'true],
  2760.             'Eccube\\Form\\Type\\Admin\\TagType' => ['privates''Eccube\\Form\\Type\\Admin\\TagType''getTagTypeService'true],
  2761.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => ['privates''Eccube\\Form\\Type\\Admin\\TaxRuleType''getTaxRuleTypeService'true],
  2762.             'Eccube\\Form\\Type\\Admin\\TemplateType' => ['privates''Eccube\\Form\\Type\\Admin\\TemplateType''getTemplateTypeService'true],
  2763.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => ['privates''Eccube\\Form\\Type\\Admin\\TradeLawType''getTradeLawTypeService'true],
  2764.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => ['privates''Eccube\\Form\\Type\\Admin\\TwoFactorAuthType''getTwoFactorAuthTypeService'true],
  2765.             'Eccube\\Form\\Type\\Front\\ContactType' => ['privates''Eccube\\Form\\Type\\Front\\ContactType''getContactTypeService'true],
  2766.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerAddressType''getCustomerAddressTypeService'true],
  2767.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerLoginType''getCustomerLoginTypeService'true],
  2768.             'Eccube\\Form\\Type\\Front\\EntryType' => ['privates''Eccube\\Form\\Type\\Front\\EntryType''getEntryTypeService'true],
  2769.             'Eccube\\Form\\Type\\Front\\ForgotType' => ['privates''Eccube\\Form\\Type\\Front\\ForgotType''getForgotTypeService'true],
  2770.             'Eccube\\Form\\Type\\Front\\NonMemberType' => ['privates''Eccube\\Form\\Type\\Front\\NonMemberType''getNonMemberTypeService'true],
  2771.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => ['privates''Eccube\\Form\\Type\\Front\\PasswordResetType''getPasswordResetTypeService'true],
  2772.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => ['privates''Eccube\\Form\\Type\\Front\\ShoppingShippingType''getShoppingShippingTypeService'true],
  2773.             'Eccube\\Form\\Type\\Install\\Step1Type' => ['privates''Eccube\\Form\\Type\\Install\\Step1Type''getStep1TypeService'true],
  2774.             'Eccube\\Form\\Type\\Install\\Step3Type' => ['privates''Eccube\\Form\\Type\\Install\\Step3Type''getStep3TypeService'true],
  2775.             'Eccube\\Form\\Type\\Install\\Step4Type' => ['privates''Eccube\\Form\\Type\\Install\\Step4Type''getStep4TypeService'true],
  2776.             'Eccube\\Form\\Type\\Install\\Step5Type' => ['privates''Eccube\\Form\\Type\\Install\\Step5Type''getStep5TypeService'true],
  2777.             'Eccube\\Form\\Type\\KanaType' => ['privates''Eccube\\Form\\Type\\KanaType''getKanaTypeService'true],
  2778.             'Eccube\\Form\\Type\\MasterType' => ['privates''Eccube\\Form\\Type\\MasterType''getMasterTypeService'true],
  2779.             'Eccube\\Form\\Type\\Master\\CategoryType' => ['privates''Eccube\\Form\\Type\\Master\\CategoryType''getCategoryType2Service'true],
  2780.             'Eccube\\Form\\Type\\Master\\CsvType' => ['privates''Eccube\\Form\\Type\\Master\\CsvType''getCsvType2Service'true],
  2781.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => ['privates''Eccube\\Form\\Type\\Master\\CustomerStatusType''getCustomerStatusTypeService'true],
  2782.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => ['privates''Eccube\\Form\\Type\\Master\\DeliveryDurationType''getDeliveryDurationTypeService'true],
  2783.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => ['privates''Eccube\\Form\\Type\\Master\\DeviceTypeType''getDeviceTypeTypeService'true],
  2784.             'Eccube\\Form\\Type\\Master\\JobType' => ['privates''Eccube\\Form\\Type\\Master\\JobType''getJobTypeService'true],
  2785.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => ['privates''Eccube\\Form\\Type\\Master\\LoginHistoryStatusType''getLoginHistoryStatusTypeService'true],
  2786.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => ['privates''Eccube\\Form\\Type\\Master\\MailTemplateType''getMailTemplateTypeService'true],
  2787.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => ['privates''Eccube\\Form\\Type\\Master\\OrderStatusType''getOrderStatusTypeService'true],
  2788.             'Eccube\\Form\\Type\\Master\\PageMaxType' => ['privates''Eccube\\Form\\Type\\Master\\PageMaxType''getPageMaxTypeService'true],
  2789.             'Eccube\\Form\\Type\\Master\\PaymentType' => ['privates''Eccube\\Form\\Type\\Master\\PaymentType''getPaymentTypeService'true],
  2790.             'Eccube\\Form\\Type\\Master\\PrefType' => ['privates''Eccube\\Form\\Type\\Master\\PrefType''getPrefTypeService'true],
  2791.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListMaxType''getProductListMaxTypeService'true],
  2792.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListOrderByType''getProductListOrderByTypeService'true],
  2793.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => ['privates''Eccube\\Form\\Type\\Master\\ProductStatusType''getProductStatusTypeService'true],
  2794.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => ['privates''Eccube\\Form\\Type\\Master\\RoundingTypeType''getRoundingTypeTypeService'true],
  2795.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => ['privates''Eccube\\Form\\Type\\Master\\SaleTypeType''getSaleTypeTypeService'true],
  2796.             'Eccube\\Form\\Type\\Master\\SexType' => ['privates''Eccube\\Form\\Type\\Master\\SexType''getSexTypeService'true],
  2797.             'Eccube\\Form\\Type\\NameType' => ['privates''Eccube\\Form\\Type\\NameType''getNameTypeService'true],
  2798.             'Eccube\\Form\\Type\\PhoneNumberType' => ['privates''Eccube\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  2799.             'Eccube\\Form\\Type\\PostalType' => ['privates''Eccube\\Form\\Type\\PostalType''getPostalTypeService'true],
  2800.             'Eccube\\Form\\Type\\PriceType' => ['privates''Eccube\\Form\\Type\\PriceType''getPriceTypeService'true],
  2801.             'Eccube\\Form\\Type\\RepeatedEmailType' => ['privates''Eccube\\Form\\Type\\RepeatedEmailType''getRepeatedEmailTypeService'true],
  2802.             'Eccube\\Form\\Type\\RepeatedPasswordType' => ['privates''Eccube\\Form\\Type\\RepeatedPasswordType''getRepeatedPasswordTypeService'true],
  2803.             'Eccube\\Form\\Type\\SearchProductBlockType' => ['privates''Eccube\\Form\\Type\\SearchProductBlockType''getSearchProductBlockTypeService'true],
  2804.             'Eccube\\Form\\Type\\SearchProductType' => ['privates''Eccube\\Form\\Type\\SearchProductType''getSearchProductType2Service'true],
  2805.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleItemType''getShippingMultipleItemTypeService'true],
  2806.             'Eccube\\Form\\Type\\ShippingMultipleType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleType''getShippingMultipleTypeService'true],
  2807.             'Eccube\\Form\\Type\\ShoppingMultipleType' => ['privates''Eccube\\Form\\Type\\ShoppingMultipleType''getShoppingMultipleTypeService'true],
  2808.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Shopping\\CustomerAddressType''getCustomerAddressType2Service'true],
  2809.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderItemType''getOrderItemType2Service'true],
  2810.             'Eccube\\Form\\Type\\Shopping\\OrderType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderType''getOrderType2Service'true],
  2811.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => ['privates''Eccube\\Form\\Type\\Shopping\\ShippingType''getShippingType2Service'true],
  2812.             'Eccube\\Form\\Type\\ToggleSwitchType' => ['privates''Eccube\\Form\\Type\\ToggleSwitchType''getToggleSwitchTypeService'true],
  2813.             'Plugin\\AddOnForCategory42\\Form\\Type\\Admin\\AddOnForCategoryType' => ['privates''Plugin\\AddOnForCategory42\\Form\\Type\\Admin\\AddOnForCategoryType''getAddOnForCategoryTypeService'true],
  2814.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType''getMailMagazineTemplateEditTypeService'true],
  2815.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType''getMailMagazineTemplateTypeService'true],
  2816.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType''getMailMagazineTypeService'true],
  2817.             'Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType' => ['privates''Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType''getCustomEntityTypeService'true],
  2818.             'Plugin\\RefineConfirmAdd42\\Form\\Type\\Admin\\RefineConfirmAddConfigType' => ['privates''Plugin\\RefineConfirmAdd42\\Form\\Type\\Admin\\RefineConfirmAddConfigType''getRefineConfirmAddConfigTypeService'true],
  2819.             'Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomDeliverydateType' => ['privates''Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomDeliverydateType''getRpAurokoCustomDeliverydateTypeService'true],
  2820.             'Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomMainType' => ['privates''Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomMainType''getRpAurokoCustomMainTypeService'true],
  2821.             'Plugin\\RpCustomCsvExport42\\Form\\Type\\RpCustomCsvExportType' => ['privates''Plugin\\RpCustomCsvExport42\\Form\\Type\\RpCustomCsvExportType''getRpCustomCsvExportTypeService'true],
  2822.             'Plugin\\RpExportCsv4Simplex42\\Form\\Type\\Admin\\RpExportCsv4Simplex42Type' => ['privates''Plugin\\RpExportCsv4Simplex42\\Form\\Type\\Admin\\RpExportCsv4Simplex42Type''getRpExportCsv4Simplex42TypeService'true],
  2823.             'Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryFeeType' => ['privates''Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryFeeType''getSpecialDeliveryFeeTypeService'true],
  2824.             'Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryType' => ['privates''Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryType''getSpecialDeliveryType2Service'true],
  2825.             'Plugin\\SalesReport42\\Form\\Type\\SalesReportType' => ['privates''Plugin\\SalesReport42\\Form\\Type\\SalesReportType''getSalesReportTypeService'true],
  2826.             'Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType' => ['privates''Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType''getSecuritychecker42ConfigTypeService'true],
  2827.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType''getConfigTypeService'true],
  2828.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType''getSearchPaymentTypeService'true],
  2829.             'Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType''getCreditChangeTypeService'true],
  2830.             'Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType''getPaymentRecvTypeService'true],
  2831.             'Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\MailTemplateType' => ['privates''Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\MailTemplateType''getMailTemplateType2Service'true],
  2832.             'Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\OrderMailType' => ['privates''Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\OrderMailType''getOrderMailType2Service'true],
  2833.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  2834.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  2835.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  2836.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  2837.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  2838.         ], [
  2839.             'Customize\\Form\\Type\\Master\\SpecialDeliveryType' => '?',
  2840.             'Customize\\Form\\Type\\Master\\TemperatureControlType' => '?',
  2841.             'Eccube\\Form\\Type\\AddCartType' => '?',
  2842.             'Eccube\\Form\\Type\\AddressType' => '?',
  2843.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => '?',
  2844.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => '?',
  2845.             'Eccube\\Form\\Type\\Admin\\BlockType' => '?',
  2846.             'Eccube\\Form\\Type\\Admin\\CalendarType' => '?',
  2847.             'Eccube\\Form\\Type\\Admin\\CategoryType' => '?',
  2848.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => '?',
  2849.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => '?',
  2850.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => '?',
  2851.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => '?',
  2852.             'Eccube\\Form\\Type\\Admin\\CustomerType' => '?',
  2853.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => '?',
  2854.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => '?',
  2855.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => '?',
  2856.             'Eccube\\Form\\Type\\Admin\\LayoutType' => '?',
  2857.             'Eccube\\Form\\Type\\Admin\\LogType' => '?',
  2858.             'Eccube\\Form\\Type\\Admin\\LoginType' => '?',
  2859.             'Eccube\\Form\\Type\\Admin\\MailType' => '?',
  2860.             'Eccube\\Form\\Type\\Admin\\MainEditType' => '?',
  2861.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => '?',
  2862.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => '?',
  2863.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => '?',
  2864.             'Eccube\\Form\\Type\\Admin\\MemberType' => '?',
  2865.             'Eccube\\Form\\Type\\Admin\\NewsType' => '?',
  2866.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => '?',
  2867.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => '?',
  2868.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => '?',
  2869.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => '?',
  2870.             'Eccube\\Form\\Type\\Admin\\OrderType' => '?',
  2871.             'Eccube\\Form\\Type\\Admin\\PageType' => '?',
  2872.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => '?',
  2873.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => '?',
  2874.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => '?',
  2875.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => '?',
  2876.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => '?',
  2877.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => '?',
  2878.             'Eccube\\Form\\Type\\Admin\\ProductTag' => '?',
  2879.             'Eccube\\Form\\Type\\Admin\\ProductType' => '?',
  2880.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => '?',
  2881.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => '?',
  2882.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => '?',
  2883.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => '?',
  2884.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => '?',
  2885.             'Eccube\\Form\\Type\\Admin\\SecurityType' => '?',
  2886.             'Eccube\\Form\\Type\\Admin\\ShippingType' => '?',
  2887.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => '?',
  2888.             'Eccube\\Form\\Type\\Admin\\TagType' => '?',
  2889.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => '?',
  2890.             'Eccube\\Form\\Type\\Admin\\TemplateType' => '?',
  2891.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => '?',
  2892.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => '?',
  2893.             'Eccube\\Form\\Type\\Front\\ContactType' => '?',
  2894.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => '?',
  2895.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => '?',
  2896.             'Eccube\\Form\\Type\\Front\\EntryType' => '?',
  2897.             'Eccube\\Form\\Type\\Front\\ForgotType' => '?',
  2898.             'Eccube\\Form\\Type\\Front\\NonMemberType' => '?',
  2899.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => '?',
  2900.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => '?',
  2901.             'Eccube\\Form\\Type\\Install\\Step1Type' => '?',
  2902.             'Eccube\\Form\\Type\\Install\\Step3Type' => '?',
  2903.             'Eccube\\Form\\Type\\Install\\Step4Type' => '?',
  2904.             'Eccube\\Form\\Type\\Install\\Step5Type' => '?',
  2905.             'Eccube\\Form\\Type\\KanaType' => '?',
  2906.             'Eccube\\Form\\Type\\MasterType' => '?',
  2907.             'Eccube\\Form\\Type\\Master\\CategoryType' => '?',
  2908.             'Eccube\\Form\\Type\\Master\\CsvType' => '?',
  2909.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => '?',
  2910.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => '?',
  2911.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => '?',
  2912.             'Eccube\\Form\\Type\\Master\\JobType' => '?',
  2913.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => '?',
  2914.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => '?',
  2915.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => '?',
  2916.             'Eccube\\Form\\Type\\Master\\PageMaxType' => '?',
  2917.             'Eccube\\Form\\Type\\Master\\PaymentType' => '?',
  2918.             'Eccube\\Form\\Type\\Master\\PrefType' => '?',
  2919.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => '?',
  2920.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => '?',
  2921.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => '?',
  2922.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => '?',
  2923.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => '?',
  2924.             'Eccube\\Form\\Type\\Master\\SexType' => '?',
  2925.             'Eccube\\Form\\Type\\NameType' => '?',
  2926.             'Eccube\\Form\\Type\\PhoneNumberType' => '?',
  2927.             'Eccube\\Form\\Type\\PostalType' => '?',
  2928.             'Eccube\\Form\\Type\\PriceType' => '?',
  2929.             'Eccube\\Form\\Type\\RepeatedEmailType' => '?',
  2930.             'Eccube\\Form\\Type\\RepeatedPasswordType' => '?',
  2931.             'Eccube\\Form\\Type\\SearchProductBlockType' => '?',
  2932.             'Eccube\\Form\\Type\\SearchProductType' => '?',
  2933.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => '?',
  2934.             'Eccube\\Form\\Type\\ShippingMultipleType' => '?',
  2935.             'Eccube\\Form\\Type\\ShoppingMultipleType' => '?',
  2936.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => '?',
  2937.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => '?',
  2938.             'Eccube\\Form\\Type\\Shopping\\OrderType' => '?',
  2939.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => '?',
  2940.             'Eccube\\Form\\Type\\ToggleSwitchType' => '?',
  2941.             'Plugin\\AddOnForCategory42\\Form\\Type\\Admin\\AddOnForCategoryType' => '?',
  2942.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType' => '?',
  2943.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType' => '?',
  2944.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType' => '?',
  2945.             'Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType' => '?',
  2946.             'Plugin\\RefineConfirmAdd42\\Form\\Type\\Admin\\RefineConfirmAddConfigType' => '?',
  2947.             'Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomDeliverydateType' => '?',
  2948.             'Plugin\\RpAurokoCustom42\\Form\\Type\\Admin\\RpAurokoCustomMainType' => '?',
  2949.             'Plugin\\RpCustomCsvExport42\\Form\\Type\\RpCustomCsvExportType' => '?',
  2950.             'Plugin\\RpExportCsv4Simplex42\\Form\\Type\\Admin\\RpExportCsv4Simplex42Type' => '?',
  2951.             'Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryFeeType' => '?',
  2952.             'Plugin\\RpSpecialDelivery42\\Form\\Type\\Admin\\SpecialDeliveryType' => '?',
  2953.             'Plugin\\SalesReport42\\Form\\Type\\SalesReportType' => '?',
  2954.             'Plugin\\Securitychecker42\\Form\\Type\\Securitychecker42ConfigType' => '?',
  2955.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType' => '?',
  2956.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType' => '?',
  2957.             'Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType' => '?',
  2958.             'Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType' => '?',
  2959.             'Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\MailTemplateType' => '?',
  2960.             'Plugin\\tbsMailTemplate42\\Form\\Type\\Admin\\OrderMailType' => '?',
  2961.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  2962.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  2963.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  2964.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  2965.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  2966.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  2967.             yield => ($this->privates['Eccube\\Form\\Extension\\DoctrineOrmExtension'] ?? $this->load('getDoctrineOrmExtensionService'));
  2968.             yield => ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] ?? ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] = new \Eccube\Form\Extension\HelpTypeExtension()));
  2969.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  2970.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  2971.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  2972.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  2973.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  2974.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  2975.         }, 8), 'Eccube\\Form\\Type\\Admin\\CategoryType' => new RewindableGenerator(function () {
  2976.             yield => ($this->privates['Plugin\\AddOnForCategory42\\Form\\Extension\\Admin\\CategoryTypeExtension'] ?? $this->load('getCategoryTypeExtensionService'));
  2977.         }, 1), 'Eccube\\Form\\Type\\Admin\\CustomerType' => new RewindableGenerator(function () {
  2978.             yield => ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\CustomerMailMagazineTypeExtension'] ?? ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\CustomerMailMagazineTypeExtension'] = new \Plugin\MailMagazine42\Form\Extension\CustomerMailMagazineTypeExtension()));
  2979.         }, 1), 'Eccube\\Form\\Type\\Front\\EntryType' => new RewindableGenerator(function () {
  2980.             yield => ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\EntryMailMagazineTypeExtension'] ?? $this->load('getEntryMailMagazineTypeExtensionService'));
  2981.         }, 1), 'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => new RewindableGenerator(function () {
  2982.             yield => ($this->privates['Plugin\\OrderStatusEx\\Form\\Extension\\OrderStatusSettingTypeExtension'] ?? $this->load('getOrderStatusSettingTypeExtensionService'));
  2983.         }, 1), 'Eccube\\Form\\Type\\Admin\\ProductType' => new RewindableGenerator(function () {
  2984.             yield => ($this->privates['Plugin\\RefineProductSalesTimer42\\Form\\Extension\\Admin\\ProductExtension'] ?? ($this->privates['Plugin\\RefineProductSalesTimer42\\Form\\Extension\\Admin\\ProductExtension'] = new \Plugin\RefineProductSalesTimer42\Form\Extension\Admin\ProductExtension()));
  2985.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\ProductTypeExtension'] ?? $this->load('getProductTypeExtensionService'));
  2986.         }, 2), 'Eccube\\Form\\Type\\Shopping\\OrderType' => new RewindableGenerator(function () {
  2987.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\CreditExtention'] ?? $this->load('getCreditExtentionService'));
  2988.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\CvsExtension'] ?? $this->load('getCvsExtensionService'));
  2989.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\DeferredSmsExtention'] ?? $this->load('getDeferredSmsExtentionService'));
  2990.         }, 3), 'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => new RewindableGenerator(function () {
  2991.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\PaymentRegisterTypeExtension'] ?? $this->load('getPaymentRegisterTypeExtensionService'));
  2992.         }, 1), 'Eccube\\Form\\Type\\Admin\\SearchOrderType' => new RewindableGenerator(function () {
  2993.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\SearchOrderTypeExtension'] ?? $this->load('getSearchOrderTypeExtensionService'));
  2994.         }, 1), 'Eccube\\Form\\Type\\Admin\\ShippingType' => new RewindableGenerator(function () {
  2995.             yield => ($this->privates['Customize\\Form\\Extension\\Admin\\ShippingTypeExtension'] ?? $this->load('getShippingTypeExtensionService'));
  2996.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  2997.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  2998.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  2999.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3000.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
  3001.             yield => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->load('getExerciseHtmlPurifier_Form_TextTypeExtensionService'));
  3002.             yield => ($this->privates['Eccube\\Form\\Extension\\HTMLPurifierTextTypeExtension'] ?? $this->load('getHTMLPurifierTextTypeExtensionService'));
  3003.         }, 2)], new RewindableGenerator(function () {
  3004.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3005.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3006.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3007.     }
  3008.     /**
  3009.      * Gets the private 'fragment.listener' shared service.
  3010.      *
  3011.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3012.      */
  3013.     protected function getFragment_ListenerService()
  3014.     {
  3015.         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');
  3016.     }
  3017.     /**
  3018.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3019.      *
  3020.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3021.      */
  3022.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3023.     {
  3024.         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())));
  3025.     }
  3026.     /**
  3027.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3028.      *
  3029.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3030.      */
  3031.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3032.     {
  3033.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3034.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3035.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3036.         }
  3037.         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);
  3038.     }
  3039.     /**
  3040.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3041.      *
  3042.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3043.      */
  3044.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3045.     {
  3046.         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]);
  3047.     }
  3048.     /**
  3049.      * Gets the private 'locale_aware_listener' shared service.
  3050.      *
  3051.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3052.      */
  3053.     protected function getLocaleAwareListenerService()
  3054.     {
  3055.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3056.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3057.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3058.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3059.     }
  3060.     /**
  3061.      * Gets the private 'locale_listener' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3064.      */
  3065.     protected function getLocaleListenerService()
  3066.     {
  3067.         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, []);
  3068.     }
  3069.     /**
  3070.      * Gets the private 'monolog.handler.buffered' shared service.
  3071.      *
  3072.      * @return \Monolog\Handler\BufferHandler
  3073.      */
  3074.     protected function getMonolog_Handler_BufferedService()
  3075.     {
  3076.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3077.     }
  3078.     /**
  3079.      * Gets the private 'monolog.handler.console' shared service.
  3080.      *
  3081.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3082.      */
  3083.     protected function getMonolog_Handler_ConsoleService()
  3084.     {
  3085.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3086.     }
  3087.     /**
  3088.      * Gets the private 'monolog.logger' shared service.
  3089.      *
  3090.      * @return \Symfony\Bridge\Monolog\Logger
  3091.      */
  3092.     protected function getMonolog_LoggerService()
  3093.     {
  3094.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3095.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3096.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3097.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3098.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3099.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3100.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3101.         $instance->useMicrosecondTimestamps(true);
  3102.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3103.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3104.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3105.         return $instance;
  3106.     }
  3107.     /**
  3108.      * Gets the private 'monolog.logger.cache' shared service.
  3109.      *
  3110.      * @return \Symfony\Bridge\Monolog\Logger
  3111.      */
  3112.     protected function getMonolog_Logger_CacheService()
  3113.     {
  3114.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3115.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3116.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3117.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3118.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3119.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3120.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3121.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3122.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3123.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3124.         return $instance;
  3125.     }
  3126.     /**
  3127.      * Gets the private 'monolog.logger.request' shared service.
  3128.      *
  3129.      * @return \Symfony\Bridge\Monolog\Logger
  3130.      */
  3131.     protected function getMonolog_Logger_RequestService()
  3132.     {
  3133.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3134.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3135.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3136.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3137.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3138.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3139.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3140.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3141.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3142.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3143.         return $instance;
  3144.     }
  3145.     /**
  3146.      * Gets the private 'monolog.logger.security' shared service.
  3147.      *
  3148.      * @return \Symfony\Bridge\Monolog\Logger
  3149.      */
  3150.     protected function getMonolog_Logger_SecurityService()
  3151.     {
  3152.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3153.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3154.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3155.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3156.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3157.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3158.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3159.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3160.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3161.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3162.         return $instance;
  3163.     }
  3164.     /**
  3165.      * Gets the private 'parameter_bag' shared service.
  3166.      *
  3167.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3168.      */
  3169.     protected function getParameterBagService()
  3170.     {
  3171.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3172.     }
  3173.     /**
  3174.      * Gets the private 'profiler_listener' shared service.
  3175.      *
  3176.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3177.      */
  3178.     protected function getProfilerListenerService()
  3179.     {
  3180.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3181.         if (isset($this->privates['profiler_listener'])) {
  3182.             return $this->privates['profiler_listener'];
  3183.         }
  3184.         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);
  3185.     }
  3186.     /**
  3187.      * Gets the private 'property_info' shared service.
  3188.      *
  3189.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3190.      */
  3191.     protected function getPropertyInfoService()
  3192.     {
  3193.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3194.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3195.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3196.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3197.         }, 3), new RewindableGenerator(function () {
  3198.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3199.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3200.         }, 2), new RewindableGenerator(function () {
  3201.             return new \EmptyIterator();
  3202.         }, 0), new RewindableGenerator(function () {
  3203.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3204.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3205.         }, 2), new RewindableGenerator(function () {
  3206.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3207.         }, 1));
  3208.     }
  3209.     /**
  3210.      * Gets the private 'rate_limiter.cache' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3213.      */
  3214.     protected function getRateLimiter_CacheService()
  3215.     {
  3216.         $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))));
  3217.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3218.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3219.     }
  3220.     /**
  3221.      * Gets the private 'router.expression_language_provider' shared service.
  3222.      *
  3223.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3224.      */
  3225.     protected function getRouter_ExpressionLanguageProviderService()
  3226.     {
  3227.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3228.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3229.         ], [
  3230.             'env' => 'Closure',
  3231.         ]));
  3232.     }
  3233.     /**
  3234.      * Gets the private 'router.request_context' shared service.
  3235.      *
  3236.      * @return \Symfony\Component\Routing\RequestContext
  3237.      */
  3238.     protected function getRouter_RequestContextService()
  3239.     {
  3240.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3241.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3242.         return $instance;
  3243.     }
  3244.     /**
  3245.      * Gets the private 'router_listener' shared service.
  3246.      *
  3247.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3248.      */
  3249.     protected function getRouterListenerService()
  3250.     {
  3251.         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);
  3252.     }
  3253.     /**
  3254.      * Gets the private 'security.context_listener.0' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3257.      */
  3258.     protected function getSecurity_ContextListener_0Service()
  3259.     {
  3260.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3261.         if (isset($this->privates['security.context_listener.0'])) {
  3262.             return $this->privates['security.context_listener.0'];
  3263.         }
  3264.         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 () {
  3265.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3266.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3267.         }, 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']);
  3268.     }
  3269.     /**
  3270.      * Gets the private 'security.context_listener.1' shared service.
  3271.      *
  3272.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3273.      */
  3274.     protected function getSecurity_ContextListener_1Service()
  3275.     {
  3276.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3277.         if (isset($this->privates['security.context_listener.1'])) {
  3278.             return $this->privates['security.context_listener.1'];
  3279.         }
  3280.         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 () {
  3281.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3282.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3283.         }, 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']);
  3284.     }
  3285.     /**
  3286.      * Gets the private 'security.csrf.token_storage' shared service.
  3287.      *
  3288.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3289.      */
  3290.     protected function getSecurity_Csrf_TokenStorageService()
  3291.     {
  3292.         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())));
  3293.     }
  3294.     /**
  3295.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3296.      *
  3297.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3298.      */
  3299.     protected function getSecurity_EventDispatcher_AdminService()
  3300.     {
  3301.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3303.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3304.         }, => 'checkPassport'], 2048);
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3306.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3307.         }, => 'onSuccessfulLogin'], 0);
  3308.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3309.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3310.         }, => 'onLogout'], 0);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3312.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3313.         }, => 'onLogout'], 0);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3315.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3316.         }, => 'checkPassport'], 2080);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3318.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3319.         }, => 'onSuccessfulLogin'], 0);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3321.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3322.         }, => 'preCheckCredentials'], 256);
  3323.         $instance->addListener('security.authentication.success', [=> function () {
  3324.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3325.         }, => 'postCheckCredentials'], 256);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3327.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3328.         }, => 'checkPassport'], 1024);
  3329.         $instance->addListener('security.interactive_login', [=> function () {
  3330.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3331.         }, => 'onInteractiveLogin'], 0);
  3332.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3333.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3334.         }, => 'onAuthenticationFailure'], 0);
  3335.         $instance->addListener('security.interactive_login', [=> function () {
  3336.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3337.         }, => 'onInteractiveLogin'], 0);
  3338.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3339.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3340.         }, => 'checkPassport'], 0);
  3341.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3342.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3343.         }, => 'onLoginSuccess'], 0);
  3344.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3345.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3346.         }, => 'checkPassport'], 512);
  3347.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3348.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3349.         }, => 'onLogout'], 0);
  3350.         return $instance;
  3351.     }
  3352.     /**
  3353.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3354.      *
  3355.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3356.      */
  3357.     protected function getSecurity_EventDispatcher_CustomerService()
  3358.     {
  3359.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3361.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3362.         }, => 'checkPassport'], 2048);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3364.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3365.         }, => 'onSuccessfulLogin'], 0);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3367.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3368.         }, => 'onLogout'], 64);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3370.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3371.         }, => 'onLogout'], 0);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3373.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3374.         }, => 'checkPassport'], 2080);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3376.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3377.         }, => 'onSuccessfulLogin'], 0);
  3378.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3379.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3380.         }, => 'onSuccessfulLogin'], -32);
  3381.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3382.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3383.         }, => 'onSuccessfulLogin'], -64);
  3384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3385.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3386.         }, => 'clearCookie'], 0);
  3387.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3388.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3389.         }, => 'clearCookie'], 0);
  3390.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3391.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3392.         }, => 'clearCookie'], 0);
  3393.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3394.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3395.         }, => 'preCheckCredentials'], 256);
  3396.         $instance->addListener('security.authentication.success', [=> function () {
  3397.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3398.         }, => 'postCheckCredentials'], 256);
  3399.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3400.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3401.         }, => 'checkPassport'], 1024);
  3402.         $instance->addListener('security.interactive_login', [=> function () {
  3403.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3404.         }, => 'onInteractiveLogin'], 0);
  3405.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3406.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3407.         }, => 'onAuthenticationFailure'], 0);
  3408.         $instance->addListener('security.interactive_login', [=> function () {
  3409.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3410.         }, => 'onInteractiveLogin'], 0);
  3411.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3412.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3413.         }, => 'checkPassport'], 0);
  3414.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3415.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3416.         }, => 'onLoginSuccess'], 0);
  3417.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3418.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3419.         }, => 'checkPassport'], 512);
  3420.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3421.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3422.         }, => 'onLogout'], 0);
  3423.         return $instance;
  3424.     }
  3425.     /**
  3426.      * Gets the private 'security.firewall.map' shared service.
  3427.      *
  3428.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3429.      */
  3430.     protected function getSecurity_Firewall_MapService()
  3431.     {
  3432.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3433.         if (isset($this->privates['security.firewall.map'])) {
  3434.             return $this->privates['security.firewall.map'];
  3435.         }
  3436.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3437.             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)/')));
  3438.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher..zJU5SS'] ?? ($this->privates['.security.request_matcher..zJU5SS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3439.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3440.         }, 3));
  3441.     }
  3442.     /**
  3443.      * Gets the private 'security.logout_url_generator' shared service.
  3444.      *
  3445.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3446.      */
  3447.     protected function getSecurity_LogoutUrlGeneratorService()
  3448.     {
  3449.         $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()));
  3450.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3451.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3452.         return $instance;
  3453.     }
  3454.     /**
  3455.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3456.      *
  3457.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3458.      */
  3459.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3460.     {
  3461.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3462.     }
  3463.     /**
  3464.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3465.      *
  3466.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3467.      */
  3468.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3469.     {
  3470.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3471.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3472.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3473.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3474.     }
  3475.     /**
  3476.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3477.      *
  3478.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3479.      */
  3480.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3481.     {
  3482.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3483.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3484.             return $this->privates['sensio_framework_extra.security.listener'];
  3485.         }
  3486.         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()));
  3487.     }
  3488.     /**
  3489.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3490.      *
  3491.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3492.      */
  3493.     protected function getSensioFrameworkExtra_View_ListenerService()
  3494.     {
  3495.         $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))));
  3496.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3497.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3498.         ], [
  3499.             'twig' => '?',
  3500.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3501.         return $instance;
  3502.     }
  3503.     /**
  3504.      * Gets the private 'session.factory' shared service.
  3505.      *
  3506.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3507.      */
  3508.     protected function getSession_FactoryService()
  3509.     {
  3510.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3511.         if (isset($this->privates['session.factory'])) {
  3512.             return $this->privates['session.factory'];
  3513.         }
  3514.         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']);
  3515.     }
  3516.     /**
  3517.      * Gets the private 'session_listener' shared service.
  3518.      *
  3519.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3520.      */
  3521.     protected function getSessionListenerService()
  3522.     {
  3523.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3524.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3525.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3526.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3527.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3528.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3529.         ], [
  3530.             'initialized_session' => '?',
  3531.             'logger' => '?',
  3532.             'session' => '?',
  3533.             'session_collector' => '?',
  3534.             'session_factory' => '?',
  3535.         ]), true$this->getParameter('session.storage.options'));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3541.      */
  3542.     protected function getStateMachine_Order_MetadataStoreService()
  3543.     {
  3544.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3545.     }
  3546.     /**
  3547.      * Gets the private 'translator.default' shared service.
  3548.      *
  3549.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3550.      */
  3551.     protected function getTranslator_DefaultService()
  3552.     {
  3553.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3554.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3555.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3556.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3557.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3558.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3559.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3560.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3561.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3562.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3563.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3564.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3565.         ], [
  3566.             'translation.loader.csv' => '?',
  3567.             'translation.loader.dat' => '?',
  3568.             'translation.loader.ini' => '?',
  3569.             'translation.loader.json' => '?',
  3570.             'translation.loader.mo' => '?',
  3571.             'translation.loader.php' => '?',
  3572.             'translation.loader.po' => '?',
  3573.             'translation.loader.qt' => '?',
  3574.             'translation.loader.res' => '?',
  3575.             'translation.loader.xliff' => '?',
  3576.             'translation.loader.yml' => '?',
  3577.         ]), 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'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.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/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RefineConfirmAdd42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/tbsMailTemplate42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/locale/messages.ja.yml'), 10 => (\dirname(__DIR__4).'/app/Plugin/RpAurokoCustom42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/RpAurokoCustom42/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/RpSpecialDelivery42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/RpSpecialDelivery42/Resource/locale/validators.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/RpExportCsv4Simplex42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/RpExportCsv4Simplex42/Resource/locale/validators.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/RpImportCsv4Simplex42/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/RpImportCsv4Simplex42/Resource/locale/validators.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/RpTrackingNumberImport42/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/RpTrackingNumberImport42/Resource/locale/validators.ja.yaml'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 23 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RefineConfirmAdd42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/tbsMailTemplate42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/RpAurokoCustom42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/RpSpecialDelivery42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/RefineProductSalesTimer42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/RpExportCsv4Simplex42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/RpImportCsv4Simplex42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/RpTrackingNumberImport42/Resource/locale'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 17 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Eccube/translations'), 32 => (\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/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RefineConfirmAdd42/Resource/locale'=> 'app/Plugin/YamatoPayment42/Resource/locale'=> 'app/Plugin/tbsMailTemplate42/Resource/locale'=> 'app/Plugin/OrderStatusEx/Resource/locale'10 => 'app/Plugin/RpAurokoCustom42/Resource/locale'11 => 'app/Plugin/RpSpecialDelivery42/Resource/locale'12 => 'app/Plugin/RefineProductSalesTimer42/Resource/locale'13 => 'app/Plugin/RpExportCsv4Simplex42/Resource/locale'14 => 'app/Plugin/RpImportCsv4Simplex42/Resource/locale'15 => 'app/Plugin/RpTrackingNumberImport42/Resource/locale'16 => 'src/Eccube/Resource/locale/'17 => 'app/Customize/Resource/locale/'18 => 'vendor/symfony/framework-bundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'vendor/doctrine/doctrine-bundle/translations'21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/symfony/monolog-bundle/translations'24 => 'vendor/symfony/twig-bundle/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'vendor/exercise/htmlpurifier-bundle/src/translations'29 => 'vendor/doctrine/doctrine-migrations-bundle/translations'30 => 'vendor/twig/extra-bundle/translations'31 => 'src/Eccube/translations'32 => 'translations']]], []);
  3578.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3579.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'validator.builder' shared service.
  3584.      *
  3585.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3586.      */
  3587.     protected function getValidator_BuilderService()
  3588.     {
  3589.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3590.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3591.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3592.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3593.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3594.             'Plugin\\RpCustomCsvExport42\\Validator\\SqlCheckValidator' => ['privates''Plugin\\RpCustomCsvExport42\\Validator\\SqlCheckValidator''getSqlCheckValidatorService'true],
  3595.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3596.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3597.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3598.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3599.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3600.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3601.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3602.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3603.         ], [
  3604.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3605.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3606.             'Plugin\\RpCustomCsvExport42\\Validator\\SqlCheckValidator' => '?',
  3607.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3608.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3609.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3610.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3611.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3612.             'doctrine.orm.validator.unique' => '?',
  3613.             'security.validator.user_password' => '?',
  3614.             'validator.expression' => '?',
  3615.         ])));
  3616.         if ($this->has('translator')) {
  3617.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3618.         }
  3619.         $instance->setTranslationDomain('validators');
  3620.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3621.         $instance->enableAnnotationMapping(true);
  3622.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3623.         $instance->addMethodMapping('loadValidatorMetadata');
  3624.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3625.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3626.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3627.         return $instance;
  3628.     }
  3629.     /**
  3630.      * Gets the private 'var_dumper.html_dumper' shared service.
  3631.      *
  3632.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3633.      */
  3634.     protected function getVarDumper_HtmlDumperService()
  3635.     {
  3636.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3637.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3638.         return $instance;
  3639.     }
  3640.     /**
  3641.      * Gets the private 'web_profiler.csp.handler' shared service.
  3642.      *
  3643.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3644.      */
  3645.     protected function getWebProfiler_Csp_HandlerService()
  3646.     {
  3647.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3648.     }
  3649.     /**
  3650.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3651.      *
  3652.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3653.      */
  3654.     protected function getWebProfiler_DebugToolbarService()
  3655.     {
  3656.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3657.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3658.             return $this->privates['web_profiler.debug_toolbar'];
  3659.         }
  3660.         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()));
  3661.     }
  3662.     /**
  3663.      * Gets the public 'cache_clearer' alias.
  3664.      *
  3665.      * @return object The ".container.private.cache_clearer" service.
  3666.      */
  3667.     protected function getCacheClearerService()
  3668.     {
  3669.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3670.         return $this->get('.container.private.cache_clearer');
  3671.     }
  3672.     /**
  3673.      * Gets the public 'filesystem' alias.
  3674.      *
  3675.      * @return object The ".container.private.filesystem" service.
  3676.      */
  3677.     protected function getFilesystemService()
  3678.     {
  3679.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3680.         return $this->get('.container.private.filesystem');
  3681.     }
  3682.     /**
  3683.      * Gets the public 'state_machine.order' alias.
  3684.      *
  3685.      * @return object The ".container.private.state_machine.order" service.
  3686.      */
  3687.     protected function getStateMachine_OrderService()
  3688.     {
  3689.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3690.         return $this->get('.container.private.state_machine.order');
  3691.     }
  3692.     /**
  3693.      * Gets the public 'serializer' alias.
  3694.      *
  3695.      * @return object The ".container.private.serializer" service.
  3696.      */
  3697.     protected function getSerializerService()
  3698.     {
  3699.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3700.         return $this->get('.container.private.serializer');
  3701.     }
  3702.     /**
  3703.      * Gets the public 'security.csrf.token_manager' alias.
  3704.      *
  3705.      * @return object The ".container.private.security.csrf.token_manager" service.
  3706.      */
  3707.     protected function getSecurity_Csrf_TokenManagerService()
  3708.     {
  3709.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3710.         return $this->get('.container.private.security.csrf.token_manager');
  3711.     }
  3712.     /**
  3713.      * Gets the public 'form.factory' alias.
  3714.      *
  3715.      * @return object The ".container.private.form.factory" service.
  3716.      */
  3717.     protected function getForm_FactoryService()
  3718.     {
  3719.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3720.         return $this->get('.container.private.form.factory');
  3721.     }
  3722.     /**
  3723.      * Gets the public 'form.type.file' alias.
  3724.      *
  3725.      * @return object The ".container.private.form.type.file" service.
  3726.      */
  3727.     protected function getForm_Type_FileService()
  3728.     {
  3729.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3730.         return $this->get('.container.private.form.type.file');
  3731.     }
  3732.     /**
  3733.      * Gets the public 'profiler' alias.
  3734.      *
  3735.      * @return object The ".container.private.profiler" service.
  3736.      */
  3737.     protected function getProfilerService()
  3738.     {
  3739.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3740.         return $this->get('.container.private.profiler');
  3741.     }
  3742.     /**
  3743.      * Gets the public 'security.authorization_checker' alias.
  3744.      *
  3745.      * @return object The ".container.private.security.authorization_checker" service.
  3746.      */
  3747.     protected function getSecurity_AuthorizationCheckerService()
  3748.     {
  3749.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3750.         return $this->get('.container.private.security.authorization_checker');
  3751.     }
  3752.     /**
  3753.      * Gets the public 'security.token_storage' alias.
  3754.      *
  3755.      * @return object The ".container.private.security.token_storage" service.
  3756.      */
  3757.     protected function getSecurity_TokenStorageService()
  3758.     {
  3759.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3760.         return $this->get('.container.private.security.token_storage');
  3761.     }
  3762.     /**
  3763.      * Gets the public 'twig' alias.
  3764.      *
  3765.      * @return object The ".container.private.twig" service.
  3766.      */
  3767.     protected function getTwigService()
  3768.     {
  3769.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3770.         return $this->get('.container.private.twig');
  3771.     }
  3772.     /**
  3773.      * Gets the public 'security.password_encoder' alias.
  3774.      *
  3775.      * @return object The ".container.private.security.password_encoder" service.
  3776.      */
  3777.     protected function getSecurity_PasswordEncoderService()
  3778.     {
  3779.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3780.         return $this->get('.container.private.security.password_encoder');
  3781.     }
  3782.     /**
  3783.      * Gets the public 'session' alias.
  3784.      *
  3785.      * @return object The ".container.private.session" service.
  3786.      */
  3787.     protected function getSessionService()
  3788.     {
  3789.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3790.         return $this->get('.container.private.session');
  3791.     }
  3792.     /**
  3793.      * Gets the public 'validator' alias.
  3794.      *
  3795.      * @return object The ".container.private.validator" service.
  3796.      */
  3797.     protected function getValidatorService()
  3798.     {
  3799.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3800.         return $this->get('.container.private.validator');
  3801.     }
  3802.     /**
  3803.      * @return array|bool|float|int|string|\UnitEnum|null
  3804.      */
  3805.     public function getParameter(string $name)
  3806.     {
  3807.         if (isset($this->buildParameters[$name])) {
  3808.             return $this->buildParameters[$name];
  3809.         }
  3810.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3811.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3812.         }
  3813.         if (isset($this->loadedDynamicParameters[$name])) {
  3814.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3815.         }
  3816.         return $this->parameters[$name];
  3817.     }
  3818.     public function hasParameter(string $name): bool
  3819.     {
  3820.         if (isset($this->buildParameters[$name])) {
  3821.             return true;
  3822.         }
  3823.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3824.     }
  3825.     public function setParameter(string $name$value): void
  3826.     {
  3827.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3828.     }
  3829.     public function getParameterBag(): ParameterBagInterface
  3830.     {
  3831.         if (null === $this->parameterBag) {
  3832.             $parameters $this->parameters;
  3833.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3834.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3835.             }
  3836.             foreach ($this->buildParameters as $name => $value) {
  3837.                 $parameters[$name] = $value;
  3838.             }
  3839.             $this->parameterBag = new FrozenParameterBag($parameters);
  3840.         }
  3841.         return $this->parameterBag;
  3842.     }
  3843.     private $loadedDynamicParameters = [
  3844.         'kernel.runtime_environment' => false,
  3845.         'kernel.build_dir' => false,
  3846.         'kernel.cache_dir' => false,
  3847.         'locale' => false,
  3848.         'timezone' => false,
  3849.         'currency' => false,
  3850.         'eccube_database_url' => false,
  3851.         'eccube_mailer_dsn' => false,
  3852.         'eccube_admin_route' => false,
  3853.         'eccube_user_data_route' => false,
  3854.         'eccube_front_allow_hosts' => false,
  3855.         'eccube_front_deny_hosts' => false,
  3856.         'eccube_admin_allow_hosts' => false,
  3857.         'eccube_admin_deny_hosts' => false,
  3858.         'eccube_force_ssl' => false,
  3859.         'eccube.theme' => false,
  3860.         'eccube_theme_code' => false,
  3861.         'eccube_auth_magic' => false,
  3862.         'eccube_theme_front_dir' => false,
  3863.         'eccube_html_front_dir' => false,
  3864.         'eccube_csv_temp_realdir' => false,
  3865.         'eccube_owners_store_url' => false,
  3866.         'eccube_package_api_url' => false,
  3867.         'eccube_content_maintenance_file_path' => false,
  3868.         'eccube_2fa_enabled' => false,
  3869.         'eccube_2fa_cookie_name' => false,
  3870.         'eccube_2fa_expire' => false,
  3871.         'eccube_restrict_file_upload' => false,
  3872.         'kernel.secret' => false,
  3873.         'kernel.default_locale' => false,
  3874.         'debug.container.dump' => false,
  3875.         'serializer.mapping.cache.file' => false,
  3876.         'session.storage.options' => false,
  3877.         'validator.mapping.cache.file' => false,
  3878.         'profiler.storage.dsn' => false,
  3879.         'doctrine.orm.proxy_dir' => false,
  3880.     ];
  3881.     private $dynamicParameters = [];
  3882.     private function getDynamicParameter(string $name)
  3883.     {
  3884.         switch ($name) {
  3885.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3886.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3887.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3888.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3889.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3890.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3891.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3892.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3893.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3894.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3895.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3896.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3897.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3898.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3899.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3900.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3901.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3902.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3903.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3904.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3905.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3906.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3907.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3908.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3909.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3910.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3911.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3912.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3913.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3914.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3915.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3916.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3917.             case 'session.storage.options'$value = [
  3918.                 'cache_limiter' => '0',
  3919.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3920.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3921.                 'cookie_httponly' => true,
  3922.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3923.                 'gc_probability' => 1,
  3924.             ]; break;
  3925.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3926.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3927.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3928.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3929.         }
  3930.         $this->loadedDynamicParameters[$name] = true;
  3931.         return $this->dynamicParameters[$name] = $value;
  3932.     }
  3933.     protected function getDefaultParameters(): array
  3934.     {
  3935.         return [
  3936.             'kernel.project_dir' => \dirname(__DIR__4),
  3937.             'kernel.environment' => 'dev',
  3938.             'kernel.debug' => true,
  3939.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3940.             'kernel.bundles' => [
  3941.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3942.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3943.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3944.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3945.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3946.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3947.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3948.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3949.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3950.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3951.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3952.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3953.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3954.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3955.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3956.             ],
  3957.             'kernel.bundles_metadata' => [
  3958.                 'FrameworkBundle' => [
  3959.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3960.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3961.                 ],
  3962.                 'SecurityBundle' => [
  3963.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3964.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3965.                 ],
  3966.                 'DoctrineBundle' => [
  3967.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3968.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3969.                 ],
  3970.                 'DoctrineFixturesBundle' => [
  3971.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3972.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3973.                 ],
  3974.                 'SensioFrameworkExtraBundle' => [
  3975.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3976.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3977.                 ],
  3978.                 'MonologBundle' => [
  3979.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3980.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3981.                 ],
  3982.                 'TwigBundle' => [
  3983.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3984.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3985.                 ],
  3986.                 'DebugBundle' => [
  3987.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3988.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3989.                 ],
  3990.                 'WebProfilerBundle' => [
  3991.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3992.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3993.                 ],
  3994.                 'MakerBundle' => [
  3995.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3996.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3997.                 ],
  3998.                 'KnpPaginatorBundle' => [
  3999.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4000.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4001.                 ],
  4002.                 'ExerciseHTMLPurifierBundle' => [
  4003.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4004.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4005.                 ],
  4006.                 'DoctrineMigrationsBundle' => [
  4007.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4008.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4009.                 ],
  4010.                 'TwigExtraBundle' => [
  4011.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4012.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4013.                 ],
  4014.                 'EccubeBundle' => [
  4015.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4016.                     'namespace' => 'Eccube',
  4017.                 ],
  4018.             ],
  4019.             'kernel.charset' => 'UTF-8',
  4020.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4021.             'container.dumper.inline_class_loader' => true,
  4022.             'env(ECCUBE_LOCALE)' => 'ja',
  4023.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4024.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4025.             'env(DATABASE_URL)' => '',
  4026.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4027.             'env(DATABASE_CHARSET)' => 'utf8',
  4028.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4029.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4030.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4031.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4032.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4033.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4034.             'env(ECCUBE_FORCE_SSL)' => '0',
  4035.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4036.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4037.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4038.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4039.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4040.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4041.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4042.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4043.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4044.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4045.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4046.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4047.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4048.             'eccube_auth_type' => 'HMAC',
  4049.             'eccube_password_hash_algos' => 'SHA256',
  4050.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4051.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4052.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4053.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4054.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4055.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4056.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4057.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4058.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4059.             'eccube_twig_block_templates' => [
  4060.                 => '@YamatoPayment42/credit.twig',
  4061.                 => '@YamatoPayment42/credit_confirm.twig',
  4062.                 => '@YamatoPayment42/cvs.twig',
  4063.                 => '@YamatoPayment42/cvs_confirm.twig',
  4064.                 => '@YamatoPayment42/admin/payment_register.twig',
  4065.             ],
  4066.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4067.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4068.             'eccube_csv_size' => 5,
  4069.             'eccube_csv_split_lines' => 100,
  4070.             'eccube_default_password' => 'abc********123',
  4071.             'eccube_deliv_addr_max' => 30,
  4072.             'eccube_deliv_date_end_max' => 14,
  4073.             'eccube_id_max_len' => 50,
  4074.             'eccube_id_min_len' => 4,
  4075.             'eccube_int_len' => 9,
  4076.             'eccube_category_nest_level' => 5,
  4077.             'eccube_lltext_len' => 99999,
  4078.             'eccube_ltext_len' => 3000,
  4079.             'eccube_max_total_fee' => 9999999999,
  4080.             'eccube_mltext_len' => 1000,
  4081.             'eccube_mtext_len' => 200,
  4082.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4083.             'plugin_html_urlpath' => '/plugin/',
  4084.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4085.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4086.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4087.             'eccube_price_len' => 8,
  4088.             'eccube_search_pmax' => 12,
  4089.             'eccube_sitemap_products_per_page' => 1000,
  4090.             'eccube_stext_len' => 255,
  4091.             'eccube_sltext_len' => 500,
  4092.             'eccube_smtext_len' => 100,
  4093.             'eccube_tax_rule_priority' => [
  4094.                 => 'product_id',
  4095.                 => 'product_class_id',
  4096.                 => 'pref_id',
  4097.                 => 'country_id',
  4098.             ],
  4099.             'eccube_url_len' => 1024,
  4100.             'eccube_default_page_count' => 50,
  4101.             'eccube_admin_product_stock_status' => 3,
  4102.             'eccube_customer_reset_expire' => 10,
  4103.             'eccube_csv_export_separator' => ',',
  4104.             'eccube_csv_export_encoding' => 'SJIS-win',
  4105.             'eccube_csv_import_encoding' => [
  4106.                 => 'UTF-8',
  4107.                 => 'SJIS-win',
  4108.                 => 'SJIS',
  4109.                 => 'EUC-JP',
  4110.                 => 'ASCII',
  4111.                 => 'JIS',
  4112.             ],
  4113.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4114.             'eccube_csv_export_multidata_separator' => ',',
  4115.             'eccube_csv_import_delimiter' => ',',
  4116.             'eccube_csv_import_enclosure' => '"',
  4117.             'eccube_csv_import_escape' => '\\',
  4118.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4119.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4120.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4121.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4122.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4123.             'eccube_name_len' => 16,
  4124.             'eccube_kana_len' => 25,
  4125.             'eccube_address1_len' => 32,
  4126.             'eccube_address2_len' => 32,
  4127.             'eccube_birth_max' => 110,
  4128.             'eccube_product_order_price_lower' => 1,
  4129.             'eccube_product_order_newer' => 2,
  4130.             'eccube_product_order_price_higher' => 3,
  4131.             'eccube_price_max' => 2147483647,
  4132.             'eccube_tel_len_max' => 14,
  4133.             'eccube_postal_code' => 8,
  4134.             'eccube_password_min_len' => 12,
  4135.             'eccube_password_max_len' => 50,
  4136.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4137.             'eccube_composer_memory_limit' => '1536M',
  4138.             'eccube_order_mail_template_id' => 1,
  4139.             'eccube_entry_confirm_mail_template_id' => 2,
  4140.             'eccube_entry_complete_mail_template_id' => 3,
  4141.             'eccube_customer_withdraw_mail_template_id' => 4,
  4142.             'eccube_contact_mail_template_id' => 5,
  4143.             'eccube_forgot_mail_template_id' => 6,
  4144.             'eccube_reset_complete_mail_template_id' => 7,
  4145.             'eccube_shipping_notify_mail_template_id' => 8,
  4146.             'eccube_rfc_email_check' => false,
  4147.             'eccube_email_len' => 254,
  4148.             'eccube_order_no_format' => '',
  4149.             'eccube_order_pdf_message_len' => 30,
  4150.             'eccube_news_start_year' => 2000,
  4151.             'eccube_result_cache_lifetime' => 3600,
  4152.             'eccube_result_cache_lifetime_short' => 10,
  4153.             'eccube_restrict_file_upload_urls' => [
  4154.                 => 'admin_content_file',
  4155.                 => 'admin_store_plugin_install',
  4156.                 => 'admin_content_page_new',
  4157.                 => 'admin_content_page_edit',
  4158.                 => 'admin_content_block_new',
  4159.                 => 'admin_content_block_edit',
  4160.                 => 'admin_content_css',
  4161.                 => 'admin_content_js',
  4162.                 => 'admin_store_template_install',
  4163.             ],
  4164.             'eccube_file_uploadable_extensions' => [
  4165.                 => 'jpg',
  4166.                 => 'jpeg',
  4167.                 => 'png',
  4168.                 => 'gif',
  4169.                 => 'webp',
  4170.                 => 'svg',
  4171.                 => 'ico',
  4172.                 => 'html',
  4173.                 => 'htm',
  4174.                 => 'js',
  4175.                 10 => 'css',
  4176.                 11 => 'txt',
  4177.                 12 => 'pdf',
  4178.             ],
  4179.             'eccube_login_throttling_max_attempts' => 5,
  4180.             'eccube_login_throttling_interval' => '30 minutes',
  4181.             'eccube_nav' => [
  4182.                 'product' => [
  4183.                     'name' => 'admin.product.product_management',
  4184.                     'icon' => 'fa-cube',
  4185.                     'children' => [
  4186.                         'product_master' => [
  4187.                             'name' => 'admin.product.product_list',
  4188.                             'url' => 'admin_product',
  4189.                         ],
  4190.                         'product_edit' => [
  4191.                             'name' => 'admin.product.product_registration',
  4192.                             'url' => 'admin_product_product_new',
  4193.                         ],
  4194.                         'class_name' => [
  4195.                             'name' => 'admin.product.class_management',
  4196.                             'url' => 'admin_product_class_name',
  4197.                         ],
  4198.                         'class_category' => [
  4199.                             'name' => 'admin.product.category_management',
  4200.                             'url' => 'admin_product_category',
  4201.                         ],
  4202.                         'product_tag' => [
  4203.                             'name' => 'admin.product.tag_management',
  4204.                             'url' => 'admin_product_tag',
  4205.                         ],
  4206.                         'product_csv_import' => [
  4207.                             'name' => 'admin.product.product_csv_upload',
  4208.                             'url' => 'admin_product_csv_import',
  4209.                         ],
  4210.                         'category_csv_import' => [
  4211.                             'name' => 'admin.product.category_csv_upload',
  4212.                             'url' => 'admin_product_category_csv_import',
  4213.                         ],
  4214.                     ],
  4215.                 ],
  4216.                 'order' => [
  4217.                     'name' => 'admin.order.order_management',
  4218.                     'icon' => 'fa-shopping-cart',
  4219.                     'children' => [
  4220.                         'order_master' => [
  4221.                             'name' => 'admin.order.order_list',
  4222.                             'url' => 'admin_order',
  4223.                         ],
  4224.                         'order_edit' => [
  4225.                             'name' => 'admin.order.order_registration',
  4226.                             'url' => 'admin_order_new',
  4227.                         ],
  4228.                         'shipping_csv_import' => [
  4229.                             'name' => 'admin.order.shipping_csv_upload',
  4230.                             'url' => 'admin_shipping_csv_import',
  4231.                         ],
  4232.                         'admin_rp_export_csv_4_simplex_42_main' => [
  4233.                             'name' => 'rp_export_csv_4_simplex_42.admin.nav.export_csv_4_simplex',
  4234.                             'url' => 'admin_rp_export_csv_4_simplex_42',
  4235.                         ],
  4236.                         'admin_rp_import_csv_4_simplex_42_main' => [
  4237.                             'name' => 'rp_import_csv_4_simplex_42.admin.nav.import_csv_4_simplex',
  4238.                             'url' => 'admin_rp_import_csv_4_simplex_42',
  4239.                         ],
  4240.                         'admin_rp_tracking_number_import_42_main' => [
  4241.                             'name' => 'rp_tracking_number_import_42.admin.nav.tracking_number_import',
  4242.                             'url' => 'admin_rp_tracking_number_import_42',
  4243.                         ],
  4244.                         'yamato_payment42_admin_payment_status' => [
  4245.                             'name' => 'yamato_payment.admin.nav.payment_list',
  4246.                             'url' => 'yamato_payment42_admin_payment_status',
  4247.                         ],
  4248.                     ],
  4249.                 ],
  4250.                 'customer' => [
  4251.                     'name' => 'admin.customer.customer_management',
  4252.                     'icon' => 'fa-users',
  4253.                     'children' => [
  4254.                         'customer_master' => [
  4255.                             'name' => 'admin.customer.customer_list',
  4256.                             'url' => 'admin_customer',
  4257.                         ],
  4258.                         'customer_edit' => [
  4259.                             'name' => 'admin.customer.customer_registration',
  4260.                             'url' => 'admin_customer_new',
  4261.                         ],
  4262.                     ],
  4263.                 ],
  4264.                 'content' => [
  4265.                     'name' => 'admin.content.contents_management',
  4266.                     'icon' => 'fa-file-text-o',
  4267.                     'children' => [
  4268.                         'news' => [
  4269.                             'name' => 'admin.content.news_management',
  4270.                             'url' => 'admin_content_news',
  4271.                         ],
  4272.                         'file' => [
  4273.                             'name' => 'admin.content.file_management',
  4274.                             'url' => 'admin_content_file',
  4275.                         ],
  4276.                         'layout' => [
  4277.                             'name' => 'admin.content.layout_management',
  4278.                             'url' => 'admin_content_layout',
  4279.                         ],
  4280.                         'page' => [
  4281.                             'name' => 'admin.content.page_management',
  4282.                             'url' => 'admin_content_page',
  4283.                         ],
  4284.                         'css' => [
  4285.                             'name' => 'admin.content.css_management',
  4286.                             'url' => 'admin_content_css',
  4287.                         ],
  4288.                         'js' => [
  4289.                             'name' => 'admin.content.js_management',
  4290.                             'url' => 'admin_content_js',
  4291.                         ],
  4292.                         'block' => [
  4293.                             'name' => 'admin.content.block_management',
  4294.                             'url' => 'admin_content_block',
  4295.                         ],
  4296.                         'cache' => [
  4297.                             'name' => 'admin.content.cache_management',
  4298.                             'url' => 'admin_content_cache',
  4299.                         ],
  4300.                         'maintenance' => [
  4301.                             'name' => 'admin.content.maintenance_management',
  4302.                             'url' => 'admin_content_maintenance',
  4303.                         ],
  4304.                     ],
  4305.                 ],
  4306.                 'setting' => [
  4307.                     'name' => 'admin.setting',
  4308.                     'icon' => 'fa-cog',
  4309.                     'children' => [
  4310.                         'shop' => [
  4311.                             'name' => 'admin.setting.shop',
  4312.                             'children' => [
  4313.                                 'shop_index' => [
  4314.                                     'name' => 'admin.setting.shop.shop_setting',
  4315.                                     'url' => 'admin_setting_shop',
  4316.                                 ],
  4317.                                 'shop_tradelaw' => [
  4318.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4319.                                     'url' => 'admin_setting_shop_tradelaw',
  4320.                                 ],
  4321.                                 'shop_agreement' => [
  4322.                                     'name' => 'admin.setting.shop.agreement_setting',
  4323.                                     'url' => 'admin_content_page_edit',
  4324.                                     'param' => [
  4325.                                         'id' => 19,
  4326.                                         'return' => 'agreement',
  4327.                                     ],
  4328.                                 ],
  4329.                                 'shop_payment' => [
  4330.                                     'name' => 'admin.setting.shop.payment_setting',
  4331.                                     'url' => 'admin_setting_shop_payment',
  4332.                                 ],
  4333.                                 'shop_delivery' => [
  4334.                                     'name' => 'admin.setting.shop.delivery_setting',
  4335.                                     'url' => 'admin_setting_shop_delivery',
  4336.                                 ],
  4337.                                 'shop_tax' => [
  4338.                                     'name' => 'admin.setting.shop.tax_setting',
  4339.                                     'url' => 'admin_setting_shop_tax',
  4340.                                 ],
  4341.                                 'shop_mail' => [
  4342.                                     'name' => 'admin.setting.shop.mail_setting',
  4343.                                     'url' => 'admin_setting_shop_mail',
  4344.                                 ],
  4345.                                 'shop_csv' => [
  4346.                                     'name' => 'admin.setting.shop.csv_setting',
  4347.                                     'url' => 'admin_setting_shop_csv',
  4348.                                 ],
  4349.                                 'shop_order_status' => [
  4350.                                     'name' => 'admin.setting.shop.order_status_setting',
  4351.                                     'url' => 'admin_setting_shop_order_status',
  4352.                                 ],
  4353.                                 'shop_calendar' => [
  4354.                                     'name' => 'admin.setting.shop.calendar_setting',
  4355.                                     'url' => 'admin_setting_shop_calendar',
  4356.                                 ],
  4357.                                 'admin_rp_auroko_custom_main_menu' => [
  4358.                                     'name' => 'rp_auroko_custom_42.admin.nav.custom_main',
  4359.                                     'url' => 'admin_rp_auroko_custom_main',
  4360.                                 ],
  4361.                                 'admin_rp_auroko_custom_deliverydate_menu' => [
  4362.                                     'name' => 'rp_auroko_custom_42.admin.nav.custom_deliverydate',
  4363.                                     'url' => 'admin_rp_auroko_custom_deliverydate',
  4364.                                 ],
  4365.                                 'admin_menu_rp_custom_csv_export' => [
  4366.                                     'name' => 'RPカスタムCSV出力',
  4367.                                     'url' => 'admin_rp_custom_csv_export',
  4368.                                 ],
  4369.                                 'admin_menu_rp_special_delivery' => [
  4370.                                     'name' => '特別配送料管理',
  4371.                                     'url' => 'admin_rp_special_delivery_42',
  4372.                                 ],
  4373.                                 'tbs_mail_template' => [
  4374.                                     'name' => 'tbs_mail_template.admin.mail_template.title',
  4375.                                     'url' => 'tbs_mail_template_admin_config',
  4376.                                 ],
  4377.                             ],
  4378.                         ],
  4379.                         'system' => [
  4380.                             'name' => 'admin.setting.system',
  4381.                             'children' => [
  4382.                                 'member' => [
  4383.                                     'name' => 'admin.setting.system.member_management',
  4384.                                     'url' => 'admin_setting_system_member',
  4385.                                 ],
  4386.                                 'authority' => [
  4387.                                     'name' => 'admin.setting.system.authority_management',
  4388.                                     'url' => 'admin_setting_system_authority',
  4389.                                 ],
  4390.                                 'security' => [
  4391.                                     'name' => 'admin.setting.system.security_management',
  4392.                                     'url' => 'admin_setting_system_security',
  4393.                                 ],
  4394.                                 'login_history' => [
  4395.                                     'name' => 'admin.setting.system.login_history',
  4396.                                     'url' => 'admin_setting_system_login_history',
  4397.                                 ],
  4398.                                 'log' => [
  4399.                                     'name' => 'admin.setting.system.log_display',
  4400.                                     'url' => 'admin_setting_system_log',
  4401.                                 ],
  4402.                                 'masterdata' => [
  4403.                                     'name' => 'admin.setting.system.master_data_management',
  4404.                                     'url' => 'admin_setting_system_masterdata',
  4405.                                 ],
  4406.                                 'system_index' => [
  4407.                                     'name' => 'admin.setting.system.system_info',
  4408.                                     'url' => 'admin_setting_system_system',
  4409.                                 ],
  4410.                             ],
  4411.                         ],
  4412.                     ],
  4413.                 ],
  4414.                 'store' => [
  4415.                     'name' => 'admin.store',
  4416.                     'icon' => 'fa-plug',
  4417.                     'children' => [
  4418.                         'plugin' => [
  4419.                             'name' => 'admin.store.plugin',
  4420.                             'children' => [
  4421.                                 'plugin_owners_search' => [
  4422.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4423.                                     'url' => 'admin_store_plugin_owners_search',
  4424.                                 ],
  4425.                                 'plugin_list' => [
  4426.                                     'name' => 'admin.store.plugin.plugin_list',
  4427.                                     'url' => 'admin_store_plugin',
  4428.                                 ],
  4429.                             ],
  4430.                         ],
  4431.                         'template' => [
  4432.                             'name' => 'admin.store.template',
  4433.                             'children' => [
  4434.                                 'template_list' => [
  4435.                                     'name' => 'admin.store.template.template_list',
  4436.                                     'url' => 'admin_store_template',
  4437.                                 ],
  4438.                                 'template_install' => [
  4439.                                     'name' => 'admin.store.template.template_install',
  4440.                                     'url' => 'admin_store_template_install',
  4441.                                 ],
  4442.                             ],
  4443.                         ],
  4444.                         'authentication_setting' => [
  4445.                             'name' => 'admin.store.setting',
  4446.                             'url' => 'admin_store_authentication_setting',
  4447.                         ],
  4448.                     ],
  4449.                 ],
  4450.                 'mailmagazine' => [
  4451.                     'id' => 'mailmagazine',
  4452.                     'name' => 'mailmagazine.title',
  4453.                     'icon' => 'fa-envelope',
  4454.                     'children' => [
  4455.                         'mailmagazine' => [
  4456.                             'id' => 'mailmagazine',
  4457.                             'name' => 'mailmagazine.index.title',
  4458.                             'url' => 'plugin_mail_magazine',
  4459.                         ],
  4460.                         'mailmagazine_template' => [
  4461.                             'id' => 'mailmagazine_template',
  4462.                             'name' => 'mailmagazine.template.title',
  4463.                             'url' => 'plugin_mail_magazine_template',
  4464.                         ],
  4465.                         'mailmagazine_history' => [
  4466.                             'id' => 'mailmagazine_history',
  4467.                             'name' => 'mailmagazine.history.title',
  4468.                             'url' => 'plugin_mail_magazine_history',
  4469.                         ],
  4470.                     ],
  4471.                 ],
  4472.                 'SalesReport42' => [
  4473.                     'name' => 'sales_report.admin.nav.001',
  4474.                     'icon' => 'fa-chart-bar',
  4475.                     'children' => [
  4476.                         'sales_report_admin_term' => [
  4477.                             'id' => 'sales_report_admin_term',
  4478.                             'url' => 'sales_report_admin_term',
  4479.                             'name' => 'sales_report.admin.nav.002',
  4480.                         ],
  4481.                         'sales_report_admin_product' => [
  4482.                             'id' => 'sales_report_admin_product',
  4483.                             'url' => 'sales_report_admin_product',
  4484.                             'name' => 'sales_report.admin.nav.003',
  4485.                         ],
  4486.                         'sales_report_admin_age' => [
  4487.                             'id' => 'sales_report_admin_age',
  4488.                             'url' => 'sales_report_admin_age',
  4489.                             'name' => 'sales_report.admin.nav.004',
  4490.                         ],
  4491.                     ],
  4492.                 ],
  4493.             ],
  4494.             'env(MAILER_DSN)' => 'null://null',
  4495.             'eccube.twig_sandbox.allowed_tags' => [
  4496.                 => 'apply',
  4497.                 => 'block',
  4498.                 => 'deprecated',
  4499.                 => 'embed',
  4500.                 => 'extends',
  4501.                 => 'flush',
  4502.                 => 'for',
  4503.                 => 'if',
  4504.                 => 'set',
  4505.                 => 'spaceless',
  4506.                 10 => 'verbatim',
  4507.                 11 => 'with',
  4508.                 12 => 'form_theme',
  4509.                 13 => 'stopwatch',
  4510.                 14 => 'trans',
  4511.                 15 => 'trans_default_domain',
  4512.             ],
  4513.             'eccube.twig_sandbox.allowed_filters' => [
  4514.                 => 'abs',
  4515.                 => 'batch',
  4516.                 => 'capitalize',
  4517.                 => 'column',
  4518.                 => 'convert_encoding',
  4519.                 => 'country_name',
  4520.                 => 'currency_name',
  4521.                 => 'currency_symbol',
  4522.                 => 'date',
  4523.                 => 'date_modify',
  4524.                 10 => 'default',
  4525.                 11 => 'escape',
  4526.                 12 => 'first',
  4527.                 13 => 'format',
  4528.                 14 => 'format_currency',
  4529.                 15 => 'format_date',
  4530.                 16 => 'format_datetime',
  4531.                 17 => 'format_number',
  4532.                 18 => 'format_time',
  4533.                 19 => 'join',
  4534.                 20 => 'json_encode',
  4535.                 21 => 'keys',
  4536.                 22 => 'language_name',
  4537.                 23 => 'last',
  4538.                 24 => 'length',
  4539.                 25 => 'locale_name',
  4540.                 26 => 'lower',
  4541.                 27 => 'merge',
  4542.                 28 => 'nl2br',
  4543.                 29 => 'number_format',
  4544.                 30 => 'replace',
  4545.                 31 => 'reverse',
  4546.                 32 => 'round',
  4547.                 33 => 'slice',
  4548.                 34 => 'spaceless',
  4549.                 35 => 'split',
  4550.                 36 => 'striptags',
  4551.                 37 => 'timezone_name',
  4552.                 38 => 'title',
  4553.                 39 => 'trim',
  4554.                 40 => 'upper',
  4555.                 41 => 'url_encode',
  4556.                 42 => 'abbr_class',
  4557.                 43 => 'abbr_method',
  4558.                 44 => 'file_link',
  4559.                 45 => 'file_relative',
  4560.                 46 => 'format_args',
  4561.                 47 => 'format_args_as_text',
  4562.                 48 => 'humanize',
  4563.                 49 => 'serialize',
  4564.                 50 => 'trans',
  4565.                 51 => 'yaml_dump',
  4566.                 52 => 'yaml_encode',
  4567.                 53 => 'currency_symbol',
  4568.                 54 => 'date_day',
  4569.                 55 => 'date_day_with_weekday',
  4570.                 56 => 'date_format',
  4571.                 57 => 'date_min',
  4572.                 58 => 'date_sec',
  4573.                 59 => 'doctrine_format_sql',
  4574.                 60 => 'doctrine_prettify_sql',
  4575.                 61 => 'doctrine_pretty_query',
  4576.                 62 => 'doctrine_replace_query_parameters',
  4577.                 63 => 'e',
  4578.                 64 => 'ellipsis',
  4579.                 65 => 'file_ext_icon',
  4580.                 66 => 'form_encode_currency',
  4581.                 67 => 'format_*_number',
  4582.                 68 => 'format_log_message',
  4583.                 69 => 'no_image_product',
  4584.                 70 => 'price',
  4585.                 71 => 'purify',
  4586.                 72 => 'time_ago',
  4587.             ],
  4588.             'eccube.twig_sandbox.allowed_functions' => [
  4589.                 => 'cycle',
  4590.                 => 'date',
  4591.                 => 'max',
  4592.                 => 'min',
  4593.                 => 'random',
  4594.                 => 'range',
  4595.                 => 'country_timezones',
  4596.                 => 'absolute_url',
  4597.                 => 'asset',
  4598.                 => 'asset_version',
  4599.                 10 => 'csrf_token',
  4600.                 11 => 'form_parent',
  4601.                 12 => 'fragment_uri',
  4602.                 13 => 'impersonation_exit_path',
  4603.                 14 => 'impersonation_exit_url',
  4604.                 15 => 'is_granted',
  4605.                 16 => 'logout_path',
  4606.                 17 => 'logout_url',
  4607.                 18 => 'path',
  4608.                 19 => 'relative_path',
  4609.                 20 => 't',
  4610.                 21 => 'url',
  4611.                 22 => 'active_menus',
  4612.                 23 => 'class_categories_as_json',
  4613.                 24 => 'country_names',
  4614.                 25 => 'csrf_token_for_anchor',
  4615.                 26 => 'currency_names',
  4616.                 27 => 'currency_symbol',
  4617.                 28 => 'field_choices',
  4618.                 29 => 'field_errors',
  4619.                 30 => 'field_help',
  4620.                 31 => 'field_label',
  4621.                 32 => 'field_name',
  4622.                 33 => 'field_value',
  4623.                 34 => 'get_all_carts',
  4624.                 35 => 'get_cart',
  4625.                 36 => 'get_carts_total_price',
  4626.                 37 => 'get_carts_total_quantity',
  4627.                 38 => 'has_errors',
  4628.                 39 => 'is_reduced_tax_rate',
  4629.                 40 => 'language_names',
  4630.                 41 => 'product',
  4631.                 42 => 'workflow_can',
  4632.                 43 => 'workflow_has_marked_place',
  4633.                 44 => 'workflow_marked_places',
  4634.                 45 => 'workflow_metadata',
  4635.                 46 => 'workflow_transition',
  4636.                 47 => 'workflow_transition_blockers',
  4637.                 48 => 'workflow_transitions',
  4638.             ],
  4639.             'eccube.twig_sandbox.allowed_methods' => [
  4640.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4641.                     => 'getrequest',
  4642.                 ],
  4643.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4644.                     => 'geturi',
  4645.                 ],
  4646.             ],
  4647.             'eccube.twig_sandbox.allowed_properties' => [
  4648.             ],
  4649.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4650.             'product_review_display_count_min' => 1,
  4651.             'product_review_display_count_max' => 30,
  4652.             'plugin_recommend.text_area_len' => 4000,
  4653.             'related_product.text_area_len' => 4000,
  4654.             'related_product.max_item_count' => 6,
  4655.             'sales_report_product_maximum_display' => 20,
  4656.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4657.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  4658.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  4659.             'RECV_ALLOW_HOST' => [
  4660.                 => '127.0.0.1',
  4661.                 => '192.168.56.1',
  4662.                 => '218.40.0.72',
  4663.                 => '52.155.115.90',
  4664.             ],
  4665.             'YAMATO_PAYID_CREDIT' => 10,
  4666.             'YAMATO_PAYID_CVS' => 30,
  4667.             'YAMATO_PAYID_EDY' => 42,
  4668.             'YAMATO_PAYID_MOBILEEDY' => 43,
  4669.             'YAMATO_PAYID_SUICA' => 44,
  4670.             'YAMATO_PAYID_MOBILESUICA' => 45,
  4671.             'YAMATO_PAYID_WAON' => 46,
  4672.             'YAMATO_PAYID_MOBILEWAON' => 47,
  4673.             'YAMATO_PAYID_NETBANK' => 52,
  4674.             'YAMATO_PAYID_DEFERRED' => 60,
  4675.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  4676.             'YAMATO_PAYID_PAYPAY' => 91,
  4677.             'YAMATO_PAYID' => [
  4678.                 'CREDIT' => 10,
  4679.                 'CVS' => 30,
  4680.                 'DEFERRED' => 60,
  4681.                 'SMS_DEFERRED' => 80,
  4682.                 'PAYPAY' => 91,
  4683.             ],
  4684.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  4685.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  4686.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  4687.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  4688.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  4689.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  4690.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  4691.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  4692.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  4693.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  4694.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  4695.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  4696.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  4697.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  4698.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  4699.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  4700.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  4701.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  4702.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  4703.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  4704.             'DEFERRED_STATUS_AUTH_OK' => 1,
  4705.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  4706.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  4707.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  4708.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  4709.             'DEFERRED_STATUS_SALES_OK' => 10,
  4710.             'DEFERRED_STATUS_SEND_BILL' => 11,
  4711.             'DEFERRED_STATUS_PAID' => 12,
  4712.             'DEFERRED_AVAILABLE' => 0,
  4713.             'DEFERRED_NOT_AVAILABLE' => 1,
  4714.             'DEFERRED_OVER_LIMIT' => 2,
  4715.             'DEFERRED_UNDER_EXAM' => 3,
  4716.             'DEFERRED_SMS_AVAILABLE' => 1,
  4717.             'DEFERRED_SMS_CODE_INVALID' => 2,
  4718.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  4719.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  4720.             'DEFERRED_SMS_BAD_STATUS' => 5,
  4721.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  4722.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  4723.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  4724.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  4725.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  4726.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  4727.             'DEFERRED_INVOICE_REISSUE' => 1,
  4728.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  4729.             'ORDER_SHIPPING_REGISTERED' => 9625,
  4730.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  4731.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  4732.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  4733.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  4734.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  4735.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  4736.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  4737.             'YAMATO_PAYCODE_CVS' => 'CVS',
  4738.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  4739.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  4740.             'DEFERRED_CHARGE' => 190,
  4741.             'CREDIT_METHOD_UC' => 1,
  4742.             'CREDIT_METHOD_DINERS' => 2,
  4743.             'CREDIT_METHOD_JCB' => 3,
  4744.             'CREDIT_METHOD_DC' => 4,
  4745.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  4746.             'CREDIT_METHOD_UFJ' => 6,
  4747.             'CREDIT_METHOD_SAISON' => 7,
  4748.             'CREDIT_METHOD_NICOS' => 8,
  4749.             'CREDIT_METHOD_VISA' => 9,
  4750.             'CREDIT_METHOD_MASTER' => 10,
  4751.             'CREDIT_METHOD_AEON' => 11,
  4752.             'CREDIT_METHOD_AMEX' => 12,
  4753.             'CREDIT_METHOD_TOP' => 13,
  4754.             'CREDIT_METHOD_RAKUTEN' => 14,
  4755.             'CREDIT_METHOD_OTHER' => 99,
  4756.             'CONVENI_ID_SEVENELEVEN' => 21,
  4757.             'CONVENI_ID_LAWSON' => 22,
  4758.             'CONVENI_ID_FAMILYMART' => 23,
  4759.             'CONVENI_ID_SEICOMART' => 24,
  4760.             'CONVENI_ID_MINISTOP' => 25,
  4761.             'CONVENI_ID_CIRCLEK' => 26,
  4762.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  4763.             'CONVENI_NAME_LAWSON' => 'ローソン',
  4764.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  4765.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  4766.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  4767.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  4768.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  4769.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  4770.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  4771.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  4772.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  4773.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  4774.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  4775.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  4776.             'EMONEY_METHOD_SUICA' => 63,
  4777.             'EMONEY_METHOD_M_SUICA' => 64,
  4778.             'EMONEY_METHOD_WAON' => 65,
  4779.             'EMONEY_METHOD_M_WAON' => 66,
  4780.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  4781.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  4782.             'EMONEY_NAME_SUICA' => 'Suica決済',
  4783.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  4784.             'EMONEY_NAME_WAON' => 'WAON決済',
  4785.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  4786.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  4787.             'DELIV_TIMECODE' => [
  4788.                 => '',
  4789.                 => '0812',
  4790.                 => '1214',
  4791.                 => '1416',
  4792.                 => '1618',
  4793.                 => '1820',
  4794.                 => '1921',
  4795.                 => '2021',
  4796.                 => '0010',
  4797.                 => '0017',
  4798.             ],
  4799.             'DELETE_DELIV_TIMECODE' => [
  4800.                 => '1214',
  4801.                 => '2021',
  4802.             ],
  4803.             'DELIV_SLIP_TYPE_CORECT' => 2,
  4804.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  4805.             'CREDIT_SAVE_LIMIT' => 3,
  4806.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  4807.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  4808.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  4809.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  4810.             'YAMATO_DELIV_ADDR_MAX' => 99,
  4811.             'YAMATO_SHIPPED_MAX' => 3,
  4812.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  4813.             'SALE_TYPE_ID_RESERVE' => 9625,
  4814.             'YAMATO_DEADLINE_RECREDIT' => 9,
  4815.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  4816.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  4817.             'CREDIT_NO_LEN' => 16,
  4818.             'SECURITY_CODE_MIN_LEN' => 3,
  4819.             'SECURITY_CODE_MAX_LEN' => 4,
  4820.             'CARD_ORNER_LEN' => 20,
  4821.             'ITEM_NAME_LEN' => 200,
  4822.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  4823.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  4824.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  4825.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  4826.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  4827.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  4828.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  4829.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  4830.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  4831.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  4832.             'api.name' => [
  4833.                 'A01' => 'クレジット決済登録通常用',
  4834.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  4835.                 'A03' => 'クレジットカードのお預かり情報照会',
  4836.                 'A04' => 'クレジットカードのお預かり情報変更',
  4837.                 'A05' => 'クレジットカードのお預かり情報削除',
  4838.                 'A06' => 'クレジット決済取消',
  4839.                 'A07' => 'クレジット金額変更',
  4840.                 'A08' => 'クレジット決済登録通常用(トークン)',
  4841.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  4842.                 'A11' => 'クレジット再与信',
  4843.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  4844.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  4845.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  4846.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  4847.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  4848.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  4849.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  4850.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  4851.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  4852.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  4853.                 'C05' => '電子マネー決済登録(Waon(PC))',
  4854.                 'C06' => '電子マネー決済登録(Waon(MB))',
  4855.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  4856.                 'E01' => '出荷情報登録',
  4857.                 'E02' => '出荷情報取消',
  4858.                 'E03' => '出荷予定日変更',
  4859.                 'E04' => '取引情報照会',
  4860.                 'F01' => '接続元加盟店ECサーバ認証',
  4861.                 'F02' => '出荷情報登録(切売)',
  4862.                 'F03' => '出荷情報取消(切売)',
  4863.                 'F04' => '取引情報照会(切売)',
  4864.                 'H01' => 'グローバルIPアドレス照会',
  4865.                 'L01' => 'PayPay決済登録',
  4866.                 'L02' => 'PayPay決済取消',
  4867.                 'L03' => 'PayPay金額変更',
  4868.                 'KAAAU0010APIAction' => '後払い与信依頼',
  4869.                 'KAARS0010APIAction' => '後払い与信結果取得',
  4870.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  4871.                 'KAAST0010APIAction' => '後払い取引状況取得',
  4872.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  4873.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  4874.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  4875.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  4876.                 'KAARR0010APIAction' => '後払い請求書再発行',
  4877.             ],
  4878.             'api.url' => [
  4879.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  4880.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  4881.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  4882.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  4883.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  4884.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  4885.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  4886.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  4887.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  4888.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  4889.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  4890.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  4891.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4892.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4893.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4894.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4895.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  4896.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  4897.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  4898.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  4899.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  4900.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  4901.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  4902.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  4903.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  4904.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  4905.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  4906.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  4907.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  4908.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  4909.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  4910.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4911.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  4912.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  4913.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  4914.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  4915.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4916.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4917.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4918.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4919.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4920.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4921.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4922.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4923.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4924.             ],
  4925.             'api.test.gateway' => [
  4926.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  4927.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  4928.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  4929.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  4930.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  4931.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  4932.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  4933.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  4934.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  4935.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  4936.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  4937.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  4938.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4939.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4940.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4941.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4942.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  4943.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  4944.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  4945.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  4946.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  4947.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  4948.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  4949.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  4950.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  4951.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  4952.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  4953.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  4954.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  4955.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  4956.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  4957.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4958.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  4959.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  4960.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  4961.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4962.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4963.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4964.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4965.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4966.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4967.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4968.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4969.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4970.             ],
  4971.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  4972.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  4973.             'USE_SECURITY_CODE' => 1,
  4974.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  4975.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  4976.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  4977.             'yamato_error_msg' => [
  4978.                 'A011010201' => '加盟店コードなし',
  4979.                 'A011010202' => '加盟店コードの桁数不正',
  4980.                 'A011010204' => '加盟店コードに禁止文字あり',
  4981.                 'A011010301' => '端末区分なし',
  4982.                 'A011010306' => '端末区分の不正セット',
  4983.                 'A011010401' => '受付番号なし',
  4984.                 'A011010402' => '受付番号の桁数不正',
  4985.                 'A011010404' => '受付番号に禁止文字あり',
  4986.                 'A011010501' => '決済金額なし',
  4987.                 'A011010502' => '決済金額の桁数不正',
  4988.                 'A011010504' => '決済金額に禁止文字あり',
  4989.                 'A011010601' => '購入者名(漢字)なし',
  4990.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  4991.                 'A011010701' => '購入者TELなし',
  4992.                 'A011010702' => '購入者TELの桁数不正',
  4993.                 'A011010704' => '購入者TELに禁止文字あり',
  4994.                 'A011010801' => '購入者E-Mailなし',
  4995.                 'A011010802' => '購入者E-Mailの桁数不正',
  4996.                 'A011010901' => '認証区分なし',
  4997.                 'A011011001' => '支払回数なし',
  4998.                 'A011011002' => '支払回数の桁数不正',
  4999.                 'A011011004' => '支払回数に禁止文字あり',
  5000.                 'A011011101' => 'オプションサービス区分なし',
  5001.                 'A011011106' => 'オプションサービス区分の不正セット',
  5002.                 'A011010571' => '決済金額の下限額オーバ',
  5003.                 'A011011271' => '商品名に禁止文字あり',
  5004.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  5005.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  5006.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5007.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  5008.                 'A011010971' => '認証区分の不正セット',
  5009.                 'A011010972' => '認証区分の不正セット',
  5010.                 'A011011371' => 'カード会社コード(API用)なし',
  5011.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  5012.                 'A011011471' => 'カード番号なし',
  5013.                 'A011011472' => 'カード番号の桁数不正',
  5014.                 'A011011473' => 'カード番号に禁止文字あり',
  5015.                 'A011011571' => 'セキュリティコードなし',
  5016.                 'A011011572' => 'セキュリティコードの桁数不正',
  5017.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  5018.                 'A011011671' => 'カード名義人なし',
  5019.                 'A011011672' => 'カード名義人の桁数不正',
  5020.                 'A011011673' => 'カード名義人に禁止文字あり',
  5021.                 'A011011771' => 'カード有効期限なし',
  5022.                 'A011011772' => 'カード有効期限の形式不正',
  5023.                 'A011011773' => 'カード有効期限の期限不正',
  5024.                 'A011011871' => '加盟店ECサイトURLなし',
  5025.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  5026.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  5027.                 'A011011971' => '会員IDなし',
  5028.                 'A011011972' => '会員IDの桁数不正',
  5029.                 'A011011973' => '会員IDに禁止文字あり',
  5030.                 'A011012071' => '認証キーなし',
  5031.                 'A011012072' => '認証キーの桁数不正',
  5032.                 'A011012073' => '認証キーに禁止文字あり',
  5033.                 'A011012171' => 'カード識別キーの不正セット',
  5034.                 'A011012271' => '最終利用日時の形式不正',
  5035.                 'A011012371' => '出荷予定日なし',
  5036.                 'A011012372' => '出荷予定日の形式不正',
  5037.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  5038.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  5039.                 'A011012471' => 'チェックサムなし',
  5040.                 'A011012472' => 'チェックサムの改ざんあり',
  5041.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  5042.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  5043.                 'A012000003' => '当該加盟店の認証不可',
  5044.                 'A011010572' => '決済金額の上限額オーバ',
  5045.                 'A012010001' => '当該受注の二重決済',
  5046.                 'A012020001' => '当該加盟店のお預かり利用不可',
  5047.                 'A012030001' => '当該加盟店のお預かり取得不可',
  5048.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  5049.                 'A012040002' => '当該加盟店の支払方法取得不可',
  5050.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  5051.                 'A012050002' => '3D認証対象外',
  5052.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5053.                 'A012070001' => '当該加盟店のお預かり処理不可',
  5054.                 'A012080001' => '各種マスタ取得失敗',
  5055.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  5056.                 'A021010201' => '加盟店コードなし',
  5057.                 'A021010202' => '加盟店コードの桁数不正',
  5058.                 'A021010204' => '加盟店コードに禁止文字あり',
  5059.                 'A021010301' => '受付番号なし',
  5060.                 'A021010302' => '受付番号の桁数不正',
  5061.                 'A021010304' => '受付番号に禁止文字あり',
  5062.                 'A021010401' => '3D認証応答電文パラメータ不正',
  5063.                 'A021010501' => '3D認証応答電文パラメータ不正',
  5064.                 'A021010601' => '3D認証応答電文パラメータ不正',
  5065.                 'A021010701' => '3D認証応答電文パラメータ不正',
  5066.                 'A021010801' => '3D認証応答電文パラメータ不正',
  5067.                 'A021010901' => '3D認証応答電文パラメータ不正',
  5068.                 'A021011001' => '3D認証応答電文パラメータ不正',
  5069.                 'A021011101' => '3D認証応答電文パラメータ不正',
  5070.                 'A021011201' => '3D認証応答電文パラメータ不正',
  5071.                 'A021011501' => '3D認証応答電文パラメータ不正',
  5072.                 'A021011701' => '3D認証応答電文パラメータ不正',
  5073.                 'A021011801' => '3D認証応答電文パラメータ不正',
  5074.                 'A021011901' => '3D認証応答電文パラメータ不正',
  5075.                 'A021012001' => '3Dトークンなし',
  5076.                 'A021012002' => '3Dトークンの桁数不正',
  5077.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  5078.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  5079.                 'A022010001' => '当該受注の二重決済',
  5080.                 'A022020001' => '3D認証応答電文不正',
  5081.                 'A022020002' => '3D認証結果不正',
  5082.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5083.                 'A022040001' => '当該加盟店のお預かり処理不可',
  5084.                 'A022050001' => '各種マスタ取得失敗',
  5085.                 'A022060001' => '請求後取消失敗',
  5086.                 'A061010201' => '加盟店コードなし',
  5087.                 'A061010202' => '加盟店コードの桁数不正',
  5088.                 'A061010204' => '加盟店コードに禁止文字あり',
  5089.                 'A061010301' => '受付番号なし',
  5090.                 'A061010302' => '受付番号の桁数不正',
  5091.                 'A061010304' => '受付番号に禁止文字あり',
  5092.                 'A062010001' => '受注データが存在しない',
  5093.                 'A062010002' => '受注データ方式不正',
  5094.                 'A062010003' => '受注データが取消不可ステータス',
  5095.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  5096.                 'A062010005' => '与信エラー:ステータスNG',
  5097.                 'A062010007' => '与信エラー:更新無し',
  5098.                 'A062030001' => '請求後取消失敗',
  5099.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  5100.                 'A071010201' => '加盟店コードなし',
  5101.                 'A071010202' => '加盟店コードの桁数不正',
  5102.                 'A071010204' => '加盟店コードに禁止文字あり',
  5103.                 'A071010301' => '受付番号なし',
  5104.                 'A071010302' => '受付番号の桁数不正',
  5105.                 'A071010304' => '受付番号に禁止文字あり',
  5106.                 'A071010401' => '変更後決済金額なし',
  5107.                 'A071010402' => '変更後決済金額の桁数不正',
  5108.                 'A071010404' => '決済金額に禁止文字あり',
  5109.                 'A071010471' => '決済金額の下限額オーバ',
  5110.                 'A071010472' => '決済金額の上限額オーバ',
  5111.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  5112.                 'A073000001' => '受付番号の受注データ不正',
  5113.                 'A073000002' => '同梱中受注',
  5114.                 'A074000001' => '金額変更なし',
  5115.                 'A074000002' => '当該加盟店の増額利用不可',
  5116.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  5117.                 'A076000001' => '金額変更時の与信処理に失敗',
  5118.                 'A077000001' => '金額変更時の取消処理に失敗',
  5119.                 'A031010201' => '加盟店コードなし',
  5120.                 'A031010202' => '加盟店コードの桁数不正',
  5121.                 'A031010204' => '加盟店コードに禁止文字あり',
  5122.                 'A031010301' => '会員IDなし',
  5123.                 'A031010302' => '会員IDの桁数不正',
  5124.                 'A031010401' => '認証キーなし',
  5125.                 'A031010402' => '認証キーの桁数不正',
  5126.                 'A031010501' => 'チェックサムなし',
  5127.                 'A031010371' => '会員IDに禁止文字あり',
  5128.                 'A031010471' => '認証キーに禁止文字あり',
  5129.                 'A031010571' => 'チェックサム不正',
  5130.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  5131.                 'A033000001' => 'お預かり情報の取得エラー',
  5132.                 'A041010201' => '加盟店コードなし',
  5133.                 'A041010202' => '加盟店コードの桁数不正',
  5134.                 'A041010204' => '加盟店コードに禁止文字あり',
  5135.                 'A041010301' => '会員IDなし',
  5136.                 'A041010302' => '会員IDの桁数不正',
  5137.                 'A041010401' => '認証キーなし',
  5138.                 'A041010402' => '認証キーの桁数不正',
  5139.                 'A041010501' => 'チェックサムなし',
  5140.                 'A041010601' => 'カード識別キーなし',
  5141.                 'A041010606' => 'カード識別キーの不正セット',
  5142.                 'A041010705' => 'カード有効期限のフォーマット不正',
  5143.                 'A041010802' => 'カード名義人の桁数不正',
  5144.                 'A041010804' => 'カード名義人に禁止文字あり',
  5145.                 'A041010906' => 'カード会社コードの不正セット',
  5146.                 'A041011001' => '最終利用日時なし',
  5147.                 'A041011005' => '最終利用日時のフォーマット不正',
  5148.                 'A041010371' => '会員IDに禁止文字あり',
  5149.                 'A041010471' => '認証キーに禁止文字あり',
  5150.                 'A041010571' => 'チェックサム不正',
  5151.                 'A041010771' => 'カードの有効期限切れ',
  5152.                 'A042000001' => '当該加盟店の決済利用不可',
  5153.                 'A042000002' => '当該加盟店のクレジット利用不可',
  5154.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  5155.                 'A042000004' => '当該加盟店のカード会社利用不可',
  5156.                 'A043000001' => '当該カードの排他エラー',
  5157.                 'A043000002' => '当該カードの変更なし',
  5158.                 'A043000003' => '当該カードの取得エラー',
  5159.                 'A044000001' => '当該カードの有効性エラー',
  5160.                 'A045000001' => '当該カードの更新エラー',
  5161.                 'A051010201' => '加盟店コードなし',
  5162.                 'A051010202' => '加盟店コードの桁数不正',
  5163.                 'A051010204' => '加盟店コードに禁止文字あり',
  5164.                 'A051010301' => '会員IDなし',
  5165.                 'A051010302' => '会員IDの桁数不正',
  5166.                 'A051010401' => '認証キーなし',
  5167.                 'A051010402' => '認証キーの桁数不正',
  5168.                 'A051010501' => 'チェックサムなし',
  5169.                 'A051010601' => 'カード識別キーなし',
  5170.                 'A051010606' => 'カード識別キーの不正セット',
  5171.                 'A051010701' => '最終利用日時なし',
  5172.                 'A051010705' => '最終利用日時のフォーマット不正',
  5173.                 'A051010371' => '会員IDに禁止文字あり',
  5174.                 'A051010471' => '認証キーに禁止文字あり',
  5175.                 'A051010571' => 'チェックサム不正',
  5176.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  5177.                 'A053000001' => '当該カードの排他エラー',
  5178.                 'A054000001' => '当該カードの削除エラー',
  5179.                 'A081010201' => '加盟店コードの設定がありません。',
  5180.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5181.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5182.                 'A081010301' => '端末区分の設定がありません。',
  5183.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5184.                 'A081010401' => '受付番号の設定がありません。',
  5185.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5186.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  5187.                 'A081010501' => '決済金額の設定がありません。',
  5188.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  5189.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  5190.                 'A081010571' => '決済金額は1円以上となっております。',
  5191.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  5192.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  5193.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  5194.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  5195.                 'A081010701' => '購入者TELの設定がありません。',
  5196.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  5197.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  5198.                 'A081010801' => '購入者E-Mailの設定がありません。',
  5199.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  5200.                 'A081010871' => '購入者E-Mailが誤っております。',
  5201.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  5202.                 'A081010901' => '支払回数の設定がありません。',
  5203.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  5204.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  5205.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  5206.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  5207.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  5208.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5209.                 'A081011201' => 'トークンの設定がありません。',
  5210.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  5211.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  5212.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  5213.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  5214.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  5215.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  5216.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  5217.                 'A081011473' => '出荷予定日に誤りがあります。',
  5218.                 'A082000001' => '加盟店の決済利用不可',
  5219.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  5220.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  5221.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  5222.                 'A082000005' => 'オプションサービスの契約がございません。',
  5223.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5224.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  5225.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  5226.                 'A082000010' => '与信処理不可',
  5227.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5228.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5229.                 'A091010201' => '加盟店コードの設定がありません。',
  5230.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5231.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5232.                 'A091010301' => '受付番号の設定がありません。',
  5233.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5234.                 'A091010304' => '受付番号文字種別誤り',
  5235.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  5236.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  5237.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  5238.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  5239.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  5240.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  5241.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  5242.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  5243.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  5244.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  5245.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  5246.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  5247.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  5248.                 'A091012001' => '3Dトークンの設定がありません。',
  5249.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  5250.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  5251.                 'A092000002' => 'システムエラー(カード情報取得)',
  5252.                 'A092000003' => '3Dセキュア応答電文誤り',
  5253.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  5254.                 'A092000005' => '与信処理不可',
  5255.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5256.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  5257.                 'A111010201' => '加加盟店コードの設定がありません。',
  5258.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5259.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5260.                 'A111010301' => '受付番号の設定がありません。',
  5261.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  5262.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  5263.                 'A112000001' => '加盟店のクレジット設定不備',
  5264.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  5265.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5266.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  5267.                 'B011010201' => '加盟店コードなし',
  5268.                 'B011010202' => '加盟店コードの桁数不正',
  5269.                 'B011010204' => '加盟店コードに禁止文字あり',
  5270.                 'B011010301' => '端末区分なし',
  5271.                 'B011010306' => '端末区分の不正セット',
  5272.                 'B011010401' => '受付番号なし',
  5273.                 'B011010402' => '受付番号の桁数不正',
  5274.                 'B011010404' => '受付番号に禁止文字あり',
  5275.                 'B011010601' => '決済金額なし',
  5276.                 'B011010602' => '決済金額の桁数不正',
  5277.                 'B011010604' => '決済金額に禁止文字あり',
  5278.                 'B011010701' => '購入者名(漢字)なし',
  5279.                 'B011010702' => '購入者名(漢字)の桁数不正',
  5280.                 'B011010801' => '購入者E-Mailなし',
  5281.                 'B011010802' => '購入者E-Mailの桁数不正',
  5282.                 'B011010671' => '決済金額の下限額オーバー',
  5283.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  5284.                 'B011010571' => '商品名に禁止文字あり',
  5285.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  5286.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  5287.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5288.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  5289.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  5290.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  5291.                 'B013000001' => '当該受注の二重決済',
  5292.                 'B014000001' => '決済申込み失敗',
  5293.                 'B021010201' => '加盟店コードなし',
  5294.                 'B021010202' => '加盟店コードの桁数不正',
  5295.                 'B021010204' => '加盟店コードに禁止文字あり',
  5296.                 'B021010301' => '端末区分なし',
  5297.                 'B021010306' => '端末区分の不正セット',
  5298.                 'B021010401' => '受付番号なし',
  5299.                 'B021010402' => '受付番号の桁数不正',
  5300.                 'B021010404' => '受付番号に禁止文字あり',
  5301.                 'B021010601' => '決済金額なし',
  5302.                 'B021010602' => '決済金額の桁数不正',
  5303.                 'B021010604' => '決済金額に禁止文字あり',
  5304.                 'B021010701' => '購入者名(漢字)なし',
  5305.                 'B021010702' => '購入者名(漢字)の桁数不正',
  5306.                 'B021010801' => '購入者名(フリガナ)なし',
  5307.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  5308.                 'B021010901' => '購入者TELなし',
  5309.                 'B021010902' => '購入者TELの桁数不正',
  5310.                 'B021010904' => '購入者TELに禁止文字あり',
  5311.                 'B021011001' => '購入者E-Mailなし',
  5312.                 'B021011002' => '購入者E-Mailの桁数不正',
  5313.                 'B021010671' => '決済金額の下限額オーバー',
  5314.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  5315.                 'B021010571' => '商品名に禁止文字あり',
  5316.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  5317.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  5318.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  5319.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  5320.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  5321.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  5322.                 'B023000001' => '当該受注の二重決済',
  5323.                 'B024000001' => '決済申込み失敗',
  5324.                 'B031010201' => '加盟店コードなし',
  5325.                 'B031010202' => '加盟店コードの桁数不正',
  5326.                 'B031010204' => '加盟店コードに禁止文字あり',
  5327.                 'B031010301' => '端末区分なし',
  5328.                 'B031010306' => '端末区分の不正セット',
  5329.                 'B031010401' => '受付番号なし',
  5330.                 'B031010402' => '受付番号の桁数不正',
  5331.                 'B031010404' => '受付番号に禁止文字あり',
  5332.                 'B031010501' => '商品名なし',
  5333.                 'B031010601' => '決済金額なし',
  5334.                 'B031010602' => '決済金額の桁数不正',
  5335.                 'B031010604' => '決済金額に禁止文字あり',
  5336.                 'B031010701' => '購入者名(漢字)なし',
  5337.                 'B031010702' => '購入者名(漢字)の桁数不正',
  5338.                 'B031010801' => '購入者TELなし',
  5339.                 'B031010802' => '購入者TELの桁数不正',
  5340.                 'B031010804' => '購入者TELに禁止文字あり',
  5341.                 'B031010901' => '購入者E-Mailなし',
  5342.                 'B031010902' => '購入者E-Mailの桁数不正',
  5343.                 'B031010671' => '決済金額の下限額オーバー',
  5344.                 'B031010672' => '決済金額のローソン上限額オーバー',
  5345.                 'B031010571' => '商品名に禁止文字あり',
  5346.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  5347.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  5348.                 'B031010871' => '購入者TELの桁数不正',
  5349.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  5350.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  5351.                 'B032000002' => '当該加盟店のローソン利用不可',
  5352.                 'B033000001' => '当該受注の二重決済',
  5353.                 'B034000001' => '決済申込み失敗',
  5354.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5355.                 'B041010201' => '加盟店コードなし',
  5356.                 'B041010202' => '加盟店コードの桁数不正',
  5357.                 'B041010204' => '加盟店コードに禁止文字あり',
  5358.                 'B041010301' => '端末区分なし',
  5359.                 'B041010306' => '端末区分の不正セット',
  5360.                 'B041010401' => '受付番号なし',
  5361.                 'B041010402' => '受付番号の桁数不正',
  5362.                 'B041010404' => '受付番号に禁止文字あり',
  5363.                 'B041010501' => '商品名なし',
  5364.                 'B041010601' => '決済金額なし',
  5365.                 'B041010602' => '決済金額の桁数不正',
  5366.                 'B041010604' => '決済金額に禁止文字あり',
  5367.                 'B041010701' => '購入者名(漢字)なし',
  5368.                 'B041010702' => '購入者名(漢字)の桁数不正',
  5369.                 'B041010801' => '購入者TELなし',
  5370.                 'B041010802' => '購入者TELの桁数不正',
  5371.                 'B041010804' => '購入者TELに禁止文字あり',
  5372.                 'B041010901' => '購入者E-Mailなし',
  5373.                 'B041010902' => '購入者E-Mailの桁数不正',
  5374.                 'B041010671' => '決済金額の下限額オーバー',
  5375.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  5376.                 'B041010571' => '商品名に禁止文字あり',
  5377.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  5378.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  5379.                 'B041010871' => '購入者TELの桁数不正',
  5380.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  5381.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  5382.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  5383.                 'B043000001' => '当該受注の二重決済',
  5384.                 'B044000001' => '決済申込み失敗',
  5385.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5386.                 'B051010201' => '加盟店コードなし',
  5387.                 'B051010202' => '加盟店コードの桁数不正',
  5388.                 'B051010204' => '加盟店コードに禁止文字あり',
  5389.                 'B051010301' => '端末区分なし',
  5390.                 'B051010306' => '端末区分の不正セット',
  5391.                 'B051010401' => '受付番号なし',
  5392.                 'B051010402' => '受付番号の桁数不正',
  5393.                 'B051010404' => '受付番号に禁止文字あり',
  5394.                 'B051010501' => '商品名なし',
  5395.                 'B051010601' => '決済金額なし',
  5396.                 'B051010602' => '決済金額の桁数不正',
  5397.                 'B051010604' => '決済金額に禁止文字あり',
  5398.                 'B051010701' => '購入者名(漢字)なし',
  5399.                 'B051010702' => '購入者名(漢字)の桁数不正',
  5400.                 'B051010801' => '購入者TELなし',
  5401.                 'B051010802' => '購入者TELの桁数不正',
  5402.                 'B051010804' => '購入者TELに禁止文字あり',
  5403.                 'B051010901' => '購入者E-Mailなし',
  5404.                 'B051010902' => '購入者E-Mailの桁数不正',
  5405.                 'B051010671' => '決済金額の下限額オーバー',
  5406.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  5407.                 'B051010571' => '商品名に禁止文字あり',
  5408.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5409.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  5410.                 'B051010871' => '購入者TELの桁数不正',
  5411.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  5412.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  5413.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  5414.                 'B053000001' => '当該受注の二重決済',
  5415.                 'B054000001' => '決済申込み失敗',
  5416.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5417.                 'B061010201' => '加盟店コードなし',
  5418.                 'B061010202' => '加盟店コードの桁数不正',
  5419.                 'B061010204' => '加盟店コードに禁止文字あり',
  5420.                 'B061010301' => '端末区分なし',
  5421.                 'B061010306' => '端末区分の不正セット',
  5422.                 'B061010401' => '受付番号なし',
  5423.                 'B061010402' => '受付番号の桁数不正',
  5424.                 'B061010404' => '受付番号に禁止文字あり',
  5425.                 'B061010501' => '商品名なし',
  5426.                 'B061010601' => '決済金額なし',
  5427.                 'B061010602' => '決済金額の桁数不正',
  5428.                 'B061010604' => '決済金額に禁止文字あり',
  5429.                 'B061010701' => '購入者名(漢字)なし',
  5430.                 'B061010702' => '購入者名(漢字)の桁数不正',
  5431.                 'B061010801' => '購入者TELなし',
  5432.                 'B061010802' => '購入者TELの桁数不正',
  5433.                 'B061010804' => '購入者TELに禁止文字あり',
  5434.                 'B061010901' => '購入者E-Mailなし',
  5435.                 'B061010902' => '購入者E-Mailの桁数不正',
  5436.                 'B061010671' => '決済金額の下限額オーバー',
  5437.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  5438.                 'B061010571' => '商品名に禁止文字あり',
  5439.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5440.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  5441.                 'B061010871' => '購入者TELの桁数不正',
  5442.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  5443.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  5444.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  5445.                 'B063000001' => '当該受注の二重決済',
  5446.                 'B064000001' => '決済申込み失敗',
  5447.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5448.                 'C011010201' => '加盟店コードなし',
  5449.                 'C011010202' => '加盟店コードの桁数不正',
  5450.                 'C011010204' => '加盟店コードに禁止文字あり',
  5451.                 'C011010301' => '端末区分なし',
  5452.                 'C011010306' => '端末区分の不正セット',
  5453.                 'C011010401' => '受付番号なし',
  5454.                 'C011010402' => '受付番号の桁数不正',
  5455.                 'C011010404' => '受付番号に禁止文字あり',
  5456.                 'C011010601' => '決済金額なし',
  5457.                 'C011010602' => '決済金額の桁数不正',
  5458.                 'C011010604' => '決済金額に禁止文字あり',
  5459.                 'C011010701' => '購入者名(漢字)なし',
  5460.                 'C011010801' => '購入者E-Mailなし',
  5461.                 'C011010802' => '購入者E-Mailの桁数不正',
  5462.                 'C011010901' => '決済完了通知URL必須エラー',
  5463.                 'C011011071' => '決済金額の下限額オーバー',
  5464.                 'C011011072' => '決済金額の上限額オーバー',
  5465.                 'C011011171' => '商品名に禁止文字あり',
  5466.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  5467.                 'C011011271' => '購入者名に禁止文字あり',
  5468.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5469.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  5470.                 'C011011473' => '決済完了通知URLの文字形式不正',
  5471.                 'C011010572' => '決済完了通知URL桁数エラー',
  5472.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  5473.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  5474.                 'C012000251' => '当該受注の二重決済',
  5475.                 'C012000371' => '決済申込み失敗',
  5476.                 'C021010201' => '加盟店コードなし',
  5477.                 'C021010202' => '加盟店コードの桁数不正',
  5478.                 'C021010204' => '加盟店コードに禁止文字あり',
  5479.                 'C021010301' => '端末区分なし',
  5480.                 'C021010306' => '端末区分の不正セット',
  5481.                 'C021010401' => '受付番号なし',
  5482.                 'C021010402' => '受付番号の桁数不正',
  5483.                 'C021010404' => '受付番号に禁止文字あり',
  5484.                 'C021010601' => '決済金額なし',
  5485.                 'C021010602' => '決済金額の桁数不正',
  5486.                 'C021010604' => '決済金額に禁止文字あり',
  5487.                 'C021010701' => '購入者名(漢字)なし',
  5488.                 'C021010801' => '購入者E-Mailなし',
  5489.                 'C021010802' => '購入者E-Mailの桁数不正',
  5490.                 'C021010971' => '決済金額の下限額オーバー',
  5491.                 'C021010972' => '決済金額の上限額オーバー',
  5492.                 'C021011071' => '商品名に禁止文字あり',
  5493.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  5494.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  5495.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5496.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  5497.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  5498.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  5499.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  5500.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  5501.                 'C022000251' => '当該受注の二重決済',
  5502.                 'C022000371' => '決済申込み失敗',
  5503.                 'C031010201' => '加盟店コードなし',
  5504.                 'C031010202' => '加盟店コードの桁数不正',
  5505.                 'C031010204' => '加盟店コードに禁止文字あり',
  5506.                 'C031010301' => '端末区分なし',
  5507.                 'C031010306' => '端末区分の不正セット',
  5508.                 'C031010401' => '受付番号なし',
  5509.                 'C031010402' => '受付番号の桁数不正',
  5510.                 'C031010404' => '受付番号に禁止文字あり',
  5511.                 'C031010501' => '商品名なし',
  5512.                 'C031010601' => '決済金額なし',
  5513.                 'C031010602' => '決済金額の桁数不正',
  5514.                 'C031010604' => '決済金額に禁止文字あり',
  5515.                 'C031010701' => '購入者名(漢字)なし',
  5516.                 'C031010801' => '購入者E-Mailなし',
  5517.                 'C031010802' => '購入者E-Mailの桁数不正',
  5518.                 'C031010901' => '戻り先URL必須エラー',
  5519.                 'C031011071' => '決済金額の下限額オーバー',
  5520.                 'C031011072' => '決済金額の上限額オーバー',
  5521.                 'C031011171' => '商品名に禁止文字あり',
  5522.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  5523.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  5524.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5525.                 'C031011371' => '購入者E-Mail不正',
  5526.                 'C031011471' => '戻り先URLの文字形式不正',
  5527.                 'C031011472' => '戻り先URL桁数エラー',
  5528.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  5529.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  5530.                 'C032010001' => '当該受注の二重決済',
  5531.                 'C032020001' => '決済申込み失敗:その他',
  5532.                 'C032020002' => '決済申込み失敗:Suica未加入',
  5533.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  5534.                 'C032020004' => '決済申込み失敗:一時利用停止',
  5535.                 'C032020005' => '決済申込み失敗:メンテナンス',
  5536.                 'C041010201' => '加盟店コードなし',
  5537.                 'C041010202' => '加盟店コードの桁数不正',
  5538.                 'C041010204' => '加盟店コードに禁止文字あり',
  5539.                 'C041010301' => '端末区分なし',
  5540.                 'C041010306' => '端末区分の不正セット',
  5541.                 'C041010401' => '受付番号なし',
  5542.                 'C041010402' => '受付番号の桁数不正',
  5543.                 'C041010404' => '受付番号に禁止文字あり',
  5544.                 'C041010501' => '商品名なし',
  5545.                 'C041010601' => '決済金額なし',
  5546.                 'C041010602' => '決済金額の桁数不正',
  5547.                 'C041010604' => '決済金額に禁止文字あり',
  5548.                 'C041010701' => '購入者名(漢字)なし',
  5549.                 'C041010801' => '購入者E-Mailなし',
  5550.                 'C041010802' => '購入者E-Mailの桁数不正',
  5551.                 'C041011071' => '決済金額の下限額オーバー',
  5552.                 'C041011072' => '決済金額の上限額オーバー',
  5553.                 'C041011171' => '商品名に禁止文字あり',
  5554.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  5555.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  5556.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5557.                 'C041011371' => '購入者E-Mail不正',
  5558.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  5559.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  5560.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  5561.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  5562.                 'C042010001' => '当該受注の二重決済',
  5563.                 'C042020001' => '決済申込み失敗:その他',
  5564.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  5565.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  5566.                 'C042020004' => '決済申込み失敗:一時利用停止',
  5567.                 'C042020005' => '決済申込み失敗:メンテナンス',
  5568.                 'C051010201' => '加盟店コードなし',
  5569.                 'C051010202' => '加盟店コードの桁数不正',
  5570.                 'C051010204' => '加盟店コードに禁止文字あり',
  5571.                 'C051010301' => '端末区分なし',
  5572.                 'C051010306' => '端末区分の不正セット',
  5573.                 'C051010401' => '受付番号なし',
  5574.                 'C051010402' => '受付番号の桁数不正',
  5575.                 'C051010404' => '受付番号に禁止文字あり',
  5576.                 'C051010501' => '商品名なし',
  5577.                 'C051010601' => '決済金額なし',
  5578.                 'C051010602' => '決済金額の桁数不正',
  5579.                 'C051010604' => '決済金額に禁止文字あり',
  5580.                 'C051010701' => '購入者名(漢字)なし',
  5581.                 'C051010801' => '購入者E-Mailなし',
  5582.                 'C051010802' => '購入者E-Mailの桁数不正',
  5583.                 'C051010901' => '戻り先URL必須エラー',
  5584.                 'C051010902' => '戻り先URL桁数エラー',
  5585.                 'C051010904' => '戻り先URLに禁止文字あり',
  5586.                 'C051010671' => '決済金額の下限額オーバー',
  5587.                 'C051010672' => '決済金額の上限額オーバー',
  5588.                 'C051010571' => '商品名に禁止文字あり',
  5589.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5590.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  5591.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5592.                 'C051010871' => '購入者E-Mail不正',
  5593.                 'C051010971' => '戻り先URLの文字形式不正',
  5594.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  5595.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  5596.                 'C052010001' => '当該受注の二重決済',
  5597.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  5598.                 'C052020001' => '決済情報通知エラー',
  5599.                 'C061010201' => '加盟店コードなし',
  5600.                 'C061010202' => '加盟店コードの桁数不正',
  5601.                 'C061010204' => '加盟店コードに禁止文字あり',
  5602.                 'C061010301' => '端末区分なし',
  5603.                 'C061010306' => '端末区分の不正セット',
  5604.                 'C061010401' => '受付番号なし',
  5605.                 'C061010402' => '受付番号の桁数不正',
  5606.                 'C061010404' => '受付番号に禁止文字あり',
  5607.                 'C061010501' => '商品名なし',
  5608.                 'C061010601' => '決済金額なし',
  5609.                 'C061010602' => '決済金額の桁数不正',
  5610.                 'C061010604' => '決済金額に禁止文字あり',
  5611.                 'C061010701' => '購入者名(漢字)なし',
  5612.                 'C061010801' => '購入者E-Mailなし',
  5613.                 'C061010802' => '購入者E-Mailの桁数不正',
  5614.                 'C061010671' => '決済金額の下限額オーバー',
  5615.                 'C061010672' => '決済金額の上限額オーバー',
  5616.                 'C061010571' => '商品名に禁止文字あり',
  5617.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5618.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  5619.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5620.                 'C061010871' => '購入者E-Mail不正',
  5621.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  5622.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  5623.                 'C062010001' => '当該受注の二重決済',
  5624.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  5625.                 'C062020001' => '決済情報通知エラー',
  5626.                 'D011010201' => '加盟店コードなし',
  5627.                 'D011010202' => '加盟店コードの桁数不正',
  5628.                 'D011010204' => '加盟店コードに禁止文字あり',
  5629.                 'D011010301' => '端末区分なし',
  5630.                 'D011010306' => '端末区分の不正セット',
  5631.                 'D011010401' => '受付番号なし',
  5632.                 'D011010402' => '受付番号の桁数不正',
  5633.                 'D011010404' => '受付番号に禁止文字あり',
  5634.                 'D011010601' => '決済金額なし',
  5635.                 'D011010602' => '決済金額の桁数不正',
  5636.                 'D011010604' => '決済金額に禁止文字あり',
  5637.                 'D011010701' => '購入者名(漢字)なし',
  5638.                 'D011010801' => '購入者E-Mailなし',
  5639.                 'D011010802' => '購入者E-Mailの桁数不正',
  5640.                 'D011010901' => '完了画面URLなし',
  5641.                 'D011010903' => '完了戻りURLbyte数エラー',
  5642.                 'D011011071' => '決済金額の下限額オーバー',
  5643.                 'D011011072' => '決済金額の上限額オーバー',
  5644.                 'D011011171' => '商品名に禁止文字あり',
  5645.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  5646.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  5647.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5648.                 'D011011371' => '購入者E-Mail不正',
  5649.                 'D011011471' => '完了戻りURLの文字形式不正',
  5650.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  5651.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  5652.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  5653.                 'D012010001' => '当該受注の二重決済',
  5654.                 'E011010201' => '加盟店コードなし',
  5655.                 'E011010202' => '加盟店コードの桁数不正',
  5656.                 'E011010204' => '加盟店コードに禁止文字あり',
  5657.                 'E011010301' => '受付番号なし',
  5658.                 'E011010302' => '受付番号の桁数不正',
  5659.                 'E011010304' => '受付番号に禁止文字あり',
  5660.                 'E011010401' => '送り状番号なし',
  5661.                 'E011010402' => '送り状番号の桁数不正',
  5662.                 'E011010404' => '送り状番号に禁止文字あり',
  5663.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  5664.                 'E011010351' => '受注データ不正',
  5665.                 'E011010451' => '送り状番号不正',
  5666.                 'E012000001' => '送り状番号登録済みエラー',
  5667.                 'E012000002' => '送り状番号が99件超',
  5668.                 'E012000003' => '同梱の合計金額が30万円超',
  5669.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  5670.                 'E012000005' => '登録済み受注データが修正不可',
  5671.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  5672.                 'E013000001' => '排他制御エラー',
  5673.                 'E021010201' => '加盟店コードなし',
  5674.                 'E021010202' => '加盟店コードの桁数不正',
  5675.                 'E021010204' => '加盟店コードに禁止文字あり',
  5676.                 'E021010301' => '受付番号なし',
  5677.                 'E021010302' => '受付番号の桁数不正',
  5678.                 'E021010304' => '受付番号に禁止文字あり',
  5679.                 'E021010401' => '送り状番号なし',
  5680.                 'E021010402' => '送り状番号の桁数不正',
  5681.                 'E021010404' => '送り状番号に禁止文字あり',
  5682.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  5683.                 'E021010351' => '受注データ不正',
  5684.                 'E022000001' => '送り状番データ不正',
  5685.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  5686.                 'E022000003' => '登録済み受注データが修正不可',
  5687.                 'E023000001' => '排他制御エラー',
  5688.                 'E031010201' => '加盟店コードなし',
  5689.                 'E031010202' => '加盟店コードの桁数不正',
  5690.                 'E031010204' => '加盟店コードに禁止文字あり',
  5691.                 'E031010301' => '受付番号なし',
  5692.                 'E031010302' => '受付番号の桁数不正',
  5693.                 'E031010304' => '受付番号に禁止文字あり',
  5694.                 'E031010401' => '出荷予定日なし',
  5695.                 'E031010405' => '出荷予定日のフォーマット不正',
  5696.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  5697.                 'E031010351' => '受付番号の受注データ不正',
  5698.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  5699.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  5700.                 'E033000001' => '排他制御エラー',
  5701.                 'E041010201' => '加盟店コードなし',
  5702.                 'E041010202' => '加盟店コードの桁数不正',
  5703.                 'E041010204' => '加盟店コードに禁止文字あり',
  5704.                 'E041010301' => '受付番号なし',
  5705.                 'E041010302' => '受付番号の桁数不正',
  5706.                 'E041010304' => '受付番号に禁止文字あり',
  5707.                 'H011010201' => '加盟店コードなし',
  5708.                 'H011010202' => '加盟店コードの桁数オーバー',
  5709.                 'H011010204' => '加盟店コード文字種別誤り',
  5710.                 'L011010201' => '加盟店コードなし',
  5711.                 'L011010202' => '加盟店コードの桁数オーバー',
  5712.                 'L011010204' => '加盟店コード文字種別誤り',
  5713.                 'L011010301' => '受付番号なし',
  5714.                 'L011010302' => '受付番号の桁数不正',
  5715.                 'L011010304' => '受付番号に禁止文字あり',
  5716.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  5717.                 'L011010601' => '決済金額なし',
  5718.                 'L011010602' => '決済金額の桁数不正',
  5719.                 'L011010604' => '決済金額に禁止文字あり',
  5720.                 'L011010671' => '決済金額の下限額オーバー',
  5721.                 'L011010672' => '決済金額の上限額オーバー',
  5722.                 'L011010701' => '購入者名(漢字)なし',
  5723.                 'L011010702' => '購入者名(漢字)の桁数不正',
  5724.                 'L011010801' => '購入者TELなし',
  5725.                 'L011010802' => '購入者TELの桁数不正',
  5726.                 'L011010804' => '購入者TELに禁止文字あり',
  5727.                 'L011010901' => '購入者E-Mailなし',
  5728.                 'L011010902' => '購入者E-Mailの桁数不正',
  5729.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  5730.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  5731.                 'L011011401' => '正常時戻り先URL必須エラー',
  5732.                 'L011011402' => '正常時戻り先URL桁数エラー',
  5733.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  5734.                 'L011011502' => '異常時戻り先URL桁数エラー',
  5735.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  5736.                 'L011011701' => '決済結果通知先URL必須エラー',
  5737.                 'L011011702' => '決済結果通知先URL桁数エラー',
  5738.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  5739.                 'L011011801' => 'チェックサムなし',
  5740.                 'L011011871' => 'チェックサム不正',
  5741.                 'L012000001' => '当該加盟店の決済利用不可',
  5742.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  5743.                 'L012000005' => '受付番号重複エラー',
  5744.                 'L012000006' => 'メンテナンス中エラー',
  5745.                 'L012000007' => 'システムエラー',
  5746.                 'L012000008' => '各種マスタ取得失敗',
  5747.                 'L012000009' => 'システムエラー',
  5748.                 'L021010201' => '加盟店コードなし',
  5749.                 'L021010202' => '加盟店コードの桁数オーバー',
  5750.                 'L021010204' => '加盟店コード文字種別誤り',
  5751.                 'L021010301' => '受付番号なし',
  5752.                 'L021010302' => '受付番号の桁数不正',
  5753.                 'L021010304' => '受付番号に禁止文字あり',
  5754.                 'L022000001' => '受注データなし',
  5755.                 'L022000002' => '受注データ方式不正',
  5756.                 'L022000003' => '受注データが取消不可',
  5757.                 'L022000004' => 'システムエラー',
  5758.                 'L022000005' => 'システムエラー',
  5759.                 'L022000006' => 'システムエラー',
  5760.                 'L031010201' => '加盟店コードなし',
  5761.                 'L031010202' => '加盟店コードの桁数不正',
  5762.                 'L031010204' => '加盟店コードに禁止文字あり',
  5763.                 'L031010301' => '受付番号なし',
  5764.                 'L031010302' => '受付番号の桁数不正',
  5765.                 'L031010304' => '受付番号に禁止文字あり',
  5766.                 'L031010401' => '変更後決済金額なし',
  5767.                 'L031010402' => '変更後決済金額の桁数不正',
  5768.                 'L031010404' => '決済金額に禁止文字あり',
  5769.                 'L031010471' => '決済金額の下限額オーバ',
  5770.                 'L031010472' => '決済金額の上限額オーバ',
  5771.                 'L031010502' => '注文の説明の桁数不正',
  5772.                 'L032000001' => '金額変更対象外',
  5773.                 'L032000002' => '金額変更なし',
  5774.                 'L032000003' => '請求後に増額要求不可',
  5775.                 'L032000004' => 'システムエラー',
  5776.                 'L032000005' => 'システムエラー',
  5777.                 'L032000006' => 'システムエラー',
  5778.                 'L032000007' => 'システムエラー',
  5779.                 'L032000008' => 'システムエラー',
  5780.                 'L032000009' => 'システムエラー',
  5781.                 'L032000010' => '各種マスタ取得失敗',
  5782.                 'Z012000001' => 'POST以外のリクエスト方式',
  5783.                 'Z012000002' => '機能区分なし',
  5784.                 'Z012000003' => '機能区分の不正セット',
  5785.                 'Z012000004' => '同受注番号にて決済中エラー',
  5786.                 'Z012000005' => 'リクエストタイムアウト',
  5787.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  5788.                 'Z012000007' => '当該加盟店の取引停止',
  5789.                 'Z012000008' => '当該加盟店のAPI利用不可',
  5790.                 'Z012000009' => '当該加盟店のAPI利用不可',
  5791.                 'Z012000010' => '認証パスワードエラー',
  5792.                 'Z019999999' => 'システムエラー',
  5793.                 'Z010000000' => 'メンテナンスエラー',
  5794.                 'kaara001E' => '加盟店コードが未入力です。',
  5795.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  5796.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  5797.                 'kaara004E' => '未登録の加盟店コードです。',
  5798.                 'kaara005E' => '利用できない加盟店コードです。',
  5799.                 'kaara006E' => '受注番号が未入力です。',
  5800.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5801.                 'kaara008E' => '受注番号が桁数エラーです。',
  5802.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  5803.                 'kaara010E' => '受注日が未入力です。',
  5804.                 'kaara011E' => '受注日は半角数字で入力してください。',
  5805.                 'kaara012E' => '受注日が桁数エラーです。',
  5806.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  5807.                 'kaara014E' => '出荷予定日が未入力です。',
  5808.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  5809.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  5810.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  5811.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  5812.                 'kaara019E' => '氏名が未入力です。',
  5813.                 'kaara020E' => '氏名は全角文字で入力してください。',
  5814.                 'kaara021E' => '氏名が桁数エラーです。',
  5815.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  5816.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  5817.                 'kaara024E' => '氏名カナが桁数エラーです。',
  5818.                 'kaara025E' => '郵便番号が未入力です。',
  5819.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5820.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5821.                 'kaara028E' => '郵便番号が桁数エラーです。',
  5822.                 'kaara029E' => '郵便番号が実在しません。',
  5823.                 'kaara030E' => '住所1が未入力です。',
  5824.                 'kaara031E' => '住所1は全角文字で入力してください。',
  5825.                 'kaara032E' => '住所1が桁数エラーです。',
  5826.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5827.                 'kaara034E' => '住所1は都道府県から入力してください。',
  5828.                 'kaara035E' => '住所2は全角文字で入力してください。',
  5829.                 'kaara036E' => '住所2が桁数エラーです。',
  5830.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5831.                 'kaara038E' => '電話番号が未入力です。',
  5832.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  5833.                 'kaara040E' => '電話番号が桁数エラーです。',
  5834.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  5835.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  5836.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  5837.                 'kaara046E' => '決済金額総計が未入力です。',
  5838.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  5839.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  5840.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  5841.                 'kaara050E' => '送り先区分が未入力です。',
  5842.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  5843.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  5844.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  5845.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  5846.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  5847.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  5848.                 'kaara057E' => '購入商品名称1が未入力です。',
  5849.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  5850.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  5851.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  5852.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  5853.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  5854.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  5855.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  5856.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  5857.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  5858.                 'kaara067E' => '送り先名称が桁数エラーです。',
  5859.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  5860.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5861.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  5862.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  5863.                 'kaara073E' => '送り先郵便番号が実在しません。',
  5864.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  5865.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  5866.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  5867.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  5868.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  5869.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  5870.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  5871.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  5872.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  5873.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  5874.                 'kaara086E' => '依頼日時が未入力です。',
  5875.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  5876.                 'kaara088E' => '依頼日時が桁数エラーです。',
  5877.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  5878.                 'kaara090E' => 'パスワードが未入力です。',
  5879.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  5880.                 'kaara092E' => 'パスワードが不正です。',
  5881.                 'kaara093E' => '電話番号は0から入力してください。',
  5882.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  5883.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  5884.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  5885.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  5886.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5887.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5888.                 'kaars001E' => '項目数が相違しています。',
  5889.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  5890.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  5891.                 'kaars004E' => '加盟店コードが未入力です。',
  5892.                 'kaars005E' => '受注番号が桁数エラーです。',
  5893.                 'kaars006E' => '受注番号は半角で入力してください。',
  5894.                 'kaars007E' => '受注番号が未入力です。',
  5895.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5896.                 'kaars008E' => '受注番号が登録されていません。',
  5897.                 'kaars009E' => '依頼日が存在しない日付です。',
  5898.                 'kaars010E' => '依頼日は半角で入力してください。',
  5899.                 'kaars011E' => '依頼日が未入力です。',
  5900.                 'kaars012E' => 'パスワードが不正です。',
  5901.                 'kaars013E' => 'パスワードエラー',
  5902.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  5903.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  5904.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  5905.                 'kaacl004E' => '加盟店コードが未入力です。',
  5906.                 'kaacl005E' => '受注番号が桁数エラーです。',
  5907.                 'kaacl006E' => '受注番号は半角で入力してください。',
  5908.                 'kaacl007E' => '受注番号が未入力です。',
  5909.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5910.                 'kaacl008E' => '受注番号が登録されていません。',
  5911.                 'kaacl009E' => '既に取り消されています。',
  5912.                 'kaacl010E' => '依頼日が存在しない日付です。',
  5913.                 'kaacl011E' => '依頼日は半角で入力してください。',
  5914.                 'kaacl012E' => '依頼日が未入力です。',
  5915.                 'kaacl013E' => 'パスワードが不正です。',
  5916.                 'kaacl014E' => 'パスワードエラー',
  5917.                 'kaasl001E' => '項目数が相違しています。',
  5918.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  5919.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  5920.                 'kaasl004E' => '加盟店コードが未入力です。',
  5921.                 'kaasl005E' => '受注番号が桁数エラーです。',
  5922.                 'kaasl006E' => '受注番号は半角で入力してください。',
  5923.                 'kaasl007E' => '受注番号が未入力です。',
  5924.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5925.                 'kaasl008E' => '指定の受注番号が存在しません。',
  5926.                 'kaasl009E' => '送り状番号登録済です。',
  5927.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  5928.                 'kaasl011E' => '送り状番号が未入力です。',
  5929.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  5930.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  5931.                 'kaasl014E' => '送り状番号チェックエラー',
  5932.                 'kaasl015E' => '送り状番号チェックエラー',
  5933.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  5934.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  5935.                 'kaasl018E' => '送り状番号が既に存在します。',
  5936.                 'kaasl019E' => '処理区分エラー',
  5937.                 'kaasl020E' => '登録はできません。',
  5938.                 'kaasl022E' => '変更はできません。',
  5939.                 'kaasl023E' => '出荷予定日エラー',
  5940.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  5941.                 'kaasl025E' => '出荷予定日が未入力です。',
  5942.                 'kaasl026E' => '出荷予定日は指定できません。',
  5943.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  5944.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  5945.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  5946.                 'kaasl030E' => '出荷予定日が未入力です。',
  5947.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  5948.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  5949.                 'kaasl033E' => '依頼日が存在しない日付です。',
  5950.                 'kaasl034E' => '依頼日は半角で入力してください。',
  5951.                 'kaasl035E' => '依頼日が未入力です。',
  5952.                 'kaasl036E' => 'パスワードが不正です。',
  5953.                 'kaasl037E' => 'パスワードエラー',
  5954.                 'kaast001E' => '項目数が相違しています。',
  5955.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  5956.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  5957.                 'kaast004E' => '加盟店コードが未入力です。',
  5958.                 'kaast005E' => '受注番号が桁数エラーです。',
  5959.                 'kaast006E' => '受注番号は半角で入力してください。',
  5960.                 'kaast007E' => '受注番号が未入力です。',
  5961.                 'kaast008E' => '受注番号が登録されていません。',
  5962.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5963.                 'kaast009E' => '依頼日が存在しない日付です。',
  5964.                 'kaast010E' => '依頼日は半角で入力してください。',
  5965.                 'kaast011E' => '依頼日が未入力です。',
  5966.                 'kaast012E' => 'パスワードが不正です。',
  5967.                 'kaast013E' => 'パスワードエラー',
  5968.                 'kaakk001E' => '加盟店コードが未入力です。',
  5969.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  5970.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  5971.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  5972.                 'kaakk005E' => '受注番号が未入力です。',
  5973.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5974.                 'kaakk007E' => '受注番号が桁数エラーです。',
  5975.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  5976.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  5977.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5978.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5979.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  5980.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  5981.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  5982.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  5983.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  5984.                 'kaakk018E' => '郵便番号が未入力です。',
  5985.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5986.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  5987.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5988.                 'kaakk022E' => '郵便番号が実在しません。',
  5989.                 'kaakk023E' => '住所1が未入力です。',
  5990.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5991.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  5992.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  5993.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  5994.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5995.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  5996.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  5997.                 'kaakk031E' => '住所2に番地が設定されていません。',
  5998.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  5999.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  6000.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  6001.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  6002.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6003.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6004.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6005.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6006.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6007.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6008.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6009.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6010.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6011.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6012.                 'kaakk046E' => '決済金額総計が未入力です。',
  6013.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  6014.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  6015.                 'kaakk049E' => '決済金額総計が変更されていません。',
  6016.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  6017.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  6018.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  6019.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6020.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6021.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6022.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6023.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6024.                 'kaakk059E' => 'パスワードが入力されていません。',
  6025.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  6026.                 'kaakk061E' => 'パスワードが一致しません。',
  6027.                 'kaakk062E' => '依頼日時が入力されていません。',
  6028.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  6029.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  6030.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  6031.                 'kaarr001E' => '加盟店コードが未入力です。',
  6032.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  6033.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  6034.                 'kaarr004E' => '存在しない加盟店コードです。',
  6035.                 'kaarr005E' => '受注番号が未入力です。',
  6036.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6037.                 'kaarr007E' => '受注番号が桁数エラーです。',
  6038.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  6039.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  6040.                 'kaarr010E' => 'パスワードが入力されていません。',
  6041.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  6042.                 'kaarr012E' => 'パスワードが一致しません。',
  6043.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  6044.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  6045.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6046.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6047.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  6048.                 'kaarr018E' => '不備事由が未入力です。',
  6049.                 'kaarr019E' => '不備事由の値が不適切です。',
  6050.                 'kaarr020E' => '不備事由その他が未入力です。',
  6051.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  6052.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  6053.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  6054.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  6055.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  6056.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  6057.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  6058.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  6059.                 'kaarr031E' => '送り先区分は半角数字であること。',
  6060.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6061.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6062.                 'kaarr034E' => '郵便番号が未入力です。',
  6063.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  6064.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  6065.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  6066.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  6067.                 'kaarr039E' => '住所1が未入力です。',
  6068.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  6069.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  6070.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  6071.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  6072.                 'kaarr044E' => '住所2が未入力です。',
  6073.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  6074.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  6075.                 'kaarr047E' => '住所に番地が設定されていません。',
  6076.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  6077.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  6078.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  6079.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  6080.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6081.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6082.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6083.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6084.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6085.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6086.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  6087.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6088.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6089.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6090.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6091.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6092.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6093.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6094.             ],
  6095.             'eccube_rate_limiter_configs' => [
  6096.             ],
  6097.             'eccube.plugins.enabled' => [
  6098.                 => 'MailMagazine42',
  6099.                 => 'SalesReport42',
  6100.                 => 'Securitychecker42',
  6101.                 => 'RefineConfirmAdd42',
  6102.                 => 'YamatoPayment42',
  6103.                 => 'AddOnForCategory42',
  6104.                 => 'tbsMailTemplate42',
  6105.                 => 'OrderStatusEx',
  6106.                 => 'RpAurokoCustom42',
  6107.                 => 'RpSpecialDelivery42',
  6108.                 10 => 'RefineProductSalesTimer42',
  6109.                 11 => 'RpExportCsv4Simplex42',
  6110.                 12 => 'RpCustomCsvExport42',
  6111.                 13 => 'RpImportCsv4Simplex42',
  6112.                 14 => 'RpTrackingNumberImport42',
  6113.             ],
  6114.             'eccube.plugins.disabled' => [
  6115.                 => 'Coupon42',
  6116.                 => 'ProductReview42',
  6117.                 => 'Recommend42',
  6118.                 => 'RelatedProduct42',
  6119.                 => 'SiteKit42',
  6120.             ],
  6121.             'event_dispatcher.event_aliases' => [
  6122.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6123.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6124.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6125.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6126.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6127.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6128.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6129.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6130.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6131.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6132.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6133.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6134.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6135.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6136.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6137.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6138.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6139.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6140.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6141.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6142.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6143.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6144.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6145.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6146.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6147.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6148.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6149.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6150.             ],
  6151.             'fragment.renderer.hinclude.global_template' => NULL,
  6152.             'fragment.path' => '/_fragment',
  6153.             'kernel.http_method_override' => true,
  6154.             'kernel.trusted_hosts' => [
  6155.             ],
  6156.             'kernel.enabled_locales' => [
  6157.             ],
  6158.             'kernel.error_controller' => 'error_controller',
  6159.             'debug.file_link_format' => NULL,
  6160.             'asset.request_context.base_path' => NULL,
  6161.             'asset.request_context.secure' => NULL,
  6162.             'translator.logging' => false,
  6163.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6164.             'debug.error_handler.throw_at' => -1,
  6165.             'router.request_context.host' => 'localhost',
  6166.             'router.request_context.scheme' => 'http',
  6167.             'router.request_context.base_url' => '',
  6168.             'router.resource' => 'kernel::loadRoutes',
  6169.             'request_listener.http_port' => 80,
  6170.             'request_listener.https_port' => 443,
  6171.             'session.metadata.storage_key' => '_sf2_meta',
  6172.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6173.             'session.metadata.update_threshold' => 0,
  6174.             'form.type_extension.csrf.enabled' => true,
  6175.             'form.type_extension.csrf.field_name' => '_token',
  6176.             'validator.translation_domain' => 'validators',
  6177.             'profiler_listener.only_exceptions' => false,
  6178.             'profiler_listener.only_main_requests' => false,
  6179.             'security.role_hierarchy.roles' => [
  6180.             ],
  6181.             'security.access.denied_url' => NULL,
  6182.             'security.authentication.manager.erase_credentials' => true,
  6183.             'security.authentication.session_strategy.strategy' => 'migrate',
  6184.             'security.access.always_authenticate_before_granting' => false,
  6185.             'security.authentication.hide_user_not_found' => true,
  6186.             'security.firewalls' => [
  6187.                 => 'dev',
  6188.                 => 'admin',
  6189.                 => 'customer',
  6190.             ],
  6191.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6192.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6193.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6194.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6195.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6196.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6197.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6198.             'doctrine.entity_managers' => [
  6199.                 'default' => 'doctrine.orm.default_entity_manager',
  6200.             ],
  6201.             'doctrine.default_entity_manager' => 'default',
  6202.             'doctrine.dbal.connection_factory.types' => [
  6203.                 'datetime' => [
  6204.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  6205.                 ],
  6206.                 'datetimetz' => [
  6207.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  6208.                 ],
  6209.             ],
  6210.             'doctrine.connections' => [
  6211.                 'default' => 'doctrine.dbal.default_connection',
  6212.             ],
  6213.             'doctrine.default_connection' => 'default',
  6214.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6215.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6216.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6217.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6218.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6219.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6220.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6221.             'doctrine.orm.cache.memcache_port' => 11211,
  6222.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6223.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6224.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6225.             'doctrine.orm.cache.memcached_port' => 11211,
  6226.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6227.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6228.             'doctrine.orm.cache.redis_host' => 'localhost',
  6229.             'doctrine.orm.cache.redis_port' => 6379,
  6230.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6231.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6232.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6233.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6234.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6235.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6236.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6237.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6238.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6239.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6240.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6241.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6242.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6243.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6244.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6245.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6246.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6247.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6248.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6249.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6250.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6251.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6252.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6253.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6254.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6255.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6256.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6257.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6258.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6259.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6260.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6261.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6262.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6263.             'monolog.use_microseconds' => true,
  6264.             'monolog.swift_mailer.handlers' => [
  6265.             ],
  6266.             'monolog.handlers_to_channels' => [
  6267.                 'monolog.handler.YamatoPayment42' => [
  6268.                     'type' => 'inclusive',
  6269.                     'elements' => [
  6270.                         => 'YamatoPayment42',
  6271.                     ],
  6272.                 ],
  6273.                 'monolog.handler.console' => [
  6274.                     'type' => 'exclusive',
  6275.                     'elements' => [
  6276.                         => 'event',
  6277.                         => 'doctrine',
  6278.                         => 'console',
  6279.                     ],
  6280.                 ],
  6281.                 'monolog.handler.buffered' => [
  6282.                     'type' => 'exclusive',
  6283.                     'elements' => [
  6284.                         => 'event',
  6285.                     ],
  6286.                 ],
  6287.             ],
  6288.             'twig.form.resources' => [
  6289.                 => 'form_div_layout.html.twig',
  6290.                 => 'bootstrap_5_layout.html.twig',
  6291.             ],
  6292.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6293.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6294.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6295.             'web_profiler.debug_toolbar.mode' => 2,
  6296.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6297.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6298.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6299.             'knp_paginator.page_range' => 5,
  6300.             'knp_paginator.page_limit' => NULL,
  6301.             'doctrine.migrations.preferred_em' => NULL,
  6302.             'doctrine.migrations.preferred_connection' => NULL,
  6303.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6304.             'data_collector.templates' => [
  6305.                 'data_collector.request' => [
  6306.                     => 'request',
  6307.                     => '@WebProfiler/Collector/request.html.twig',
  6308.                 ],
  6309.                 'data_collector.time' => [
  6310.                     => 'time',
  6311.                     => '@WebProfiler/Collector/time.html.twig',
  6312.                 ],
  6313.                 'data_collector.memory' => [
  6314.                     => 'memory',
  6315.                     => '@WebProfiler/Collector/memory.html.twig',
  6316.                 ],
  6317.                 'data_collector.validator' => [
  6318.                     => 'validator',
  6319.                     => '@WebProfiler/Collector/validator.html.twig',
  6320.                 ],
  6321.                 'data_collector.ajax' => [
  6322.                     => 'ajax',
  6323.                     => '@WebProfiler/Collector/ajax.html.twig',
  6324.                 ],
  6325.                 'data_collector.form' => [
  6326.                     => 'form',
  6327.                     => '@WebProfiler/Collector/form.html.twig',
  6328.                 ],
  6329.                 'data_collector.exception' => [
  6330.                     => 'exception',
  6331.                     => '@WebProfiler/Collector/exception.html.twig',
  6332.                 ],
  6333.                 'data_collector.logger' => [
  6334.                     => 'logger',
  6335.                     => '@WebProfiler/Collector/logger.html.twig',
  6336.                 ],
  6337.                 'data_collector.events' => [
  6338.                     => 'events',
  6339.                     => '@WebProfiler/Collector/events.html.twig',
  6340.                 ],
  6341.                 'data_collector.router' => [
  6342.                     => 'router',
  6343.                     => '@WebProfiler/Collector/router.html.twig',
  6344.                 ],
  6345.                 'data_collector.cache' => [
  6346.                     => 'cache',
  6347.                     => '@WebProfiler/Collector/cache.html.twig',
  6348.                 ],
  6349.                 'data_collector.translation' => [
  6350.                     => 'translation',
  6351.                     => '@WebProfiler/Collector/translation.html.twig',
  6352.                 ],
  6353.                 'data_collector.security' => [
  6354.                     => 'security',
  6355.                     => '@Security/Collector/security.html.twig',
  6356.                 ],
  6357.                 'data_collector.twig' => [
  6358.                     => 'twig',
  6359.                     => '@WebProfiler/Collector/twig.html.twig',
  6360.                 ],
  6361.                 'data_collector.doctrine' => [
  6362.                     => 'db',
  6363.                     => '@Doctrine/Collector/db.html.twig',
  6364.                 ],
  6365.                 'doctrine_migrations.migrations_collector' => [
  6366.                     => 'doctrine_migrations',
  6367.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6368.                 ],
  6369.                 'data_collector.dump' => [
  6370.                     => 'dump',
  6371.                     => '@Debug/Profiler/dump.html.twig',
  6372.                 ],
  6373.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6374.                 'mailer.data_collector' => [
  6375.                     => 'mailer',
  6376.                     => '@WebProfiler/Collector/mailer.html.twig',
  6377.                 ],
  6378.                 'data_collector.config' => [
  6379.                     => 'config',
  6380.                     => '@WebProfiler/Collector/config.html.twig',
  6381.                 ],
  6382.                 'eccube.collector.core' => [
  6383.                     => 'eccube_core',
  6384.                     => '@toolbar/eccube.html.twig',
  6385.                 ],
  6386.             ],
  6387.             'console.command.ids' => [
  6388.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6389.             ],
  6390.         ];
  6391.     }
  6392.     protected function throw($message)
  6393.     {
  6394.         throw new RuntimeException($message);
  6395.     }
  6396. }