var/cache/dev/ContainerTzPmObJ/Eccube_KernelDevDebugContainer.php line 1996

Open in your IDE?
  1. <?php
  2. namespace ContainerTzPmObJ;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  82.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  83.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  84.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  85.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  86.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  95.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  103.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  107.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  110.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  127.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  130.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  131.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  132.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  133.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  134.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  135.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  136.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  137.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  138.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  139.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  140.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  141.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  142.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  143.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  144.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  145.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  146.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  147.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  148.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  149.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  150.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  151.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  152.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  153.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  154.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  155.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  156.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  157.             'Plugin\\FaqF001Block42\\Controller\\Admin\\FaqBlockController' => 'getFaqBlockControllerService',
  158.             'Plugin\\NewsPageSelfReliance42\\Controller\\NpsrController' => 'getNpsrControllerService',
  159.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigControllerService',
  160.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  161.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  162.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  163.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  164.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  165.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  166.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  167.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  168.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  169.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  170.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  171.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  172.             'cache.app_clearer' => 'getCache_AppClearerService',
  173.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  174.             'cache.system_clearer' => 'getCache_SystemClearerService',
  175.             'cache_warmer' => 'getCacheWarmerService',
  176.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  177.             'console.command_loader' => 'getConsole_CommandLoaderService',
  178.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  179.             'eccube.logger' => 'getEccube_LoggerService',
  180.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  181.             'error_controller' => 'getErrorControllerService',
  182.             'knp_paginator' => 'getKnpPaginatorService',
  183.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  184.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  185.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  186.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  187.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  188.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  189.             'routing.loader' => 'getRouting_LoaderService',
  190.             'services_resetter' => 'getServicesResetterService',
  191.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  192.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  193.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  194.         ];
  195.         $this->aliases = [
  196.             'database_connection' => 'doctrine.dbal.default_connection',
  197.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  198.         ];
  199.         $this->privates['service_container'] = function () {
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  206.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  210.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  213.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  214.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  215.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  216.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  217.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  218.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  219.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  220.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  221.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  223.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  224.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  225.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  227.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  228.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  229.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  230.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  231.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  232.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  233.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  234.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  235.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/NewsRepository.php';
  236.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  237.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  238.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  239.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  240.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  241.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  243.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  245.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  246.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  247.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  248.             include_once \dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/EventListener/NpsrPagesListener.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  251.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  254.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  255.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  257.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  258.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  270.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  293.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  346.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  347.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  413.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  430.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  431.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  433.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  436.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  439.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  440.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  456.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  458.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  471.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  524.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  526.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  528.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  530.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  531.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  532.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  534.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  565.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  566.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  567.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  568.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  569.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  570.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  571.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  572.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  578.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  581.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  590.         };
  591.     }
  592.     public function compile(): void
  593.     {
  594.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  595.     }
  596.     public function isCompiled(): bool
  597.     {
  598.         return true;
  599.     }
  600.     public function getRemovedIds(): array
  601.     {
  602.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  603.     }
  604.     protected function load($file$lazyLoad true)
  605.     {
  606.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  607.             return $class::do($this$lazyLoad);
  608.         }
  609.         if ('.' === $file[-4]) {
  610.             $class substr($class0, -4);
  611.         } else {
  612.             $file .= '.php';
  613.         }
  614.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  615.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  616.     }
  617.     protected function createProxy($class\Closure $factory)
  618.     {
  619.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  620.         return $factory();
  621.     }
  622.     /**
  623.      * Gets the public '.container.private.profiler' shared service.
  624.      *
  625.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  626.      */
  627.     protected function get_Container_Private_ProfilerService()
  628.     {
  629.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  630.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  631.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  632.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  633.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  634.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  635.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  636.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  637.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  638.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  639.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  640.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  641.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  642.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  643.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  644.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  645.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  646.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  647.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  648.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  649.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  650.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  651.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  652.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  653.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  654.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  655.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  656.         if ($this->has('kernel')) {
  657.             $e->setKernel($b);
  658.         }
  659.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  660.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  661.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  662.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  663.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  664.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  665.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  666.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  667.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  668.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  669.         $instance->add($d);
  670.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  671.         $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));
  672.         $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())));
  673.         $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([])))));
  674.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  675.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  676.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  677.         $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()))));
  678.         $instance->add($e);
  679.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  680.         return $instance;
  681.     }
  682.     /**
  683.      * Gets the public '.container.private.security.authorization_checker' shared service.
  684.      *
  685.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  686.      */
  687.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  688.     {
  689.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  690.     }
  691.     /**
  692.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  693.      *
  694.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  695.      */
  696.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  697.     {
  698.         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())));
  699.     }
  700.     /**
  701.      * Gets the public '.container.private.security.token_storage' shared service.
  702.      *
  703.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  704.      */
  705.     protected function get_Container_Private_Security_TokenStorageService()
  706.     {
  707.         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, [
  708.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  709.         ], [
  710.             'request_stack' => '?',
  711.         ]));
  712.     }
  713.     /**
  714.      * Gets the public '.container.private.session' shared service.
  715.      *
  716.      * @return \Symfony\Component\HttpFoundation\Session\Session
  717.      */
  718.     protected function get_Container_Private_SessionService()
  719.     {
  720.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  721.     }
  722.     /**
  723.      * Gets the public '.container.private.state_machine.order' shared service.
  724.      *
  725.      * @return \Symfony\Component\Workflow\StateMachine
  726.      */
  727.     protected function get_Container_Private_StateMachine_OrderService()
  728.     {
  729.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order'NULL);
  730.     }
  731.     /**
  732.      * Gets the public '.container.private.twig' shared service.
  733.      *
  734.      * @return \Twig\Environment
  735.      */
  736.     protected function get_Container_Private_TwigService()
  737.     {
  738.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  739.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  740.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/FaqF001Block42/Resource/template'), 'FaqF001Block42');
  741.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/Resource/template'), 'NewsPageSelfReliance42');
  742.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  743.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  744.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  745.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  746.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  747.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  748.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  749.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  750.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  751.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  752.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  753.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  754.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  755.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  756.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  757.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  758.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  759.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  760.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  761.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  762.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  763.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  764.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  765.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  766.         $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']);
  767.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  768.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  769.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  770.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  771.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  772.         $g = ($this->services['router'] ?? $this->getRouterService());
  773.         $h = new \Symfony\Component\Workflow\Registry();
  774.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  775.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  776.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  777.         $j = new \Symfony\Bridge\Twig\AppVariable();
  778.         $j->setEnvironment('dev');
  779.         $j->setDebug(true);
  780.         if ($this->has('.container.private.security.token_storage')) {
  781.             $j->setTokenStorage($c);
  782.         }
  783.         if ($this->has('request_stack')) {
  784.             $j->setRequestStack($b);
  785.         }
  786.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  787.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  788.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  789.         $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)));
  790.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  791.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  792.         $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 () {
  793.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  794.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  795.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  796.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  797.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  798.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  799.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  800.         }, 7))));
  801.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  802.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  803.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  804.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  805.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  806.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  807.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  810.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  811.         $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())));
  812.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  813.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  814.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  815.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  816.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  817.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  818.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  819.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  820.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  821.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  822.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  823.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  824.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  825.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  826.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  827.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  828.         $instance->addGlobal('app'$j);
  829.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  830.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  831.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  832.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  833.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  834.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  835.         ], [
  836.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  837.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  838.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  839.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  840.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  841.         ])));
  842.         $instance->addGlobal('BaseInfo'NULL);
  843.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  844.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  845.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  846.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  847.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  848.         return $instance;
  849.     }
  850.     /**
  851.      * Gets the public '.container.private.validator' shared service.
  852.      *
  853.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  854.      */
  855.     protected function get_Container_Private_ValidatorService()
  856.     {
  857.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  858.     }
  859.     /**
  860.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  861.      *
  862.      * @return \Detection\MobileDetect
  863.      */
  864.     protected function getMobileDetectService()
  865.     {
  866.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  867.     }
  868.     /**
  869.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  870.      *
  871.      * @return \Eccube\Common\EccubeConfig
  872.      */
  873.     protected function getEccubeConfigService()
  874.     {
  875.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  876.     }
  877.     /**
  878.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  879.      *
  880.      * @return \Eccube\Repository\PluginRepository
  881.      */
  882.     protected function getPluginRepositoryService($lazyLoad true)
  883.     {
  884.         if ($lazyLoad) {
  885.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  886.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  887.                     $wrappedInstance $this->getPluginRepositoryService(false);
  888.                     $proxy->setProxyInitializer(null);
  889.                     return true;
  890.                 });
  891.             });
  892.         }
  893.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  894.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  895.     }
  896.     /**
  897.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  898.      *
  899.      * @return \Eccube\Service\SystemService
  900.      */
  901.     protected function getSystemServiceService($lazyLoad true)
  902.     {
  903.         if ($lazyLoad) {
  904.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  905.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  906.                     $wrappedInstance $this->getSystemServiceService(false);
  907.                     $proxy->setProxyInitializer(null);
  908.                     return true;
  909.                 });
  910.             });
  911.         }
  912.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  913.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  914.     }
  915.     /**
  916.      * Gets the public 'cache.app' shared service.
  917.      *
  918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  919.      */
  920.     protected function getCache_AppService()
  921.     {
  922.         $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))));
  923.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  924.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  925.     }
  926.     /**
  927.      * Gets the public 'cache.rate_limiter' shared service.
  928.      *
  929.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  930.      */
  931.     protected function getCache_RateLimiterService()
  932.     {
  933.         $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))));
  934.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  935.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  936.     }
  937.     /**
  938.      * Gets the public 'cache.system' shared service.
  939.      *
  940.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  941.      */
  942.     protected function getCache_SystemService()
  943.     {
  944.         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())));
  945.     }
  946.     /**
  947.      * Gets the public 'cache.validator_expression_language' shared service.
  948.      *
  949.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  950.      */
  951.     protected function getCache_ValidatorExpressionLanguageService()
  952.     {
  953.         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())));
  954.     }
  955.     /**
  956.      * Gets the public 'data_collector.dump' shared service.
  957.      *
  958.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  959.      */
  960.     protected function getDataCollector_DumpService()
  961.     {
  962.         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);
  963.     }
  964.     /**
  965.      * Gets the public 'doctrine' shared service.
  966.      *
  967.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  968.      */
  969.     protected function getDoctrineService()
  970.     {
  971.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  972.     }
  973.     /**
  974.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  975.      *
  976.      * @return \Doctrine\DBAL\Connection
  977.      */
  978.     protected function getDoctrine_Dbal_DefaultConnectionService()
  979.     {
  980.         $a = new \Doctrine\DBAL\Configuration();
  981.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  982.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  983.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  984.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  985.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  986.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  987.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  988.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  989.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  990.         $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))));
  991.         $c->setConnectionName('default');
  992.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  993.         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, [
  994.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  995.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  996.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  997.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  998.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  999.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1000.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1001.         ], [
  1002.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1003.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1004.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1005.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1006.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1007.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1008.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1009.         ]), [=> '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']]), []);
  1010.     }
  1011.     /**
  1012.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1013.      *
  1014.      * @return \Doctrine\ORM\EntityManager
  1015.      */
  1016.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1017.     {
  1018.         if ($lazyLoad) {
  1019.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1020.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1021.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1022.                     $proxy->setProxyInitializer(null);
  1023.                     return true;
  1024.                 });
  1025.             });
  1026.         }
  1027.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1028.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1029.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1030.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1031.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1032.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1033.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1034.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1035.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1036.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1037.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1038.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1039.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1040.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1041.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1042.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1043.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1044.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1045.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1046.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1048.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1049.         $a = new \Doctrine\ORM\Configuration();
  1050.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1051.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1052.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1053.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1054.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1055.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1056.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/BannerManager42/Entity')]);
  1057.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1058.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1059.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1060.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1061.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1062.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/FaqF001Block42/Entity')]);
  1063.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1064.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1065.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1066.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/NewsPageSelfReliance42/Entity')]);
  1067.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1068.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1069.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1070.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1071.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1072.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RegionalShippingFee42/Entity')]);
  1073.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1074.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1075.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1076.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1077.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1078.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1079.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1080.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1081.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1082.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')]))), 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1083.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1084.         $b->addDriver($d'Eccube\\Entity');
  1085.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1086.         $b->addDriver($e'Plugin\\Api42\\Entity');
  1087.         $b->addDriver($f'Plugin\\BannerManager42\\Entity');
  1088.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1089.         $b->addDriver($h'Plugin\\EccubePaymentLite42\\Entity');
  1090.         $b->addDriver($i'Plugin\\FaqF001Block42\\Entity');
  1091.         $b->addDriver($j'Plugin\\MailMagazine42\\Entity');
  1092.         $b->addDriver($k'Plugin\\NewsPageSelfReliance42\\Entity');
  1093.         $b->addDriver($l'Plugin\\ProductContact42\\Entity');
  1094.         $b->addDriver($m'Plugin\\ProductReview42\\Entity');
  1095.         $b->addDriver($n'Plugin\\RegionalShippingFee42\\Entity');
  1096.         $b->addDriver($o'Plugin\\RelatedProduct42\\Entity');
  1097.         $b->addDriver($p'Plugin\\Securitychecker42\\Entity');
  1098.         $b->addDriver($q'Plugin\\SiteKit42\\Entity');
  1099.         $b->addDriver($r'Plugin\\YamatoPayment42\\Entity');
  1100.         $a->setEntityNamespaces(['LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1101.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1102.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1103.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1104.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1105.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1106.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1107.         ], [
  1108.             'doctrine.ulid_generator' => '?',
  1109.             'doctrine.uuid_generator' => '?',
  1110.         ])));
  1111.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1112.         $a->setProxyNamespace('Proxies');
  1113.         $a->setAutoGenerateProxyClasses(true);
  1114.         $a->setSchemaIgnoreClasses([]);
  1115.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1116.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1117.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1118.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1119.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1120.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1121.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1122.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1123.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1124.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1125.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1126.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1127.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1128.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1129.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1130.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1131.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1132.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1133.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1134.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1135.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1136.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1137.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1138.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1139.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1140.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1141.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1142.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1143.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1144.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1145.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1146.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1147.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1148.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1149.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1150.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1151.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1152.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1153.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1154.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1155.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1156.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1157.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1158.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1159.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1160.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1161.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1162.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1163.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1164.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1165.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1166.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'false],
  1167.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1168.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1169.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1170.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1171.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1172.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1173.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1174.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1175.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1176.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1177.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1178.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1179.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1180.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1181.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1182.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1183.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1184.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1185.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1186.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1187.             'Plugin\\BannerManager42\\Repository\\BannerManagerConfigRepository' => ['privates''Plugin\\BannerManager42\\Repository\\BannerManagerConfigRepository''getBannerManagerConfigRepositoryService'true],
  1188.             'Plugin\\BannerManager42\\Repository\\BannerManagerRepository' => ['privates''Plugin\\BannerManager42\\Repository\\BannerManagerRepository''getBannerManagerRepositoryService'true],
  1189.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1190.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1191.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1192.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1193.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1194.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1195.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1196.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1197.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1198.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1199.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1200.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1201.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1202.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1203.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1204.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1205.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1206.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1207.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1208.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1209.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1210.             'Plugin\\FaqF001Block42\\Repository\\FaqBlockRepository' => ['privates''Plugin\\FaqF001Block42\\Repository\\FaqBlockRepository''getFaqBlockRepositoryService'true],
  1211.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1212.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1213.             'Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository' => ['privates''Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository''getNpsrNewsRepositoryService'true],
  1214.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1215.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1216.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1217.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1218.             'Plugin\\RegionalShippingFee42\\Repository\\RegionalShippingFeeRepository' => ['privates''Plugin\\RegionalShippingFee42\\Repository\\RegionalShippingFeeRepository''getRegionalShippingFeeRepositoryService'true],
  1219.             'Plugin\\RegionalShippingFee42\\Repository\\SettingFeeRepository' => ['privates''Plugin\\RegionalShippingFee42\\Repository\\SettingFeeRepository''getSettingFeeRepositoryService'true],
  1220.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1221.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1222.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1223.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1224.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1225.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1226.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1227.         ], [
  1228.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1229.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1230.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1231.             'Eccube\\Repository\\BlockRepository' => '?',
  1232.             'Eccube\\Repository\\CalendarRepository' => '?',
  1233.             'Eccube\\Repository\\CartItemRepository' => '?',
  1234.             'Eccube\\Repository\\CartRepository' => '?',
  1235.             'Eccube\\Repository\\CategoryRepository' => '?',
  1236.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1237.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1238.             'Eccube\\Repository\\CsvRepository' => '?',
  1239.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1240.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1241.             'Eccube\\Repository\\CustomerRepository' => '?',
  1242.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1243.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1244.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1245.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1246.             'Eccube\\Repository\\LayoutRepository' => '?',
  1247.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1248.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1249.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1250.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1251.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1252.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1253.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1254.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1255.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1256.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1257.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1258.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1259.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1260.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1261.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1262.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1263.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1264.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1265.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1266.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1267.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1268.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1269.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1270.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1271.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1272.             'Eccube\\Repository\\MemberRepository' => '?',
  1273.             'Eccube\\Repository\\NewsRepository' => '?',
  1274.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1275.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1276.             'Eccube\\Repository\\OrderRepository' => '?',
  1277.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1278.             'Eccube\\Repository\\PageRepository' => '?',
  1279.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1280.             'Eccube\\Repository\\PaymentRepository' => '?',
  1281.             'Eccube\\Repository\\PluginRepository' => '?',
  1282.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1283.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1284.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1285.             'Eccube\\Repository\\ProductRepository' => '?',
  1286.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1287.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1288.             'Eccube\\Repository\\ShippingRepository' => '?',
  1289.             'Eccube\\Repository\\TagRepository' => '?',
  1290.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1291.             'Eccube\\Repository\\TemplateRepository' => '?',
  1292.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1293.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1294.             'Plugin\\BannerManager42\\Repository\\BannerManagerConfigRepository' => '?',
  1295.             'Plugin\\BannerManager42\\Repository\\BannerManagerRepository' => '?',
  1296.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1297.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1298.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1299.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1300.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1301.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1302.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1303.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1304.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1305.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1306.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1307.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1308.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1309.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1310.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1311.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1312.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1313.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1314.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1315.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1316.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1317.             'Plugin\\FaqF001Block42\\Repository\\FaqBlockRepository' => '?',
  1318.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1319.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1320.             'Plugin\\NewsPageSelfReliance42\\Repository\\NpsrNewsRepository' => '?',
  1321.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1322.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1323.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1324.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1325.             'Plugin\\RegionalShippingFee42\\Repository\\RegionalShippingFeeRepository' => '?',
  1326.             'Plugin\\RegionalShippingFee42\\Repository\\SettingFeeRepository' => '?',
  1327.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1328.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1329.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1330.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1331.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1332.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1333.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1334.         ])));
  1335.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1336.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1337.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1338.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1339.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1340.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1341.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'event_dispatcher' shared service.
  1346.      *
  1347.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1348.      */
  1349.     protected function getEventDispatcherService()
  1350.     {
  1351.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1352.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1353.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1354.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1355.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1356.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1357.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1358.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1359.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1360.         $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())));
  1361.         $instance->addListener('kernel.request', [=> function () {
  1362.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1363.         }, => 'onKernelRequest'], 1024);
  1364.         $instance->addListener('kernel.controller', [=> function () {
  1365.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1366.         }, => 'onKernelController'], 0);
  1367.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1368.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1369.         }, => 'checkPassport'], 1024);
  1370.         $instance->addListener('kernel.response', [=> function () {
  1371.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1372.         }, => 'onKernelResponse'], 0);
  1373.         $instance->addListener('kernel.response', [=> function () {
  1374.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1375.         }, => 'onKernelResponse'], 0);
  1376.         $instance->addListener('kernel.request', [=> function () {
  1377.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1378.         }, => 'onKernelRequest'], 0);
  1379.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1380.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1381.         }, => 'onAuthorizationRequest'], 1024);
  1382.         $instance->addListener('kernel.controller', [=> function () {
  1383.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1384.         }, => 'onController'], 0);
  1385.         $instance->addListener('kernel.request', [=> function () {
  1386.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1387.         }, => 'onKernelRequest'], 512);
  1388.         $instance->addListener('kernel.request', [=> function () {
  1389.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1390.         }, => 'onKernelRequestEarly'], 500);
  1391.         $instance->addListener('kernel.request', [=> function () {
  1392.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1393.         }, => 'onKernelRequest'], 6);
  1394.         $instance->addListener('kernel.response', [=> function () {
  1395.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1396.         }, => 'onKernelResponse'], 0);
  1397.         $instance->addListener('kernel.controller', [=> function () {
  1398.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1399.         }, => 'onKernelController'], 0);
  1400.         $instance->addListener('kernel.terminate', [=> function () {
  1401.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1402.         }, => 'onKernelTerminate'], 0);
  1403.         $instance->addListener('kernel.exception', [=> function () {
  1404.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1405.         }, => 'onKernelException'], -4);
  1406.         $instance->addListener('security.interactive_login', [=> function () {
  1407.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1408.         }, => 'onInteractiveLogin'], 0);
  1409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1410.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1411.         }, => 'onAuthenticationFailure'], 0);
  1412.         $instance->addListener('kernel.response', [=> function () {
  1413.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1414.         }, => 'onResponse'], 0);
  1415.         $instance->addListener('kernel.request', [=> function () {
  1416.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1417.         }, => 'onKernelRequest'], 512);
  1418.         $instance->addListener('kernel.request', [=> function () {
  1419.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1420.         }, => 'onKernelRequest'], 7);
  1421.         $instance->addListener('security.interactive_login', [=> function () {
  1422.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1423.         }, => 'onInteractiveLogin'], 0);
  1424.         $instance->addListener('security.authentication.failure', [=> function () {
  1425.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1426.         }, => 'onAuthenticationFailure'], 0);
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1429.         }, => 'onKernelRequest'], 0);
  1430.         $instance->addListener('kernel.exception', [=> function () {
  1431.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1432.         }, => 'onKernelException'], 0);
  1433.         $instance->addListener('kernel.terminate', [=> function () {
  1434.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1435.         }, => 'onKernelTerminate'], 0);
  1436.         $instance->addListener('kernel.request', [=> function () {
  1437.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1438.         }, => 'onKernelRequest'], 6);
  1439.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1440.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1441.         }, => 'onKernelController'], 7);
  1442.         $instance->addListener('form.pre_submit', [=> function () {
  1443.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1444.         }, => 'onPreSubmit'], 0);
  1445.         $instance->addListener('form.pre_submit', [=> function () {
  1446.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1447.         }, => 'purifySubmittedData'], 1000001);
  1448.         $instance->addListener('form.pre_submit', [=> function () {
  1449.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1450.         }, => 'onPreSubmit'], 0);
  1451.         $instance->addListener('workflow.order.completed', [=> function () {
  1452.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1453.         }, => 'onCompleted'], 0);
  1454.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1455.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1456.         }, => 'updatePaymentDate'], 0);
  1457.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1458.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1459.         }, => 'rollbackStock'], 0);
  1460.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1461.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1462.         }, => 'rollbackUsePoint'], 0);
  1463.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1464.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1465.         }, => 'commitStock'], 0);
  1466.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1467.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1468.         }, => 'commitUsePoint'], 0);
  1469.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1470.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1471.         }, => 'commitAddPoint'], 0);
  1472.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1473.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1474.         }, => 'rollbackUsePoint'], 0);
  1475.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1476.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1477.         }, => 'rollbackAddPoint'], 0);
  1478.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1479.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1480.         }, => 'commitUsePoint'], 0);
  1481.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1482.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1483.         }, => 'commitAddPoint'], 0);
  1484.         $instance->addListener('kernel.terminate', [=> function () {
  1485.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1486.         }, => 'disableMaintenanceEvent'], 0);
  1487.         $instance->addListener('kernel.terminate', [=> function () {
  1488.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1489.         }, => 'forceClearCache'], 0);
  1490.         $instance->addListener('default_frame.twig', [=> function () {
  1491.             return ($this->privates['Plugin\\FaqF001Block42\\FaqF001Block42Event'] ?? $this->load('getFaqF001Block42EventService'));
  1492.         }, => 'includeAssets'], 0);
  1493.         $instance->addListener('@admin/Content/news.twig', [=> function () {
  1494.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] ?? ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] = new \Plugin\NewsPageSelfReliance42\Event()));
  1495.         }, => 'adminContentNewsTwig'], 0);
  1496.         $instance->addListener('@admin/Content/news_edit.twig', [=> function () {
  1497.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] ?? ($this->privates['Plugin\\NewsPageSelfReliance42\\Event'] = new \Plugin\NewsPageSelfReliance42\Event()));
  1498.         }, => 'adminContentNewsEditTwig'], 0);
  1499.         $instance->addListener('admin.content.news.edit.complete', [=> function () {
  1500.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrControllerListener'] ?? $this->load('getNpsrControllerListenerService'));
  1501.         }, => 'saveNewsThumbnail'], 512);
  1502.         $instance->addListener('kernel.response', [=> function () {
  1503.             return ($this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrPagesListener'] ?? $this->getNpsrPagesListenerService());
  1504.         }, => 'onKernelResponse'], 512);
  1505.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1506.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1507.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1508.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1509.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1510.         }, => 'onAdminProductProductTwig'], 0);
  1511.         $instance->addListener('Shopping/index.twig', [=> function () {
  1512.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1513.         }, => 'onShoppingIndexTwig'], 0);
  1514.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1515.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1516.         }, => 'onShoppingConfirmTwig'], 0);
  1517.         $instance->addListener('Mypage/index.twig', [=> function () {
  1518.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1519.         }, => 'onMypageNaviTwig'], 0);
  1520.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1521.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1522.         }, => 'onMypageNaviTwig'], 0);
  1523.         $instance->addListener('Mypage/change.twig', [=> function () {
  1524.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1525.         }, => 'onMypageNaviTwig'], 0);
  1526.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1527.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1528.         }, => 'onMypageNaviTwig'], 0);
  1529.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1530.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1531.         }, => 'onMypageNaviTwig'], 0);
  1532.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1533.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1534.         }, => 'onMypageNaviTwig'], 0);
  1535.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1536.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1537.         }, => 'onMypageNaviTwig'], 0);
  1538.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1539.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1540.         }, => 'onMypageNaviTwig'], 0);
  1541.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1542.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1543.         }, => 'onMypageNaviTwig'], 0);
  1544.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1545.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1546.         }, => 'onMypageNaviTwig'], 0);
  1547.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1548.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1549.         }, => 'onMypageNaviTwig'], 0);
  1550.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1551.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1552.         }, => 'onMypageNaviTwig'], 0);
  1553.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1554.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1555.         }, => 'onMypageNaviTwig'], 0);
  1556.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1557.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1558.         }, => 'onMypageNaviTwig'], 0);
  1559.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1560.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1561.         }, => 'onMypageNaviTwig'], 0);
  1562.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1563.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1564.         }, => 'onMypageNaviTwig'], 0);
  1565.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1566.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1567.         }, => 'onMypageNaviTwig'], 0);
  1568.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1569.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1570.         }, => 'onMypageNaviTwig'], 0);
  1571.         $instance->addListener('Block/newsSlider.twig', [=> function () {
  1572.             return ($this->privates['Customize\\Event\\TemplateEventSubscriber'] ?? $this->load('getTemplateEventSubscriberService'));
  1573.         }, => 'onNewsSliderRender'], 0);
  1574.         $instance->addListener('kernel.request', [=> function () {
  1575.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1576.         }, => 'onKernelRequest'], 4096);
  1577.         $instance->addListener('kernel.response', [=> function () {
  1578.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1579.         }, => 'onKernelResponse'], 0);
  1580.         $instance->addListener('kernel.response', [=> function () {
  1581.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1582.         }, => 'onKernelResponse'], -1024);
  1583.         $instance->addListener('kernel.request', [=> function () {
  1584.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1585.         }, => 'setDefaultLocale'], 100);
  1586.         $instance->addListener('kernel.request', [=> function () {
  1587.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1588.         }, => 'onKernelRequest'], 16);
  1589.         $instance->addListener('kernel.finish_request', [=> function () {
  1590.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1591.         }, => 'onKernelFinishRequest'], 0);
  1592.         $instance->addListener('kernel.request', [=> function () {
  1593.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1594.         }, => 'onKernelRequest'], 256);
  1595.         $instance->addListener('kernel.response', [=> function () {
  1596.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1597.         }, => 'onResponse'], -255);
  1598.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1599.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1600.         }, => 'onControllerArguments'], 0);
  1601.         $instance->addListener('kernel.exception', [=> function () {
  1602.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1603.         }, => 'logKernelException'], 0);
  1604.         $instance->addListener('kernel.exception', [=> function () {
  1605.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1606.         }, => 'onKernelException'], -128);
  1607.         $instance->addListener('kernel.response', [=> function () {
  1608.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1609.         }, => 'removeCspHeader'], -128);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1612.         }, => 'onKernelRequest'], 15);
  1613.         $instance->addListener('kernel.finish_request', [=> function () {
  1614.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1615.         }, => 'onKernelFinishRequest'], -15);
  1616.         $instance->addListener('console.error', [=> function () {
  1617.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1618.         }, => 'onConsoleError'], -128);
  1619.         $instance->addListener('console.terminate', [=> function () {
  1620.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1621.         }, => 'onConsoleTerminate'], -128);
  1622.         $instance->addListener('console.error', [=> function () {
  1623.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1624.         }, => 'onConsoleError'], 0);
  1625.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1626.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1627.         }, => 'onMessage'], -255);
  1628.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1629.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1630.         }, => 'onMessage'], -255);
  1631.         $instance->addListener('kernel.response', [=> function () {
  1632.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1633.         }, => 'onKernelResponse'], 0);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1636.         }, => 'onKernelRequest'], 48);
  1637.         $instance->addListener('kernel.request', [=> function () {
  1638.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1639.         }, => 'configure'], 2048);
  1640.         $instance->addListener('console.command', [=> function () {
  1641.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1642.         }, => 'configure'], 2048);
  1643.         $instance->addListener('kernel.request', [=> function () {
  1644.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1645.         }, => 'onKernelRequest'], 32);
  1646.         $instance->addListener('kernel.finish_request', [=> function () {
  1647.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1648.         }, => 'onKernelFinishRequest'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1651.         }, => 'onKernelException'], -64);
  1652.         $instance->addListener('kernel.request', [=> function () {
  1653.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1654.         }, => 'onKernelRequest'], 128);
  1655.         $instance->addListener('kernel.response', [=> function () {
  1656.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1657.         }, => 'onKernelResponse'], -1000);
  1658.         $instance->addListener('kernel.finish_request', [=> function () {
  1659.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1660.         }, => 'onFinishRequest'], 0);
  1661.         $instance->addListener('kernel.response', [=> function () {
  1662.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1663.         }, => 'onKernelResponse'], -100);
  1664.         $instance->addListener('kernel.exception', [=> function () {
  1665.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1666.         }, => 'onKernelException'], 0);
  1667.         $instance->addListener('kernel.terminate', [=> function () {
  1668.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1669.         }, => 'onKernelTerminate'], -1024);
  1670.         $instance->addListener('kernel.controller', [=> function () {
  1671.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1672.         }, => 'onKernelController'], 0);
  1673.         $instance->addListener('kernel.response', [=> function () {
  1674.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1675.         }, => 'onKernelResponse'], 0);
  1676.         $instance->addListener('kernel.response', [=> function () {
  1677.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1678.         }, => 'onKernelResponse'], 0);
  1679.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1680.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1681.         }, => 'checkPassport'], 0);
  1682.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1683.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1684.         }, => 'onLoginSuccess'], 0);
  1685.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1686.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1687.         }, => 'onVoterVote'], 0);
  1688.         $instance->addListener('kernel.request', [=> function () {
  1689.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1690.         }, => 'configureLogoutUrlGenerator'], 8);
  1691.         $instance->addListener('kernel.request', [=> function () {
  1692.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1693.         }, => 'onKernelRequest'], 8);
  1694.         $instance->addListener('kernel.finish_request', [=> function () {
  1695.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1696.         }, => 'onKernelFinishRequest'], 0);
  1697.         $instance->addListener('kernel.controller', [=> function () {
  1698.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1699.         }, => 'onKernelController'], 0);
  1700.         $instance->addListener('kernel.controller', [=> function () {
  1701.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1702.         }, => 'onKernelController'], 0);
  1703.         $instance->addListener('kernel.controller', [=> function () {
  1704.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1705.         }, => 'onKernelController'], -128);
  1706.         $instance->addListener('kernel.view', [=> function () {
  1707.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1708.         }, => 'onKernelView'], 0);
  1709.         $instance->addListener('kernel.controller', [=> function () {
  1710.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1711.         }, => 'onKernelController'], 0);
  1712.         $instance->addListener('kernel.response', [=> function () {
  1713.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1714.         }, => 'onKernelResponse'], 0);
  1715.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1716.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1717.         }, => 'onKernelControllerArguments'], 0);
  1718.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1719.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1720.         }, => 'onKernelControllerArguments'], 0);
  1721.         $instance->addListener('console.command', [=> function () {
  1722.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1723.         }, => 'onCommand'], 255);
  1724.         $instance->addListener('console.terminate', [=> function () {
  1725.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1726.         }, => 'onTerminate'], -255);
  1727.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1728.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1729.         }, => 'onMessage'], 0);
  1730.         $instance->addListener('console.command', [=> function () {
  1731.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1732.         }, => 'configure'], 1024);
  1733.         $instance->addListener('kernel.response', [=> function () {
  1734.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1735.         }, => 'onKernelResponse'], -128);
  1736.         $instance->addListener('console.error', [=> function () {
  1737.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1738.         }, => 'onConsoleError'], 0);
  1739.         $instance->addListener('console.terminate', [=> function () {
  1740.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1741.         }, => 'onConsoleTerminate'], 0);
  1742.         $instance->addListener('knp_pager.before', [=> function () {
  1743.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1744.         }, => 'before'], 0);
  1745.         $instance->addListener('knp_pager.pagination', [=> function () {
  1746.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1747.         }, => 'pagination'], 0);
  1748.         $instance->addListener('knp_pager.before', [=> function () {
  1749.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1750.         }, => 'before'], 1);
  1751.         $instance->addListener('knp_pager.before', [=> function () {
  1752.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1753.         }, => 'before'], 1);
  1754.         $instance->addListener('knp_pager.pagination', [=> function () {
  1755.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1756.         }, => 'pagination'], 1);
  1757.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1758.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1759.         }, => 'checkPassport'], 256);
  1760.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1761.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1762.         }, => 'checkPassport'], 512);
  1763.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1764.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1765.         }, => 'onLogout'], 0);
  1766.         return $instance;
  1767.     }
  1768.     /**
  1769.      * Gets the public 'http_kernel' shared service.
  1770.      *
  1771.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1772.      */
  1773.     protected function getHttpKernelService()
  1774.     {
  1775.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1776.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  1777.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1778.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1779.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1780.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1781.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1782.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1783.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1784.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1785.         }, 8)), $a));
  1786.     }
  1787.     /**
  1788.      * Gets the public 'request_stack' shared service.
  1789.      *
  1790.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1791.      */
  1792.     protected function getRequestStackService()
  1793.     {
  1794.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1795.     }
  1796.     /**
  1797.      * Gets the public 'router' shared service.
  1798.      *
  1799.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1800.      */
  1801.     protected function getRouterService()
  1802.     {
  1803.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1804.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1805.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1806.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1807.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1808.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1809.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1810.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1811.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1812.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1813.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1814.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1815.         ], [
  1816.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1817.         ]))->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'));
  1818.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1819.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1820.         return $instance;
  1821.     }
  1822.     /**
  1823.      * Gets the public 'translator' shared service.
  1824.      *
  1825.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1826.      */
  1827.     protected function getTranslatorService()
  1828.     {
  1829.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1830.     }
  1831.     /**
  1832.      * Gets the public 'var_dumper.cloner' shared service.
  1833.      *
  1834.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1835.      */
  1836.     protected function getVarDumper_ClonerService()
  1837.     {
  1838.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1839.         $instance->setMaxItems(2500);
  1840.         $instance->setMinDepth(1);
  1841.         $instance->setMaxString(-1);
  1842.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1843.         return $instance;
  1844.     }
  1845.     /**
  1846.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  1847.      *
  1848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1849.      */
  1850.     protected function get_ServiceLocator_YP_F1XaService()
  1851.     {
  1852.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1853.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  1854.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1855.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  1856.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1857.         ], [
  1858.             'security.firewall.map.context.admin' => '?',
  1859.             'security.firewall.map.context.api' => '?',
  1860.             'security.firewall.map.context.customer' => '?',
  1861.             'security.firewall.map.context.dev' => '?',
  1862.         ]);
  1863.     }
  1864.     /**
  1865.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  1866.      *
  1867.      * @return \Eccube\DataCollector\EccubeDataCollector
  1868.      */
  1869.     protected function getEccubeDataCollectorService()
  1870.     {
  1871.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  1872.     }
  1873.     /**
  1874.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  1875.      *
  1876.      * @return \Eccube\EventListener\IpAddrListener
  1877.      */
  1878.     protected function getIpAddrListenerService()
  1879.     {
  1880.         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()));
  1881.     }
  1882.     /**
  1883.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  1884.      *
  1885.      * @return \Eccube\EventListener\LogListener
  1886.      */
  1887.     protected function getLogListenerService()
  1888.     {
  1889.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1890.     }
  1891.     /**
  1892.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  1893.      *
  1894.      * @return \Eccube\EventListener\MaintenanceListener
  1895.      */
  1896.     protected function getMaintenanceListenerService()
  1897.     {
  1898.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  1899.     }
  1900.     /**
  1901.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  1902.      *
  1903.      * @return \Eccube\EventListener\MobileTemplatePathListener
  1904.      */
  1905.     protected function getMobileTemplatePathListenerService()
  1906.     {
  1907.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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))));
  1908.     }
  1909.     /**
  1910.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  1911.      *
  1912.      * @return \Eccube\EventListener\RestrictFileUploadListener
  1913.      */
  1914.     protected function getRestrictFileUploadListenerService()
  1915.     {
  1916.         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()));
  1917.     }
  1918.     /**
  1919.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  1920.      *
  1921.      * @return \Eccube\EventListener\TransactionListener
  1922.      */
  1923.     protected function getTransactionListenerService()
  1924.     {
  1925.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1926.     }
  1927.     /**
  1928.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  1929.      *
  1930.      * @return \Eccube\EventListener\TwigInitializeListener
  1931.      */
  1932.     protected function getTwigInitializeListenerService()
  1933.     {
  1934.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  1935.     }
  1936.     /**
  1937.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  1938.      *
  1939.      * @return \Eccube\EventListener\TwoFactorAuthListener
  1940.      */
  1941.     protected function getTwoFactorAuthListenerService()
  1942.     {
  1943.         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()));
  1944.     }
  1945.     /**
  1946.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  1947.      *
  1948.      * @return \Eccube\Log\Processor\SessionProcessor
  1949.      */
  1950.     protected function getSessionProcessorService()
  1951.     {
  1952.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1953.     }
  1954.     /**
  1955.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  1956.      *
  1957.      * @return \Eccube\Log\Processor\TokenProcessor
  1958.      */
  1959.     protected function getTokenProcessorService()
  1960.     {
  1961.         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()));
  1962.     }
  1963.     /**
  1964.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  1965.      *
  1966.      * @return \Eccube\Repository\AuthorityRoleRepository
  1967.      */
  1968.     protected function getAuthorityRoleRepositoryService()
  1969.     {
  1970.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1971.     }
  1972.     /**
  1973.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  1974.      *
  1975.      * @return \Eccube\Repository\BaseInfoRepository
  1976.      */
  1977.     protected function getBaseInfoRepositoryService()
  1978.     {
  1979.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1980.     }
  1981.     /**
  1982.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  1983.      *
  1984.      * @return \Eccube\Repository\BlockPositionRepository
  1985.      */
  1986.     protected function getBlockPositionRepositoryService()
  1987.     {
  1988.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  1989.     }
  1990.     /**
  1991.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  1992.      *
  1993.      * @return \Eccube\Repository\BlockRepository
  1994.      */
  1995.     protected function getBlockRepositoryService()
  1996.     {
  1997.         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))));
  1998.     }
  1999.     /**
  2000.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2001.      *
  2002.      * @return \Eccube\Repository\CartRepository
  2003.      */
  2004.     protected function getCartRepositoryService()
  2005.     {
  2006.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2007.     }
  2008.     /**
  2009.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2010.      *
  2011.      * @return \Eccube\Repository\LayoutRepository
  2012.      */
  2013.     protected function getLayoutRepositoryService()
  2014.     {
  2015.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2016.     }
  2017.     /**
  2018.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2019.      *
  2020.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2021.      */
  2022.     protected function getDeviceTypeRepositoryService()
  2023.     {
  2024.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2025.     }
  2026.     /**
  2027.      * Gets the private 'Eccube\Repository\NewsRepository' shared autowired service.
  2028.      *
  2029.      * @return \Eccube\Repository\NewsRepository
  2030.      */
  2031.     protected function getNewsRepositoryService()
  2032.     {
  2033.         return $this->privates['Eccube\\Repository\\NewsRepository'] = new \Eccube\Repository\NewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2034.     }
  2035.     /**
  2036.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2037.      *
  2038.      * @return \Eccube\Repository\OrderRepository
  2039.      */
  2040.     protected function getOrderRepositoryService()
  2041.     {
  2042.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())));
  2043.     }
  2044.     /**
  2045.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2046.      *
  2047.      * @return \Eccube\Repository\PageLayoutRepository
  2048.      */
  2049.     protected function getPageLayoutRepositoryService()
  2050.     {
  2051.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2052.     }
  2053.     /**
  2054.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2055.      *
  2056.      * @return \Eccube\Repository\PageRepository
  2057.      */
  2058.     protected function getPageRepositoryService()
  2059.     {
  2060.         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);
  2061.     }
  2062.     /**
  2063.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2064.      *
  2065.      * @return \Eccube\Repository\ProductClassRepository
  2066.      */
  2067.     protected function getProductClassRepositoryService()
  2068.     {
  2069.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2070.     }
  2071.     /**
  2072.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2073.      *
  2074.      * @return \Eccube\Repository\ProductRepository
  2075.      */
  2076.     protected function getProductRepositoryService()
  2077.     {
  2078.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? ($this->privates['Eccube\\Doctrine\\Query\\Queries'] = new \Eccube\Doctrine\Query\Queries())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2082.      *
  2083.      * @return \Eccube\Repository\TaxRuleRepository
  2084.      */
  2085.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2086.     {
  2087.         if ($lazyLoad) {
  2088.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2089.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2090.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2091.                     $proxy->setProxyInitializer(null);
  2092.                     return true;
  2093.                 });
  2094.             });
  2095.         }
  2096.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2097.         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))));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2101.      *
  2102.      * @return \Eccube\Request\Context
  2103.      */
  2104.     protected function getContextService()
  2105.     {
  2106.         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()));
  2107.     }
  2108.     /**
  2109.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2110.      *
  2111.      * @return \Eccube\Service\CartService
  2112.      */
  2113.     protected function getCartServiceService($lazyLoad true)
  2114.     {
  2115.         if ($lazyLoad) {
  2116.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2117.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2118.                     $wrappedInstance $this->getCartServiceService(false);
  2119.                     $proxy->setProxyInitializer(null);
  2120.                     return true;
  2121.                 });
  2122.             });
  2123.         }
  2124.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2125.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2126.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2127.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2128.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2129.         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()));
  2130.     }
  2131.     /**
  2132.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2133.      *
  2134.      * @return \Eccube\Service\TwoFactorAuthService
  2135.      */
  2136.     protected function getTwoFactorAuthServiceService()
  2137.     {
  2138.         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())));
  2139.     }
  2140.     /**
  2141.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2142.      *
  2143.      * @return \Eccube\Twig\Extension\EccubeExtension
  2144.      */
  2145.     protected function getEccubeExtensionService()
  2146.     {
  2147.         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()));
  2148.     }
  2149.     /**
  2150.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2151.      *
  2152.      * @return \Eccube\Twig\Extension\TaxExtension
  2153.      */
  2154.     protected function getTaxExtensionService()
  2155.     {
  2156.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2157.     }
  2158.     /**
  2159.      * Gets the private 'Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener' shared autowired service.
  2160.      *
  2161.      * @return \Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener
  2162.      */
  2163.     protected function getNpsrPagesListenerService()
  2164.     {
  2165.         return $this->privates['Plugin\\NewsPageSelfReliance42\\EventListener\\NpsrPagesListener'] = new \Plugin\NewsPageSelfReliance42\EventListener\NpsrPagesListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Eccube\\Repository\\NewsRepository'] ?? $this->getNewsRepositoryService()));
  2166.     }
  2167.     /**
  2168.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2169.      *
  2170.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2171.      */
  2172.     protected function getWebProcessorService()
  2173.     {
  2174.         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']);
  2175.     }
  2176.     /**
  2177.      * Gets the private 'annotations.cache_adapter' shared service.
  2178.      *
  2179.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2180.      */
  2181.     protected function getAnnotations_CacheAdapterService()
  2182.     {
  2183.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2184.     }
  2185.     /**
  2186.      * Gets the private 'annotations.cached_reader' shared service.
  2187.      *
  2188.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2189.      */
  2190.     protected function getAnnotations_CachedReaderService()
  2191.     {
  2192.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2193.     }
  2194.     /**
  2195.      * Gets the private 'annotations.reader' shared service.
  2196.      *
  2197.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2198.      */
  2199.     protected function getAnnotations_ReaderService()
  2200.     {
  2201.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2202.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2203.         $a->registerUniqueLoader('class_exists');
  2204.         $instance->addGlobalIgnoredName('required'$a);
  2205.         return $instance;
  2206.     }
  2207.     /**
  2208.      * Gets the private 'assets.context' shared service.
  2209.      *
  2210.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2211.      */
  2212.     protected function getAssets_ContextService()
  2213.     {
  2214.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2215.         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());
  2216.     }
  2217.     /**
  2218.      * Gets the private 'cache.annotations' shared service.
  2219.      *
  2220.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2221.      */
  2222.     protected function getCache_AnnotationsService()
  2223.     {
  2224.         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())));
  2225.     }
  2226.     /**
  2227.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2228.      *
  2229.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2230.      */
  2231.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2232.     {
  2233.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2234.     }
  2235.     /**
  2236.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2239.      */
  2240.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2241.     {
  2242.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2243.     }
  2244.     /**
  2245.      * Gets the private 'cache.property_info' shared service.
  2246.      *
  2247.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2248.      */
  2249.     protected function getCache_PropertyInfoService()
  2250.     {
  2251.         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())));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'cache.security_expression_language' shared service.
  2255.      *
  2256.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2257.      */
  2258.     protected function getCache_SecurityExpressionLanguageService()
  2259.     {
  2260.         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())));
  2261.     }
  2262.     /**
  2263.      * Gets the private 'cache.security_token_verifier' shared service.
  2264.      *
  2265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2266.      */
  2267.     protected function getCache_SecurityTokenVerifierService()
  2268.     {
  2269.         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())));
  2270.     }
  2271.     /**
  2272.      * Gets the private 'cache.serializer' shared service.
  2273.      *
  2274.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2275.      */
  2276.     protected function getCache_SerializerService()
  2277.     {
  2278.         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())));
  2279.     }
  2280.     /**
  2281.      * Gets the private 'cache.validator' shared service.
  2282.      *
  2283.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2284.      */
  2285.     protected function getCache_ValidatorService()
  2286.     {
  2287.         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())));
  2288.     }
  2289.     /**
  2290.      * Gets the private 'config_cache_factory' shared service.
  2291.      *
  2292.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2293.      */
  2294.     protected function getConfigCacheFactoryService()
  2295.     {
  2296.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2297.             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)));
  2298.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2299.         }, 2));
  2300.     }
  2301.     /**
  2302.      * Gets the private 'data_collector.form' shared service.
  2303.      *
  2304.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2305.      */
  2306.     protected function getDataCollector_FormService()
  2307.     {
  2308.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2309.     }
  2310.     /**
  2311.      * Gets the private 'data_collector.request' shared service.
  2312.      *
  2313.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2314.      */
  2315.     protected function getDataCollector_RequestService()
  2316.     {
  2317.         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())));
  2318.     }
  2319.     /**
  2320.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2321.      *
  2322.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2323.      */
  2324.     protected function getDebug_DebugHandlersListenerService()
  2325.     {
  2326.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2328.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2329.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2330.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2331.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2332.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2333.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2334.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2335.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2336.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2337.     }
  2338.     /**
  2339.      * Gets the private 'debug.file_link_formatter' shared service.
  2340.      *
  2341.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2342.      */
  2343.     protected function getDebug_FileLinkFormatterService()
  2344.     {
  2345.         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 () {
  2346.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2347.         });
  2348.     }
  2349.     /**
  2350.      * Gets the private 'debug.log_processor' shared service.
  2351.      *
  2352.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2353.      */
  2354.     protected function getDebug_LogProcessorService()
  2355.     {
  2356.         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())));
  2357.     }
  2358.     /**
  2359.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2360.      *
  2361.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2362.      */
  2363.     protected function getDebug_Security_Access_DecisionManagerService()
  2364.     {
  2365.         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 () {
  2366.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2367.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2368.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2369.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2370.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2371.     }
  2372.     /**
  2373.      * Gets the private 'debug.security.firewall' shared service.
  2374.      *
  2375.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2376.      */
  2377.     protected function getDebug_Security_FirewallService()
  2378.     {
  2379.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2380.     }
  2381.     /**
  2382.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2383.      *
  2384.      * @return \Doctrine\Migrations\DependencyFactory
  2385.      */
  2386.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2387.     {
  2388.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2389.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2390.         $a->setAllOrNothing(false);
  2391.         $a->setCheckDatabasePlatform(true);
  2392.         $a->setTransactional(true);
  2393.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2394.         $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()));
  2395.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2396.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2397.         });
  2398.         return $instance;
  2399.     }
  2400.     /**
  2401.      * Gets the private 'eccube.collector.core' shared autowired service.
  2402.      *
  2403.      * @return \Eccube\DataCollector\EccubeDataCollector
  2404.      */
  2405.     protected function getEccube_Collector_CoreService()
  2406.     {
  2407.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2408.     }
  2409.     /**
  2410.      * Gets the private 'esi_listener' shared service.
  2411.      *
  2412.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2413.      */
  2414.     protected function getEsiListenerService()
  2415.     {
  2416.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2417.     }
  2418.     /**
  2419.      * Gets the private 'exception_listener' shared service.
  2420.      *
  2421.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2422.      */
  2423.     protected function getExceptionListenerService()
  2424.     {
  2425.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2426.     }
  2427.     /**
  2428.      * Gets the private 'fragment.listener' shared service.
  2429.      *
  2430.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2431.      */
  2432.     protected function getFragment_ListenerService()
  2433.     {
  2434.         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');
  2435.     }
  2436.     /**
  2437.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2438.      *
  2439.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2440.      */
  2441.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2442.     {
  2443.         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())));
  2444.     }
  2445.     /**
  2446.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2447.      *
  2448.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2449.      */
  2450.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2451.     {
  2452.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2453.     }
  2454.     /**
  2455.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2456.      *
  2457.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2458.      */
  2459.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2460.     {
  2461.         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]);
  2462.     }
  2463.     /**
  2464.      * Gets the private 'locale_aware_listener' shared service.
  2465.      *
  2466.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2467.      */
  2468.     protected function getLocaleAwareListenerService()
  2469.     {
  2470.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2471.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2472.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2473.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2474.     }
  2475.     /**
  2476.      * Gets the private 'locale_listener' shared service.
  2477.      *
  2478.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2479.      */
  2480.     protected function getLocaleListenerService()
  2481.     {
  2482.         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, []);
  2483.     }
  2484.     /**
  2485.      * Gets the private 'monolog.handler.buffered' shared service.
  2486.      *
  2487.      * @return \Monolog\Handler\BufferHandler
  2488.      */
  2489.     protected function getMonolog_Handler_BufferedService()
  2490.     {
  2491.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2492.     }
  2493.     /**
  2494.      * Gets the private 'monolog.handler.console' shared service.
  2495.      *
  2496.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2497.      */
  2498.     protected function getMonolog_Handler_ConsoleService()
  2499.     {
  2500.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2501.     }
  2502.     /**
  2503.      * Gets the private 'monolog.logger' shared service.
  2504.      *
  2505.      * @return \Symfony\Bridge\Monolog\Logger
  2506.      */
  2507.     protected function getMonolog_LoggerService()
  2508.     {
  2509.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2510.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2511.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2512.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2513.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2514.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2515.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2516.         $instance->useMicrosecondTimestamps(true);
  2517.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2518.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2519.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2520.         return $instance;
  2521.     }
  2522.     /**
  2523.      * Gets the private 'monolog.logger.cache' shared service.
  2524.      *
  2525.      * @return \Symfony\Bridge\Monolog\Logger
  2526.      */
  2527.     protected function getMonolog_Logger_CacheService()
  2528.     {
  2529.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2530.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2531.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2532.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2533.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2534.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2535.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2536.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2537.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2539.         return $instance;
  2540.     }
  2541.     /**
  2542.      * Gets the private 'monolog.logger.request' shared service.
  2543.      *
  2544.      * @return \Symfony\Bridge\Monolog\Logger
  2545.      */
  2546.     protected function getMonolog_Logger_RequestService()
  2547.     {
  2548.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2549.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2550.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2551.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2552.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2553.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2554.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2555.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2556.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2557.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2558.         return $instance;
  2559.     }
  2560.     /**
  2561.      * Gets the private 'monolog.logger.security' shared service.
  2562.      *
  2563.      * @return \Symfony\Bridge\Monolog\Logger
  2564.      */
  2565.     protected function getMonolog_Logger_SecurityService()
  2566.     {
  2567.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2568.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2569.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2570.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2571.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2572.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2573.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2574.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2575.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2576.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2577.         return $instance;
  2578.     }
  2579.     /**
  2580.      * Gets the private 'parameter_bag' shared service.
  2581.      *
  2582.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2583.      */
  2584.     protected function getParameterBagService()
  2585.     {
  2586.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2587.     }
  2588.     /**
  2589.      * Gets the private 'profiler_listener' shared service.
  2590.      *
  2591.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2592.      */
  2593.     protected function getProfilerListenerService()
  2594.     {
  2595.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2596.     }
  2597.     /**
  2598.      * Gets the private 'property_info' shared service.
  2599.      *
  2600.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2601.      */
  2602.     protected function getPropertyInfoService()
  2603.     {
  2604.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2605.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2606.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2607.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2608.         }, 3), new RewindableGenerator(function () {
  2609.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2610.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2611.         }, 2), new RewindableGenerator(function () {
  2612.             return new \EmptyIterator();
  2613.         }, 0), new RewindableGenerator(function () {
  2614.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2615.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2616.         }, 2), new RewindableGenerator(function () {
  2617.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2618.         }, 1));
  2619.     }
  2620.     /**
  2621.      * Gets the private 'router.expression_language_provider' shared service.
  2622.      *
  2623.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2624.      */
  2625.     protected function getRouter_ExpressionLanguageProviderService()
  2626.     {
  2627.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2628.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2629.         ], [
  2630.             'env' => 'Closure',
  2631.         ]));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'router.request_context' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Routing\RequestContext
  2637.      */
  2638.     protected function getRouter_RequestContextService()
  2639.     {
  2640.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2641.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2642.         return $instance;
  2643.     }
  2644.     /**
  2645.      * Gets the private 'router_listener' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2648.      */
  2649.     protected function getRouterListenerService()
  2650.     {
  2651.         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);
  2652.     }
  2653.     /**
  2654.      * Gets the private 'security.context_listener.0' shared service.
  2655.      *
  2656.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2657.      */
  2658.     protected function getSecurity_ContextListener_0Service()
  2659.     {
  2660.         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 () {
  2661.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2662.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2663.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($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']);
  2664.     }
  2665.     /**
  2666.      * Gets the private 'security.context_listener.1' shared service.
  2667.      *
  2668.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2669.      */
  2670.     protected function getSecurity_ContextListener_1Service()
  2671.     {
  2672.         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 () {
  2673.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2674.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2675.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService()), ($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']);
  2676.     }
  2677.     /**
  2678.      * Gets the private 'security.csrf.token_storage' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2681.      */
  2682.     protected function getSecurity_Csrf_TokenStorageService()
  2683.     {
  2684.         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())));
  2685.     }
  2686.     /**
  2687.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2690.      */
  2691.     protected function getSecurity_EventDispatcher_AdminService()
  2692.     {
  2693.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2694.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2695.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  2696.         }, => 'checkPassport'], 2048);
  2697.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2698.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  2699.         }, => 'onSuccessfulLogin'], 0);
  2700.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2701.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  2702.         }, => 'onLogout'], 0);
  2703.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2704.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2705.         }, => 'onLogout'], 0);
  2706.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2707.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2708.         }, => 'checkPassport'], 2080);
  2709.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2710.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  2711.         }, => 'onSuccessfulLogin'], 0);
  2712.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2713.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2714.         }, => 'preCheckCredentials'], 256);
  2715.         $instance->addListener('security.authentication.success', [=> function () {
  2716.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  2717.         }, => 'postCheckCredentials'], 256);
  2718.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2719.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2720.         }, => 'checkPassport'], 1024);
  2721.         $instance->addListener('security.interactive_login', [=> function () {
  2722.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2723.         }, => 'onInteractiveLogin'], 0);
  2724.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2725.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2726.         }, => 'onAuthenticationFailure'], 0);
  2727.         $instance->addListener('security.interactive_login', [=> function () {
  2728.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2729.         }, => 'onInteractiveLogin'], 0);
  2730.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2731.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2732.         }, => 'checkPassport'], 0);
  2733.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2734.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2735.         }, => 'onLoginSuccess'], 0);
  2736.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2737.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2738.         }, => 'checkPassport'], 256);
  2739.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2740.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2741.         }, => 'checkPassport'], 512);
  2742.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2743.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2744.         }, => 'onLogout'], 0);
  2745.         return $instance;
  2746.     }
  2747.     /**
  2748.      * Gets the private 'security.event_dispatcher.customer' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2751.      */
  2752.     protected function getSecurity_EventDispatcher_CustomerService()
  2753.     {
  2754.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2756.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  2757.         }, => 'checkPassport'], 2048);
  2758.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2759.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  2760.         }, => 'onSuccessfulLogin'], 0);
  2761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2762.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  2763.         }, => 'onLogout'], 64);
  2764.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2765.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2766.         }, => 'onLogout'], 0);
  2767.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2768.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2769.         }, => 'checkPassport'], 2080);
  2770.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2771.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  2772.         }, => 'onSuccessfulLogin'], 0);
  2773.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2774.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  2775.         }, => 'onSuccessfulLogin'], -32);
  2776.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2777.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2778.         }, => 'onSuccessfulLogin'], -64);
  2779.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2780.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2781.         }, => 'clearCookie'], 0);
  2782.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2783.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2784.         }, => 'clearCookie'], 0);
  2785.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  2786.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  2787.         }, => 'clearCookie'], 0);
  2788.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2789.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2790.         }, => 'preCheckCredentials'], 256);
  2791.         $instance->addListener('security.authentication.success', [=> function () {
  2792.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  2793.         }, => 'postCheckCredentials'], 256);
  2794.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2795.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2796.         }, => 'checkPassport'], 1024);
  2797.         $instance->addListener('security.interactive_login', [=> function () {
  2798.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2799.         }, => 'onInteractiveLogin'], 0);
  2800.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  2801.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  2802.         }, => 'onAuthenticationFailure'], 0);
  2803.         $instance->addListener('security.interactive_login', [=> function () {
  2804.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  2805.         }, => 'onInteractiveLogin'], 0);
  2806.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2807.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2808.         }, => 'checkPassport'], 0);
  2809.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2810.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2811.         }, => 'onLoginSuccess'], 0);
  2812.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2813.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2814.         }, => 'checkPassport'], 256);
  2815.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2816.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2817.         }, => 'checkPassport'], 512);
  2818.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2819.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2820.         }, => 'onLogout'], 0);
  2821.         return $instance;
  2822.     }
  2823.     /**
  2824.      * Gets the private 'security.firewall.map' shared service.
  2825.      *
  2826.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2827.      */
  2828.     protected function getSecurity_Firewall_MapService()
  2829.     {
  2830.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService()), new RewindableGenerator(function () {
  2831.             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)/')));
  2832.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2833.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.SgfXLNM'] ?? ($this->privates['.security.request_matcher.SgfXLNM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  2834.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  2835.         }, 4));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'security.logout_url_generator' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2841.      */
  2842.     protected function getSecurity_LogoutUrlGeneratorService()
  2843.     {
  2844.         $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()));
  2845.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  2846.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2851.      *
  2852.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2853.      */
  2854.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2855.     {
  2856.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2857.     }
  2858.     /**
  2859.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2860.      *
  2861.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2862.      */
  2863.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2864.     {
  2865.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2866.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2867.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2868.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2869.     }
  2870.     /**
  2871.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2872.      *
  2873.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2874.      */
  2875.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2876.     {
  2877.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2881.      *
  2882.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2883.      */
  2884.     protected function getSensioFrameworkExtra_View_ListenerService()
  2885.     {
  2886.         $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))));
  2887.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2888.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2889.         ], [
  2890.             'twig' => '?',
  2891.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2892.         return $instance;
  2893.     }
  2894.     /**
  2895.      * Gets the private 'session.factory' shared service.
  2896.      *
  2897.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  2898.      */
  2899.     protected function getSession_FactoryService()
  2900.     {
  2901.         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'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  2902.     }
  2903.     /**
  2904.      * Gets the private 'session_listener' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2907.      */
  2908.     protected function getSessionListenerService()
  2909.     {
  2910.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2911.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  2912.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2913.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  2914.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2915.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  2916.         ], [
  2917.             'initialized_session' => '?',
  2918.             'logger' => '?',
  2919.             'session' => '?',
  2920.             'session_collector' => '?',
  2921.             'session_factory' => '?',
  2922.         ]), true$this->getParameter('session.storage.options'));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'state_machine.order.metadata_store' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  2928.      */
  2929.     protected function getStateMachine_Order_MetadataStoreService()
  2930.     {
  2931.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  2932.     }
  2933.     /**
  2934.      * Gets the private 'translator.default' shared service.
  2935.      *
  2936.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2937.      */
  2938.     protected function getTranslator_DefaultService()
  2939.     {
  2940.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2941.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2942.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2943.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2944.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2945.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2946.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2947.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2948.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2949.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2950.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2951.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2952.         ], [
  2953.             'translation.loader.csv' => '?',
  2954.             'translation.loader.dat' => '?',
  2955.             'translation.loader.ini' => '?',
  2956.             'translation.loader.json' => '?',
  2957.             'translation.loader.mo' => '?',
  2958.             'translation.loader.php' => '?',
  2959.             'translation.loader.po' => '?',
  2960.             'translation.loader.qt' => '?',
  2961.             'translation.loader.res' => '?',
  2962.             'translation.loader.xliff' => '?',
  2963.             'translation.loader.yml' => '?',
  2964.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/FaqF001Block42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], '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/FaqF001Block42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 21 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 23 => (\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/FaqF001Block42/Resource/locale'=> 'app/Plugin/YamatoPayment42/Resource/locale'=> 'src/Eccube/Resource/locale/'=> 'app/Customize/Resource/locale/'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/doctrine/doctrine-bundle/translations'11 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'12 => 'vendor/sensio/framework-extra-bundle/src/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/debug-bundle/translations'16 => 'vendor/symfony/web-profiler-bundle/translations'17 => 'vendor/symfony/maker-bundle/src/translations'18 => 'vendor/exercise/htmlpurifier-bundle/src/translations'19 => 'vendor/doctrine/doctrine-migrations-bundle/translations'20 => 'vendor/twig/extra-bundle/translations'21 => 'app/Plugin/Api42/Bundle/translations'22 => 'vendor/league/oauth2-server-bundle/src/translations'23 => 'translations']]], []);
  2965.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2966.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  2967.         return $instance;
  2968.     }
  2969.     /**
  2970.      * Gets the private 'validator.builder' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2973.      */
  2974.     protected function getValidator_BuilderService()
  2975.     {
  2976.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2977.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2978.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2979.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  2980.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  2981.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2982.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2983.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2984.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2985.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2986.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2987.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2988.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2989.         ], [
  2990.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  2991.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  2992.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2993.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2994.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2995.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2996.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2997.             'doctrine.orm.validator.unique' => '?',
  2998.             'security.validator.user_password' => '?',
  2999.             'validator.expression' => '?',
  3000.         ])));
  3001.         if ($this->has('translator')) {
  3002.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3003.         }
  3004.         $instance->setTranslationDomain('validators');
  3005.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3006.         $instance->enableAnnotationMapping(true);
  3007.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3008.         $instance->addMethodMapping('loadValidatorMetadata');
  3009.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3010.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3011.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3012.         return $instance;
  3013.     }
  3014.     /**
  3015.      * Gets the private 'var_dumper.html_dumper' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3018.      */
  3019.     protected function getVarDumper_HtmlDumperService()
  3020.     {
  3021.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3022.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3023.         return $instance;
  3024.     }
  3025.     /**
  3026.      * Gets the private 'web_profiler.csp.handler' shared service.
  3027.      *
  3028.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3029.      */
  3030.     protected function getWebProfiler_Csp_HandlerService()
  3031.     {
  3032.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3033.     }
  3034.     /**
  3035.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3036.      *
  3037.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3038.      */
  3039.     protected function getWebProfiler_DebugToolbarService()
  3040.     {
  3041.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  3042.     }
  3043.     /**
  3044.      * Gets the public 'cache_clearer' alias.
  3045.      *
  3046.      * @return object The ".container.private.cache_clearer" service.
  3047.      */
  3048.     protected function getCacheClearerService()
  3049.     {
  3050.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3051.         return $this->get('.container.private.cache_clearer');
  3052.     }
  3053.     /**
  3054.      * Gets the public 'filesystem' alias.
  3055.      *
  3056.      * @return object The ".container.private.filesystem" service.
  3057.      */
  3058.     protected function getFilesystemService()
  3059.     {
  3060.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3061.         return $this->get('.container.private.filesystem');
  3062.     }
  3063.     /**
  3064.      * Gets the public 'state_machine.order' alias.
  3065.      *
  3066.      * @return object The ".container.private.state_machine.order" service.
  3067.      */
  3068.     protected function getStateMachine_OrderService()
  3069.     {
  3070.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3071.         return $this->get('.container.private.state_machine.order');
  3072.     }
  3073.     /**
  3074.      * Gets the public 'serializer' alias.
  3075.      *
  3076.      * @return object The ".container.private.serializer" service.
  3077.      */
  3078.     protected function getSerializerService()
  3079.     {
  3080.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3081.         return $this->get('.container.private.serializer');
  3082.     }
  3083.     /**
  3084.      * Gets the public 'security.csrf.token_manager' alias.
  3085.      *
  3086.      * @return object The ".container.private.security.csrf.token_manager" service.
  3087.      */
  3088.     protected function getSecurity_Csrf_TokenManagerService()
  3089.     {
  3090.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3091.         return $this->get('.container.private.security.csrf.token_manager');
  3092.     }
  3093.     /**
  3094.      * Gets the public 'form.factory' alias.
  3095.      *
  3096.      * @return object The ".container.private.form.factory" service.
  3097.      */
  3098.     protected function getForm_FactoryService()
  3099.     {
  3100.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3101.         return $this->get('.container.private.form.factory');
  3102.     }
  3103.     /**
  3104.      * Gets the public 'form.type.file' alias.
  3105.      *
  3106.      * @return object The ".container.private.form.type.file" service.
  3107.      */
  3108.     protected function getForm_Type_FileService()
  3109.     {
  3110.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3111.         return $this->get('.container.private.form.type.file');
  3112.     }
  3113.     /**
  3114.      * Gets the public 'profiler' alias.
  3115.      *
  3116.      * @return object The ".container.private.profiler" service.
  3117.      */
  3118.     protected function getProfilerService()
  3119.     {
  3120.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3121.         return $this->get('.container.private.profiler');
  3122.     }
  3123.     /**
  3124.      * Gets the public 'security.authorization_checker' alias.
  3125.      *
  3126.      * @return object The ".container.private.security.authorization_checker" service.
  3127.      */
  3128.     protected function getSecurity_AuthorizationCheckerService()
  3129.     {
  3130.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3131.         return $this->get('.container.private.security.authorization_checker');
  3132.     }
  3133.     /**
  3134.      * Gets the public 'security.token_storage' alias.
  3135.      *
  3136.      * @return object The ".container.private.security.token_storage" service.
  3137.      */
  3138.     protected function getSecurity_TokenStorageService()
  3139.     {
  3140.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3141.         return $this->get('.container.private.security.token_storage');
  3142.     }
  3143.     /**
  3144.      * Gets the public 'twig' alias.
  3145.      *
  3146.      * @return object The ".container.private.twig" service.
  3147.      */
  3148.     protected function getTwigService()
  3149.     {
  3150.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3151.         return $this->get('.container.private.twig');
  3152.     }
  3153.     /**
  3154.      * Gets the public 'security.password_encoder' alias.
  3155.      *
  3156.      * @return object The ".container.private.security.password_encoder" service.
  3157.      */
  3158.     protected function getSecurity_PasswordEncoderService()
  3159.     {
  3160.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3161.         return $this->get('.container.private.security.password_encoder');
  3162.     }
  3163.     /**
  3164.      * Gets the public 'session' alias.
  3165.      *
  3166.      * @return object The ".container.private.session" service.
  3167.      */
  3168.     protected function getSessionService()
  3169.     {
  3170.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3171.         return $this->get('.container.private.session');
  3172.     }
  3173.     /**
  3174.      * Gets the public 'validator' alias.
  3175.      *
  3176.      * @return object The ".container.private.validator" service.
  3177.      */
  3178.     protected function getValidatorService()
  3179.     {
  3180.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3181.         return $this->get('.container.private.validator');
  3182.     }
  3183.     /**
  3184.      * @return array|bool|float|int|string|\UnitEnum|null
  3185.      */
  3186.     public function getParameter(string $name)
  3187.     {
  3188.         if (isset($this->buildParameters[$name])) {
  3189.             return $this->buildParameters[$name];
  3190.         }
  3191.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3192.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3193.         }
  3194.         if (isset($this->loadedDynamicParameters[$name])) {
  3195.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3196.         }
  3197.         return $this->parameters[$name];
  3198.     }
  3199.     public function hasParameter(string $name): bool
  3200.     {
  3201.         if (isset($this->buildParameters[$name])) {
  3202.             return true;
  3203.         }
  3204.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3205.     }
  3206.     public function setParameter(string $name$value): void
  3207.     {
  3208.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3209.     }
  3210.     public function getParameterBag(): ParameterBagInterface
  3211.     {
  3212.         if (null === $this->parameterBag) {
  3213.             $parameters $this->parameters;
  3214.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3215.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3216.             }
  3217.             foreach ($this->buildParameters as $name => $value) {
  3218.                 $parameters[$name] = $value;
  3219.             }
  3220.             $this->parameterBag = new FrozenParameterBag($parameters);
  3221.         }
  3222.         return $this->parameterBag;
  3223.     }
  3224.     private $loadedDynamicParameters = [
  3225.         'kernel.runtime_environment' => false,
  3226.         'kernel.build_dir' => false,
  3227.         'kernel.cache_dir' => false,
  3228.         'locale' => false,
  3229.         'timezone' => false,
  3230.         'currency' => false,
  3231.         'eccube_database_url' => false,
  3232.         'eccube_mailer_dsn' => false,
  3233.         'eccube_admin_route' => false,
  3234.         'eccube_user_data_route' => false,
  3235.         'eccube_admin_allow_hosts' => false,
  3236.         'eccube_admin_deny_hosts' => false,
  3237.         'eccube_force_ssl' => false,
  3238.         'eccube.theme' => false,
  3239.         'eccube_theme_code' => false,
  3240.         'eccube_auth_magic' => false,
  3241.         'eccube_theme_front_dir' => false,
  3242.         'eccube_html_front_dir' => false,
  3243.         'eccube_csv_temp_realdir' => false,
  3244.         'eccube_owners_store_url' => false,
  3245.         'eccube_package_api_url' => false,
  3246.         'eccube_content_maintenance_file_path' => false,
  3247.         'eccube_2fa_enabled' => false,
  3248.         'eccube_2fa_cookie_name' => false,
  3249.         'eccube_2fa_expire' => false,
  3250.         'eccube_restrict_file_upload' => false,
  3251.         'kernel.secret' => false,
  3252.         'kernel.default_locale' => false,
  3253.         'debug.container.dump' => false,
  3254.         'serializer.mapping.cache.file' => false,
  3255.         'session.storage.options' => false,
  3256.         'validator.mapping.cache.file' => false,
  3257.         'profiler.storage.dsn' => false,
  3258.         'doctrine.orm.proxy_dir' => false,
  3259.         'league.oauth2_server.encryption_key' => false,
  3260.     ];
  3261.     private $dynamicParameters = [];
  3262.     private function getDynamicParameter(string $name)
  3263.     {
  3264.         switch ($name) {
  3265.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3266.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3267.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3268.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3269.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3270.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3271.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3272.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3273.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3274.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3275.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3276.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3277.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3278.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3279.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3280.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3281.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3282.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3283.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3284.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3285.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3286.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3287.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3288.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3289.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3290.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3291.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3292.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3293.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3294.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3295.             case 'session.storage.options'$value = [
  3296.                 'cache_limiter' => '0',
  3297.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3298.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3299.                 'cookie_httponly' => true,
  3300.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3301.                 'gc_probability' => 1,
  3302.             ]; break;
  3303.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3304.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3305.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3306.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  3307.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3308.         }
  3309.         $this->loadedDynamicParameters[$name] = true;
  3310.         return $this->dynamicParameters[$name] = $value;
  3311.     }
  3312.     protected function getDefaultParameters(): array
  3313.     {
  3314.         return [
  3315.             'kernel.project_dir' => \dirname(__DIR__4),
  3316.             'kernel.environment' => 'dev',
  3317.             'kernel.debug' => true,
  3318.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3319.             'kernel.bundles' => [
  3320.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3321.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3322.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3323.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3324.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3325.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3326.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3327.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3328.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3329.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3330.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3331.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3332.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3333.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3334.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  3335.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3336.             ],
  3337.             'kernel.bundles_metadata' => [
  3338.                 'FrameworkBundle' => [
  3339.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3340.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3341.                 ],
  3342.                 'SecurityBundle' => [
  3343.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3344.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3345.                 ],
  3346.                 'DoctrineBundle' => [
  3347.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3348.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3349.                 ],
  3350.                 'DoctrineFixturesBundle' => [
  3351.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3352.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3353.                 ],
  3354.                 'SensioFrameworkExtraBundle' => [
  3355.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3356.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3357.                 ],
  3358.                 'MonologBundle' => [
  3359.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3360.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3361.                 ],
  3362.                 'TwigBundle' => [
  3363.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3364.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3365.                 ],
  3366.                 'DebugBundle' => [
  3367.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3368.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3369.                 ],
  3370.                 'WebProfilerBundle' => [
  3371.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3372.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3373.                 ],
  3374.                 'MakerBundle' => [
  3375.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3376.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3377.                 ],
  3378.                 'KnpPaginatorBundle' => [
  3379.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3380.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3381.                 ],
  3382.                 'ExerciseHTMLPurifierBundle' => [
  3383.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3384.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3385.                 ],
  3386.                 'DoctrineMigrationsBundle' => [
  3387.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3388.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3389.                 ],
  3390.                 'TwigExtraBundle' => [
  3391.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3392.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3393.                 ],
  3394.                 'ApiBundle' => [
  3395.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  3396.                     'namespace' => 'Plugin\\Api42\\Bundle',
  3397.                 ],
  3398.                 'LeagueOAuth2ServerBundle' => [
  3399.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3400.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3401.                 ],
  3402.             ],
  3403.             'kernel.charset' => 'UTF-8',
  3404.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3405.             'container.dumper.inline_class_loader' => true,
  3406.             'env(ECCUBE_LOCALE)' => 'ja',
  3407.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3408.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3409.             'env(DATABASE_URL)' => '',
  3410.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3411.             'env(DATABASE_CHARSET)' => 'utf8',
  3412.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3413.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3414.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3415.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3416.             'env(ECCUBE_FORCE_SSL)' => '0',
  3417.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3418.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3419.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3420.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3421.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3422.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3423.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3424.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3425.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3426.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3427.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3428.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3429.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3430.             'eccube_auth_type' => 'HMAC',
  3431.             'eccube_password_hash_algos' => 'SHA256',
  3432.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3433.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3434.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3435.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3436.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3437.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3438.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3439.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3440.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3441.             'eccube_twig_block_templates' => [
  3442.                 => '@YamatoPayment42/credit.twig',
  3443.                 => '@YamatoPayment42/credit_confirm.twig',
  3444.                 => '@YamatoPayment42/cvs.twig',
  3445.                 => '@YamatoPayment42/cvs_confirm.twig',
  3446.                 => '@YamatoPayment42/admin/payment_register.twig',
  3447.             ],
  3448.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3449.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3450.             'eccube_csv_size' => 5,
  3451.             'eccube_csv_split_lines' => 100,
  3452.             'eccube_default_password' => 'abc********123',
  3453.             'eccube_deliv_addr_max' => 20,
  3454.             'eccube_deliv_date_end_max' => 21,
  3455.             'eccube_id_max_len' => 50,
  3456.             'eccube_id_min_len' => 4,
  3457.             'eccube_int_len' => 9,
  3458.             'eccube_category_nest_level' => 5,
  3459.             'eccube_lltext_len' => 99999,
  3460.             'eccube_ltext_len' => 3000,
  3461.             'eccube_max_total_fee' => 9999999999,
  3462.             'eccube_mltext_len' => 1000,
  3463.             'eccube_mtext_len' => 200,
  3464.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3465.             'plugin_html_urlpath' => '/plugin/',
  3466.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3467.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3468.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3469.             'eccube_price_len' => 8,
  3470.             'eccube_search_pmax' => 12,
  3471.             'eccube_sitemap_products_per_page' => 1000,
  3472.             'eccube_stext_len' => 255,
  3473.             'eccube_sltext_len' => 500,
  3474.             'eccube_smtext_len' => 100,
  3475.             'eccube_tax_rule_priority' => [
  3476.                 => 'product_id',
  3477.                 => 'product_class_id',
  3478.                 => 'pref_id',
  3479.                 => 'country_id',
  3480.             ],
  3481.             'eccube_url_len' => 1024,
  3482.             'eccube_default_page_count' => 50,
  3483.             'eccube_admin_product_stock_status' => 3,
  3484.             'eccube_customer_reset_expire' => 10,
  3485.             'eccube_csv_export_separator' => ',',
  3486.             'eccube_csv_export_encoding' => 'SJIS-win',
  3487.             'eccube_csv_import_encoding' => [
  3488.                 => 'UTF-8',
  3489.                 => 'SJIS-win',
  3490.                 => 'SJIS',
  3491.                 => 'EUC-JP',
  3492.                 => 'ASCII',
  3493.                 => 'JIS',
  3494.             ],
  3495.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3496.             'eccube_csv_export_multidata_separator' => ',',
  3497.             'eccube_csv_import_delimiter' => ',',
  3498.             'eccube_csv_import_enclosure' => '"',
  3499.             'eccube_csv_import_escape' => '\\',
  3500.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3501.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3502.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3503.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3504.             'eccube_name_len' => 16,
  3505.             'eccube_kana_len' => 25,
  3506.             'eccube_address1_len' => 32,
  3507.             'eccube_address2_len' => 32,
  3508.             'eccube_birth_max' => 110,
  3509.             'eccube_product_order_price_lower' => 1,
  3510.             'eccube_product_order_newer' => 2,
  3511.             'eccube_product_order_price_higher' => 3,
  3512.             'eccube_price_max' => 2147483647,
  3513.             'eccube_tel_len_max' => 14,
  3514.             'eccube_postal_code' => 8,
  3515.             'eccube_password_min_len' => 12,
  3516.             'eccube_password_max_len' => 50,
  3517.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3518.             'eccube_composer_memory_limit' => '1536M',
  3519.             'eccube_order_mail_template_id' => 1,
  3520.             'eccube_entry_confirm_mail_template_id' => 2,
  3521.             'eccube_entry_complete_mail_template_id' => 3,
  3522.             'eccube_customer_withdraw_mail_template_id' => 4,
  3523.             'eccube_contact_mail_template_id' => 5,
  3524.             'eccube_forgot_mail_template_id' => 6,
  3525.             'eccube_reset_complete_mail_template_id' => 7,
  3526.             'eccube_shipping_notify_mail_template_id' => 8,
  3527.             'eccube_rfc_email_check' => false,
  3528.             'eccube_email_len' => 254,
  3529.             'eccube_order_no_format' => '',
  3530.             'eccube_order_pdf_message_len' => 30,
  3531.             'eccube_news_start_year' => 2000,
  3532.             'eccube_result_cache_lifetime' => 3600,
  3533.             'eccube_result_cache_lifetime_short' => 10,
  3534.             'eccube_restrict_file_upload_urls' => [
  3535.                 => 'admin_content_file',
  3536.                 => 'admin_store_plugin_install',
  3537.                 => 'admin_content_page_new',
  3538.                 => 'admin_content_page_edit',
  3539.                 => 'admin_content_block_new',
  3540.                 => 'admin_content_block_edit',
  3541.                 => 'admin_content_css',
  3542.                 => 'admin_content_js',
  3543.                 => 'admin_store_template_install',
  3544.             ],
  3545.             'eccube_login_throttling_max_attempts' => 5,
  3546.             'eccube_login_throttling_interval' => '30 minutes',
  3547.             'eccube_nav' => [
  3548.                 'product' => [
  3549.                     'name' => 'admin.product.product_management',
  3550.                     'icon' => 'fa-cube',
  3551.                     'children' => [
  3552.                         'product_master' => [
  3553.                             'name' => 'admin.product.product_list',
  3554.                             'url' => 'admin_product',
  3555.                         ],
  3556.                         'product_edit' => [
  3557.                             'name' => 'admin.product.product_registration',
  3558.                             'url' => 'admin_product_product_new',
  3559.                         ],
  3560.                         'class_name' => [
  3561.                             'name' => 'admin.product.class_management',
  3562.                             'url' => 'admin_product_class_name',
  3563.                         ],
  3564.                         'class_category' => [
  3565.                             'name' => 'admin.product.category_management',
  3566.                             'url' => 'admin_product_category',
  3567.                         ],
  3568.                         'product_tag' => [
  3569.                             'name' => 'admin.product.tag_management',
  3570.                             'url' => 'admin_product_tag',
  3571.                         ],
  3572.                         'product_csv_import' => [
  3573.                             'name' => 'admin.product.product_csv_upload',
  3574.                             'url' => 'admin_product_csv_import',
  3575.                         ],
  3576.                         'category_csv_import' => [
  3577.                             'name' => 'admin.product.category_csv_upload',
  3578.                             'url' => 'admin_product_category_csv_import',
  3579.                         ],
  3580.                     ],
  3581.                 ],
  3582.                 'order' => [
  3583.                     'name' => 'admin.order.order_management',
  3584.                     'icon' => 'fa-shopping-cart',
  3585.                     'children' => [
  3586.                         'order_master' => [
  3587.                             'name' => 'admin.order.order_list',
  3588.                             'url' => 'admin_order',
  3589.                         ],
  3590.                         'order_edit' => [
  3591.                             'name' => 'admin.order.order_registration',
  3592.                             'url' => 'admin_order_new',
  3593.                         ],
  3594.                         'shipping_csv_import' => [
  3595.                             'name' => 'admin.order.shipping_csv_upload',
  3596.                             'url' => 'admin_shipping_csv_import',
  3597.                         ],
  3598.                         'yamato_payment42_admin_payment_status' => [
  3599.                             'name' => 'yamato_payment.admin.nav.payment_list',
  3600.                             'url' => 'yamato_payment42_admin_payment_status',
  3601.                         ],
  3602.                     ],
  3603.                 ],
  3604.                 'customer' => [
  3605.                     'name' => 'admin.customer.customer_management',
  3606.                     'icon' => 'fa-users',
  3607.                     'children' => [
  3608.                         'customer_master' => [
  3609.                             'name' => 'admin.customer.customer_list',
  3610.                             'url' => 'admin_customer',
  3611.                         ],
  3612.                         'customer_edit' => [
  3613.                             'name' => 'admin.customer.customer_registration',
  3614.                             'url' => 'admin_customer_new',
  3615.                         ],
  3616.                     ],
  3617.                 ],
  3618.                 'content' => [
  3619.                     'name' => 'admin.content.contents_management',
  3620.                     'icon' => 'fa-file-text-o',
  3621.                     'children' => [
  3622.                         'news' => [
  3623.                             'name' => 'admin.content.news_management',
  3624.                             'url' => 'admin_content_news',
  3625.                         ],
  3626.                         'file' => [
  3627.                             'name' => 'admin.content.file_management',
  3628.                             'url' => 'admin_content_file',
  3629.                         ],
  3630.                         'layout' => [
  3631.                             'name' => 'admin.content.layout_management',
  3632.                             'url' => 'admin_content_layout',
  3633.                         ],
  3634.                         'page' => [
  3635.                             'name' => 'admin.content.page_management',
  3636.                             'url' => 'admin_content_page',
  3637.                         ],
  3638.                         'css' => [
  3639.                             'name' => 'admin.content.css_management',
  3640.                             'url' => 'admin_content_css',
  3641.                         ],
  3642.                         'js' => [
  3643.                             'name' => 'admin.content.js_management',
  3644.                             'url' => 'admin_content_js',
  3645.                         ],
  3646.                         'block' => [
  3647.                             'name' => 'admin.content.block_management',
  3648.                             'url' => 'admin_content_block',
  3649.                         ],
  3650.                         'cache' => [
  3651.                             'name' => 'admin.content.cache_management',
  3652.                             'url' => 'admin_content_cache',
  3653.                         ],
  3654.                         'maintenance' => [
  3655.                             'name' => 'admin.content.maintenance_management',
  3656.                             'url' => 'admin_content_maintenance',
  3657.                         ],
  3658.                     ],
  3659.                 ],
  3660.                 'setting' => [
  3661.                     'name' => 'admin.setting',
  3662.                     'icon' => 'fa-cog',
  3663.                     'children' => [
  3664.                         'shop' => [
  3665.                             'name' => 'admin.setting.shop',
  3666.                             'children' => [
  3667.                                 'shop_index' => [
  3668.                                     'name' => 'admin.setting.shop.shop_setting',
  3669.                                     'url' => 'admin_setting_shop',
  3670.                                 ],
  3671.                                 'shop_tradelaw' => [
  3672.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  3673.                                     'url' => 'admin_setting_shop_tradelaw',
  3674.                                 ],
  3675.                                 'shop_agreement' => [
  3676.                                     'name' => 'admin.setting.shop.agreement_setting',
  3677.                                     'url' => 'admin_content_page_edit',
  3678.                                     'param' => [
  3679.                                         'id' => 19,
  3680.                                         'return' => 'agreement',
  3681.                                     ],
  3682.                                 ],
  3683.                                 'shop_payment' => [
  3684.                                     'name' => 'admin.setting.shop.payment_setting',
  3685.                                     'url' => 'admin_setting_shop_payment',
  3686.                                 ],
  3687.                                 'shop_delivery' => [
  3688.                                     'name' => 'admin.setting.shop.delivery_setting',
  3689.                                     'url' => 'admin_setting_shop_delivery',
  3690.                                 ],
  3691.                                 'shop_tax' => [
  3692.                                     'name' => 'admin.setting.shop.tax_setting',
  3693.                                     'url' => 'admin_setting_shop_tax',
  3694.                                 ],
  3695.                                 'shop_mail' => [
  3696.                                     'name' => 'admin.setting.shop.mail_setting',
  3697.                                     'url' => 'admin_setting_shop_mail',
  3698.                                 ],
  3699.                                 'shop_csv' => [
  3700.                                     'name' => 'admin.setting.shop.csv_setting',
  3701.                                     'url' => 'admin_setting_shop_csv',
  3702.                                 ],
  3703.                                 'shop_order_status' => [
  3704.                                     'name' => 'admin.setting.shop.order_status_setting',
  3705.                                     'url' => 'admin_setting_shop_order_status',
  3706.                                 ],
  3707.                                 'shop_calendar' => [
  3708.                                     'name' => 'admin.setting.shop.calendar_setting',
  3709.                                     'url' => 'admin_setting_shop_calendar',
  3710.                                 ],
  3711.                             ],
  3712.                         ],
  3713.                         'system' => [
  3714.                             'name' => 'admin.setting.system',
  3715.                             'children' => [
  3716.                                 'member' => [
  3717.                                     'name' => 'admin.setting.system.member_management',
  3718.                                     'url' => 'admin_setting_system_member',
  3719.                                 ],
  3720.                                 'authority' => [
  3721.                                     'name' => 'admin.setting.system.authority_management',
  3722.                                     'url' => 'admin_setting_system_authority',
  3723.                                 ],
  3724.                                 'security' => [
  3725.                                     'name' => 'admin.setting.system.security_management',
  3726.                                     'url' => 'admin_setting_system_security',
  3727.                                 ],
  3728.                                 'login_history' => [
  3729.                                     'name' => 'admin.setting.system.login_history',
  3730.                                     'url' => 'admin_setting_system_login_history',
  3731.                                 ],
  3732.                                 'log' => [
  3733.                                     'name' => 'admin.setting.system.log_display',
  3734.                                     'url' => 'admin_setting_system_log',
  3735.                                 ],
  3736.                                 'masterdata' => [
  3737.                                     'name' => 'admin.setting.system.master_data_management',
  3738.                                     'url' => 'admin_setting_system_masterdata',
  3739.                                 ],
  3740.                                 'system_index' => [
  3741.                                     'name' => 'admin.setting.system.system_info',
  3742.                                     'url' => 'admin_setting_system_system',
  3743.                                 ],
  3744.                             ],
  3745.                         ],
  3746.                     ],
  3747.                 ],
  3748.                 'store' => [
  3749.                     'name' => 'admin.store',
  3750.                     'icon' => 'fa-plug',
  3751.                     'children' => [
  3752.                         'plugin' => [
  3753.                             'name' => 'admin.store.plugin',
  3754.                             'children' => [
  3755.                                 'plugin_owners_search' => [
  3756.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  3757.                                     'url' => 'admin_store_plugin_owners_search',
  3758.                                 ],
  3759.                                 'plugin_list' => [
  3760.                                     'name' => 'admin.store.plugin.plugin_list',
  3761.                                     'url' => 'admin_store_plugin',
  3762.                                 ],
  3763.                             ],
  3764.                         ],
  3765.                         'template' => [
  3766.                             'name' => 'admin.store.template',
  3767.                             'children' => [
  3768.                                 'template_list' => [
  3769.                                     'name' => 'admin.store.template.template_list',
  3770.                                     'url' => 'admin_store_template',
  3771.                                 ],
  3772.                                 'template_install' => [
  3773.                                     'name' => 'admin.store.template.template_install',
  3774.                                     'url' => 'admin_store_template_install',
  3775.                                 ],
  3776.                             ],
  3777.                         ],
  3778.                         'authentication_setting' => [
  3779.                             'name' => 'admin.store.setting',
  3780.                             'url' => 'admin_store_authentication_setting',
  3781.                         ],
  3782.                     ],
  3783.                 ],
  3784.             ],
  3785.             'env(MAILER_DSN)' => 'null://null',
  3786.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  3787.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  3788.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  3789.             'gmo_epsilon' => [
  3790.                 'pay_id' => [
  3791.                     'credit' => '1',
  3792.                     'reg_credit' => '2',
  3793.                     'conveni' => '3',
  3794.                     'netbank_jnb' => '4',
  3795.                     'netbank_rakuten' => '5',
  3796.                     'payeasy' => '7',
  3797.                     'webmoney' => '8',
  3798.                     'ywallet' => '9',
  3799.                     'paypal' => '11',
  3800.                     'bitcash' => '12',
  3801.                     'chocom' => '13',
  3802.                     'sphone' => '15',
  3803.                     'jcb' => '16',
  3804.                     'sumishin' => '17',
  3805.                     'deferred' => '18',
  3806.                     'virtual_account' => '22',
  3807.                     'paypay' => '25',
  3808.                     'maillink' => '99',
  3809.                 ],
  3810.                 'pay_name' => [
  3811.                     'credit' => 'クレジットカード決済',
  3812.                     'reg_credit' => '登録済みのクレジットカードで決済',
  3813.                     'conveni' => 'コンビニ決済',
  3814.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  3815.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  3816.                     'payeasy' => 'ペイジー決済',
  3817.                     'webmoney' => 'WebMoney決済',
  3818.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  3819.                     'paypal' => 'Paypal決済',
  3820.                     'bitcash' => 'Bitcash決済',
  3821.                     'chocom' => '電子マネーちょコム決済',
  3822.                     'sphone' => 'スマートフォンキャリア決済',
  3823.                     'jcb' => 'JCB PREMO',
  3824.                     'sumishin' => '住信SBIネット銀行決済',
  3825.                     'deferred' => 'GMO後払い',
  3826.                     'virtual_account' => 'バーチャル口座',
  3827.                     'paypay' => 'Paypay',
  3828.                     'maillink' => 'メールリンク決済',
  3829.                 ],
  3830.                 'st_code' => [
  3831.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  3832.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  3833.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  3834.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  3835.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  3836.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  3837.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  3838.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  3839.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  3840.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  3841.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  3842.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  3843.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  3844.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  3845.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  3846.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  3847.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  3848.                     'maillink' => 'maillink',
  3849.                 ],
  3850.                 'mission_code' => [
  3851.                     'every_month' => '21',
  3852.                     'every_other' => '25',
  3853.                     'every_three_month' => '27',
  3854.                     'every_six_month' => '29',
  3855.                     'every_year' => '31',
  3856.                 ],
  3857.                 'regular_pay_id' => [
  3858.                     'every_month' => '101',
  3859.                     'every_other_month' => '102',
  3860.                     'every_three_month' => '103',
  3861.                     'every_six_month' => '104',
  3862.                     'every_year' => '105',
  3863.                 ],
  3864.                 'regular_pay_name' => [
  3865.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  3866.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  3867.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  3868.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  3869.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  3870.                 ],
  3871.                 'regular' => [
  3872.                     'rule_max' => '9999999',
  3873.                     'st_code' => '10000-0000-00000',
  3874.                     'sale_type' => '定期購入商品',
  3875.                 ],
  3876.                 'rule_max' => [
  3877.                     'credit' => '9999999',
  3878.                     'reg_credit' => '9999999',
  3879.                     'conveni' => '299999',
  3880.                     'netbank_jnb' => '9999999',
  3881.                     'netbank_rakuten' => '9999999',
  3882.                     'payeasy' => '9999999',
  3883.                     'webmoney' => '199999',
  3884.                     'ywallet' => '499999',
  3885.                     'paypal' => '499999',
  3886.                     'bitcash' => '199999',
  3887.                     'chocom' => '99999',
  3888.                     'sphone' => '50000',
  3889.                     'jcb' => '500000',
  3890.                     'sumishin' => '9999999',
  3891.                     'deferred' => '49999',
  3892.                     'virtual_account' => '9999999',
  3893.                     'paypay' => '9999999',
  3894.                     'maillink' => '9999999',
  3895.                 ],
  3896.                 'url' => [
  3897.                     'dev' => [
  3898.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  3899.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  3900.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  3901.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  3902.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  3903.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  3904.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  3905.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  3906.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  3907.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  3908.                     ],
  3909.                     'prod' => [
  3910.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  3911.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  3912.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  3913.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  3914.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  3915.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  3916.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  3917.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  3918.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  3919.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  3920.                     ],
  3921.                 ],
  3922.                 'conveni_id' => [
  3923.                     'seveneleven' => '11',
  3924.                     'familymart' => '21',
  3925.                     'lawson' => '31',
  3926.                     'seicomart' => '32',
  3927.                     'ministop' => '33',
  3928.                 ],
  3929.                 'conveni_name' => [
  3930.                     'seveneleven' => 'セブンイレブン',
  3931.                     'familymart' => 'ファミリーマート',
  3932.                     'lawson' => 'ローソン',
  3933.                     'seicomart' => 'セイコーマート',
  3934.                     'ministop' => 'ミニストップ',
  3935.                 ],
  3936.                 'conveni_pre_message' => [
  3937.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  3938.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  3939.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  3940.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  3941.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  3942.                 ],
  3943.                 'conveni_message' => [
  3944.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  3945.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  3946.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  3947.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  3948.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'https://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'https://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  3949.                 ],
  3950.                 'receive_parameters' => [
  3951.                     'result' => [
  3952.                         'ok' => 1,
  3953.                         'ng' => 9,
  3954.                         '3ds' => 5,
  3955.                         '3ds2' => 6,
  3956.                     ],
  3957.                 ],
  3958.                 'payment' => [
  3959.                     'gmo_epsilon4' => 'GmoEpsilon4',
  3960.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  3961.                 ],
  3962.             ],
  3963.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  3964.             'product_review_display_count_min' => 1,
  3965.             'product_review_display_count_max' => 30,
  3966.             'related_product.text_area_len' => 4000,
  3967.             'related_product.max_item_count' => 6,
  3968.             'sales_report_product_maximum_display' => 20,
  3969.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  3970.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  3971.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  3972.             'RECV_ALLOW_HOST' => [
  3973.                 => '127.0.0.1',
  3974.                 => '192.168.56.1',
  3975.                 => '218.40.0.72',
  3976.                 => '52.155.115.90',
  3977.             ],
  3978.             'YAMATO_PAYID_CREDIT' => 10,
  3979.             'YAMATO_PAYID_CVS' => 30,
  3980.             'YAMATO_PAYID_EDY' => 42,
  3981.             'YAMATO_PAYID_MOBILEEDY' => 43,
  3982.             'YAMATO_PAYID_SUICA' => 44,
  3983.             'YAMATO_PAYID_MOBILESUICA' => 45,
  3984.             'YAMATO_PAYID_WAON' => 46,
  3985.             'YAMATO_PAYID_MOBILEWAON' => 47,
  3986.             'YAMATO_PAYID_NETBANK' => 52,
  3987.             'YAMATO_PAYID_DEFERRED' => 60,
  3988.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  3989.             'YAMATO_PAYID_PAYPAY' => 91,
  3990.             'YAMATO_PAYID' => [
  3991.                 'CREDIT' => 10,
  3992.                 'CVS' => 30,
  3993.                 'DEFERRED' => 60,
  3994.                 'SMS_DEFERRED' => 80,
  3995.                 'PAYPAY' => 91,
  3996.             ],
  3997.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  3998.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  3999.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  4000.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  4001.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  4002.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  4003.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  4004.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  4005.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  4006.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  4007.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  4008.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  4009.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  4010.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  4011.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  4012.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  4013.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  4014.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  4015.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  4016.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  4017.             'DEFERRED_STATUS_AUTH_OK' => 1,
  4018.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  4019.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  4020.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  4021.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  4022.             'DEFERRED_STATUS_SALES_OK' => 10,
  4023.             'DEFERRED_STATUS_SEND_BILL' => 11,
  4024.             'DEFERRED_STATUS_PAID' => 12,
  4025.             'DEFERRED_AVAILABLE' => 0,
  4026.             'DEFERRED_NOT_AVAILABLE' => 1,
  4027.             'DEFERRED_OVER_LIMIT' => 2,
  4028.             'DEFERRED_UNDER_EXAM' => 3,
  4029.             'DEFERRED_SMS_AVAILABLE' => 1,
  4030.             'DEFERRED_SMS_CODE_INVALID' => 2,
  4031.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  4032.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  4033.             'DEFERRED_SMS_BAD_STATUS' => 5,
  4034.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  4035.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  4036.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  4037.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  4038.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  4039.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  4040.             'DEFERRED_INVOICE_REISSUE' => 1,
  4041.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  4042.             'ORDER_SHIPPING_REGISTERED' => 9625,
  4043.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  4044.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  4045.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  4046.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  4047.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  4048.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  4049.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  4050.             'YAMATO_PAYCODE_CVS' => 'CVS',
  4051.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  4052.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  4053.             'DEFERRED_CHARGE' => 190,
  4054.             'CREDIT_METHOD_UC' => 1,
  4055.             'CREDIT_METHOD_DINERS' => 2,
  4056.             'CREDIT_METHOD_JCB' => 3,
  4057.             'CREDIT_METHOD_DC' => 4,
  4058.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  4059.             'CREDIT_METHOD_UFJ' => 6,
  4060.             'CREDIT_METHOD_SAISON' => 7,
  4061.             'CREDIT_METHOD_NICOS' => 8,
  4062.             'CREDIT_METHOD_VISA' => 9,
  4063.             'CREDIT_METHOD_MASTER' => 10,
  4064.             'CREDIT_METHOD_AEON' => 11,
  4065.             'CREDIT_METHOD_AMEX' => 12,
  4066.             'CREDIT_METHOD_TOP' => 13,
  4067.             'CREDIT_METHOD_RAKUTEN' => 14,
  4068.             'CREDIT_METHOD_OTHER' => 99,
  4069.             'CONVENI_ID_SEVENELEVEN' => 21,
  4070.             'CONVENI_ID_LAWSON' => 22,
  4071.             'CONVENI_ID_FAMILYMART' => 23,
  4072.             'CONVENI_ID_SEICOMART' => 24,
  4073.             'CONVENI_ID_MINISTOP' => 25,
  4074.             'CONVENI_ID_CIRCLEK' => 26,
  4075.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  4076.             'CONVENI_NAME_LAWSON' => 'ローソン',
  4077.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  4078.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  4079.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  4080.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  4081.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  4082.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  4083.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  4084.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  4085.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  4086.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  4087.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  4088.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  4089.             'EMONEY_METHOD_SUICA' => 63,
  4090.             'EMONEY_METHOD_M_SUICA' => 64,
  4091.             'EMONEY_METHOD_WAON' => 65,
  4092.             'EMONEY_METHOD_M_WAON' => 66,
  4093.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  4094.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  4095.             'EMONEY_NAME_SUICA' => 'Suica決済',
  4096.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  4097.             'EMONEY_NAME_WAON' => 'WAON決済',
  4098.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  4099.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  4100.             'DELIV_TIMECODE' => [
  4101.                 => '',
  4102.                 => '0812',
  4103.                 => '1214',
  4104.                 => '1416',
  4105.                 => '1618',
  4106.                 => '1820',
  4107.                 => '1921',
  4108.                 => '2021',
  4109.                 => '0010',
  4110.                 => '0017',
  4111.             ],
  4112.             'DELETE_DELIV_TIMECODE' => [
  4113.                 => '1214',
  4114.                 => '2021',
  4115.             ],
  4116.             'DELIV_SLIP_TYPE_CORECT' => 2,
  4117.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  4118.             'CREDIT_SAVE_LIMIT' => 3,
  4119.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  4120.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  4121.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  4122.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  4123.             'YAMATO_DELIV_ADDR_MAX' => 99,
  4124.             'YAMATO_SHIPPED_MAX' => 3,
  4125.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  4126.             'SALE_TYPE_ID_RESERVE' => 9625,
  4127.             'YAMATO_DEADLINE_RECREDIT' => 9,
  4128.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  4129.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  4130.             'CREDIT_NO_LEN' => 16,
  4131.             'SECURITY_CODE_MIN_LEN' => 3,
  4132.             'SECURITY_CODE_MAX_LEN' => 4,
  4133.             'CARD_ORNER_LEN' => 20,
  4134.             'ITEM_NAME_LEN' => 200,
  4135.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  4136.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  4137.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  4138.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  4139.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  4140.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  4141.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  4142.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  4143.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  4144.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  4145.             'api.name' => [
  4146.                 'A01' => 'クレジット決済登録通常用',
  4147.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  4148.                 'A03' => 'クレジットカードのお預かり情報照会',
  4149.                 'A04' => 'クレジットカードのお預かり情報変更',
  4150.                 'A05' => 'クレジットカードのお預かり情報削除',
  4151.                 'A06' => 'クレジット決済取消',
  4152.                 'A07' => 'クレジット金額変更',
  4153.                 'A08' => 'クレジット決済登録通常用(トークン)',
  4154.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  4155.                 'A11' => 'クレジット再与信',
  4156.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  4157.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  4158.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  4159.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  4160.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  4161.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  4162.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  4163.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  4164.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  4165.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  4166.                 'C05' => '電子マネー決済登録(Waon(PC))',
  4167.                 'C06' => '電子マネー決済登録(Waon(MB))',
  4168.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  4169.                 'E01' => '出荷情報登録',
  4170.                 'E02' => '出荷情報取消',
  4171.                 'E03' => '出荷予定日変更',
  4172.                 'E04' => '取引情報照会',
  4173.                 'F01' => '接続元加盟店ECサーバ認証',
  4174.                 'F02' => '出荷情報登録(切売)',
  4175.                 'F03' => '出荷情報取消(切売)',
  4176.                 'F04' => '取引情報照会(切売)',
  4177.                 'H01' => 'グローバルIPアドレス照会',
  4178.                 'L01' => 'PayPay決済登録',
  4179.                 'L02' => 'PayPay決済取消',
  4180.                 'L03' => 'PayPay金額変更',
  4181.                 'KAAAU0010APIAction' => '後払い与信依頼',
  4182.                 'KAARS0010APIAction' => '後払い与信結果取得',
  4183.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  4184.                 'KAAST0010APIAction' => '後払い取引状況取得',
  4185.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  4186.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  4187.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  4188.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  4189.                 'KAARR0010APIAction' => '後払い請求書再発行',
  4190.             ],
  4191.             'api.url' => [
  4192.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  4193.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  4194.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  4195.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  4196.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  4197.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  4198.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  4199.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  4200.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  4201.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  4202.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  4203.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  4204.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4205.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4206.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4207.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4208.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  4209.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  4210.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  4211.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  4212.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  4213.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  4214.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  4215.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  4216.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  4217.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  4218.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  4219.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  4220.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  4221.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  4222.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  4223.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4224.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  4225.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  4226.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  4227.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  4228.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4229.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4230.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4231.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4232.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4233.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4234.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4235.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4236.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4237.             ],
  4238.             'api.test.gateway' => [
  4239.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  4240.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  4241.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  4242.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  4243.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  4244.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  4245.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  4246.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  4247.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  4248.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  4249.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  4250.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  4251.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4252.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4253.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4254.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4255.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  4256.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  4257.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  4258.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  4259.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  4260.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  4261.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  4262.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  4263.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  4264.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  4265.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  4266.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  4267.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  4268.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  4269.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  4270.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4271.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  4272.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  4273.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  4274.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4275.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4276.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4277.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4278.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4279.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4280.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4281.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4282.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4283.             ],
  4284.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  4285.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  4286.             'USE_SECURITY_CODE' => 1,
  4287.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  4288.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  4289.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  4290.             'yamato_error_msg' => [
  4291.                 'A011010201' => '加盟店コードなし',
  4292.                 'A011010202' => '加盟店コードの桁数不正',
  4293.                 'A011010204' => '加盟店コードに禁止文字あり',
  4294.                 'A011010301' => '端末区分なし',
  4295.                 'A011010306' => '端末区分の不正セット',
  4296.                 'A011010401' => '受付番号なし',
  4297.                 'A011010402' => '受付番号の桁数不正',
  4298.                 'A011010404' => '受付番号に禁止文字あり',
  4299.                 'A011010501' => '決済金額なし',
  4300.                 'A011010502' => '決済金額の桁数不正',
  4301.                 'A011010504' => '決済金額に禁止文字あり',
  4302.                 'A011010601' => '購入者名(漢字)なし',
  4303.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  4304.                 'A011010701' => '購入者TELなし',
  4305.                 'A011010702' => '購入者TELの桁数不正',
  4306.                 'A011010704' => '購入者TELに禁止文字あり',
  4307.                 'A011010801' => '購入者E-Mailなし',
  4308.                 'A011010802' => '購入者E-Mailの桁数不正',
  4309.                 'A011010901' => '認証区分なし',
  4310.                 'A011011001' => '支払回数なし',
  4311.                 'A011011002' => '支払回数の桁数不正',
  4312.                 'A011011004' => '支払回数に禁止文字あり',
  4313.                 'A011011101' => 'オプションサービス区分なし',
  4314.                 'A011011106' => 'オプションサービス区分の不正セット',
  4315.                 'A011010571' => '決済金額の下限額オーバ',
  4316.                 'A011011271' => '商品名に禁止文字あり',
  4317.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  4318.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  4319.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4320.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  4321.                 'A011010971' => '認証区分の不正セット',
  4322.                 'A011010972' => '認証区分の不正セット',
  4323.                 'A011011371' => 'カード会社コード(API用)なし',
  4324.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  4325.                 'A011011471' => 'カード番号なし',
  4326.                 'A011011472' => 'カード番号の桁数不正',
  4327.                 'A011011473' => 'カード番号に禁止文字あり',
  4328.                 'A011011571' => 'セキュリティコードなし',
  4329.                 'A011011572' => 'セキュリティコードの桁数不正',
  4330.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  4331.                 'A011011671' => 'カード名義人なし',
  4332.                 'A011011672' => 'カード名義人の桁数不正',
  4333.                 'A011011673' => 'カード名義人に禁止文字あり',
  4334.                 'A011011771' => 'カード有効期限なし',
  4335.                 'A011011772' => 'カード有効期限の形式不正',
  4336.                 'A011011773' => 'カード有効期限の期限不正',
  4337.                 'A011011871' => '加盟店ECサイトURLなし',
  4338.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  4339.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  4340.                 'A011011971' => '会員IDなし',
  4341.                 'A011011972' => '会員IDの桁数不正',
  4342.                 'A011011973' => '会員IDに禁止文字あり',
  4343.                 'A011012071' => '認証キーなし',
  4344.                 'A011012072' => '認証キーの桁数不正',
  4345.                 'A011012073' => '認証キーに禁止文字あり',
  4346.                 'A011012171' => 'カード識別キーの不正セット',
  4347.                 'A011012271' => '最終利用日時の形式不正',
  4348.                 'A011012371' => '出荷予定日なし',
  4349.                 'A011012372' => '出荷予定日の形式不正',
  4350.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  4351.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  4352.                 'A011012471' => 'チェックサムなし',
  4353.                 'A011012472' => 'チェックサムの改ざんあり',
  4354.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  4355.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  4356.                 'A012000003' => '当該加盟店の認証不可',
  4357.                 'A011010572' => '決済金額の上限額オーバ',
  4358.                 'A012010001' => '当該受注の二重決済',
  4359.                 'A012020001' => '当該加盟店のお預かり利用不可',
  4360.                 'A012030001' => '当該加盟店のお預かり取得不可',
  4361.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  4362.                 'A012040002' => '当該加盟店の支払方法取得不可',
  4363.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  4364.                 'A012050002' => '3D認証対象外',
  4365.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4366.                 'A012070001' => '当該加盟店のお預かり処理不可',
  4367.                 'A012080001' => '各種マスタ取得失敗',
  4368.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  4369.                 'A021010201' => '加盟店コードなし',
  4370.                 'A021010202' => '加盟店コードの桁数不正',
  4371.                 'A021010204' => '加盟店コードに禁止文字あり',
  4372.                 'A021010301' => '受付番号なし',
  4373.                 'A021010302' => '受付番号の桁数不正',
  4374.                 'A021010304' => '受付番号に禁止文字あり',
  4375.                 'A021010401' => '3D認証応答電文パラメータ不正',
  4376.                 'A021010501' => '3D認証応答電文パラメータ不正',
  4377.                 'A021010601' => '3D認証応答電文パラメータ不正',
  4378.                 'A021010701' => '3D認証応答電文パラメータ不正',
  4379.                 'A021010801' => '3D認証応答電文パラメータ不正',
  4380.                 'A021010901' => '3D認証応答電文パラメータ不正',
  4381.                 'A021011001' => '3D認証応答電文パラメータ不正',
  4382.                 'A021011101' => '3D認証応答電文パラメータ不正',
  4383.                 'A021011201' => '3D認証応答電文パラメータ不正',
  4384.                 'A021011501' => '3D認証応答電文パラメータ不正',
  4385.                 'A021011701' => '3D認証応答電文パラメータ不正',
  4386.                 'A021011801' => '3D認証応答電文パラメータ不正',
  4387.                 'A021011901' => '3D認証応答電文パラメータ不正',
  4388.                 'A021012001' => '3Dトークンなし',
  4389.                 'A021012002' => '3Dトークンの桁数不正',
  4390.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  4391.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  4392.                 'A022010001' => '当該受注の二重決済',
  4393.                 'A022020001' => '3D認証応答電文不正',
  4394.                 'A022020002' => '3D認証結果不正',
  4395.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4396.                 'A022040001' => '当該加盟店のお預かり処理不可',
  4397.                 'A022050001' => '各種マスタ取得失敗',
  4398.                 'A022060001' => '請求後取消失敗',
  4399.                 'A061010201' => '加盟店コードなし',
  4400.                 'A061010202' => '加盟店コードの桁数不正',
  4401.                 'A061010204' => '加盟店コードに禁止文字あり',
  4402.                 'A061010301' => '受付番号なし',
  4403.                 'A061010302' => '受付番号の桁数不正',
  4404.                 'A061010304' => '受付番号に禁止文字あり',
  4405.                 'A062010001' => '受注データが存在しない',
  4406.                 'A062010002' => '受注データ方式不正',
  4407.                 'A062010003' => '受注データが取消不可ステータス',
  4408.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  4409.                 'A062010005' => '与信エラー:ステータスNG',
  4410.                 'A062010007' => '与信エラー:更新無し',
  4411.                 'A062030001' => '請求後取消失敗',
  4412.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  4413.                 'A071010201' => '加盟店コードなし',
  4414.                 'A071010202' => '加盟店コードの桁数不正',
  4415.                 'A071010204' => '加盟店コードに禁止文字あり',
  4416.                 'A071010301' => '受付番号なし',
  4417.                 'A071010302' => '受付番号の桁数不正',
  4418.                 'A071010304' => '受付番号に禁止文字あり',
  4419.                 'A071010401' => '変更後決済金額なし',
  4420.                 'A071010402' => '変更後決済金額の桁数不正',
  4421.                 'A071010404' => '決済金額に禁止文字あり',
  4422.                 'A071010471' => '決済金額の下限額オーバ',
  4423.                 'A071010472' => '決済金額の上限額オーバ',
  4424.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  4425.                 'A073000001' => '受付番号の受注データ不正',
  4426.                 'A073000002' => '同梱中受注',
  4427.                 'A074000001' => '金額変更なし',
  4428.                 'A074000002' => '当該加盟店の増額利用不可',
  4429.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  4430.                 'A076000001' => '金額変更時の与信処理に失敗',
  4431.                 'A077000001' => '金額変更時の取消処理に失敗',
  4432.                 'A031010201' => '加盟店コードなし',
  4433.                 'A031010202' => '加盟店コードの桁数不正',
  4434.                 'A031010204' => '加盟店コードに禁止文字あり',
  4435.                 'A031010301' => '会員IDなし',
  4436.                 'A031010302' => '会員IDの桁数不正',
  4437.                 'A031010401' => '認証キーなし',
  4438.                 'A031010402' => '認証キーの桁数不正',
  4439.                 'A031010501' => 'チェックサムなし',
  4440.                 'A031010371' => '会員IDに禁止文字あり',
  4441.                 'A031010471' => '認証キーに禁止文字あり',
  4442.                 'A031010571' => 'チェックサム不正',
  4443.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  4444.                 'A033000001' => 'お預かり情報の取得エラー',
  4445.                 'A041010201' => '加盟店コードなし',
  4446.                 'A041010202' => '加盟店コードの桁数不正',
  4447.                 'A041010204' => '加盟店コードに禁止文字あり',
  4448.                 'A041010301' => '会員IDなし',
  4449.                 'A041010302' => '会員IDの桁数不正',
  4450.                 'A041010401' => '認証キーなし',
  4451.                 'A041010402' => '認証キーの桁数不正',
  4452.                 'A041010501' => 'チェックサムなし',
  4453.                 'A041010601' => 'カード識別キーなし',
  4454.                 'A041010606' => 'カード識別キーの不正セット',
  4455.                 'A041010705' => 'カード有効期限のフォーマット不正',
  4456.                 'A041010802' => 'カード名義人の桁数不正',
  4457.                 'A041010804' => 'カード名義人に禁止文字あり',
  4458.                 'A041010906' => 'カード会社コードの不正セット',
  4459.                 'A041011001' => '最終利用日時なし',
  4460.                 'A041011005' => '最終利用日時のフォーマット不正',
  4461.                 'A041010371' => '会員IDに禁止文字あり',
  4462.                 'A041010471' => '認証キーに禁止文字あり',
  4463.                 'A041010571' => 'チェックサム不正',
  4464.                 'A041010771' => 'カードの有効期限切れ',
  4465.                 'A042000001' => '当該加盟店の決済利用不可',
  4466.                 'A042000002' => '当該加盟店のクレジット利用不可',
  4467.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  4468.                 'A042000004' => '当該加盟店のカード会社利用不可',
  4469.                 'A043000001' => '当該カードの排他エラー',
  4470.                 'A043000002' => '当該カードの変更なし',
  4471.                 'A043000003' => '当該カードの取得エラー',
  4472.                 'A044000001' => '当該カードの有効性エラー',
  4473.                 'A045000001' => '当該カードの更新エラー',
  4474.                 'A051010201' => '加盟店コードなし',
  4475.                 'A051010202' => '加盟店コードの桁数不正',
  4476.                 'A051010204' => '加盟店コードに禁止文字あり',
  4477.                 'A051010301' => '会員IDなし',
  4478.                 'A051010302' => '会員IDの桁数不正',
  4479.                 'A051010401' => '認証キーなし',
  4480.                 'A051010402' => '認証キーの桁数不正',
  4481.                 'A051010501' => 'チェックサムなし',
  4482.                 'A051010601' => 'カード識別キーなし',
  4483.                 'A051010606' => 'カード識別キーの不正セット',
  4484.                 'A051010701' => '最終利用日時なし',
  4485.                 'A051010705' => '最終利用日時のフォーマット不正',
  4486.                 'A051010371' => '会員IDに禁止文字あり',
  4487.                 'A051010471' => '認証キーに禁止文字あり',
  4488.                 'A051010571' => 'チェックサム不正',
  4489.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  4490.                 'A053000001' => '当該カードの排他エラー',
  4491.                 'A054000001' => '当該カードの削除エラー',
  4492.                 'A081010201' => '加盟店コードの設定がありません。',
  4493.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4494.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4495.                 'A081010301' => '端末区分の設定がありません。',
  4496.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  4497.                 'A081010401' => '受付番号の設定がありません。',
  4498.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  4499.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  4500.                 'A081010501' => '決済金額の設定がありません。',
  4501.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  4502.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  4503.                 'A081010571' => '決済金額は1円以上となっております。',
  4504.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  4505.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  4506.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  4507.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  4508.                 'A081010701' => '購入者TELの設定がありません。',
  4509.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  4510.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  4511.                 'A081010801' => '購入者E-Mailの設定がありません。',
  4512.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  4513.                 'A081010871' => '購入者E-Mailが誤っております。',
  4514.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  4515.                 'A081010901' => '支払回数の設定がありません。',
  4516.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  4517.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  4518.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  4519.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  4520.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  4521.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  4522.                 'A081011201' => 'トークンの設定がありません。',
  4523.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  4524.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  4525.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  4526.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  4527.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  4528.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  4529.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  4530.                 'A081011473' => '出荷予定日に誤りがあります。',
  4531.                 'A082000001' => '加盟店の決済利用不可',
  4532.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  4533.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  4534.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  4535.                 'A082000005' => 'オプションサービスの契約がございません。',
  4536.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4537.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  4538.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  4539.                 'A082000010' => '与信処理不可',
  4540.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  4541.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4542.                 'A091010201' => '加盟店コードの設定がありません。',
  4543.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4544.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4545.                 'A091010301' => '受付番号の設定がありません。',
  4546.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  4547.                 'A091010304' => '受付番号文字種別誤り',
  4548.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  4549.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  4550.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  4551.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  4552.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  4553.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  4554.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  4555.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  4556.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  4557.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  4558.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  4559.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  4560.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  4561.                 'A091012001' => '3Dトークンの設定がありません。',
  4562.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  4563.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  4564.                 'A092000002' => 'システムエラー(カード情報取得)',
  4565.                 'A092000003' => '3Dセキュア応答電文誤り',
  4566.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  4567.                 'A092000005' => '与信処理不可',
  4568.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  4569.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  4570.                 'A111010201' => '加加盟店コードの設定がありません。',
  4571.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  4572.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  4573.                 'A111010301' => '受付番号の設定がありません。',
  4574.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  4575.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  4576.                 'A112000001' => '加盟店のクレジット設定不備',
  4577.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  4578.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  4579.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  4580.                 'B011010201' => '加盟店コードなし',
  4581.                 'B011010202' => '加盟店コードの桁数不正',
  4582.                 'B011010204' => '加盟店コードに禁止文字あり',
  4583.                 'B011010301' => '端末区分なし',
  4584.                 'B011010306' => '端末区分の不正セット',
  4585.                 'B011010401' => '受付番号なし',
  4586.                 'B011010402' => '受付番号の桁数不正',
  4587.                 'B011010404' => '受付番号に禁止文字あり',
  4588.                 'B011010601' => '決済金額なし',
  4589.                 'B011010602' => '決済金額の桁数不正',
  4590.                 'B011010604' => '決済金額に禁止文字あり',
  4591.                 'B011010701' => '購入者名(漢字)なし',
  4592.                 'B011010702' => '購入者名(漢字)の桁数不正',
  4593.                 'B011010801' => '購入者E-Mailなし',
  4594.                 'B011010802' => '購入者E-Mailの桁数不正',
  4595.                 'B011010671' => '決済金額の下限額オーバー',
  4596.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  4597.                 'B011010571' => '商品名に禁止文字あり',
  4598.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  4599.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  4600.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4601.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  4602.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  4603.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  4604.                 'B013000001' => '当該受注の二重決済',
  4605.                 'B014000001' => '決済申込み失敗',
  4606.                 'B021010201' => '加盟店コードなし',
  4607.                 'B021010202' => '加盟店コードの桁数不正',
  4608.                 'B021010204' => '加盟店コードに禁止文字あり',
  4609.                 'B021010301' => '端末区分なし',
  4610.                 'B021010306' => '端末区分の不正セット',
  4611.                 'B021010401' => '受付番号なし',
  4612.                 'B021010402' => '受付番号の桁数不正',
  4613.                 'B021010404' => '受付番号に禁止文字あり',
  4614.                 'B021010601' => '決済金額なし',
  4615.                 'B021010602' => '決済金額の桁数不正',
  4616.                 'B021010604' => '決済金額に禁止文字あり',
  4617.                 'B021010701' => '購入者名(漢字)なし',
  4618.                 'B021010702' => '購入者名(漢字)の桁数不正',
  4619.                 'B021010801' => '購入者名(フリガナ)なし',
  4620.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  4621.                 'B021010901' => '購入者TELなし',
  4622.                 'B021010902' => '購入者TELの桁数不正',
  4623.                 'B021010904' => '購入者TELに禁止文字あり',
  4624.                 'B021011001' => '購入者E-Mailなし',
  4625.                 'B021011002' => '購入者E-Mailの桁数不正',
  4626.                 'B021010671' => '決済金額の下限額オーバー',
  4627.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  4628.                 'B021010571' => '商品名に禁止文字あり',
  4629.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  4630.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  4631.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  4632.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  4633.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  4634.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  4635.                 'B023000001' => '当該受注の二重決済',
  4636.                 'B024000001' => '決済申込み失敗',
  4637.                 'B031010201' => '加盟店コードなし',
  4638.                 'B031010202' => '加盟店コードの桁数不正',
  4639.                 'B031010204' => '加盟店コードに禁止文字あり',
  4640.                 'B031010301' => '端末区分なし',
  4641.                 'B031010306' => '端末区分の不正セット',
  4642.                 'B031010401' => '受付番号なし',
  4643.                 'B031010402' => '受付番号の桁数不正',
  4644.                 'B031010404' => '受付番号に禁止文字あり',
  4645.                 'B031010501' => '商品名なし',
  4646.                 'B031010601' => '決済金額なし',
  4647.                 'B031010602' => '決済金額の桁数不正',
  4648.                 'B031010604' => '決済金額に禁止文字あり',
  4649.                 'B031010701' => '購入者名(漢字)なし',
  4650.                 'B031010702' => '購入者名(漢字)の桁数不正',
  4651.                 'B031010801' => '購入者TELなし',
  4652.                 'B031010802' => '購入者TELの桁数不正',
  4653.                 'B031010804' => '購入者TELに禁止文字あり',
  4654.                 'B031010901' => '購入者E-Mailなし',
  4655.                 'B031010902' => '購入者E-Mailの桁数不正',
  4656.                 'B031010671' => '決済金額の下限額オーバー',
  4657.                 'B031010672' => '決済金額のローソン上限額オーバー',
  4658.                 'B031010571' => '商品名に禁止文字あり',
  4659.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  4660.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  4661.                 'B031010871' => '購入者TELの桁数不正',
  4662.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  4663.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  4664.                 'B032000002' => '当該加盟店のローソン利用不可',
  4665.                 'B033000001' => '当該受注の二重決済',
  4666.                 'B034000001' => '決済申込み失敗',
  4667.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4668.                 'B041010201' => '加盟店コードなし',
  4669.                 'B041010202' => '加盟店コードの桁数不正',
  4670.                 'B041010204' => '加盟店コードに禁止文字あり',
  4671.                 'B041010301' => '端末区分なし',
  4672.                 'B041010306' => '端末区分の不正セット',
  4673.                 'B041010401' => '受付番号なし',
  4674.                 'B041010402' => '受付番号の桁数不正',
  4675.                 'B041010404' => '受付番号に禁止文字あり',
  4676.                 'B041010501' => '商品名なし',
  4677.                 'B041010601' => '決済金額なし',
  4678.                 'B041010602' => '決済金額の桁数不正',
  4679.                 'B041010604' => '決済金額に禁止文字あり',
  4680.                 'B041010701' => '購入者名(漢字)なし',
  4681.                 'B041010702' => '購入者名(漢字)の桁数不正',
  4682.                 'B041010801' => '購入者TELなし',
  4683.                 'B041010802' => '購入者TELの桁数不正',
  4684.                 'B041010804' => '購入者TELに禁止文字あり',
  4685.                 'B041010901' => '購入者E-Mailなし',
  4686.                 'B041010902' => '購入者E-Mailの桁数不正',
  4687.                 'B041010671' => '決済金額の下限額オーバー',
  4688.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  4689.                 'B041010571' => '商品名に禁止文字あり',
  4690.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  4691.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  4692.                 'B041010871' => '購入者TELの桁数不正',
  4693.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  4694.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  4695.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  4696.                 'B043000001' => '当該受注の二重決済',
  4697.                 'B044000001' => '決済申込み失敗',
  4698.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4699.                 'B051010201' => '加盟店コードなし',
  4700.                 'B051010202' => '加盟店コードの桁数不正',
  4701.                 'B051010204' => '加盟店コードに禁止文字あり',
  4702.                 'B051010301' => '端末区分なし',
  4703.                 'B051010306' => '端末区分の不正セット',
  4704.                 'B051010401' => '受付番号なし',
  4705.                 'B051010402' => '受付番号の桁数不正',
  4706.                 'B051010404' => '受付番号に禁止文字あり',
  4707.                 'B051010501' => '商品名なし',
  4708.                 'B051010601' => '決済金額なし',
  4709.                 'B051010602' => '決済金額の桁数不正',
  4710.                 'B051010604' => '決済金額に禁止文字あり',
  4711.                 'B051010701' => '購入者名(漢字)なし',
  4712.                 'B051010702' => '購入者名(漢字)の桁数不正',
  4713.                 'B051010801' => '購入者TELなし',
  4714.                 'B051010802' => '購入者TELの桁数不正',
  4715.                 'B051010804' => '購入者TELに禁止文字あり',
  4716.                 'B051010901' => '購入者E-Mailなし',
  4717.                 'B051010902' => '購入者E-Mailの桁数不正',
  4718.                 'B051010671' => '決済金額の下限額オーバー',
  4719.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  4720.                 'B051010571' => '商品名に禁止文字あり',
  4721.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  4722.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  4723.                 'B051010871' => '購入者TELの桁数不正',
  4724.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  4725.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  4726.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  4727.                 'B053000001' => '当該受注の二重決済',
  4728.                 'B054000001' => '決済申込み失敗',
  4729.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4730.                 'B061010201' => '加盟店コードなし',
  4731.                 'B061010202' => '加盟店コードの桁数不正',
  4732.                 'B061010204' => '加盟店コードに禁止文字あり',
  4733.                 'B061010301' => '端末区分なし',
  4734.                 'B061010306' => '端末区分の不正セット',
  4735.                 'B061010401' => '受付番号なし',
  4736.                 'B061010402' => '受付番号の桁数不正',
  4737.                 'B061010404' => '受付番号に禁止文字あり',
  4738.                 'B061010501' => '商品名なし',
  4739.                 'B061010601' => '決済金額なし',
  4740.                 'B061010602' => '決済金額の桁数不正',
  4741.                 'B061010604' => '決済金額に禁止文字あり',
  4742.                 'B061010701' => '購入者名(漢字)なし',
  4743.                 'B061010702' => '購入者名(漢字)の桁数不正',
  4744.                 'B061010801' => '購入者TELなし',
  4745.                 'B061010802' => '購入者TELの桁数不正',
  4746.                 'B061010804' => '購入者TELに禁止文字あり',
  4747.                 'B061010901' => '購入者E-Mailなし',
  4748.                 'B061010902' => '購入者E-Mailの桁数不正',
  4749.                 'B061010671' => '決済金額の下限額オーバー',
  4750.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  4751.                 'B061010571' => '商品名に禁止文字あり',
  4752.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  4753.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  4754.                 'B061010871' => '購入者TELの桁数不正',
  4755.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  4756.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  4757.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  4758.                 'B063000001' => '当該受注の二重決済',
  4759.                 'B064000001' => '決済申込み失敗',
  4760.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  4761.                 'C011010201' => '加盟店コードなし',
  4762.                 'C011010202' => '加盟店コードの桁数不正',
  4763.                 'C011010204' => '加盟店コードに禁止文字あり',
  4764.                 'C011010301' => '端末区分なし',
  4765.                 'C011010306' => '端末区分の不正セット',
  4766.                 'C011010401' => '受付番号なし',
  4767.                 'C011010402' => '受付番号の桁数不正',
  4768.                 'C011010404' => '受付番号に禁止文字あり',
  4769.                 'C011010601' => '決済金額なし',
  4770.                 'C011010602' => '決済金額の桁数不正',
  4771.                 'C011010604' => '決済金額に禁止文字あり',
  4772.                 'C011010701' => '購入者名(漢字)なし',
  4773.                 'C011010801' => '購入者E-Mailなし',
  4774.                 'C011010802' => '購入者E-Mailの桁数不正',
  4775.                 'C011010901' => '決済完了通知URL必須エラー',
  4776.                 'C011011071' => '決済金額の下限額オーバー',
  4777.                 'C011011072' => '決済金額の上限額オーバー',
  4778.                 'C011011171' => '商品名に禁止文字あり',
  4779.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  4780.                 'C011011271' => '購入者名に禁止文字あり',
  4781.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  4782.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  4783.                 'C011011473' => '決済完了通知URLの文字形式不正',
  4784.                 'C011010572' => '決済完了通知URL桁数エラー',
  4785.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  4786.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  4787.                 'C012000251' => '当該受注の二重決済',
  4788.                 'C012000371' => '決済申込み失敗',
  4789.                 'C021010201' => '加盟店コードなし',
  4790.                 'C021010202' => '加盟店コードの桁数不正',
  4791.                 'C021010204' => '加盟店コードに禁止文字あり',
  4792.                 'C021010301' => '端末区分なし',
  4793.                 'C021010306' => '端末区分の不正セット',
  4794.                 'C021010401' => '受付番号なし',
  4795.                 'C021010402' => '受付番号の桁数不正',
  4796.                 'C021010404' => '受付番号に禁止文字あり',
  4797.                 'C021010601' => '決済金額なし',
  4798.                 'C021010602' => '決済金額の桁数不正',
  4799.                 'C021010604' => '決済金額に禁止文字あり',
  4800.                 'C021010701' => '購入者名(漢字)なし',
  4801.                 'C021010801' => '購入者E-Mailなし',
  4802.                 'C021010802' => '購入者E-Mailの桁数不正',
  4803.                 'C021010971' => '決済金額の下限額オーバー',
  4804.                 'C021010972' => '決済金額の上限額オーバー',
  4805.                 'C021011071' => '商品名に禁止文字あり',
  4806.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  4807.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  4808.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  4809.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  4810.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  4811.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  4812.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  4813.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  4814.                 'C022000251' => '当該受注の二重決済',
  4815.                 'C022000371' => '決済申込み失敗',
  4816.                 'C031010201' => '加盟店コードなし',
  4817.                 'C031010202' => '加盟店コードの桁数不正',
  4818.                 'C031010204' => '加盟店コードに禁止文字あり',
  4819.                 'C031010301' => '端末区分なし',
  4820.                 'C031010306' => '端末区分の不正セット',
  4821.                 'C031010401' => '受付番号なし',
  4822.                 'C031010402' => '受付番号の桁数不正',
  4823.                 'C031010404' => '受付番号に禁止文字あり',
  4824.                 'C031010501' => '商品名なし',
  4825.                 'C031010601' => '決済金額なし',
  4826.                 'C031010602' => '決済金額の桁数不正',
  4827.                 'C031010604' => '決済金額に禁止文字あり',
  4828.                 'C031010701' => '購入者名(漢字)なし',
  4829.                 'C031010801' => '購入者E-Mailなし',
  4830.                 'C031010802' => '購入者E-Mailの桁数不正',
  4831.                 'C031010901' => '戻り先URL必須エラー',
  4832.                 'C031011071' => '決済金額の下限額オーバー',
  4833.                 'C031011072' => '決済金額の上限額オーバー',
  4834.                 'C031011171' => '商品名に禁止文字あり',
  4835.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  4836.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  4837.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4838.                 'C031011371' => '購入者E-Mail不正',
  4839.                 'C031011471' => '戻り先URLの文字形式不正',
  4840.                 'C031011472' => '戻り先URL桁数エラー',
  4841.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  4842.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  4843.                 'C032010001' => '当該受注の二重決済',
  4844.                 'C032020001' => '決済申込み失敗:その他',
  4845.                 'C032020002' => '決済申込み失敗:Suica未加入',
  4846.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  4847.                 'C032020004' => '決済申込み失敗:一時利用停止',
  4848.                 'C032020005' => '決済申込み失敗:メンテナンス',
  4849.                 'C041010201' => '加盟店コードなし',
  4850.                 'C041010202' => '加盟店コードの桁数不正',
  4851.                 'C041010204' => '加盟店コードに禁止文字あり',
  4852.                 'C041010301' => '端末区分なし',
  4853.                 'C041010306' => '端末区分の不正セット',
  4854.                 'C041010401' => '受付番号なし',
  4855.                 'C041010402' => '受付番号の桁数不正',
  4856.                 'C041010404' => '受付番号に禁止文字あり',
  4857.                 'C041010501' => '商品名なし',
  4858.                 'C041010601' => '決済金額なし',
  4859.                 'C041010602' => '決済金額の桁数不正',
  4860.                 'C041010604' => '決済金額に禁止文字あり',
  4861.                 'C041010701' => '購入者名(漢字)なし',
  4862.                 'C041010801' => '購入者E-Mailなし',
  4863.                 'C041010802' => '購入者E-Mailの桁数不正',
  4864.                 'C041011071' => '決済金額の下限額オーバー',
  4865.                 'C041011072' => '決済金額の上限額オーバー',
  4866.                 'C041011171' => '商品名に禁止文字あり',
  4867.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  4868.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  4869.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4870.                 'C041011371' => '購入者E-Mail不正',
  4871.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  4872.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  4873.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  4874.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  4875.                 'C042010001' => '当該受注の二重決済',
  4876.                 'C042020001' => '決済申込み失敗:その他',
  4877.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  4878.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  4879.                 'C042020004' => '決済申込み失敗:一時利用停止',
  4880.                 'C042020005' => '決済申込み失敗:メンテナンス',
  4881.                 'C051010201' => '加盟店コードなし',
  4882.                 'C051010202' => '加盟店コードの桁数不正',
  4883.                 'C051010204' => '加盟店コードに禁止文字あり',
  4884.                 'C051010301' => '端末区分なし',
  4885.                 'C051010306' => '端末区分の不正セット',
  4886.                 'C051010401' => '受付番号なし',
  4887.                 'C051010402' => '受付番号の桁数不正',
  4888.                 'C051010404' => '受付番号に禁止文字あり',
  4889.                 'C051010501' => '商品名なし',
  4890.                 'C051010601' => '決済金額なし',
  4891.                 'C051010602' => '決済金額の桁数不正',
  4892.                 'C051010604' => '決済金額に禁止文字あり',
  4893.                 'C051010701' => '購入者名(漢字)なし',
  4894.                 'C051010801' => '購入者E-Mailなし',
  4895.                 'C051010802' => '購入者E-Mailの桁数不正',
  4896.                 'C051010901' => '戻り先URL必須エラー',
  4897.                 'C051010902' => '戻り先URL桁数エラー',
  4898.                 'C051010904' => '戻り先URLに禁止文字あり',
  4899.                 'C051010671' => '決済金額の下限額オーバー',
  4900.                 'C051010672' => '決済金額の上限額オーバー',
  4901.                 'C051010571' => '商品名に禁止文字あり',
  4902.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  4903.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  4904.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4905.                 'C051010871' => '購入者E-Mail不正',
  4906.                 'C051010971' => '戻り先URLの文字形式不正',
  4907.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  4908.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  4909.                 'C052010001' => '当該受注の二重決済',
  4910.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  4911.                 'C052020001' => '決済情報通知エラー',
  4912.                 'C061010201' => '加盟店コードなし',
  4913.                 'C061010202' => '加盟店コードの桁数不正',
  4914.                 'C061010204' => '加盟店コードに禁止文字あり',
  4915.                 'C061010301' => '端末区分なし',
  4916.                 'C061010306' => '端末区分の不正セット',
  4917.                 'C061010401' => '受付番号なし',
  4918.                 'C061010402' => '受付番号の桁数不正',
  4919.                 'C061010404' => '受付番号に禁止文字あり',
  4920.                 'C061010501' => '商品名なし',
  4921.                 'C061010601' => '決済金額なし',
  4922.                 'C061010602' => '決済金額の桁数不正',
  4923.                 'C061010604' => '決済金額に禁止文字あり',
  4924.                 'C061010701' => '購入者名(漢字)なし',
  4925.                 'C061010801' => '購入者E-Mailなし',
  4926.                 'C061010802' => '購入者E-Mailの桁数不正',
  4927.                 'C061010671' => '決済金額の下限額オーバー',
  4928.                 'C061010672' => '決済金額の上限額オーバー',
  4929.                 'C061010571' => '商品名に禁止文字あり',
  4930.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  4931.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  4932.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4933.                 'C061010871' => '購入者E-Mail不正',
  4934.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  4935.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  4936.                 'C062010001' => '当該受注の二重決済',
  4937.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  4938.                 'C062020001' => '決済情報通知エラー',
  4939.                 'D011010201' => '加盟店コードなし',
  4940.                 'D011010202' => '加盟店コードの桁数不正',
  4941.                 'D011010204' => '加盟店コードに禁止文字あり',
  4942.                 'D011010301' => '端末区分なし',
  4943.                 'D011010306' => '端末区分の不正セット',
  4944.                 'D011010401' => '受付番号なし',
  4945.                 'D011010402' => '受付番号の桁数不正',
  4946.                 'D011010404' => '受付番号に禁止文字あり',
  4947.                 'D011010601' => '決済金額なし',
  4948.                 'D011010602' => '決済金額の桁数不正',
  4949.                 'D011010604' => '決済金額に禁止文字あり',
  4950.                 'D011010701' => '購入者名(漢字)なし',
  4951.                 'D011010801' => '購入者E-Mailなし',
  4952.                 'D011010802' => '購入者E-Mailの桁数不正',
  4953.                 'D011010901' => '完了画面URLなし',
  4954.                 'D011010903' => '完了戻りURLbyte数エラー',
  4955.                 'D011011071' => '決済金額の下限額オーバー',
  4956.                 'D011011072' => '決済金額の上限額オーバー',
  4957.                 'D011011171' => '商品名に禁止文字あり',
  4958.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  4959.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  4960.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4961.                 'D011011371' => '購入者E-Mail不正',
  4962.                 'D011011471' => '完了戻りURLの文字形式不正',
  4963.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  4964.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  4965.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  4966.                 'D012010001' => '当該受注の二重決済',
  4967.                 'E011010201' => '加盟店コードなし',
  4968.                 'E011010202' => '加盟店コードの桁数不正',
  4969.                 'E011010204' => '加盟店コードに禁止文字あり',
  4970.                 'E011010301' => '受付番号なし',
  4971.                 'E011010302' => '受付番号の桁数不正',
  4972.                 'E011010304' => '受付番号に禁止文字あり',
  4973.                 'E011010401' => '送り状番号なし',
  4974.                 'E011010402' => '送り状番号の桁数不正',
  4975.                 'E011010404' => '送り状番号に禁止文字あり',
  4976.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  4977.                 'E011010351' => '受注データ不正',
  4978.                 'E011010451' => '送り状番号不正',
  4979.                 'E012000001' => '送り状番号登録済みエラー',
  4980.                 'E012000002' => '送り状番号が99件超',
  4981.                 'E012000003' => '同梱の合計金額が30万円超',
  4982.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  4983.                 'E012000005' => '登録済み受注データが修正不可',
  4984.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  4985.                 'E013000001' => '排他制御エラー',
  4986.                 'E021010201' => '加盟店コードなし',
  4987.                 'E021010202' => '加盟店コードの桁数不正',
  4988.                 'E021010204' => '加盟店コードに禁止文字あり',
  4989.                 'E021010301' => '受付番号なし',
  4990.                 'E021010302' => '受付番号の桁数不正',
  4991.                 'E021010304' => '受付番号に禁止文字あり',
  4992.                 'E021010401' => '送り状番号なし',
  4993.                 'E021010402' => '送り状番号の桁数不正',
  4994.                 'E021010404' => '送り状番号に禁止文字あり',
  4995.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  4996.                 'E021010351' => '受注データ不正',
  4997.                 'E022000001' => '送り状番データ不正',
  4998.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  4999.                 'E022000003' => '登録済み受注データが修正不可',
  5000.                 'E023000001' => '排他制御エラー',
  5001.                 'E031010201' => '加盟店コードなし',
  5002.                 'E031010202' => '加盟店コードの桁数不正',
  5003.                 'E031010204' => '加盟店コードに禁止文字あり',
  5004.                 'E031010301' => '受付番号なし',
  5005.                 'E031010302' => '受付番号の桁数不正',
  5006.                 'E031010304' => '受付番号に禁止文字あり',
  5007.                 'E031010401' => '出荷予定日なし',
  5008.                 'E031010405' => '出荷予定日のフォーマット不正',
  5009.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  5010.                 'E031010351' => '受付番号の受注データ不正',
  5011.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  5012.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  5013.                 'E033000001' => '排他制御エラー',
  5014.                 'E041010201' => '加盟店コードなし',
  5015.                 'E041010202' => '加盟店コードの桁数不正',
  5016.                 'E041010204' => '加盟店コードに禁止文字あり',
  5017.                 'E041010301' => '受付番号なし',
  5018.                 'E041010302' => '受付番号の桁数不正',
  5019.                 'E041010304' => '受付番号に禁止文字あり',
  5020.                 'H011010201' => '加盟店コードなし',
  5021.                 'H011010202' => '加盟店コードの桁数オーバー',
  5022.                 'H011010204' => '加盟店コード文字種別誤り',
  5023.                 'L011010201' => '加盟店コードなし',
  5024.                 'L011010202' => '加盟店コードの桁数オーバー',
  5025.                 'L011010204' => '加盟店コード文字種別誤り',
  5026.                 'L011010301' => '受付番号なし',
  5027.                 'L011010302' => '受付番号の桁数不正',
  5028.                 'L011010304' => '受付番号に禁止文字あり',
  5029.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  5030.                 'L011010601' => '決済金額なし',
  5031.                 'L011010602' => '決済金額の桁数不正',
  5032.                 'L011010604' => '決済金額に禁止文字あり',
  5033.                 'L011010671' => '決済金額の下限額オーバー',
  5034.                 'L011010672' => '決済金額の上限額オーバー',
  5035.                 'L011010701' => '購入者名(漢字)なし',
  5036.                 'L011010702' => '購入者名(漢字)の桁数不正',
  5037.                 'L011010801' => '購入者TELなし',
  5038.                 'L011010802' => '購入者TELの桁数不正',
  5039.                 'L011010804' => '購入者TELに禁止文字あり',
  5040.                 'L011010901' => '購入者E-Mailなし',
  5041.                 'L011010902' => '購入者E-Mailの桁数不正',
  5042.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  5043.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  5044.                 'L011011401' => '正常時戻り先URL必須エラー',
  5045.                 'L011011402' => '正常時戻り先URL桁数エラー',
  5046.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  5047.                 'L011011502' => '異常時戻り先URL桁数エラー',
  5048.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  5049.                 'L011011701' => '決済結果通知先URL必須エラー',
  5050.                 'L011011702' => '決済結果通知先URL桁数エラー',
  5051.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  5052.                 'L011011801' => 'チェックサムなし',
  5053.                 'L011011871' => 'チェックサム不正',
  5054.                 'L012000001' => '当該加盟店の決済利用不可',
  5055.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  5056.                 'L012000005' => '受付番号重複エラー',
  5057.                 'L012000006' => 'メンテナンス中エラー',
  5058.                 'L012000007' => 'システムエラー',
  5059.                 'L012000008' => '各種マスタ取得失敗',
  5060.                 'L012000009' => 'システムエラー',
  5061.                 'L021010201' => '加盟店コードなし',
  5062.                 'L021010202' => '加盟店コードの桁数オーバー',
  5063.                 'L021010204' => '加盟店コード文字種別誤り',
  5064.                 'L021010301' => '受付番号なし',
  5065.                 'L021010302' => '受付番号の桁数不正',
  5066.                 'L021010304' => '受付番号に禁止文字あり',
  5067.                 'L022000001' => '受注データなし',
  5068.                 'L022000002' => '受注データ方式不正',
  5069.                 'L022000003' => '受注データが取消不可',
  5070.                 'L022000004' => 'システムエラー',
  5071.                 'L022000005' => 'システムエラー',
  5072.                 'L022000006' => 'システムエラー',
  5073.                 'L031010201' => '加盟店コードなし',
  5074.                 'L031010202' => '加盟店コードの桁数不正',
  5075.                 'L031010204' => '加盟店コードに禁止文字あり',
  5076.                 'L031010301' => '受付番号なし',
  5077.                 'L031010302' => '受付番号の桁数不正',
  5078.                 'L031010304' => '受付番号に禁止文字あり',
  5079.                 'L031010401' => '変更後決済金額なし',
  5080.                 'L031010402' => '変更後決済金額の桁数不正',
  5081.                 'L031010404' => '決済金額に禁止文字あり',
  5082.                 'L031010471' => '決済金額の下限額オーバ',
  5083.                 'L031010472' => '決済金額の上限額オーバ',
  5084.                 'L031010502' => '注文の説明の桁数不正',
  5085.                 'L032000001' => '金額変更対象外',
  5086.                 'L032000002' => '金額変更なし',
  5087.                 'L032000003' => '請求後に増額要求不可',
  5088.                 'L032000004' => 'システムエラー',
  5089.                 'L032000005' => 'システムエラー',
  5090.                 'L032000006' => 'システムエラー',
  5091.                 'L032000007' => 'システムエラー',
  5092.                 'L032000008' => 'システムエラー',
  5093.                 'L032000009' => 'システムエラー',
  5094.                 'L032000010' => '各種マスタ取得失敗',
  5095.                 'Z012000001' => 'POST以外のリクエスト方式',
  5096.                 'Z012000002' => '機能区分なし',
  5097.                 'Z012000003' => '機能区分の不正セット',
  5098.                 'Z012000004' => '同受注番号にて決済中エラー',
  5099.                 'Z012000005' => 'リクエストタイムアウト',
  5100.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  5101.                 'Z012000007' => '当該加盟店の取引停止',
  5102.                 'Z012000008' => '当該加盟店のAPI利用不可',
  5103.                 'Z012000009' => '当該加盟店のAPI利用不可',
  5104.                 'Z012000010' => '認証パスワードエラー',
  5105.                 'Z019999999' => 'システムエラー',
  5106.                 'Z010000000' => 'メンテナンスエラー',
  5107.                 'kaara001E' => '加盟店コードが未入力です。',
  5108.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  5109.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  5110.                 'kaara004E' => '未登録の加盟店コードです。',
  5111.                 'kaara005E' => '利用できない加盟店コードです。',
  5112.                 'kaara006E' => '受注番号が未入力です。',
  5113.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5114.                 'kaara008E' => '受注番号が桁数エラーです。',
  5115.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  5116.                 'kaara010E' => '受注日が未入力です。',
  5117.                 'kaara011E' => '受注日は半角数字で入力してください。',
  5118.                 'kaara012E' => '受注日が桁数エラーです。',
  5119.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  5120.                 'kaara014E' => '出荷予定日が未入力です。',
  5121.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  5122.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  5123.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  5124.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  5125.                 'kaara019E' => '氏名が未入力です。',
  5126.                 'kaara020E' => '氏名は全角文字で入力してください。',
  5127.                 'kaara021E' => '氏名が桁数エラーです。',
  5128.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  5129.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  5130.                 'kaara024E' => '氏名カナが桁数エラーです。',
  5131.                 'kaara025E' => '郵便番号が未入力です。',
  5132.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5133.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5134.                 'kaara028E' => '郵便番号が桁数エラーです。',
  5135.                 'kaara029E' => '郵便番号が実在しません。',
  5136.                 'kaara030E' => '住所1が未入力です。',
  5137.                 'kaara031E' => '住所1は全角文字で入力してください。',
  5138.                 'kaara032E' => '住所1が桁数エラーです。',
  5139.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5140.                 'kaara034E' => '住所1は都道府県から入力してください。',
  5141.                 'kaara035E' => '住所2は全角文字で入力してください。',
  5142.                 'kaara036E' => '住所2が桁数エラーです。',
  5143.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5144.                 'kaara038E' => '電話番号が未入力です。',
  5145.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  5146.                 'kaara040E' => '電話番号が桁数エラーです。',
  5147.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  5148.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  5149.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  5150.                 'kaara046E' => '決済金額総計が未入力です。',
  5151.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  5152.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  5153.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  5154.                 'kaara050E' => '送り先区分が未入力です。',
  5155.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  5156.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  5157.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  5158.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  5159.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  5160.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  5161.                 'kaara057E' => '購入商品名称1が未入力です。',
  5162.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  5163.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  5164.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  5165.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  5166.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  5167.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  5168.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  5169.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  5170.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  5171.                 'kaara067E' => '送り先名称が桁数エラーです。',
  5172.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  5173.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5174.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  5175.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  5176.                 'kaara073E' => '送り先郵便番号が実在しません。',
  5177.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  5178.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  5179.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  5180.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  5181.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  5182.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  5183.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  5184.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  5185.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  5186.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  5187.                 'kaara086E' => '依頼日時が未入力です。',
  5188.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  5189.                 'kaara088E' => '依頼日時が桁数エラーです。',
  5190.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  5191.                 'kaara090E' => 'パスワードが未入力です。',
  5192.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  5193.                 'kaara092E' => 'パスワードが不正です。',
  5194.                 'kaara093E' => '電話番号は0から入力してください。',
  5195.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  5196.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  5197.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  5198.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  5199.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5200.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5201.                 'kaars001E' => '項目数が相違しています。',
  5202.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  5203.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  5204.                 'kaars004E' => '加盟店コードが未入力です。',
  5205.                 'kaars005E' => '受注番号が桁数エラーです。',
  5206.                 'kaars006E' => '受注番号は半角で入力してください。',
  5207.                 'kaars007E' => '受注番号が未入力です。',
  5208.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5209.                 'kaars008E' => '受注番号が登録されていません。',
  5210.                 'kaars009E' => '依頼日が存在しない日付です。',
  5211.                 'kaars010E' => '依頼日は半角で入力してください。',
  5212.                 'kaars011E' => '依頼日が未入力です。',
  5213.                 'kaars012E' => 'パスワードが不正です。',
  5214.                 'kaars013E' => 'パスワードエラー',
  5215.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  5216.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  5217.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  5218.                 'kaacl004E' => '加盟店コードが未入力です。',
  5219.                 'kaacl005E' => '受注番号が桁数エラーです。',
  5220.                 'kaacl006E' => '受注番号は半角で入力してください。',
  5221.                 'kaacl007E' => '受注番号が未入力です。',
  5222.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5223.                 'kaacl008E' => '受注番号が登録されていません。',
  5224.                 'kaacl009E' => '既に取り消されています。',
  5225.                 'kaacl010E' => '依頼日が存在しない日付です。',
  5226.                 'kaacl011E' => '依頼日は半角で入力してください。',
  5227.                 'kaacl012E' => '依頼日が未入力です。',
  5228.                 'kaacl013E' => 'パスワードが不正です。',
  5229.                 'kaacl014E' => 'パスワードエラー',
  5230.                 'kaasl001E' => '項目数が相違しています。',
  5231.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  5232.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  5233.                 'kaasl004E' => '加盟店コードが未入力です。',
  5234.                 'kaasl005E' => '受注番号が桁数エラーです。',
  5235.                 'kaasl006E' => '受注番号は半角で入力してください。',
  5236.                 'kaasl007E' => '受注番号が未入力です。',
  5237.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5238.                 'kaasl008E' => '指定の受注番号が存在しません。',
  5239.                 'kaasl009E' => '送り状番号登録済です。',
  5240.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  5241.                 'kaasl011E' => '送り状番号が未入力です。',
  5242.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  5243.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  5244.                 'kaasl014E' => '送り状番号チェックエラー',
  5245.                 'kaasl015E' => '送り状番号チェックエラー',
  5246.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  5247.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  5248.                 'kaasl018E' => '送り状番号が既に存在します。',
  5249.                 'kaasl019E' => '処理区分エラー',
  5250.                 'kaasl020E' => '登録はできません。',
  5251.                 'kaasl022E' => '変更はできません。',
  5252.                 'kaasl023E' => '出荷予定日エラー',
  5253.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  5254.                 'kaasl025E' => '出荷予定日が未入力です。',
  5255.                 'kaasl026E' => '出荷予定日は指定できません。',
  5256.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  5257.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  5258.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  5259.                 'kaasl030E' => '出荷予定日が未入力です。',
  5260.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  5261.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  5262.                 'kaasl033E' => '依頼日が存在しない日付です。',
  5263.                 'kaasl034E' => '依頼日は半角で入力してください。',
  5264.                 'kaasl035E' => '依頼日が未入力です。',
  5265.                 'kaasl036E' => 'パスワードが不正です。',
  5266.                 'kaasl037E' => 'パスワードエラー',
  5267.                 'kaast001E' => '項目数が相違しています。',
  5268.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  5269.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  5270.                 'kaast004E' => '加盟店コードが未入力です。',
  5271.                 'kaast005E' => '受注番号が桁数エラーです。',
  5272.                 'kaast006E' => '受注番号は半角で入力してください。',
  5273.                 'kaast007E' => '受注番号が未入力です。',
  5274.                 'kaast008E' => '受注番号が登録されていません。',
  5275.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5276.                 'kaast009E' => '依頼日が存在しない日付です。',
  5277.                 'kaast010E' => '依頼日は半角で入力してください。',
  5278.                 'kaast011E' => '依頼日が未入力です。',
  5279.                 'kaast012E' => 'パスワードが不正です。',
  5280.                 'kaast013E' => 'パスワードエラー',
  5281.                 'kaakk001E' => '加盟店コードが未入力です。',
  5282.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  5283.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  5284.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  5285.                 'kaakk005E' => '受注番号が未入力です。',
  5286.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5287.                 'kaakk007E' => '受注番号が桁数エラーです。',
  5288.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  5289.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  5290.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5291.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5292.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  5293.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  5294.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  5295.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  5296.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  5297.                 'kaakk018E' => '郵便番号が未入力です。',
  5298.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5299.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  5300.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5301.                 'kaakk022E' => '郵便番号が実在しません。',
  5302.                 'kaakk023E' => '住所1が未入力です。',
  5303.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5304.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  5305.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  5306.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  5307.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5308.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  5309.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  5310.                 'kaakk031E' => '住所2に番地が設定されていません。',
  5311.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  5312.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5313.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5314.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  5315.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5316.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5317.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5318.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5319.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5320.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5321.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5322.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5323.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5324.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5325.                 'kaakk046E' => '決済金額総計が未入力です。',
  5326.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  5327.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  5328.                 'kaakk049E' => '決済金額総計が変更されていません。',
  5329.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  5330.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  5331.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  5332.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5333.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5334.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5335.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5336.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5337.                 'kaakk059E' => 'パスワードが入力されていません。',
  5338.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  5339.                 'kaakk061E' => 'パスワードが一致しません。',
  5340.                 'kaakk062E' => '依頼日時が入力されていません。',
  5341.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  5342.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  5343.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  5344.                 'kaarr001E' => '加盟店コードが未入力です。',
  5345.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  5346.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  5347.                 'kaarr004E' => '存在しない加盟店コードです。',
  5348.                 'kaarr005E' => '受注番号が未入力です。',
  5349.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5350.                 'kaarr007E' => '受注番号が桁数エラーです。',
  5351.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  5352.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  5353.                 'kaarr010E' => 'パスワードが入力されていません。',
  5354.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  5355.                 'kaarr012E' => 'パスワードが一致しません。',
  5356.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  5357.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  5358.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5359.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5360.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  5361.                 'kaarr018E' => '不備事由が未入力です。',
  5362.                 'kaarr019E' => '不備事由の値が不適切です。',
  5363.                 'kaarr020E' => '不備事由その他が未入力です。',
  5364.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  5365.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  5366.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  5367.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  5368.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  5369.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  5370.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  5371.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  5372.                 'kaarr031E' => '送り先区分は半角数字であること。',
  5373.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5374.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5375.                 'kaarr034E' => '郵便番号が未入力です。',
  5376.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  5377.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  5378.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  5379.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  5380.                 'kaarr039E' => '住所1が未入力です。',
  5381.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  5382.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5383.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  5384.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  5385.                 'kaarr044E' => '住所2が未入力です。',
  5386.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  5387.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  5388.                 'kaarr047E' => '住所に番地が設定されていません。',
  5389.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  5390.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5391.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5392.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  5393.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5394.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5395.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5396.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5397.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5398.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5399.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  5400.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5401.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5402.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5403.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5404.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5405.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5406.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5407.             ],
  5408.             'eccube.plugins.enabled' => [
  5409.                 => 'Securitychecker42',
  5410.                 => 'FaqF001Block42',
  5411.                 => 'NewsPageSelfReliance42',
  5412.                 => 'YamatoPayment42',
  5413.                 => 'CategoryDelete42',
  5414.             ],
  5415.             'eccube.plugins.disabled' => [
  5416.                 => 'Api42',
  5417.                 => 'BannerManager42',
  5418.                 => 'Coupon42',
  5419.                 => 'EccubePaymentLite42',
  5420.                 => 'MailMagazine42',
  5421.                 => 'ProductContact42',
  5422.                 => 'ProductReview42',
  5423.                 => 'RegionalShippingFee42',
  5424.                 => 'RelatedProduct42',
  5425.                 => 'SalesReport42',
  5426.                 10 => 'SiteKit42',
  5427.             ],
  5428.             'event_dispatcher.event_aliases' => [
  5429.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5430.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5431.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5432.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5433.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5434.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5435.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5436.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5437.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5438.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5439.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5440.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5441.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5442.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5443.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5444.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5445.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5446.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5447.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5448.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5449.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5450.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5451.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5452.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5453.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5454.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5455.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5456.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5457.             ],
  5458.             'fragment.renderer.hinclude.global_template' => NULL,
  5459.             'fragment.path' => '/_fragment',
  5460.             'kernel.http_method_override' => true,
  5461.             'kernel.trusted_hosts' => [
  5462.             ],
  5463.             'kernel.enabled_locales' => [
  5464.             ],
  5465.             'kernel.error_controller' => 'error_controller',
  5466.             'debug.file_link_format' => NULL,
  5467.             'asset.request_context.base_path' => NULL,
  5468.             'asset.request_context.secure' => NULL,
  5469.             'translator.logging' => false,
  5470.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5471.             'debug.error_handler.throw_at' => -1,
  5472.             'router.request_context.host' => 'localhost',
  5473.             'router.request_context.scheme' => 'http',
  5474.             'router.request_context.base_url' => '',
  5475.             'router.resource' => 'kernel::loadRoutes',
  5476.             'request_listener.http_port' => 80,
  5477.             'request_listener.https_port' => 443,
  5478.             'session.metadata.storage_key' => '_sf2_meta',
  5479.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5480.             'session.metadata.update_threshold' => 0,
  5481.             'form.type_extension.csrf.enabled' => true,
  5482.             'form.type_extension.csrf.field_name' => '_token',
  5483.             'validator.translation_domain' => 'validators',
  5484.             'profiler_listener.only_exceptions' => false,
  5485.             'profiler_listener.only_main_requests' => false,
  5486.             'security.role_hierarchy.roles' => [
  5487.             ],
  5488.             'security.access.denied_url' => NULL,
  5489.             'security.authentication.manager.erase_credentials' => true,
  5490.             'security.authentication.session_strategy.strategy' => 'migrate',
  5491.             'security.access.always_authenticate_before_granting' => false,
  5492.             'security.authentication.hide_user_not_found' => true,
  5493.             'security.firewalls' => [
  5494.                 => 'dev',
  5495.                 => 'api',
  5496.                 => 'admin',
  5497.                 => 'customer',
  5498.             ],
  5499.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5500.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5501.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5502.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5503.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5504.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5505.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5506.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5507.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5508.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5509.             'doctrine.entity_managers' => [
  5510.                 'default' => 'doctrine.orm.default_entity_manager',
  5511.             ],
  5512.             'doctrine.default_entity_manager' => 'default',
  5513.             'doctrine.dbal.connection_factory.types' => [
  5514.                 'oauth2_grant' => [
  5515.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5516.                 ],
  5517.                 'oauth2_redirect_uri' => [
  5518.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5519.                 ],
  5520.                 'oauth2_scope' => [
  5521.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5522.                 ],
  5523.                 'datetime' => [
  5524.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5525.                 ],
  5526.                 'datetimetz' => [
  5527.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5528.                 ],
  5529.             ],
  5530.             'doctrine.connections' => [
  5531.                 'default' => 'doctrine.dbal.default_connection',
  5532.             ],
  5533.             'doctrine.default_connection' => 'default',
  5534.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5535.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5536.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5537.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5538.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5539.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5540.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5541.             'doctrine.orm.cache.memcache_port' => 11211,
  5542.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5543.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5544.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5545.             'doctrine.orm.cache.memcached_port' => 11211,
  5546.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5547.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5548.             'doctrine.orm.cache.redis_host' => 'localhost',
  5549.             'doctrine.orm.cache.redis_port' => 6379,
  5550.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5551.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5552.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5553.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5554.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5555.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5556.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5557.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5558.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5559.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5560.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5561.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5562.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5563.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5564.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5565.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5566.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5567.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5568.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5569.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5570.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5571.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5572.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5573.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5574.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5575.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5576.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5577.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5578.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5579.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5580.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5581.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5582.             'monolog.use_microseconds' => true,
  5583.             'monolog.swift_mailer.handlers' => [
  5584.             ],
  5585.             'monolog.handlers_to_channels' => [
  5586.                 'monolog.handler.YamatoPayment42' => [
  5587.                     'type' => 'inclusive',
  5588.                     'elements' => [
  5589.                         => 'YamatoPayment42',
  5590.                     ],
  5591.                 ],
  5592.                 'monolog.handler.gmo_epsilon' => [
  5593.                     'type' => 'inclusive',
  5594.                     'elements' => [
  5595.                         => 'gmo_epsilon',
  5596.                     ],
  5597.                 ],
  5598.                 'monolog.handler.console' => [
  5599.                     'type' => 'exclusive',
  5600.                     'elements' => [
  5601.                         => 'event',
  5602.                         => 'doctrine',
  5603.                         => 'console',
  5604.                     ],
  5605.                 ],
  5606.                 'monolog.handler.buffered' => [
  5607.                     'type' => 'exclusive',
  5608.                     'elements' => [
  5609.                         => 'event',
  5610.                     ],
  5611.                 ],
  5612.             ],
  5613.             'twig.form.resources' => [
  5614.                 => 'form_div_layout.html.twig',
  5615.                 => 'bootstrap_5_layout.html.twig',
  5616.             ],
  5617.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5618.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5619.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5620.             'web_profiler.debug_toolbar.mode' => 2,
  5621.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5622.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5623.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5624.             'knp_paginator.page_range' => 5,
  5625.             'knp_paginator.page_limit' => NULL,
  5626.             'doctrine.migrations.preferred_em' => NULL,
  5627.             'doctrine.migrations.preferred_connection' => NULL,
  5628.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5629.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5630.             'league.oauth2_server.encryption_key.type' => 'plain',
  5631.             'league.oauth2_server.scopes.default' => [
  5632.                 => 'read',
  5633.             ],
  5634.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5635.             'data_collector.templates' => [
  5636.                 'data_collector.request' => [
  5637.                     => 'request',
  5638.                     => '@WebProfiler/Collector/request.html.twig',
  5639.                 ],
  5640.                 'data_collector.time' => [
  5641.                     => 'time',
  5642.                     => '@WebProfiler/Collector/time.html.twig',
  5643.                 ],
  5644.                 'data_collector.memory' => [
  5645.                     => 'memory',
  5646.                     => '@WebProfiler/Collector/memory.html.twig',
  5647.                 ],
  5648.                 'data_collector.validator' => [
  5649.                     => 'validator',
  5650.                     => '@WebProfiler/Collector/validator.html.twig',
  5651.                 ],
  5652.                 'data_collector.ajax' => [
  5653.                     => 'ajax',
  5654.                     => '@WebProfiler/Collector/ajax.html.twig',
  5655.                 ],
  5656.                 'data_collector.form' => [
  5657.                     => 'form',
  5658.                     => '@WebProfiler/Collector/form.html.twig',
  5659.                 ],
  5660.                 'data_collector.exception' => [
  5661.                     => 'exception',
  5662.                     => '@WebProfiler/Collector/exception.html.twig',
  5663.                 ],
  5664.                 'data_collector.logger' => [
  5665.                     => 'logger',
  5666.                     => '@WebProfiler/Collector/logger.html.twig',
  5667.                 ],
  5668.                 'data_collector.events' => [
  5669.                     => 'events',
  5670.                     => '@WebProfiler/Collector/events.html.twig',
  5671.                 ],
  5672.                 'data_collector.router' => [
  5673.                     => 'router',
  5674.                     => '@WebProfiler/Collector/router.html.twig',
  5675.                 ],
  5676.                 'data_collector.cache' => [
  5677.                     => 'cache',
  5678.                     => '@WebProfiler/Collector/cache.html.twig',
  5679.                 ],
  5680.                 'data_collector.translation' => [
  5681.                     => 'translation',
  5682.                     => '@WebProfiler/Collector/translation.html.twig',
  5683.                 ],
  5684.                 'data_collector.security' => [
  5685.                     => 'security',
  5686.                     => '@Security/Collector/security.html.twig',
  5687.                 ],
  5688.                 'data_collector.twig' => [
  5689.                     => 'twig',
  5690.                     => '@WebProfiler/Collector/twig.html.twig',
  5691.                 ],
  5692.                 'data_collector.doctrine' => [
  5693.                     => 'db',
  5694.                     => '@Doctrine/Collector/db.html.twig',
  5695.                 ],
  5696.                 'doctrine_migrations.migrations_collector' => [
  5697.                     => 'doctrine_migrations',
  5698.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5699.                 ],
  5700.                 'data_collector.dump' => [
  5701.                     => 'dump',
  5702.                     => '@Debug/Profiler/dump.html.twig',
  5703.                 ],
  5704.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5705.                 'mailer.data_collector' => [
  5706.                     => 'mailer',
  5707.                     => '@WebProfiler/Collector/mailer.html.twig',
  5708.                 ],
  5709.                 'data_collector.config' => [
  5710.                     => 'config',
  5711.                     => '@WebProfiler/Collector/config.html.twig',
  5712.                 ],
  5713.                 'eccube.collector.core' => [
  5714.                     => 'eccube_core',
  5715.                     => '@toolbar/eccube.html.twig',
  5716.                 ],
  5717.             ],
  5718.             'console.command.ids' => [
  5719.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5720.             ],
  5721.         ];
  5722.     }
  5723.     protected function throw($message)
  5724.     {
  5725.         throw new RuntimeException($message);
  5726.     }
  5727. }