var/cache/dev/ContainerBG8zMaJ/Eccube_KernelDevDebugContainer.php line 3614

Open in your IDE?
  1. <?php
  2. namespace ContainerBG8zMaJ;
  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\\AttachWysiwygEditor42\\Controller\\Admin\\AweConfigController' => 'getAweConfigControllerService',
  158.             'Plugin\\AttachWysiwygEditor42\\Controller\\Admin\\AweMediaController' => 'getAweMediaControllerService',
  159.             'Plugin\\BootechMypageInvoiceReceipt42\\Controller\\MypageInvoiceReceiptController' => 'getMypageInvoiceReceiptControllerService',
  160.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  161.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  162.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  163.             'Plugin\\CustomerGroup42\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportController2Service',
  164.             'Plugin\\CustomerGroup42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  165.             'Plugin\\CustomerGroup42\\Controller\\Admin\\Customer\\GroupController' => 'getGroupControllerService',
  166.             'Plugin\\CustomerGroup42\\Controller\\Admin\\Customer\\GroupCsvImportController' => 'getGroupCsvImportControllerService',
  167.             'Plugin\\CustomerGroup42\\Controller\\Admin\\Product\\GroupCsvImportController' => 'getGroupCsvImportController2Service',
  168.             'Plugin\\CustomerGroupPrice42\\Controller\\Admin\\Product\\GroupPriceCsvImportController' => 'getGroupPriceCsvImportControllerService',
  169.             'Plugin\\DeliveryCool42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  170.             'Plugin\\DeliveryFreeProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  171.             'Plugin\\DisableNonMember42\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  172.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  173.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  174.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  175.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  176.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  177.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  178.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  179.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  180.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  181.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  182.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  183.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  184.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  185.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  186.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  187.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  188.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  189.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  190.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  191.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  192.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  193.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  194.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  195.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  196.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  197.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  198.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  199.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  200.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  201.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController6Service',
  202.             'Plugin\\SiteKit42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  203.             'Plugin\\SiteKit42\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  204.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  205.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  206.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  207.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  208.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  209.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  210.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  211.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  212.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  213.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  214.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  215.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  216.             'cache.app_clearer' => 'getCache_AppClearerService',
  217.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  218.             'cache.system_clearer' => 'getCache_SystemClearerService',
  219.             'cache_warmer' => 'getCacheWarmerService',
  220.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  221.             'console.command_loader' => 'getConsole_CommandLoaderService',
  222.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  223.             'eccube.logger' => 'getEccube_LoggerService',
  224.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  225.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  226.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  227.             'error_controller' => 'getErrorControllerService',
  228.             'knp_paginator' => 'getKnpPaginatorService',
  229.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  230.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  231.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  232.             'routing.loader' => 'getRouting_LoaderService',
  233.             'services_resetter' => 'getServicesResetterService',
  234.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  235.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  236.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  237.         ];
  238.         $this->aliases = [
  239.             'database_connection' => 'doctrine.dbal.default_connection',
  240.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  241.         ];
  242.         $this->privates['service_container'] = function () {
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  256.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchCustomerCustomizer.php';
  257.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchOrderCustomizer.php';
  258.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchProductCustomizer.php';
  259.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Traits/ConfigTrait.php';
  260.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/CategorySearchCustomizer.php';
  261.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/ProductSearchCustomizer.php';
  262.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Repository/QueryCustomizer/GroupSearchCustomizer.php';
  263.             include_once \dirname(__DIR__4).'/app/Plugin/ExpressLink42/Repository/AdminOrderCustomizer.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  265.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  267.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  273.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  281.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  282.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  283.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  284.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  294.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  295.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  296.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  297.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  301.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  306.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/EventListener/ProductListener.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CategoryRepository.php';
  308.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/CategoryRepository.php';
  309.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/ConfigRepository.php';
  310.             include_once \dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Event.php';
  311.             include_once \dirname(__DIR__4).'/app/Plugin/ProductMetaSeoIngenuity42/EventListener/PmsiListener.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  314.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  317.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  318.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  320.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  321.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  406.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  478.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  479.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  501.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  507.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  508.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  517.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  519.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  551.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  584.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  625.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  626.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  627.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  628.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  629.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  630.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  631.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  632.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  633.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Twig/Extension/GroupExtension.php';
  634.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  638.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  642.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  644.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  656.         };
  657.     }
  658.     public function compile(): void
  659.     {
  660.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  661.     }
  662.     public function isCompiled(): bool
  663.     {
  664.         return true;
  665.     }
  666.     public function getRemovedIds(): array
  667.     {
  668.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  669.     }
  670.     protected function load($file$lazyLoad true)
  671.     {
  672.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  673.             return $class::do($this$lazyLoad);
  674.         }
  675.         if ('.' === $file[-4]) {
  676.             $class substr($class0, -4);
  677.         } else {
  678.             $file .= '.php';
  679.         }
  680.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  681.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  682.     }
  683.     protected function createProxy($class\Closure $factory)
  684.     {
  685.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  686.         return $factory();
  687.     }
  688.     /**
  689.      * Gets the public '.container.private.profiler' shared service.
  690.      *
  691.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  692.      */
  693.     protected function get_Container_Private_ProfilerService()
  694.     {
  695.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  696.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  697.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  698.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  699.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  700.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  701.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  702.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  703.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  704.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  705.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  706.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  707.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  708.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  709.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  710.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  711.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  712.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  713.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  714.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  715.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  716.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  717.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  718.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  719.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  720.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  721.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  722.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  723.         if ($this->has('kernel')) {
  724.             $e->setKernel($b);
  725.         }
  726.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  727.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  728.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  729.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  730.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  731.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  732.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  733.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  734.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  735.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  736.         $instance->add($d);
  737.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  738.         $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));
  739.         $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())));
  740.         $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([])))));
  741.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  742.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  743.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  744.         $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()))));
  745.         $instance->add($e);
  746.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  747.         return $instance;
  748.     }
  749.     /**
  750.      * Gets the public '.container.private.security.authorization_checker' shared service.
  751.      *
  752.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  753.      */
  754.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  755.     {
  756.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  757.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  758.             return $this->services['.container.private.security.authorization_checker'];
  759.         }
  760.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  761.     }
  762.     /**
  763.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  764.      *
  765.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  766.      */
  767.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  768.     {
  769.         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())));
  770.     }
  771.     /**
  772.      * Gets the public '.container.private.security.token_storage' shared service.
  773.      *
  774.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  775.      */
  776.     protected function get_Container_Private_Security_TokenStorageService()
  777.     {
  778.         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, [
  779.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  780.         ], [
  781.             'request_stack' => '?',
  782.         ]));
  783.     }
  784.     /**
  785.      * Gets the public '.container.private.session' shared service.
  786.      *
  787.      * @return \Symfony\Component\HttpFoundation\Session\Session
  788.      */
  789.     protected function get_Container_Private_SessionService()
  790.     {
  791.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  792.         if (isset($this->services['.container.private.session'])) {
  793.             return $this->services['.container.private.session'];
  794.         }
  795.         return $this->services['.container.private.session'] = $a->createSession();
  796.     }
  797.     /**
  798.      * Gets the public '.container.private.state_machine.order' shared service.
  799.      *
  800.      * @return \Symfony\Component\Workflow\StateMachine
  801.      */
  802.     protected function get_Container_Private_StateMachine_OrderService()
  803.     {
  804.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  805.         if (isset($this->services['.container.private.state_machine.order'])) {
  806.             return $this->services['.container.private.state_machine.order'];
  807.         }
  808.         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('pay''4''6'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  809.     }
  810.     /**
  811.      * Gets the public '.container.private.twig' shared service.
  812.      *
  813.      * @return \Twig\Environment
  814.      */
  815.     protected function get_Container_Private_TwigService()
  816.     {
  817.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  818.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  819.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  820.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  821.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  822.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  823.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  824.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  825.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/template'), 'SiteKit42');
  826.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  827.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/template'), 'DisableNonMember42');
  828.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Resource/template'), 'CustomerGroup42');
  829.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Resource/template'), 'CustomerGroupPrice42');
  830.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  831.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Resource/template'), 'DeliveryCool42');
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Resource/template'), 'DeliveryFreeProduct42');
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/template'), 'DesignTag42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/BootechMypageInvoiceReceipt42/Resource/template'), 'BootechMypageInvoiceReceipt42');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Resource/template'), 'CustomerGroupRank42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Resource/template'), 'AttachWysiwygEditor42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  838.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  839.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  840.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  841.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  842.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  843.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  844.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  853.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  854.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  860.         $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']);
  861.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  862.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  863.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  864.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  865.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  866.         $g = ($this->services['router'] ?? $this->getRouterService());
  867.         $h = new \Symfony\Component\Workflow\Registry();
  868.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  869.         $i = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  870.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  871.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  872.         $k = new \Symfony\Bridge\Twig\AppVariable();
  873.         $k->setEnvironment('dev');
  874.         $k->setDebug(true);
  875.         if ($this->has('.container.private.security.token_storage')) {
  876.             $k->setTokenStorage($c);
  877.         }
  878.         if ($this->has('request_stack')) {
  879.             $k->setRequestStack($b);
  880.         }
  881.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  882.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  883.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  884.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  885.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  886.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  887.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  888.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  889.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  890.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  891.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  892.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  893.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  894.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  895.         }, 7))));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  898.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  901.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  904.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  907.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  908.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  909.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  910.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  911.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  912.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  913.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  914.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  915.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  916.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  917.         $instance->addExtension(new \Plugin\CustomerGroup42\Twig\Extension\GroupExtension($i, ($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  918.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  919.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  920.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  921.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  922.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  923.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  924.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  925.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  926.         $instance->addGlobal('app'$k);
  927.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  928.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  929.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  930.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  931.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  932.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  933.         ], [
  934.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  935.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  936.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  937.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  938.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  939.         ])));
  940.         $instance->addGlobal('BaseInfo'NULL);
  941.         $instance->addGlobal('eccube_config'$i);
  942.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  943.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  944.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  945.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  946.         return $instance;
  947.     }
  948.     /**
  949.      * Gets the public '.container.private.validator' shared service.
  950.      *
  951.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  952.      */
  953.     protected function get_Container_Private_ValidatorService()
  954.     {
  955.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  956.         if (isset($this->services['.container.private.validator'])) {
  957.             return $this->services['.container.private.validator'];
  958.         }
  959.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  960.     }
  961.     /**
  962.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  963.      *
  964.      * @return \Detection\MobileDetect
  965.      */
  966.     protected function getMobileDetectService()
  967.     {
  968.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  969.     }
  970.     /**
  971.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  972.      *
  973.      * @return \Eccube\Common\EccubeConfig
  974.      */
  975.     protected function getEccubeConfigService()
  976.     {
  977.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  978.     }
  979.     /**
  980.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  981.      *
  982.      * @return \Eccube\Repository\PluginRepository
  983.      */
  984.     protected function getPluginRepositoryService($lazyLoad true)
  985.     {
  986.         if ($lazyLoad) {
  987.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  988.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  989.                     $wrappedInstance $this->getPluginRepositoryService(false);
  990.                     $proxy->setProxyInitializer(null);
  991.                     return true;
  992.                 });
  993.             });
  994.         }
  995.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  996.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  997.     }
  998.     /**
  999.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1000.      *
  1001.      * @return \Eccube\Service\SystemService
  1002.      */
  1003.     protected function getSystemServiceService($lazyLoad true)
  1004.     {
  1005.         if ($lazyLoad) {
  1006.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1007.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1008.                     $wrappedInstance $this->getSystemServiceService(false);
  1009.                     $proxy->setProxyInitializer(null);
  1010.                     return true;
  1011.                 });
  1012.             });
  1013.         }
  1014.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1015.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1016.     }
  1017.     /**
  1018.      * Gets the public 'cache.app' shared service.
  1019.      *
  1020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1021.      */
  1022.     protected function getCache_AppService()
  1023.     {
  1024.         $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))));
  1025.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1026.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1027.     }
  1028.     /**
  1029.      * Gets the public 'cache.rate_limiter' shared service.
  1030.      *
  1031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1032.      */
  1033.     protected function getCache_RateLimiterService()
  1034.     {
  1035.         $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))));
  1036.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1037.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1038.     }
  1039.     /**
  1040.      * Gets the public 'cache.system' shared service.
  1041.      *
  1042.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1043.      */
  1044.     protected function getCache_SystemService()
  1045.     {
  1046.         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())));
  1047.     }
  1048.     /**
  1049.      * Gets the public 'cache.validator_expression_language' shared service.
  1050.      *
  1051.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1052.      */
  1053.     protected function getCache_ValidatorExpressionLanguageService()
  1054.     {
  1055.         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())));
  1056.     }
  1057.     /**
  1058.      * Gets the public 'data_collector.dump' shared service.
  1059.      *
  1060.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1061.      */
  1062.     protected function getDataCollector_DumpService()
  1063.     {
  1064.         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);
  1065.     }
  1066.     /**
  1067.      * Gets the public 'doctrine' shared service.
  1068.      *
  1069.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1070.      */
  1071.     protected function getDoctrineService()
  1072.     {
  1073.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1074.     }
  1075.     /**
  1076.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1077.      *
  1078.      * @return \Doctrine\DBAL\Connection
  1079.      */
  1080.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1081.     {
  1082.         $a = new \Doctrine\DBAL\Configuration();
  1083.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1084.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1085.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1086.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1087.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1088.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1089.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1090.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1091.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1092.         $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))));
  1093.         $c->setConnectionName('default');
  1094.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1095.         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, [
  1096.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1097.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1098.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1099.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener' => ['privates''Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener''getGroupPriceEventListenerService'true],
  1100.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener' => ['privates''Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener''getProductClassEventListenerService'true],
  1101.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1102.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1103.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1104.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1105.         ], [
  1106.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1107.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1108.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1109.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener' => '?',
  1110.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener' => '?',
  1111.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1112.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1113.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1114.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1115.         ]), [=> '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'], => [=> [=> 'postLoad'], => 'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener'], => [=> [=> 'postLoad'], => 'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener'], => [=> [=> 'preUpdate'], => 'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener']]), []);
  1116.     }
  1117.     /**
  1118.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1119.      *
  1120.      * @return \Doctrine\ORM\EntityManager
  1121.      */
  1122.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1123.     {
  1124.         if ($lazyLoad) {
  1125.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1126.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1127.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1128.                     $proxy->setProxyInitializer(null);
  1129.                     return true;
  1130.                 });
  1131.             });
  1132.         }
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1137.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1138.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1139.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1140.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1141.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1142.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1143.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1144.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1145.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1148.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1149.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1150.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1151.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1154.         $a = new \Doctrine\ORM\Configuration();
  1155.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1156.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1157.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1158.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1159.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Entity')]);
  1160.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1161.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/BootechMypageInvoiceReceipt42/Entity')]);
  1162.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1163.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1164.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1165.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Entity')]);
  1166.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1167.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Entity')]);
  1168.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1169.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Entity')]);
  1170.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1171.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Entity')]);
  1172.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1173.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Entity')]);
  1174.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1175.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Entity')]);
  1176.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1177.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1178.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1179.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1180.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1181.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductMetaSeoIngenuity42/Entity')]);
  1182.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1183.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1184.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1185.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1186.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1187.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1188.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1189.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1190.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1191.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1192.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1193.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1194.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1195.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Eccube/Entity')]))), 'Eccube\\Entity');
  1196.         $b->addDriver($d'Eccube\\Entity');
  1197.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1198.         $b->addDriver($e'Plugin\\AttachWysiwygEditor42\\Entity');
  1199.         $b->addDriver($f'Plugin\\BootechMypageInvoiceReceipt42\\Entity');
  1200.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1201.         $b->addDriver($h'Plugin\\CustomerGroup42\\Entity');
  1202.         $b->addDriver($i'Plugin\\CustomerGroupPrice42\\Entity');
  1203.         $b->addDriver($j'Plugin\\CustomerGroupRank42\\Entity');
  1204.         $b->addDriver($k'Plugin\\DeliveryCool42\\Entity');
  1205.         $b->addDriver($l'Plugin\\DeliveryFreeProduct42\\Entity');
  1206.         $b->addDriver($m'Plugin\\DesignTag42\\Entity');
  1207.         $b->addDriver($n'Plugin\\ExpressLink42\\Entity');
  1208.         $b->addDriver($o'Plugin\\MailMagazine42\\Entity');
  1209.         $b->addDriver($p'Plugin\\ProductMetaSeoIngenuity42\\Entity');
  1210.         $b->addDriver($q'Plugin\\ProductReview42\\Entity');
  1211.         $b->addDriver($r'Plugin\\Recommend42\\Entity');
  1212.         $b->addDriver($s'Plugin\\RelatedProduct42\\Entity');
  1213.         $b->addDriver($t'Plugin\\Securitychecker42\\Entity');
  1214.         $b->addDriver($u'Plugin\\SiteKit42\\Entity');
  1215.         $b->addDriver($v'Plugin\\YamatoPayment42\\Entity');
  1216.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1217.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1218.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1219.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1220.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1221.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1222.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1223.         ], [
  1224.             'doctrine.ulid_generator' => '?',
  1225.             'doctrine.uuid_generator' => '?',
  1226.         ])));
  1227.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1228.         $a->setProxyNamespace('Proxies');
  1229.         $a->setAutoGenerateProxyClasses(true);
  1230.         $a->setSchemaIgnoreClasses([]);
  1231.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1232.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1233.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1234.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1235.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1236.         $a->setLazyGhostObjectEnabled(false);
  1237.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1238.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1239.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1240.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1241.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1242.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1243.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1244.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1245.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1246.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1247.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1248.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1249.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1250.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1251.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1252.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1253.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1254.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1255.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1256.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1257.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1258.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1259.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1260.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1261.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1262.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1263.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1264.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1265.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1266.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1267.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1268.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1269.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1270.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1271.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1272.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1273.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1274.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1275.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1276.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1277.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1278.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1279.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1280.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1281.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1282.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1283.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1284.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1285.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1286.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1287.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1288.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1289.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1290.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1291.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1292.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1293.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1294.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1295.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1296.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1297.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1298.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1299.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1300.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1301.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1302.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1303.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => ['privates''Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository''getAweConfigRepositoryService'true],
  1304.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1305.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1306.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1307.             'Plugin\\CustomerGroup42\\Repository\\CategoryRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1308.             'Plugin\\CustomerGroup42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1309.             'Plugin\\CustomerGroup42\\Repository\\GroupRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\GroupRepository''getGroupRepositoryService'true],
  1310.             'Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository' => ['privates''Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository''getGroupPriceRepositoryService'true],
  1311.             'Plugin\\DeliveryCool42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1312.             'Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository''getDeliveryColdFeeRepositoryService'true],
  1313.             'Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository''getDeliveryCoolFeeRepositoryService'true],
  1314.             'Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1315.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1316.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1317.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1318.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1319.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1320.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1321.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1322.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1323.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1324.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1325.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1326.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1327.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1328.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1329.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1330.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1331.         ], [
  1332.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1333.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1334.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1335.             'Eccube\\Repository\\BlockRepository' => '?',
  1336.             'Eccube\\Repository\\CalendarRepository' => '?',
  1337.             'Eccube\\Repository\\CartItemRepository' => '?',
  1338.             'Eccube\\Repository\\CartRepository' => '?',
  1339.             'Eccube\\Repository\\CategoryRepository' => '?',
  1340.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1341.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1342.             'Eccube\\Repository\\CsvRepository' => '?',
  1343.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1344.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1345.             'Eccube\\Repository\\CustomerRepository' => '?',
  1346.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1347.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1348.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1349.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1350.             'Eccube\\Repository\\LayoutRepository' => '?',
  1351.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1352.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1353.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1354.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1355.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1356.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1357.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1358.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1359.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1360.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1361.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1362.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1363.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1364.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1365.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1366.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1367.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1368.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1369.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1370.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1371.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1372.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1373.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1374.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1375.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1376.             'Eccube\\Repository\\MemberRepository' => '?',
  1377.             'Eccube\\Repository\\NewsRepository' => '?',
  1378.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1379.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1380.             'Eccube\\Repository\\OrderRepository' => '?',
  1381.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1382.             'Eccube\\Repository\\PageRepository' => '?',
  1383.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1384.             'Eccube\\Repository\\PaymentRepository' => '?',
  1385.             'Eccube\\Repository\\PluginRepository' => '?',
  1386.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1387.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1388.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1389.             'Eccube\\Repository\\ProductRepository' => '?',
  1390.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1391.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1392.             'Eccube\\Repository\\ShippingRepository' => '?',
  1393.             'Eccube\\Repository\\TagRepository' => '?',
  1394.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1395.             'Eccube\\Repository\\TemplateRepository' => '?',
  1396.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1397.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => '?',
  1398.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1399.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1400.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1401.             'Plugin\\CustomerGroup42\\Repository\\CategoryRepository' => '?',
  1402.             'Plugin\\CustomerGroup42\\Repository\\ConfigRepository' => '?',
  1403.             'Plugin\\CustomerGroup42\\Repository\\GroupRepository' => '?',
  1404.             'Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository' => '?',
  1405.             'Plugin\\DeliveryCool42\\Repository\\ConfigRepository' => '?',
  1406.             'Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository' => '?',
  1407.             'Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository' => '?',
  1408.             'Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository' => '?',
  1409.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1410.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1411.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1412.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1413.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1414.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1415.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1416.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1417.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1418.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1419.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1420.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1421.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1422.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1423.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1424.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1425.         ])));
  1426.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1427.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1428.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1429.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1430.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1431.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'event_dispatcher' shared service.
  1436.      *
  1437.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1438.      */
  1439.     protected function getEventDispatcherService()
  1440.     {
  1441.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1442.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1443.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1444.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1445.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1446.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1447.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1448.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1449.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1450.         $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())));
  1451.         $instance->addListener('security.interactive_login', [=> function () {
  1452.             return ($this->privates['Plugin\\CustomerGroupRank42\\Security\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  1453.         }, => 'onInteractiveLogin'], 0);
  1454.         $instance->addListener('kernel.request', [=> function () {
  1455.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1456.         }, => 'onKernelRequest'], 1024);
  1457.         $instance->addListener('kernel.controller', [=> function () {
  1458.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1459.         }, => 'onKernelController'], 0);
  1460.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1461.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1462.         }, => 'checkPassport'], 1024);
  1463.         $instance->addListener('kernel.response', [=> function () {
  1464.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1465.         }, => 'onKernelResponse'], 0);
  1466.         $instance->addListener('kernel.response', [=> function () {
  1467.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1468.         }, => 'onKernelResponse'], 0);
  1469.         $instance->addListener('kernel.request', [=> function () {
  1470.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1471.         }, => 'onKernelRequest'], 0);
  1472.         $instance->addListener('kernel.controller', [=> function () {
  1473.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1474.         }, => 'onController'], 0);
  1475.         $instance->addListener('kernel.request', [=> function () {
  1476.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1477.         }, => 'onKernelRequest'], 512);
  1478.         $instance->addListener('kernel.request', [=> function () {
  1479.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1480.         }, => 'onKernelRequestEarly'], 500);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1483.         }, => 'onKernelRequest'], 6);
  1484.         $instance->addListener('kernel.response', [=> function () {
  1485.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1486.         }, => 'onKernelResponse'], 0);
  1487.         $instance->addListener('kernel.controller', [=> function () {
  1488.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1489.         }, => 'onKernelController'], 0);
  1490.         $instance->addListener('kernel.terminate', [=> function () {
  1491.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1492.         }, => 'onKernelTerminate'], 0);
  1493.         $instance->addListener('kernel.exception', [=> function () {
  1494.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1495.         }, => 'onKernelException'], -4);
  1496.         $instance->addListener('security.interactive_login', [=> function () {
  1497.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1498.         }, => 'onInteractiveLogin'], 0);
  1499.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1500.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1501.         }, => 'onAuthenticationFailure'], 0);
  1502.         $instance->addListener('kernel.response', [=> function () {
  1503.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1504.         }, => 'onResponse'], 0);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1507.         }, => 'onKernelRequest'], 512);
  1508.         $instance->addListener('kernel.controller', [=> function () {
  1509.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1510.         }, => 'onController'], 0);
  1511.         $instance->addListener('kernel.request', [=> function () {
  1512.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1513.         }, => 'onKernelRequest'], 7);
  1514.         $instance->addListener('security.interactive_login', [=> function () {
  1515.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1516.         }, => 'onInteractiveLogin'], 0);
  1517.         $instance->addListener('security.authentication.failure', [=> function () {
  1518.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1519.         }, => 'onAuthenticationFailure'], 0);
  1520.         $instance->addListener('kernel.request', [=> function () {
  1521.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1522.         }, => 'onKernelRequest'], 0);
  1523.         $instance->addListener('kernel.exception', [=> function () {
  1524.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1525.         }, => 'onKernelException'], 0);
  1526.         $instance->addListener('kernel.terminate', [=> function () {
  1527.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1528.         }, => 'onKernelTerminate'], 0);
  1529.         $instance->addListener('kernel.request', [=> function () {
  1530.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1531.         }, => 'onKernelRequest'], 6);
  1532.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1533.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1534.         }, => 'onKernelController'], 7);
  1535.         $instance->addListener('form.pre_submit', [=> function () {
  1536.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1537.         }, => 'onPreSubmit'], 0);
  1538.         $instance->addListener('form.pre_submit', [=> function () {
  1539.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1540.         }, => 'purifySubmittedData'], 1000001);
  1541.         $instance->addListener('form.pre_submit', [=> function () {
  1542.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1543.         }, => 'onPreSubmit'], 0);
  1544.         $instance->addListener('workflow.order.completed', [=> function () {
  1545.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1546.         }, => 'onCompleted'], 0);
  1547.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1548.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1549.         }, => 'updatePaymentDate'], 0);
  1550.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1551.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1552.         }, => 'rollbackStock'], 0);
  1553.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1554.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1555.         }, => 'rollbackUsePoint'], 0);
  1556.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1557.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1558.         }, => 'commitStock'], 0);
  1559.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1560.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1561.         }, => 'commitUsePoint'], 0);
  1562.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1563.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1564.         }, => 'commitAddPoint'], 0);
  1565.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1566.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1567.         }, => 'rollbackUsePoint'], 0);
  1568.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1569.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1570.         }, => 'rollbackAddPoint'], 0);
  1571.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1572.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1573.         }, => 'commitUsePoint'], 0);
  1574.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1575.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1576.         }, => 'commitAddPoint'], 0);
  1577.         $instance->addListener('kernel.terminate', [=> function () {
  1578.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1579.         }, => 'disableMaintenanceEvent'], 0);
  1580.         $instance->addListener('kernel.terminate', [=> function () {
  1581.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1582.         }, => 'forceClearCache'], 0);
  1583.         $instance->addListener('@admin/default_frame.twig', [=> function () {
  1584.             return ($this->privates['Plugin\\AttachWysiwygEditor42\\EventListener\\AweEditorListener'] ?? $this->load('getAweEditorListenerService'));
  1585.         }, => 'adminInsertWysiwygEditorTag'], 0);
  1586.         $instance->addListener('Mypage/history.twig', [=> function () {
  1587.             return ($this->privates['Plugin\\BootechMypageInvoiceReceipt42\\Event'] ?? $this->load('getEventService'));
  1588.         }, => 'onTemplateFrontMypageHistory'], 0);
  1589.         $instance->addListener('Shopping/index.twig', [=> function () {
  1590.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1591.         }, => 'index'], 0);
  1592.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1593.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1594.         }, => 'index'], 0);
  1595.         $instance->addListener('Mypage/history.twig', [=> function () {
  1596.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1597.         }, => 'onRenderMypageHistory'], 0);
  1598.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1599.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1600.         }, => 'onRenderAdminOrderEdit'], 0);
  1601.         $instance->addListener('kernel.request', [=> function () {
  1602.             return ($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'] ?? $this->getProductListenerService());
  1603.         }, => 'onKernelRequest'], 0);
  1604.         $instance->addListener('security.interactive_login', [=> function () {
  1605.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1606.         }, => 'onInteractiveLogin'], 0);
  1607.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1608.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1609.         }, => 'onTemplateAdminProduct'], 0);
  1610.         $instance->addListener('@CustomerGroup42/admin/Customer/Group/edit.twig', [=> function () {
  1611.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1612.         }, => 'onTemplateAdminCustomerGroupEdit'], 0);
  1613.         $instance->addListener('@CustomerGroup42/admin/config.twig', [=> function () {
  1614.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1615.         }, => 'onTemplateAdminCustomerGroupConfig'], 0);
  1616.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1617.             return ($this->privates['Plugin\\CustomerGroupPrice42\\EventListener\\ProductOptionListener'] ?? $this->load('getProductOptionListenerService'));
  1618.         }, => 'onHookShoppingShippingMultipleComplete'], -99999);
  1619.         $instance->addListener('@CustomerGroup42/admin/Customer/Group/edit.twig', [=> function () {
  1620.             return ($this->privates['Plugin\\CustomerGroupRank42\\Event'] ?? ($this->privates['Plugin\\CustomerGroupRank42\\Event'] = new \Plugin\CustomerGroupRank42\Event()));
  1621.         }, => 'onTemplateAdminCustomerGroupEdit'], 0);
  1622.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1623.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1624.         }, => 'onTemplateAdminOrderIndex'], 0);
  1625.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1626.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1627.         }, => 'onTemplateAdminOrderEdit'], 0);
  1628.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1629.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1630.         }, => 'onTemplateAdminShippingEdit'], 0);
  1631.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1632.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1633.         }, => 'hookAdminOrderCsvExport'], 0);
  1634.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1635.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1636.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1637.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1638.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1639.         }, => 'hookAdminProductCopyComplete'], 0);
  1640.         $instance->addListener('admin.product.csv.export', [=> function () {
  1641.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1642.         }, => 'hookAdminProductCsvExport'], 0);
  1643.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1644.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1645.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1646.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1647.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1648.         }, => 'hookAdminSettingShopDeliveryEditComplete'], 0);
  1649.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1650.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1651.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1652.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1653.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1654.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1655.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1656.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1657.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1658.         $instance->addListener('Cart/index.twig', [=> function () {
  1659.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1660.         }, => 'onRenderCart'], 0);
  1661.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1662.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1663.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1664.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1665.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1666.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1667.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1668.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1669.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1670.         $instance->addListener('deliverycool.delivery_free.condition', [=> function () {
  1671.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\DeliveryCoolEvent'] ?? $this->load('getDeliveryCoolEventService'));
  1672.         }, => 'hookDeliveryCoolDeliveryFree'], 0);
  1673.         $instance->addListener('@admin/Product/tag.twig', [=> function () {
  1674.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent5Service'));
  1675.         }, => 'onAdminProductTagTwig'], 0);
  1676.         $instance->addListener('Product/detail.twig', [=> function () {
  1677.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent5Service'));
  1678.         }, => 'onProductDetailTwig'], 0);
  1679.         $instance->addListener('Product/list.twig', [=> function () {
  1680.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent5Service'));
  1681.         }, => 'onProductListTwig'], 0);
  1682.         $instance->addListener('kernel.controller', [=> function () {
  1683.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent6Service());
  1684.         }, => 'onKernelController'], 0);
  1685.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1686.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent6Service());
  1687.         }, => 'onFrontCartBuystepComplete'], 0);
  1688.         $instance->addListener('Shopping/login.twig', [=> function () {
  1689.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent6Service());
  1690.         }, => 'onShoppingLoginTwigRender'], 0);
  1691.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1692.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1693.         }, => 'onTemplateAdminOrder'], 0);
  1694.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1695.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1696.         }, => 'onTemplateAdminOrderEdit'], 0);
  1697.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1698.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1699.         }, => 'onTemplateAdminShippingEdit'], 0);
  1700.         $instance->addListener('Mypage/history.twig', [=> function () {
  1701.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1702.         }, => 'onTemplateFrontMypageHistory'], 0);
  1703.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1704.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1705.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1706.         $instance->addListener('knp_pager.items', [=> function () {
  1707.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1708.         }, => 'items'], 1);
  1709.         $instance->addListener('kernel.response', [=> function () {
  1710.             return ($this->privates['Plugin\\ProductMetaSeoIngenuity42\\EventListener\\PmsiListener'] ?? $this->getPmsiListenerService());
  1711.         }, => 'onKernelResponse'], 512);
  1712.         $instance->addListener('Product/detail.twig', [=> function () {
  1713.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1714.         }, => 'detail'], 0);
  1715.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1716.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1717.         }, => 'onRenderAdminProduct'], 0);
  1718.         $instance->addListener('Product/detail.twig', [=> function () {
  1719.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1720.         }, => 'onRenderProductDetail'], 0);
  1721.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1722.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1723.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1724.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1725.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1726.         }, => 'onAdminProductProductTwig'], 0);
  1727.         $instance->addListener('Shopping/index.twig', [=> function () {
  1728.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1729.         }, => 'onShoppingIndexTwig'], 0);
  1730.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1731.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1732.         }, => 'onShoppingConfirmTwig'], 0);
  1733.         $instance->addListener('Mypage/index.twig', [=> function () {
  1734.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1735.         }, => 'onMypageNaviTwig'], 0);
  1736.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1737.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1738.         }, => 'onMypageNaviTwig'], 0);
  1739.         $instance->addListener('Mypage/change.twig', [=> function () {
  1740.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1741.         }, => 'onMypageNaviTwig'], 0);
  1742.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1743.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1744.         }, => 'onMypageNaviTwig'], 0);
  1745.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1746.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1747.         }, => 'onMypageNaviTwig'], 0);
  1748.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1749.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1750.         }, => 'onMypageNaviTwig'], 0);
  1751.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1752.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1753.         }, => 'onMypageNaviTwig'], 0);
  1754.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1755.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1756.         }, => 'onMypageNaviTwig'], 0);
  1757.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1758.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1759.         }, => 'onMypageNaviTwig'], 0);
  1760.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1761.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1762.         }, => 'onMypageNaviTwig'], 0);
  1763.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1764.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1765.         }, => 'onMypageNaviTwig'], 0);
  1766.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1767.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1768.         }, => 'onMypageNaviTwig'], 0);
  1769.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1770.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1771.         }, => 'onMypageNaviTwig'], 0);
  1772.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1773.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1774.         }, => 'onMypageNaviTwig'], 0);
  1775.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1776.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1777.         }, => 'onMypageNaviTwig'], 0);
  1778.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1779.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1780.         }, => 'onMypageNaviTwig'], 0);
  1781.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1782.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1783.         }, => 'onMypageNaviTwig'], 0);
  1784.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1785.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1786.         }, => 'onMypageNaviTwig'], 0);
  1787.         $instance->addListener('workflow.order.completed', [=> function () {
  1788.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1789.         }, => 'onCompleted'], 0);
  1790.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1791.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1792.         }, => 'updatePaymentDate'], 0);
  1793.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1794.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1795.         }, => 'rollbackStock'], 0);
  1796.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1797.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1798.         }, => 'rollbackUsePoint'], 0);
  1799.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1800.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1801.         }, => 'commitStock'], 0);
  1802.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1803.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1804.         }, => 'commitUsePoint'], 0);
  1805.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1806.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1807.         }, => 'commitAddPoint'], 0);
  1808.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1809.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1810.         }, => 'updatePaymentDate'], 0);
  1811.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1812.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1813.         }, => 'rollbackUsePoint'], 0);
  1814.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1815.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1816.         }, => 'rollbackAddPoint'], 0);
  1817.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1818.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1819.         }, => 'commitUsePoint'], 0);
  1820.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1821.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1822.         }, => 'commitAddPoint'], 0);
  1823.         $instance->addListener('kernel.request', [=> function () {
  1824.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1825.         }, => 'onKernelRequest'], 4096);
  1826.         $instance->addListener('kernel.response', [=> function () {
  1827.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1828.         }, => 'onKernelResponse'], 0);
  1829.         $instance->addListener('kernel.response', [=> function () {
  1830.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1831.         }, => 'onKernelResponse'], -1024);
  1832.         $instance->addListener('kernel.request', [=> function () {
  1833.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1834.         }, => 'setDefaultLocale'], 100);
  1835.         $instance->addListener('kernel.request', [=> function () {
  1836.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1837.         }, => 'onKernelRequest'], 16);
  1838.         $instance->addListener('kernel.finish_request', [=> function () {
  1839.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1840.         }, => 'onKernelFinishRequest'], 0);
  1841.         $instance->addListener('kernel.request', [=> function () {
  1842.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1843.         }, => 'onKernelRequest'], 256);
  1844.         $instance->addListener('kernel.response', [=> function () {
  1845.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1846.         }, => 'onResponse'], -255);
  1847.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1848.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1849.         }, => 'onControllerArguments'], 0);
  1850.         $instance->addListener('kernel.exception', [=> function () {
  1851.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1852.         }, => 'logKernelException'], 0);
  1853.         $instance->addListener('kernel.exception', [=> function () {
  1854.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1855.         }, => 'onKernelException'], -128);
  1856.         $instance->addListener('kernel.response', [=> function () {
  1857.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1858.         }, => 'removeCspHeader'], -128);
  1859.         $instance->addListener('kernel.request', [=> function () {
  1860.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1861.         }, => 'onKernelRequest'], 15);
  1862.         $instance->addListener('kernel.finish_request', [=> function () {
  1863.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1864.         }, => 'onKernelFinishRequest'], -15);
  1865.         $instance->addListener('console.error', [=> function () {
  1866.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1867.         }, => 'onConsoleError'], -128);
  1868.         $instance->addListener('console.terminate', [=> function () {
  1869.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1870.         }, => 'onConsoleTerminate'], -128);
  1871.         $instance->addListener('console.error', [=> function () {
  1872.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1873.         }, => 'onConsoleError'], 0);
  1874.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1875.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1876.         }, => 'onMessage'], -255);
  1877.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1878.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1879.         }, => 'onMessage'], -255);
  1880.         $instance->addListener('kernel.response', [=> function () {
  1881.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1882.         }, => 'onKernelResponse'], 0);
  1883.         $instance->addListener('kernel.request', [=> function () {
  1884.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1885.         }, => 'onKernelRequest'], 48);
  1886.         $instance->addListener('kernel.request', [=> function () {
  1887.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1888.         }, => 'configure'], 2048);
  1889.         $instance->addListener('console.command', [=> function () {
  1890.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1891.         }, => 'configure'], 2048);
  1892.         $instance->addListener('kernel.request', [=> function () {
  1893.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1894.         }, => 'onKernelRequest'], 32);
  1895.         $instance->addListener('kernel.finish_request', [=> function () {
  1896.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1897.         }, => 'onKernelFinishRequest'], 0);
  1898.         $instance->addListener('kernel.exception', [=> function () {
  1899.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1900.         }, => 'onKernelException'], -64);
  1901.         $instance->addListener('kernel.request', [=> function () {
  1902.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1903.         }, => 'onKernelRequest'], 128);
  1904.         $instance->addListener('kernel.response', [=> function () {
  1905.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1906.         }, => 'onKernelResponse'], -1000);
  1907.         $instance->addListener('kernel.finish_request', [=> function () {
  1908.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1909.         }, => 'onFinishRequest'], 0);
  1910.         $instance->addListener('kernel.response', [=> function () {
  1911.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1912.         }, => 'onKernelResponse'], -100);
  1913.         $instance->addListener('kernel.exception', [=> function () {
  1914.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1915.         }, => 'onKernelException'], 0);
  1916.         $instance->addListener('kernel.terminate', [=> function () {
  1917.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1918.         }, => 'onKernelTerminate'], -1024);
  1919.         $instance->addListener('kernel.controller', [=> function () {
  1920.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1921.         }, => 'onKernelController'], 0);
  1922.         $instance->addListener('kernel.response', [=> function () {
  1923.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1924.         }, => 'onKernelResponse'], 0);
  1925.         $instance->addListener('kernel.response', [=> function () {
  1926.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1927.         }, => 'onKernelResponse'], 0);
  1928.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1929.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1930.         }, => 'checkPassport'], 0);
  1931.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1932.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1933.         }, => 'onLoginSuccess'], 0);
  1934.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1935.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1936.         }, => 'onVoterVote'], 0);
  1937.         $instance->addListener('kernel.request', [=> function () {
  1938.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1939.         }, => 'configureLogoutUrlGenerator'], 8);
  1940.         $instance->addListener('kernel.request', [=> function () {
  1941.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1942.         }, => 'onKernelRequest'], 8);
  1943.         $instance->addListener('kernel.finish_request', [=> function () {
  1944.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1945.         }, => 'onKernelFinishRequest'], 0);
  1946.         $instance->addListener('kernel.controller', [=> function () {
  1947.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1948.         }, => 'onKernelController'], 0);
  1949.         $instance->addListener('kernel.controller', [=> function () {
  1950.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1951.         }, => 'onKernelController'], 0);
  1952.         $instance->addListener('kernel.controller', [=> function () {
  1953.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1954.         }, => 'onKernelController'], -128);
  1955.         $instance->addListener('kernel.view', [=> function () {
  1956.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1957.         }, => 'onKernelView'], 0);
  1958.         $instance->addListener('kernel.controller', [=> function () {
  1959.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1960.         }, => 'onKernelController'], 0);
  1961.         $instance->addListener('kernel.response', [=> function () {
  1962.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1963.         }, => 'onKernelResponse'], 0);
  1964.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1965.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1966.         }, => 'onKernelControllerArguments'], 0);
  1967.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1968.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1969.         }, => 'onKernelControllerArguments'], 0);
  1970.         $instance->addListener('console.command', [=> function () {
  1971.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1972.         }, => 'onCommand'], 255);
  1973.         $instance->addListener('console.terminate', [=> function () {
  1974.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1975.         }, => 'onTerminate'], -255);
  1976.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1977.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1978.         }, => 'onMessage'], 0);
  1979.         $instance->addListener('console.command', [=> function () {
  1980.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1981.         }, => 'configure'], 1024);
  1982.         $instance->addListener('kernel.response', [=> function () {
  1983.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1984.         }, => 'onKernelResponse'], -128);
  1985.         $instance->addListener('console.error', [=> function () {
  1986.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1987.         }, => 'onConsoleError'], 0);
  1988.         $instance->addListener('console.terminate', [=> function () {
  1989.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1990.         }, => 'onConsoleTerminate'], 0);
  1991.         $instance->addListener('knp_pager.before', [=> function () {
  1992.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1993.         }, => 'before'], 0);
  1994.         $instance->addListener('knp_pager.pagination', [=> function () {
  1995.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1996.         }, => 'pagination'], 0);
  1997.         $instance->addListener('knp_pager.before', [=> function () {
  1998.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1999.         }, => 'before'], 1);
  2000.         $instance->addListener('knp_pager.before', [=> function () {
  2001.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2002.         }, => 'before'], 1);
  2003.         $instance->addListener('knp_pager.pagination', [=> function () {
  2004.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2005.         }, => 'pagination'], 1);
  2006.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2007.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2008.         }, => 'checkPassport'], 512);
  2009.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2010.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2011.         }, => 'onLogout'], 0);
  2012.         return $instance;
  2013.     }
  2014.     /**
  2015.      * Gets the public 'http_kernel' shared service.
  2016.      *
  2017.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2018.      */
  2019.     protected function getHttpKernelService()
  2020.     {
  2021.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2022.         if (isset($this->services['http_kernel'])) {
  2023.             return $this->services['http_kernel'];
  2024.         }
  2025.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2026.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  2027.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2028.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2029.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2030.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2031.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2032.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2033.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2034.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2035.         }, 8)), $b));
  2036.     }
  2037.     /**
  2038.      * Gets the public 'request_stack' shared service.
  2039.      *
  2040.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2041.      */
  2042.     protected function getRequestStackService()
  2043.     {
  2044.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2045.     }
  2046.     /**
  2047.      * Gets the public 'router' shared service.
  2048.      *
  2049.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2050.      */
  2051.     protected function getRouterService()
  2052.     {
  2053.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2054.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2055.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2056.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2057.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2058.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2059.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2060.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2061.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2062.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2063.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2064.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2065.         ], [
  2066.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2067.         ]))->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'));
  2068.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2069.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2070.         return $instance;
  2071.     }
  2072.     /**
  2073.      * Gets the public 'translator' shared service.
  2074.      *
  2075.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2076.      */
  2077.     protected function getTranslatorService()
  2078.     {
  2079.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2080.     }
  2081.     /**
  2082.      * Gets the public 'var_dumper.cloner' shared service.
  2083.      *
  2084.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2085.      */
  2086.     protected function getVarDumper_ClonerService()
  2087.     {
  2088.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2089.         $instance->setMaxItems(2500);
  2090.         $instance->setMinDepth(1);
  2091.         $instance->setMaxString(-1);
  2092.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2093.         return $instance;
  2094.     }
  2095.     /**
  2096.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2097.      *
  2098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2099.      */
  2100.     protected function get_ServiceLocator_HDnBBSZService()
  2101.     {
  2102.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2103.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2104.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2105.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2106.         ], [
  2107.             'security.firewall.map.context.admin' => '?',
  2108.             'security.firewall.map.context.customer' => '?',
  2109.             'security.firewall.map.context.dev' => '?',
  2110.         ]);
  2111.     }
  2112.     /**
  2113.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2114.      *
  2115.      * @return \Eccube\DataCollector\EccubeDataCollector
  2116.      */
  2117.     protected function getEccubeDataCollectorService()
  2118.     {
  2119.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2120.     }
  2121.     /**
  2122.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2123.      *
  2124.      * @return \Eccube\Doctrine\Query\Queries
  2125.      */
  2126.     protected function getQueriesService()
  2127.     {
  2128.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2129.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2130.         $b = new \Plugin\CustomerGroup42\Repository\QueryCustomizer\CategorySearchCustomizer($a, ($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  2131.         $c = ($this->privates['Plugin\\CustomerGroup42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService());
  2132.         $b->setConfigRepository($c);
  2133.         $d = new \Plugin\CustomerGroup42\Repository\QueryCustomizer\ProductSearchCustomizer($a, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2134.         $d->setConfigRepository($c);
  2135.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchCustomerCustomizer());
  2136.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchOrderCustomizer());
  2137.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchProductCustomizer());
  2138.         $instance->addCustomizer($b);
  2139.         $instance->addCustomizer($d);
  2140.         $instance->addCustomizer(new \Plugin\CustomerGroupRank42\Repository\QueryCustomizer\GroupSearchCustomizer());
  2141.         $instance->addCustomizer(new \Plugin\ExpressLink42\Repository\AdminOrderCustomizer());
  2142.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2143.         return $instance;
  2144.     }
  2145.     /**
  2146.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2147.      *
  2148.      * @return \Eccube\EventListener\IpAddrListener
  2149.      */
  2150.     protected function getIpAddrListenerService()
  2151.     {
  2152.         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()));
  2153.     }
  2154.     /**
  2155.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2156.      *
  2157.      * @return \Eccube\EventListener\LogListener
  2158.      */
  2159.     protected function getLogListenerService()
  2160.     {
  2161.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2162.     }
  2163.     /**
  2164.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2165.      *
  2166.      * @return \Eccube\EventListener\MaintenanceListener
  2167.      */
  2168.     protected function getMaintenanceListenerService()
  2169.     {
  2170.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2171.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2172.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2173.         }
  2174.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2175.     }
  2176.     /**
  2177.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2178.      *
  2179.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2180.      */
  2181.     protected function getMobileTemplatePathListenerService()
  2182.     {
  2183.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2184.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2185.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2186.         }
  2187.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a, ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2188.     }
  2189.     /**
  2190.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2191.      *
  2192.      * @return \Eccube\EventListener\RateLimiterListener
  2193.      */
  2194.     protected function getRateLimiterListenerService()
  2195.     {
  2196.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2197.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2198.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2199.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2200.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2201.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2202.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2203.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2204.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2205.         ], [
  2206.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2207.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2208.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2209.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2210.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2211.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2212.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2213.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2214.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2215.     }
  2216.     /**
  2217.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2218.      *
  2219.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2220.      */
  2221.     protected function getRestrictFileUploadListenerService()
  2222.     {
  2223.         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()));
  2224.     }
  2225.     /**
  2226.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2227.      *
  2228.      * @return \Eccube\EventListener\TransactionListener
  2229.      */
  2230.     protected function getTransactionListenerService()
  2231.     {
  2232.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2233.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2234.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2235.         }
  2236.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2237.     }
  2238.     /**
  2239.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2240.      *
  2241.      * @return \Eccube\EventListener\TwigInitializeListener
  2242.      */
  2243.     protected function getTwigInitializeListenerService()
  2244.     {
  2245.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2246.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2247.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2248.         }
  2249.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2250.     }
  2251.     /**
  2252.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2253.      *
  2254.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2255.      */
  2256.     protected function getTwoFactorAuthListenerService()
  2257.     {
  2258.         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()));
  2259.     }
  2260.     /**
  2261.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2262.      *
  2263.      * @return \Eccube\Log\Processor\SessionProcessor
  2264.      */
  2265.     protected function getSessionProcessorService()
  2266.     {
  2267.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2268.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2269.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2270.         }
  2271.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2272.     }
  2273.     /**
  2274.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2275.      *
  2276.      * @return \Eccube\Log\Processor\TokenProcessor
  2277.      */
  2278.     protected function getTokenProcessorService()
  2279.     {
  2280.         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()));
  2281.     }
  2282.     /**
  2283.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2284.      *
  2285.      * @return \Eccube\Repository\AuthorityRoleRepository
  2286.      */
  2287.     protected function getAuthorityRoleRepositoryService()
  2288.     {
  2289.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2290.     }
  2291.     /**
  2292.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2293.      *
  2294.      * @return \Eccube\Repository\BaseInfoRepository
  2295.      */
  2296.     protected function getBaseInfoRepositoryService()
  2297.     {
  2298.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2299.     }
  2300.     /**
  2301.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2302.      *
  2303.      * @return \Eccube\Repository\BlockPositionRepository
  2304.      */
  2305.     protected function getBlockPositionRepositoryService()
  2306.     {
  2307.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2308.     }
  2309.     /**
  2310.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2311.      *
  2312.      * @return \Eccube\Repository\BlockRepository
  2313.      */
  2314.     protected function getBlockRepositoryService()
  2315.     {
  2316.         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))));
  2317.     }
  2318.     /**
  2319.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2320.      *
  2321.      * @return \Eccube\Repository\CartRepository
  2322.      */
  2323.     protected function getCartRepositoryService()
  2324.     {
  2325.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2326.     }
  2327.     /**
  2328.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2329.      *
  2330.      * @return \Eccube\Repository\LayoutRepository
  2331.      */
  2332.     protected function getLayoutRepositoryService()
  2333.     {
  2334.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2335.     }
  2336.     /**
  2337.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2338.      *
  2339.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2340.      */
  2341.     protected function getDeviceTypeRepositoryService()
  2342.     {
  2343.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2344.     }
  2345.     /**
  2346.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2347.      *
  2348.      * @return \Eccube\Repository\OrderRepository
  2349.      */
  2350.     protected function getOrderRepositoryService()
  2351.     {
  2352.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2353.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2354.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2355.         }
  2356.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2357.     }
  2358.     /**
  2359.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2360.      *
  2361.      * @return \Eccube\Repository\PageLayoutRepository
  2362.      */
  2363.     protected function getPageLayoutRepositoryService()
  2364.     {
  2365.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2366.     }
  2367.     /**
  2368.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2369.      *
  2370.      * @return \Eccube\Repository\PageRepository
  2371.      */
  2372.     protected function getPageRepositoryService()
  2373.     {
  2374.         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);
  2375.     }
  2376.     /**
  2377.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2378.      *
  2379.      * @return \Eccube\Repository\ProductClassRepository
  2380.      */
  2381.     protected function getProductClassRepositoryService()
  2382.     {
  2383.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2384.     }
  2385.     /**
  2386.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2387.      *
  2388.      * @return \Eccube\Repository\ProductRepository
  2389.      */
  2390.     protected function getProductRepositoryService()
  2391.     {
  2392.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2393.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2394.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2395.         }
  2396.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2397.     }
  2398.     /**
  2399.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2400.      *
  2401.      * @return \Eccube\Repository\TaxRuleRepository
  2402.      */
  2403.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2404.     {
  2405.         if ($lazyLoad) {
  2406.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2407.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2408.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2409.                     $proxy->setProxyInitializer(null);
  2410.                     return true;
  2411.                 });
  2412.             });
  2413.         }
  2414.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2415.         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))));
  2416.     }
  2417.     /**
  2418.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2419.      *
  2420.      * @return \Eccube\Request\Context
  2421.      */
  2422.     protected function getContextService()
  2423.     {
  2424.         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()));
  2425.     }
  2426.     /**
  2427.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2428.      *
  2429.      * @return \Eccube\Service\CartService
  2430.      */
  2431.     protected function getCartServiceService($lazyLoad true)
  2432.     {
  2433.         if ($lazyLoad) {
  2434.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2435.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2436.                     $wrappedInstance $this->getCartServiceService(false);
  2437.                     $proxy->setProxyInitializer(null);
  2438.                     return true;
  2439.                 });
  2440.             });
  2441.         }
  2442.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2443.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2444.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2445.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2446.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2447.         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()));
  2448.     }
  2449.     /**
  2450.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2451.      *
  2452.      * @return \Eccube\Service\TwoFactorAuthService
  2453.      */
  2454.     protected function getTwoFactorAuthServiceService()
  2455.     {
  2456.         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())));
  2457.     }
  2458.     /**
  2459.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2460.      *
  2461.      * @return \Eccube\Twig\Extension\EccubeExtension
  2462.      */
  2463.     protected function getEccubeExtensionService()
  2464.     {
  2465.         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()));
  2466.     }
  2467.     /**
  2468.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2469.      *
  2470.      * @return \Eccube\Twig\Extension\TaxExtension
  2471.      */
  2472.     protected function getTaxExtensionService()
  2473.     {
  2474.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2475.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2476.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2477.         }
  2478.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2479.     }
  2480.     /**
  2481.      * Gets the private 'Plugin\CustomerGroup42\EventListener\ProductListener' shared autowired service.
  2482.      *
  2483.      * @return \Plugin\CustomerGroup42\EventListener\ProductListener
  2484.      */
  2485.     protected function getProductListenerService()
  2486.     {
  2487.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2488.         if (isset($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'])) {
  2489.             return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'];
  2490.         }
  2491.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2492.         if (isset($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'])) {
  2493.             return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'];
  2494.         }
  2495.         return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'] = new \Plugin\CustomerGroup42\EventListener\ProductListener($a$b);
  2496.     }
  2497.     /**
  2498.      * Gets the private 'Plugin\CustomerGroup42\Repository\CategoryRepository' shared autowired service.
  2499.      *
  2500.      * @return \Plugin\CustomerGroup42\Repository\CategoryRepository
  2501.      */
  2502.     protected function getCategoryRepositoryService()
  2503.     {
  2504.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2505.         if (isset($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'])) {
  2506.             return $this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'];
  2507.         }
  2508.         return $this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'] = new \Plugin\CustomerGroup42\Repository\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), $a);
  2509.     }
  2510.     /**
  2511.      * Gets the private 'Plugin\CustomerGroup42\Repository\ConfigRepository' shared autowired service.
  2512.      *
  2513.      * @return \Plugin\CustomerGroup42\Repository\ConfigRepository
  2514.      */
  2515.     protected function getConfigRepositoryService()
  2516.     {
  2517.         return $this->privates['Plugin\\CustomerGroup42\\Repository\\ConfigRepository'] = new \Plugin\CustomerGroup42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2518.     }
  2519.     /**
  2520.      * Gets the private 'Plugin\DisableNonMember42\Event' shared autowired service.
  2521.      *
  2522.      * @return \Plugin\DisableNonMember42\Event
  2523.      */
  2524.     protected function getEvent6Service()
  2525.     {
  2526.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2527.         if (isset($this->privates['Plugin\\DisableNonMember42\\Event'])) {
  2528.             return $this->privates['Plugin\\DisableNonMember42\\Event'];
  2529.         }
  2530.         return $this->privates['Plugin\\DisableNonMember42\\Event'] = new \Plugin\DisableNonMember42\Event($a, ($this->services['router'] ?? $this->getRouterService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'Plugin\ProductMetaSeoIngenuity42\EventListener\PmsiListener' shared autowired service.
  2534.      *
  2535.      * @return \Plugin\ProductMetaSeoIngenuity42\EventListener\PmsiListener
  2536.      */
  2537.     protected function getPmsiListenerService()
  2538.     {
  2539.         return $this->privates['Plugin\\ProductMetaSeoIngenuity42\\EventListener\\PmsiListener'] = new \Plugin\ProductMetaSeoIngenuity42\EventListener\PmsiListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2540.     }
  2541.     /**
  2542.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2543.      *
  2544.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2545.      */
  2546.     protected function getWebProcessorService()
  2547.     {
  2548.         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']);
  2549.     }
  2550.     /**
  2551.      * Gets the private 'annotations.cache_adapter' shared service.
  2552.      *
  2553.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2554.      */
  2555.     protected function getAnnotations_CacheAdapterService()
  2556.     {
  2557.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'annotations.cached_reader' shared service.
  2561.      *
  2562.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2563.      */
  2564.     protected function getAnnotations_CachedReaderService()
  2565.     {
  2566.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2567.     }
  2568.     /**
  2569.      * Gets the private 'annotations.reader' shared service.
  2570.      *
  2571.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2572.      */
  2573.     protected function getAnnotations_ReaderService()
  2574.     {
  2575.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2576.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2577.         $a->registerUniqueLoader('class_exists');
  2578.         $instance->addGlobalIgnoredName('required'$a);
  2579.         return $instance;
  2580.     }
  2581.     /**
  2582.      * Gets the private 'assets.context' shared service.
  2583.      *
  2584.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2585.      */
  2586.     protected function getAssets_ContextService()
  2587.     {
  2588.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2589.         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());
  2590.     }
  2591.     /**
  2592.      * Gets the private 'cache.annotations' shared service.
  2593.      *
  2594.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2595.      */
  2596.     protected function getCache_AnnotationsService()
  2597.     {
  2598.         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())));
  2599.     }
  2600.     /**
  2601.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2602.      *
  2603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2604.      */
  2605.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2606.     {
  2607.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2608.     }
  2609.     /**
  2610.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2613.      */
  2614.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2615.     {
  2616.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2617.     }
  2618.     /**
  2619.      * Gets the private 'cache.property_info' shared service.
  2620.      *
  2621.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2622.      */
  2623.     protected function getCache_PropertyInfoService()
  2624.     {
  2625.         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())));
  2626.     }
  2627.     /**
  2628.      * Gets the private 'cache.security_expression_language' shared service.
  2629.      *
  2630.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2631.      */
  2632.     protected function getCache_SecurityExpressionLanguageService()
  2633.     {
  2634.         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())));
  2635.     }
  2636.     /**
  2637.      * Gets the private 'cache.security_token_verifier' shared service.
  2638.      *
  2639.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2640.      */
  2641.     protected function getCache_SecurityTokenVerifierService()
  2642.     {
  2643.         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())));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'cache.serializer' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2649.      */
  2650.     protected function getCache_SerializerService()
  2651.     {
  2652.         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())));
  2653.     }
  2654.     /**
  2655.      * Gets the private 'cache.validator' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2658.      */
  2659.     protected function getCache_ValidatorService()
  2660.     {
  2661.         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())));
  2662.     }
  2663.     /**
  2664.      * Gets the private 'config_cache_factory' shared service.
  2665.      *
  2666.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2667.      */
  2668.     protected function getConfigCacheFactoryService()
  2669.     {
  2670.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2671.             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)));
  2672.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2673.         }, 2));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'data_collector.form' shared service.
  2677.      *
  2678.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2679.      */
  2680.     protected function getDataCollector_FormService()
  2681.     {
  2682.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2683.     }
  2684.     /**
  2685.      * Gets the private 'data_collector.request' shared service.
  2686.      *
  2687.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2688.      */
  2689.     protected function getDataCollector_RequestService()
  2690.     {
  2691.         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())));
  2692.     }
  2693.     /**
  2694.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2697.      */
  2698.     protected function getDebug_DebugHandlersListenerService()
  2699.     {
  2700.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2701.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2702.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2703.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2704.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2705.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2706.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2707.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2708.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2709.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2710.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2711.     }
  2712.     /**
  2713.      * Gets the private 'debug.file_link_formatter' shared service.
  2714.      *
  2715.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2716.      */
  2717.     protected function getDebug_FileLinkFormatterService()
  2718.     {
  2719.         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 () {
  2720.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2721.         });
  2722.     }
  2723.     /**
  2724.      * Gets the private 'debug.log_processor' shared service.
  2725.      *
  2726.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2727.      */
  2728.     protected function getDebug_LogProcessorService()
  2729.     {
  2730.         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())));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2736.      */
  2737.     protected function getDebug_Security_Access_DecisionManagerService()
  2738.     {
  2739.         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 () {
  2740.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2741.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2742.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2743.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2744.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\CategoryVoter'] ?? $this->load('getCategoryVoterService'));
  2745.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\GroupVoter'] ?? $this->load('getGroupVoterService'));
  2746.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\PageVoter'] ?? $this->load('getPageVoterService'));
  2747.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\ProductVoter'] ?? $this->load('getProductVoterService'));
  2748.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2749.     }
  2750.     /**
  2751.      * Gets the private 'debug.security.firewall' shared service.
  2752.      *
  2753.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2754.      */
  2755.     protected function getDebug_Security_FirewallService()
  2756.     {
  2757.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2758.         if (isset($this->privates['debug.security.firewall'])) {
  2759.             return $this->privates['debug.security.firewall'];
  2760.         }
  2761.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2762.         if (isset($this->privates['debug.security.firewall'])) {
  2763.             return $this->privates['debug.security.firewall'];
  2764.         }
  2765.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2769.      *
  2770.      * @return \Doctrine\Migrations\DependencyFactory
  2771.      */
  2772.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2773.     {
  2774.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2775.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2776.         $a->setAllOrNothing(false);
  2777.         $a->setCheckDatabasePlatform(true);
  2778.         $a->setTransactional(true);
  2779.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2780.         $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()));
  2781.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2782.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2783.         });
  2784.         return $instance;
  2785.     }
  2786.     /**
  2787.      * Gets the private 'eccube.collector.core' shared autowired service.
  2788.      *
  2789.      * @return \Eccube\DataCollector\EccubeDataCollector
  2790.      */
  2791.     protected function getEccube_Collector_CoreService()
  2792.     {
  2793.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'esi_listener' shared service.
  2797.      *
  2798.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2799.      */
  2800.     protected function getEsiListenerService()
  2801.     {
  2802.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'exception_listener' shared service.
  2806.      *
  2807.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2808.      */
  2809.     protected function getExceptionListenerService()
  2810.     {
  2811.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2812.     }
  2813.     /**
  2814.      * Gets the private 'fragment.listener' shared service.
  2815.      *
  2816.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2817.      */
  2818.     protected function getFragment_ListenerService()
  2819.     {
  2820.         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');
  2821.     }
  2822.     /**
  2823.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2824.      *
  2825.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2826.      */
  2827.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2828.     {
  2829.         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())));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2833.      *
  2834.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2835.      */
  2836.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2837.     {
  2838.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2839.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2840.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2841.         }
  2842.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  2843.     }
  2844.     /**
  2845.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2846.      *
  2847.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2848.      */
  2849.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2850.     {
  2851.         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]);
  2852.     }
  2853.     /**
  2854.      * Gets the private 'locale_aware_listener' shared service.
  2855.      *
  2856.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2857.      */
  2858.     protected function getLocaleAwareListenerService()
  2859.     {
  2860.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2861.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2862.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2863.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'locale_listener' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2869.      */
  2870.     protected function getLocaleListenerService()
  2871.     {
  2872.         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, []);
  2873.     }
  2874.     /**
  2875.      * Gets the private 'monolog.handler.buffered' shared service.
  2876.      *
  2877.      * @return \Monolog\Handler\BufferHandler
  2878.      */
  2879.     protected function getMonolog_Handler_BufferedService()
  2880.     {
  2881.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2882.     }
  2883.     /**
  2884.      * Gets the private 'monolog.handler.console' shared service.
  2885.      *
  2886.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2887.      */
  2888.     protected function getMonolog_Handler_ConsoleService()
  2889.     {
  2890.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2891.     }
  2892.     /**
  2893.      * Gets the private 'monolog.logger' shared service.
  2894.      *
  2895.      * @return \Symfony\Bridge\Monolog\Logger
  2896.      */
  2897.     protected function getMonolog_LoggerService()
  2898.     {
  2899.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2900.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2901.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2902.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2903.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2904.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2905.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2906.         $instance->useMicrosecondTimestamps(true);
  2907.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2908.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2909.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2910.         return $instance;
  2911.     }
  2912.     /**
  2913.      * Gets the private 'monolog.logger.cache' shared service.
  2914.      *
  2915.      * @return \Symfony\Bridge\Monolog\Logger
  2916.      */
  2917.     protected function getMonolog_Logger_CacheService()
  2918.     {
  2919.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2920.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2921.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2922.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2923.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2924.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2925.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2926.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2927.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2928.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2929.         return $instance;
  2930.     }
  2931.     /**
  2932.      * Gets the private 'monolog.logger.request' shared service.
  2933.      *
  2934.      * @return \Symfony\Bridge\Monolog\Logger
  2935.      */
  2936.     protected function getMonolog_Logger_RequestService()
  2937.     {
  2938.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2939.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2940.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2941.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2942.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2943.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2944.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2945.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2946.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2947.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2948.         return $instance;
  2949.     }
  2950.     /**
  2951.      * Gets the private 'monolog.logger.security' shared service.
  2952.      *
  2953.      * @return \Symfony\Bridge\Monolog\Logger
  2954.      */
  2955.     protected function getMonolog_Logger_SecurityService()
  2956.     {
  2957.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2958.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2959.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2960.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2961.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2962.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2963.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2964.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2965.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2966.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2967.         return $instance;
  2968.     }
  2969.     /**
  2970.      * Gets the private 'parameter_bag' shared service.
  2971.      *
  2972.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2973.      */
  2974.     protected function getParameterBagService()
  2975.     {
  2976.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2977.     }
  2978.     /**
  2979.      * Gets the private 'profiler_listener' shared service.
  2980.      *
  2981.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2982.      */
  2983.     protected function getProfilerListenerService()
  2984.     {
  2985.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2986.         if (isset($this->privates['profiler_listener'])) {
  2987.             return $this->privates['profiler_listener'];
  2988.         }
  2989.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2990.     }
  2991.     /**
  2992.      * Gets the private 'property_info' shared service.
  2993.      *
  2994.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2995.      */
  2996.     protected function getPropertyInfoService()
  2997.     {
  2998.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2999.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3000.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3001.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3002.         }, 3), new RewindableGenerator(function () {
  3003.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3004.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3005.         }, 2), new RewindableGenerator(function () {
  3006.             return new \EmptyIterator();
  3007.         }, 0), new RewindableGenerator(function () {
  3008.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3009.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3010.         }, 2), new RewindableGenerator(function () {
  3011.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3012.         }, 1));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'rate_limiter.cache' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3018.      */
  3019.     protected function getRateLimiter_CacheService()
  3020.     {
  3021.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('635t6d-tz-'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3022.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3023.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3024.     }
  3025.     /**
  3026.      * Gets the private 'router.expression_language_provider' shared service.
  3027.      *
  3028.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3029.      */
  3030.     protected function getRouter_ExpressionLanguageProviderService()
  3031.     {
  3032.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3033.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3034.         ], [
  3035.             'env' => 'Closure',
  3036.         ]));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'router.request_context' shared service.
  3040.      *
  3041.      * @return \Symfony\Component\Routing\RequestContext
  3042.      */
  3043.     protected function getRouter_RequestContextService()
  3044.     {
  3045.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3046.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3047.         return $instance;
  3048.     }
  3049.     /**
  3050.      * Gets the private 'router_listener' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3053.      */
  3054.     protected function getRouterListenerService()
  3055.     {
  3056.         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);
  3057.     }
  3058.     /**
  3059.      * Gets the private 'security.context_listener.0' shared service.
  3060.      *
  3061.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3062.      */
  3063.     protected function getSecurity_ContextListener_0Service()
  3064.     {
  3065.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3066.         if (isset($this->privates['security.context_listener.0'])) {
  3067.             return $this->privates['security.context_listener.0'];
  3068.         }
  3069.         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 () {
  3070.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3071.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3072.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3073.     }
  3074.     /**
  3075.      * Gets the private 'security.context_listener.1' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3078.      */
  3079.     protected function getSecurity_ContextListener_1Service()
  3080.     {
  3081.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3082.         if (isset($this->privates['security.context_listener.1'])) {
  3083.             return $this->privates['security.context_listener.1'];
  3084.         }
  3085.         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 () {
  3086.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3087.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3088.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3089.     }
  3090.     /**
  3091.      * Gets the private 'security.csrf.token_storage' shared service.
  3092.      *
  3093.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3094.      */
  3095.     protected function getSecurity_Csrf_TokenStorageService()
  3096.     {
  3097.         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())));
  3098.     }
  3099.     /**
  3100.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3101.      *
  3102.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3103.      */
  3104.     protected function getSecurity_EventDispatcher_AdminService()
  3105.     {
  3106.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3107.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3108.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3109.         }, => 'checkPassport'], 2048);
  3110.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3111.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3112.         }, => 'onSuccessfulLogin'], 0);
  3113.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3114.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3115.         }, => 'onLogout'], 0);
  3116.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3117.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3118.         }, => 'onLogout'], 0);
  3119.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3120.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3121.         }, => 'checkPassport'], 2080);
  3122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3123.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3124.         }, => 'onSuccessfulLogin'], 0);
  3125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3126.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3127.         }, => 'preCheckCredentials'], 256);
  3128.         $instance->addListener('security.authentication.success', [=> function () {
  3129.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3130.         }, => 'postCheckCredentials'], 256);
  3131.         $instance->addListener('security.interactive_login', [=> function () {
  3132.             return ($this->privates['Plugin\\CustomerGroupRank42\\Security\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  3133.         }, => 'onInteractiveLogin'], 0);
  3134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3135.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3136.         }, => 'checkPassport'], 1024);
  3137.         $instance->addListener('security.interactive_login', [=> function () {
  3138.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3139.         }, => 'onInteractiveLogin'], 0);
  3140.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3141.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3142.         }, => 'onAuthenticationFailure'], 0);
  3143.         $instance->addListener('security.interactive_login', [=> function () {
  3144.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3145.         }, => 'onInteractiveLogin'], 0);
  3146.         $instance->addListener('security.interactive_login', [=> function () {
  3147.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3148.         }, => 'onInteractiveLogin'], 0);
  3149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3150.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3151.         }, => 'checkPassport'], 0);
  3152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3153.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3154.         }, => 'onLoginSuccess'], 0);
  3155.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3156.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3157.         }, => 'checkPassport'], 512);
  3158.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3159.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3160.         }, => 'onLogout'], 0);
  3161.         return $instance;
  3162.     }
  3163.     /**
  3164.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3165.      *
  3166.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3167.      */
  3168.     protected function getSecurity_EventDispatcher_CustomerService()
  3169.     {
  3170.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3171.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3172.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3173.         }, => 'checkPassport'], 2048);
  3174.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3175.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3176.         }, => 'onSuccessfulLogin'], 0);
  3177.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3178.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3179.         }, => 'onLogout'], 64);
  3180.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3181.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3182.         }, => 'onLogout'], 0);
  3183.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3184.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3185.         }, => 'checkPassport'], 2080);
  3186.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3187.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3188.         }, => 'onSuccessfulLogin'], 0);
  3189.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3190.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3191.         }, => 'onSuccessfulLogin'], -32);
  3192.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3193.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3194.         }, => 'onSuccessfulLogin'], -64);
  3195.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3196.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3197.         }, => 'clearCookie'], 0);
  3198.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3199.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3200.         }, => 'clearCookie'], 0);
  3201.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3202.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3203.         }, => 'clearCookie'], 0);
  3204.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3205.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3206.         }, => 'preCheckCredentials'], 256);
  3207.         $instance->addListener('security.authentication.success', [=> function () {
  3208.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3209.         }, => 'postCheckCredentials'], 256);
  3210.         $instance->addListener('security.interactive_login', [=> function () {
  3211.             return ($this->privates['Plugin\\CustomerGroupRank42\\Security\\EventListener\\LoginListener'] ?? $this->load('getLoginListenerService'));
  3212.         }, => 'onInteractiveLogin'], 0);
  3213.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3214.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3215.         }, => 'checkPassport'], 1024);
  3216.         $instance->addListener('security.interactive_login', [=> function () {
  3217.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3218.         }, => 'onInteractiveLogin'], 0);
  3219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3220.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3221.         }, => 'onAuthenticationFailure'], 0);
  3222.         $instance->addListener('security.interactive_login', [=> function () {
  3223.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3224.         }, => 'onInteractiveLogin'], 0);
  3225.         $instance->addListener('security.interactive_login', [=> function () {
  3226.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3227.         }, => 'onInteractiveLogin'], 0);
  3228.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3229.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3230.         }, => 'checkPassport'], 0);
  3231.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3232.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3233.         }, => 'onLoginSuccess'], 0);
  3234.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3235.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3236.         }, => 'checkPassport'], 512);
  3237.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3238.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3239.         }, => 'onLogout'], 0);
  3240.         return $instance;
  3241.     }
  3242.     /**
  3243.      * Gets the private 'security.firewall.map' shared service.
  3244.      *
  3245.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3246.      */
  3247.     protected function getSecurity_Firewall_MapService()
  3248.     {
  3249.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3250.         if (isset($this->privates['security.firewall.map'])) {
  3251.             return $this->privates['security.firewall.map'];
  3252.         }
  3253.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3254.             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)/')));
  3255.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.7gF7PF4'] ?? ($this->privates['.security.request_matcher.7gF7PF4'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3256.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3257.         }, 3));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'security.helper' shared service.
  3261.      *
  3262.      * @return \Symfony\Component\Security\Core\Security
  3263.      */
  3264.     protected function getSecurity_HelperService()
  3265.     {
  3266.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3267.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3268.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3269.         ], [
  3270.             'security.authorization_checker' => '?',
  3271.             'security.token_storage' => '?',
  3272.         ]));
  3273.     }
  3274.     /**
  3275.      * Gets the private 'security.logout_url_generator' shared service.
  3276.      *
  3277.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3278.      */
  3279.     protected function getSecurity_LogoutUrlGeneratorService()
  3280.     {
  3281.         $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()));
  3282.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3283.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3284.         return $instance;
  3285.     }
  3286.     /**
  3287.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3288.      *
  3289.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3290.      */
  3291.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3292.     {
  3293.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3294.     }
  3295.     /**
  3296.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3297.      *
  3298.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3299.      */
  3300.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3301.     {
  3302.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3303.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3304.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3305.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3306.     }
  3307.     /**
  3308.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3309.      *
  3310.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3311.      */
  3312.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3313.     {
  3314.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3315.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3316.             return $this->privates['sensio_framework_extra.security.listener'];
  3317.         }
  3318.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3319.     }
  3320.     /**
  3321.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3322.      *
  3323.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3324.      */
  3325.     protected function getSensioFrameworkExtra_View_ListenerService()
  3326.     {
  3327.         $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))));
  3328.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3329.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3330.         ], [
  3331.             'twig' => '?',
  3332.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3333.         return $instance;
  3334.     }
  3335.     /**
  3336.      * Gets the private 'session.factory' shared service.
  3337.      *
  3338.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3339.      */
  3340.     protected function getSession_FactoryService()
  3341.     {
  3342.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3343.         if (isset($this->privates['session.factory'])) {
  3344.             return $this->privates['session.factory'];
  3345.         }
  3346.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->load('getSession_Storage_Factory_ServiceService'), [=> $a=> 'onSessionUsage']);
  3347.     }
  3348.     /**
  3349.      * Gets the private 'session_listener' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3352.      */
  3353.     protected function getSessionListenerService()
  3354.     {
  3355.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3356.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3357.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3358.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3359.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3360.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3361.         ], [
  3362.             'initialized_session' => '?',
  3363.             'logger' => '?',
  3364.             'session' => '?',
  3365.             'session_collector' => '?',
  3366.             'session_factory' => '?',
  3367.         ]), true$this->getParameter('session.storage.options'));
  3368.     }
  3369.     /**
  3370.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3371.      *
  3372.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3373.      */
  3374.     protected function getStateMachine_Order_MetadataStoreService()
  3375.     {
  3376.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3377.     }
  3378.     /**
  3379.      * Gets the private 'translator.default' shared service.
  3380.      *
  3381.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3382.      */
  3383.     protected function getTranslator_DefaultService()
  3384.     {
  3385.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3386.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3387.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3388.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3389.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3390.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3391.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3392.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3393.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3394.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3395.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3396.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3397.         ], [
  3398.             'translation.loader.csv' => '?',
  3399.             'translation.loader.dat' => '?',
  3400.             'translation.loader.ini' => '?',
  3401.             'translation.loader.json' => '?',
  3402.             'translation.loader.mo' => '?',
  3403.             'translation.loader.php' => '?',
  3404.             'translation.loader.po' => '?',
  3405.             'translation.loader.qt' => '?',
  3406.             'translation.loader.res' => '?',
  3407.             'translation.loader.xliff' => '?',
  3408.             'translation.loader.yml' => '?',
  3409.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale/validators.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Resource/locale/validators.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Resource/locale/validators.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale/messages.ja.yaml'), 23 => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale/validators.ja.yaml'), 24 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Resource/locale/messages.ja.yaml'), 25 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Resource/locale/validators.ja.yaml'), 26 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 27 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 28 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Resource/locale'), 18 => (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/locale'), 19 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Resource/locale'), 20 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 21 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 22 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 35 => (\dirname(__DIR__4).'/src/Eccube/translations'), 36 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Bundle/translations'), 37 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Bundle/translations'), 38 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Bundle/translations'), 39 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'10 => 'app/Plugin/SiteKit42/Resource/locale'11 => 'app/Plugin/YamatoPayment42/Resource/locale'12 => 'app/Plugin/DisableNonMember42/Resource/locale'13 => 'app/Plugin/CustomerGroup42/Resource/locale'14 => 'app/Plugin/CustomerGroupPrice42/Resource/locale'15 => 'app/Plugin/ExpressLink42/Resource/locale'16 => 'app/Plugin/DeliveryCool42/Resource/locale'17 => 'app/Plugin/DeliveryFreeProduct42/Resource/locale'18 => 'app/Plugin/DesignTag42/Resource/locale'19 => 'app/Plugin/CustomerGroupRank42/Resource/locale'20 => 'src/Eccube/Resource/locale/'21 => 'app/Customize/Resource/locale/'22 => 'vendor/symfony/framework-bundle/translations'23 => 'vendor/symfony/security-bundle/translations'24 => 'vendor/doctrine/doctrine-bundle/translations'25 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'26 => 'vendor/sensio/framework-extra-bundle/src/translations'27 => 'vendor/symfony/monolog-bundle/translations'28 => 'vendor/symfony/twig-bundle/translations'29 => 'vendor/symfony/debug-bundle/translations'30 => 'vendor/symfony/web-profiler-bundle/translations'31 => 'vendor/symfony/maker-bundle/src/translations'32 => 'vendor/exercise/htmlpurifier-bundle/src/translations'33 => 'vendor/doctrine/doctrine-migrations-bundle/translations'34 => 'vendor/twig/extra-bundle/translations'35 => 'src/Eccube/translations'36 => 'app/Plugin/CustomerGroup42/Bundle/translations'37 => 'app/Plugin/CustomerGroupPrice42/Bundle/translations'38 => 'app/Plugin/CustomerGroupRank42/Bundle/translations'39 => 'translations']]], []);
  3410.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3411.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the private 'validator.builder' shared service.
  3416.      *
  3417.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3418.      */
  3419.     protected function getValidator_BuilderService()
  3420.     {
  3421.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3422.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3423.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3424.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3425.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3426.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3427.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3428.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3429.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3430.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3431.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3432.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3433.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3434.         ], [
  3435.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3436.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3437.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3438.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3439.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3440.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3441.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3442.             'doctrine.orm.validator.unique' => '?',
  3443.             'security.validator.user_password' => '?',
  3444.             'validator.expression' => '?',
  3445.         ])));
  3446.         if ($this->has('translator')) {
  3447.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3448.         }
  3449.         $instance->setTranslationDomain('validators');
  3450.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3451.         $instance->enableAnnotationMapping(true);
  3452.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3453.         $instance->addMethodMapping('loadValidatorMetadata');
  3454.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3455.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3456.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3457.         return $instance;
  3458.     }
  3459.     /**
  3460.      * Gets the private 'var_dumper.html_dumper' shared service.
  3461.      *
  3462.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3463.      */
  3464.     protected function getVarDumper_HtmlDumperService()
  3465.     {
  3466.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3467.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the private 'web_profiler.csp.handler' shared service.
  3472.      *
  3473.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3474.      */
  3475.     protected function getWebProfiler_Csp_HandlerService()
  3476.     {
  3477.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3478.     }
  3479.     /**
  3480.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3481.      *
  3482.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3483.      */
  3484.     protected function getWebProfiler_DebugToolbarService()
  3485.     {
  3486.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3487.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3488.             return $this->privates['web_profiler.debug_toolbar'];
  3489.         }
  3490.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3491.     }
  3492.     /**
  3493.      * Gets the public 'cache_clearer' alias.
  3494.      *
  3495.      * @return object The ".container.private.cache_clearer" service.
  3496.      */
  3497.     protected function getCacheClearerService()
  3498.     {
  3499.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3500.         return $this->get('.container.private.cache_clearer');
  3501.     }
  3502.     /**
  3503.      * Gets the public 'filesystem' alias.
  3504.      *
  3505.      * @return object The ".container.private.filesystem" service.
  3506.      */
  3507.     protected function getFilesystemService()
  3508.     {
  3509.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3510.         return $this->get('.container.private.filesystem');
  3511.     }
  3512.     /**
  3513.      * Gets the public 'state_machine.order' alias.
  3514.      *
  3515.      * @return object The ".container.private.state_machine.order" service.
  3516.      */
  3517.     protected function getStateMachine_OrderService()
  3518.     {
  3519.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3520.         return $this->get('.container.private.state_machine.order');
  3521.     }
  3522.     /**
  3523.      * Gets the public 'serializer' alias.
  3524.      *
  3525.      * @return object The ".container.private.serializer" service.
  3526.      */
  3527.     protected function getSerializerService()
  3528.     {
  3529.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3530.         return $this->get('.container.private.serializer');
  3531.     }
  3532.     /**
  3533.      * Gets the public 'security.csrf.token_manager' alias.
  3534.      *
  3535.      * @return object The ".container.private.security.csrf.token_manager" service.
  3536.      */
  3537.     protected function getSecurity_Csrf_TokenManagerService()
  3538.     {
  3539.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3540.         return $this->get('.container.private.security.csrf.token_manager');
  3541.     }
  3542.     /**
  3543.      * Gets the public 'form.factory' alias.
  3544.      *
  3545.      * @return object The ".container.private.form.factory" service.
  3546.      */
  3547.     protected function getForm_FactoryService()
  3548.     {
  3549.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3550.         return $this->get('.container.private.form.factory');
  3551.     }
  3552.     /**
  3553.      * Gets the public 'form.type.file' alias.
  3554.      *
  3555.      * @return object The ".container.private.form.type.file" service.
  3556.      */
  3557.     protected function getForm_Type_FileService()
  3558.     {
  3559.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3560.         return $this->get('.container.private.form.type.file');
  3561.     }
  3562.     /**
  3563.      * Gets the public 'profiler' alias.
  3564.      *
  3565.      * @return object The ".container.private.profiler" service.
  3566.      */
  3567.     protected function getProfilerService()
  3568.     {
  3569.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3570.         return $this->get('.container.private.profiler');
  3571.     }
  3572.     /**
  3573.      * Gets the public 'security.authorization_checker' alias.
  3574.      *
  3575.      * @return object The ".container.private.security.authorization_checker" service.
  3576.      */
  3577.     protected function getSecurity_AuthorizationCheckerService()
  3578.     {
  3579.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3580.         return $this->get('.container.private.security.authorization_checker');
  3581.     }
  3582.     /**
  3583.      * Gets the public 'security.token_storage' alias.
  3584.      *
  3585.      * @return object The ".container.private.security.token_storage" service.
  3586.      */
  3587.     protected function getSecurity_TokenStorageService()
  3588.     {
  3589.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3590.         return $this->get('.container.private.security.token_storage');
  3591.     }
  3592.     /**
  3593.      * Gets the public 'twig' alias.
  3594.      *
  3595.      * @return object The ".container.private.twig" service.
  3596.      */
  3597.     protected function getTwigService()
  3598.     {
  3599.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3600.         return $this->get('.container.private.twig');
  3601.     }
  3602.     /**
  3603.      * Gets the public 'security.password_encoder' alias.
  3604.      *
  3605.      * @return object The ".container.private.security.password_encoder" service.
  3606.      */
  3607.     protected function getSecurity_PasswordEncoderService()
  3608.     {
  3609.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3610.         return $this->get('.container.private.security.password_encoder');
  3611.     }
  3612.     /**
  3613.      * Gets the public 'session' alias.
  3614.      *
  3615.      * @return object The ".container.private.session" service.
  3616.      */
  3617.     protected function getSessionService()
  3618.     {
  3619.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3620.         return $this->get('.container.private.session');
  3621.     }
  3622.     /**
  3623.      * Gets the public 'validator' alias.
  3624.      *
  3625.      * @return object The ".container.private.validator" service.
  3626.      */
  3627.     protected function getValidatorService()
  3628.     {
  3629.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3630.         return $this->get('.container.private.validator');
  3631.     }
  3632.     /**
  3633.      * @return array|bool|float|int|string|\UnitEnum|null
  3634.      */
  3635.     public function getParameter(string $name)
  3636.     {
  3637.         if (isset($this->buildParameters[$name])) {
  3638.             return $this->buildParameters[$name];
  3639.         }
  3640.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3641.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3642.         }
  3643.         if (isset($this->loadedDynamicParameters[$name])) {
  3644.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3645.         }
  3646.         return $this->parameters[$name];
  3647.     }
  3648.     public function hasParameter(string $name): bool
  3649.     {
  3650.         if (isset($this->buildParameters[$name])) {
  3651.             return true;
  3652.         }
  3653.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3654.     }
  3655.     public function setParameter(string $name$value): void
  3656.     {
  3657.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3658.     }
  3659.     public function getParameterBag(): ParameterBagInterface
  3660.     {
  3661.         if (null === $this->parameterBag) {
  3662.             $parameters $this->parameters;
  3663.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3664.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3665.             }
  3666.             foreach ($this->buildParameters as $name => $value) {
  3667.                 $parameters[$name] = $value;
  3668.             }
  3669.             $this->parameterBag = new FrozenParameterBag($parameters);
  3670.         }
  3671.         return $this->parameterBag;
  3672.     }
  3673.     private $loadedDynamicParameters = [
  3674.         'kernel.runtime_environment' => false,
  3675.         'kernel.build_dir' => false,
  3676.         'kernel.cache_dir' => false,
  3677.         'locale' => false,
  3678.         'timezone' => false,
  3679.         'currency' => false,
  3680.         'eccube_database_url' => false,
  3681.         'eccube_mailer_dsn' => false,
  3682.         'eccube_admin_route' => false,
  3683.         'eccube_user_data_route' => false,
  3684.         'eccube_front_allow_hosts' => false,
  3685.         'eccube_front_deny_hosts' => false,
  3686.         'eccube_admin_allow_hosts' => false,
  3687.         'eccube_admin_deny_hosts' => false,
  3688.         'eccube_force_ssl' => false,
  3689.         'eccube.theme' => false,
  3690.         'eccube_theme_code' => false,
  3691.         'eccube_auth_magic' => false,
  3692.         'eccube_theme_front_dir' => false,
  3693.         'eccube_html_front_dir' => false,
  3694.         'eccube_csv_temp_realdir' => false,
  3695.         'eccube_owners_store_url' => false,
  3696.         'eccube_package_api_url' => false,
  3697.         'eccube_content_maintenance_file_path' => false,
  3698.         'eccube_2fa_enabled' => false,
  3699.         'eccube_2fa_cookie_name' => false,
  3700.         'eccube_2fa_expire' => false,
  3701.         'eccube_restrict_file_upload' => false,
  3702.         'kernel.secret' => false,
  3703.         'kernel.default_locale' => false,
  3704.         'debug.container.dump' => false,
  3705.         'serializer.mapping.cache.file' => false,
  3706.         'session.storage.options' => false,
  3707.         'validator.mapping.cache.file' => false,
  3708.         'profiler.storage.dsn' => false,
  3709.         'doctrine.orm.proxy_dir' => false,
  3710.     ];
  3711.     private $dynamicParameters = [];
  3712.     private function getDynamicParameter(string $name)
  3713.     {
  3714.         switch ($name) {
  3715.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3716.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3717.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3718.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3719.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3720.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3721.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3722.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3723.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3724.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3725.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3726.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3727.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3728.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3729.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3730.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3731.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3732.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3733.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3734.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3735.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3736.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3737.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3738.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3739.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3740.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3741.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3742.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3743.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3744.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3745.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3746.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3747.             case 'session.storage.options'$value = [
  3748.                 'cache_limiter' => '0',
  3749.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3750.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3751.                 'cookie_httponly' => true,
  3752.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3753.                 'gc_probability' => 1,
  3754.             ]; break;
  3755.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3756.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3757.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3758.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3759.         }
  3760.         $this->loadedDynamicParameters[$name] = true;
  3761.         return $this->dynamicParameters[$name] = $value;
  3762.     }
  3763.     protected function getDefaultParameters(): array
  3764.     {
  3765.         return [
  3766.             'kernel.project_dir' => \dirname(__DIR__4),
  3767.             'kernel.environment' => 'dev',
  3768.             'kernel.debug' => true,
  3769.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3770.             'kernel.bundles' => [
  3771.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3772.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3773.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3774.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3775.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3776.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3777.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3778.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3779.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3780.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3781.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3782.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3783.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3784.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3785.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3786.                 'CustomerGroupBundle' => 'Plugin\\CustomerGroup42\\Bundle\\CustomerGroupBundle',
  3787.                 'CustomerGroupPriceBundle' => 'Plugin\\CustomerGroupPrice42\\Bundle\\CustomerGroupPriceBundle',
  3788.                 'CustomerGroupRankBundle' => 'Plugin\\CustomerGroupRank42\\Bundle\\CustomerGroupRankBundle',
  3789.             ],
  3790.             'kernel.bundles_metadata' => [
  3791.                 'FrameworkBundle' => [
  3792.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3793.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3794.                 ],
  3795.                 'SecurityBundle' => [
  3796.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3797.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3798.                 ],
  3799.                 'DoctrineBundle' => [
  3800.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3801.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3802.                 ],
  3803.                 'DoctrineFixturesBundle' => [
  3804.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3805.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3806.                 ],
  3807.                 'SensioFrameworkExtraBundle' => [
  3808.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3809.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3810.                 ],
  3811.                 'MonologBundle' => [
  3812.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3813.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3814.                 ],
  3815.                 'TwigBundle' => [
  3816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3817.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3818.                 ],
  3819.                 'DebugBundle' => [
  3820.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3821.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3822.                 ],
  3823.                 'WebProfilerBundle' => [
  3824.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3825.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3826.                 ],
  3827.                 'MakerBundle' => [
  3828.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3829.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3830.                 ],
  3831.                 'KnpPaginatorBundle' => [
  3832.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3833.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3834.                 ],
  3835.                 'ExerciseHTMLPurifierBundle' => [
  3836.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3837.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3838.                 ],
  3839.                 'DoctrineMigrationsBundle' => [
  3840.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3841.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3842.                 ],
  3843.                 'TwigExtraBundle' => [
  3844.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3845.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3846.                 ],
  3847.                 'EccubeBundle' => [
  3848.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3849.                     'namespace' => 'Eccube',
  3850.                 ],
  3851.                 'CustomerGroupBundle' => [
  3852.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Bundle'),
  3853.                     'namespace' => 'Plugin\\CustomerGroup42\\Bundle',
  3854.                 ],
  3855.                 'CustomerGroupPriceBundle' => [
  3856.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Bundle'),
  3857.                     'namespace' => 'Plugin\\CustomerGroupPrice42\\Bundle',
  3858.                 ],
  3859.                 'CustomerGroupRankBundle' => [
  3860.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Bundle'),
  3861.                     'namespace' => 'Plugin\\CustomerGroupRank42\\Bundle',
  3862.                 ],
  3863.             ],
  3864.             'kernel.charset' => 'UTF-8',
  3865.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3866.             'container.dumper.inline_class_loader' => true,
  3867.             'env(ECCUBE_LOCALE)' => 'ja',
  3868.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3869.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3870.             'env(DATABASE_URL)' => '',
  3871.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3872.             'env(DATABASE_CHARSET)' => 'utf8',
  3873.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3874.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3875.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3876.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3877.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3878.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3879.             'env(ECCUBE_FORCE_SSL)' => '0',
  3880.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3881.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3882.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3883.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3884.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3885.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3886.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3887.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3888.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3889.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3890.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3891.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3892.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3893.             'eccube_auth_type' => 'HMAC',
  3894.             'eccube_password_hash_algos' => 'SHA256',
  3895.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3896.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3897.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3898.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3899.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3900.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3901.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3902.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3903.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3904.             'eccube_twig_block_templates' => [
  3905.                 => '@YamatoPayment42/credit.twig',
  3906.                 => '@YamatoPayment42/credit_confirm.twig',
  3907.                 => '@YamatoPayment42/cvs.twig',
  3908.                 => '@YamatoPayment42/cvs_confirm.twig',
  3909.                 => '@YamatoPayment42/admin/payment_register.twig',
  3910.             ],
  3911.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3912.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3913.             'eccube_csv_size' => 5,
  3914.             'eccube_csv_split_lines' => 100,
  3915.             'eccube_default_password' => 'abc********123',
  3916.             'eccube_deliv_addr_max' => 20,
  3917.             'eccube_deliv_date_end_max' => 21,
  3918.             'eccube_id_max_len' => 50,
  3919.             'eccube_id_min_len' => 4,
  3920.             'eccube_int_len' => 9,
  3921.             'eccube_category_nest_level' => 5,
  3922.             'eccube_lltext_len' => 99999,
  3923.             'eccube_ltext_len' => 3000,
  3924.             'eccube_max_total_fee' => 9999999999,
  3925.             'eccube_mltext_len' => 1000,
  3926.             'eccube_mtext_len' => 200,
  3927.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3928.             'plugin_html_urlpath' => '/plugin/',
  3929.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3930.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3931.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3932.             'eccube_price_len' => 8,
  3933.             'eccube_search_pmax' => 12,
  3934.             'eccube_sitemap_products_per_page' => 1000,
  3935.             'eccube_stext_len' => 255,
  3936.             'eccube_sltext_len' => 500,
  3937.             'eccube_smtext_len' => 100,
  3938.             'eccube_tax_rule_priority' => [
  3939.                 => 'product_id',
  3940.                 => 'product_class_id',
  3941.                 => 'pref_id',
  3942.                 => 'country_id',
  3943.             ],
  3944.             'eccube_url_len' => 1024,
  3945.             'eccube_default_page_count' => 50,
  3946.             'eccube_admin_product_stock_status' => 3,
  3947.             'eccube_customer_reset_expire' => 10,
  3948.             'eccube_csv_export_separator' => ',',
  3949.             'eccube_csv_export_encoding' => 'SJIS-win',
  3950.             'eccube_csv_import_encoding' => [
  3951.                 => 'UTF-8',
  3952.                 => 'SJIS-win',
  3953.                 => 'SJIS',
  3954.                 => 'EUC-JP',
  3955.                 => 'ASCII',
  3956.                 => 'JIS',
  3957.             ],
  3958.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3959.             'eccube_csv_export_multidata_separator' => ',',
  3960.             'eccube_csv_import_delimiter' => ',',
  3961.             'eccube_csv_import_enclosure' => '"',
  3962.             'eccube_csv_import_escape' => '\\',
  3963.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3964.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3965.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3966.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3967.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3968.             'eccube_name_len' => 16,
  3969.             'eccube_kana_len' => 25,
  3970.             'eccube_address1_len' => 32,
  3971.             'eccube_address2_len' => 32,
  3972.             'eccube_birth_max' => 110,
  3973.             'eccube_product_order_price_lower' => 1,
  3974.             'eccube_product_order_newer' => 2,
  3975.             'eccube_product_order_price_higher' => 3,
  3976.             'eccube_price_max' => 2147483647,
  3977.             'eccube_tel_len_max' => 14,
  3978.             'eccube_postal_code' => 8,
  3979.             'eccube_password_min_len' => 12,
  3980.             'eccube_password_max_len' => 50,
  3981.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3982.             'eccube_composer_memory_limit' => '1536M',
  3983.             'eccube_order_mail_template_id' => 1,
  3984.             'eccube_entry_confirm_mail_template_id' => 2,
  3985.             'eccube_entry_complete_mail_template_id' => 3,
  3986.             'eccube_customer_withdraw_mail_template_id' => 4,
  3987.             'eccube_contact_mail_template_id' => 5,
  3988.             'eccube_forgot_mail_template_id' => 6,
  3989.             'eccube_reset_complete_mail_template_id' => 7,
  3990.             'eccube_shipping_notify_mail_template_id' => 8,
  3991.             'eccube_rfc_email_check' => false,
  3992.             'eccube_email_len' => 254,
  3993.             'eccube_order_no_format' => 'A{id,10}',
  3994.             'eccube_order_pdf_message_len' => 30,
  3995.             'eccube_news_start_year' => 2000,
  3996.             'eccube_result_cache_lifetime' => 3600,
  3997.             'eccube_result_cache_lifetime_short' => 10,
  3998.             'eccube_restrict_file_upload_urls' => [
  3999.                 => 'admin_content_file',
  4000.                 => 'admin_store_plugin_install',
  4001.                 => 'admin_content_page_new',
  4002.                 => 'admin_content_page_edit',
  4003.                 => 'admin_content_block_new',
  4004.                 => 'admin_content_block_edit',
  4005.                 => 'admin_content_css',
  4006.                 => 'admin_content_js',
  4007.                 => 'admin_store_template_install',
  4008.             ],
  4009.             'eccube_file_uploadable_extensions' => [
  4010.                 => 'jpg',
  4011.                 => 'jpeg',
  4012.                 => 'png',
  4013.                 => 'gif',
  4014.                 => 'webp',
  4015.                 => 'svg',
  4016.                 => 'ico',
  4017.                 => 'html',
  4018.                 => 'htm',
  4019.                 => 'js',
  4020.                 10 => 'css',
  4021.                 11 => 'txt',
  4022.                 12 => 'pdf',
  4023.             ],
  4024.             'eccube_login_throttling_max_attempts' => 5,
  4025.             'eccube_login_throttling_interval' => '30 minutes',
  4026.             'eccube_nav' => [
  4027.                 'product' => [
  4028.                     'name' => 'admin.product.product_management',
  4029.                     'icon' => 'fa-cube',
  4030.                     'children' => [
  4031.                         'product_master' => [
  4032.                             'name' => 'admin.product.product_list',
  4033.                             'url' => 'admin_product',
  4034.                         ],
  4035.                         'product_edit' => [
  4036.                             'name' => 'admin.product.product_registration',
  4037.                             'url' => 'admin_product_product_new',
  4038.                         ],
  4039.                         'class_name' => [
  4040.                             'name' => 'admin.product.class_management',
  4041.                             'url' => 'admin_product_class_name',
  4042.                         ],
  4043.                         'class_category' => [
  4044.                             'name' => 'admin.product.category_management',
  4045.                             'url' => 'admin_product_category',
  4046.                         ],
  4047.                         'product_tag' => [
  4048.                             'name' => 'admin.product.tag_management',
  4049.                             'url' => 'admin_product_tag',
  4050.                         ],
  4051.                         'product_csv_import' => [
  4052.                             'name' => 'admin.product.product_csv_upload',
  4053.                             'url' => 'admin_product_csv_import',
  4054.                         ],
  4055.                         'category_csv_import' => [
  4056.                             'name' => 'admin.product.category_csv_upload',
  4057.                             'url' => 'admin_product_category_csv_import',
  4058.                         ],
  4059.                         'admin_product_group_csv_upload' => [
  4060.                             'name' => '会員グループCSV登録',
  4061.                             'url' => 'admin_product_group_csv_upload',
  4062.                         ],
  4063.                         'admin_product_group_price_csv_upload' => [
  4064.                             'name' => '会員グループ価格CSV登録',
  4065.                             'url' => 'admin_product_group_price_csv_upload',
  4066.                         ],
  4067.                         'product_review' => [
  4068.                             'name' => 'product_review.admin.product_review.title',
  4069.                             'url' => 'product_review_admin_product_review',
  4070.                         ],
  4071.                     ],
  4072.                 ],
  4073.                 'order' => [
  4074.                     'name' => 'admin.order.order_management',
  4075.                     'icon' => 'fa-shopping-cart',
  4076.                     'children' => [
  4077.                         'order_master' => [
  4078.                             'name' => 'admin.order.order_list',
  4079.                             'url' => 'admin_order',
  4080.                         ],
  4081.                         'order_edit' => [
  4082.                             'name' => 'admin.order.order_registration',
  4083.                             'url' => 'admin_order_new',
  4084.                         ],
  4085.                         'shipping_csv_import' => [
  4086.                             'name' => 'admin.order.shipping_csv_upload',
  4087.                             'url' => 'admin_shipping_csv_import',
  4088.                         ],
  4089.                         'plugin_coupon' => [
  4090.                             'name' => 'クーポン',
  4091.                             'url' => 'plugin_coupon_list',
  4092.                         ],
  4093.                         'expresslink_import' => [
  4094.                             'id' => 'admin_order_import_expresslink',
  4095.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4096.                             'url' => 'admin_order_import_expresslink',
  4097.                         ],
  4098.                         'yamato_payment42_admin_payment_status' => [
  4099.                             'name' => 'yamato_payment.admin.nav.payment_list',
  4100.                             'url' => 'yamato_payment42_admin_payment_status',
  4101.                         ],
  4102.                     ],
  4103.                 ],
  4104.                 'customer' => [
  4105.                     'name' => 'admin.customer.customer_management',
  4106.                     'icon' => 'fa-users',
  4107.                     'children' => [
  4108.                         'customer_master' => [
  4109.                             'name' => 'admin.customer.customer_list',
  4110.                             'url' => 'admin_customer',
  4111.                         ],
  4112.                         'customer_edit' => [
  4113.                             'name' => 'admin.customer.customer_registration',
  4114.                             'url' => 'admin_customer_new',
  4115.                         ],
  4116.                         'admin_customer_group' => [
  4117.                             'name' => '会員グループ一覧',
  4118.                             'url' => 'admin_customer_group',
  4119.                         ],
  4120.                         'admin_customer_group_new' => [
  4121.                             'name' => '会員グループ登録',
  4122.                             'url' => 'admin_customer_group_new',
  4123.                         ],
  4124.                         'admin_customer_group_csv_upload' => [
  4125.                             'name' => '会員グループCSV登録',
  4126.                             'url' => 'admin_customer_group_csv_upload',
  4127.                         ],
  4128.                     ],
  4129.                 ],
  4130.                 'content' => [
  4131.                     'name' => 'admin.content.contents_management',
  4132.                     'icon' => 'fa-file-text-o',
  4133.                     'children' => [
  4134.                         'news' => [
  4135.                             'name' => 'admin.content.news_management',
  4136.                             'url' => 'admin_content_news',
  4137.                         ],
  4138.                         'file' => [
  4139.                             'name' => 'admin.content.file_management',
  4140.                             'url' => 'admin_content_file',
  4141.                         ],
  4142.                         'layout' => [
  4143.                             'name' => 'admin.content.layout_management',
  4144.                             'url' => 'admin_content_layout',
  4145.                         ],
  4146.                         'page' => [
  4147.                             'name' => 'admin.content.page_management',
  4148.                             'url' => 'admin_content_page',
  4149.                         ],
  4150.                         'css' => [
  4151.                             'name' => 'admin.content.css_management',
  4152.                             'url' => 'admin_content_css',
  4153.                         ],
  4154.                         'js' => [
  4155.                             'name' => 'admin.content.js_management',
  4156.                             'url' => 'admin_content_js',
  4157.                         ],
  4158.                         'block' => [
  4159.                             'name' => 'admin.content.block_management',
  4160.                             'url' => 'admin_content_block',
  4161.                         ],
  4162.                         'cache' => [
  4163.                             'name' => 'admin.content.cache_management',
  4164.                             'url' => 'admin_content_cache',
  4165.                         ],
  4166.                         'maintenance' => [
  4167.                             'name' => 'admin.content.maintenance_management',
  4168.                             'url' => 'admin_content_maintenance',
  4169.                         ],
  4170.                         'plugin_recommend' => [
  4171.                             'name' => 'plugin_recommend.admin.navi',
  4172.                             'url' => 'plugin_recommend_list',
  4173.                         ],
  4174.                     ],
  4175.                 ],
  4176.                 'setting' => [
  4177.                     'name' => 'admin.setting',
  4178.                     'icon' => 'fa-cog',
  4179.                     'children' => [
  4180.                         'shop' => [
  4181.                             'name' => 'admin.setting.shop',
  4182.                             'children' => [
  4183.                                 'shop_index' => [
  4184.                                     'name' => 'admin.setting.shop.shop_setting',
  4185.                                     'url' => 'admin_setting_shop',
  4186.                                 ],
  4187.                                 'shop_tradelaw' => [
  4188.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4189.                                     'url' => 'admin_setting_shop_tradelaw',
  4190.                                 ],
  4191.                                 'shop_agreement' => [
  4192.                                     'name' => 'admin.setting.shop.agreement_setting',
  4193.                                     'url' => 'admin_content_page_edit',
  4194.                                     'param' => [
  4195.                                         'id' => 19,
  4196.                                         'return' => 'agreement',
  4197.                                     ],
  4198.                                 ],
  4199.                                 'shop_payment' => [
  4200.                                     'name' => 'admin.setting.shop.payment_setting',
  4201.                                     'url' => 'admin_setting_shop_payment',
  4202.                                 ],
  4203.                                 'shop_delivery' => [
  4204.                                     'name' => 'admin.setting.shop.delivery_setting',
  4205.                                     'url' => 'admin_setting_shop_delivery',
  4206.                                 ],
  4207.                                 'shop_tax' => [
  4208.                                     'name' => 'admin.setting.shop.tax_setting',
  4209.                                     'url' => 'admin_setting_shop_tax',
  4210.                                 ],
  4211.                                 'shop_mail' => [
  4212.                                     'name' => 'admin.setting.shop.mail_setting',
  4213.                                     'url' => 'admin_setting_shop_mail',
  4214.                                 ],
  4215.                                 'shop_csv' => [
  4216.                                     'name' => 'admin.setting.shop.csv_setting',
  4217.                                     'url' => 'admin_setting_shop_csv',
  4218.                                 ],
  4219.                                 'shop_order_status' => [
  4220.                                     'name' => 'admin.setting.shop.order_status_setting',
  4221.                                     'url' => 'admin_setting_shop_order_status',
  4222.                                 ],
  4223.                                 'shop_calendar' => [
  4224.                                     'name' => 'admin.setting.shop.calendar_setting',
  4225.                                     'url' => 'admin_setting_shop_calendar',
  4226.                                 ],
  4227.                             ],
  4228.                         ],
  4229.                         'system' => [
  4230.                             'name' => 'admin.setting.system',
  4231.                             'children' => [
  4232.                                 'member' => [
  4233.                                     'name' => 'admin.setting.system.member_management',
  4234.                                     'url' => 'admin_setting_system_member',
  4235.                                 ],
  4236.                                 'authority' => [
  4237.                                     'name' => 'admin.setting.system.authority_management',
  4238.                                     'url' => 'admin_setting_system_authority',
  4239.                                 ],
  4240.                                 'security' => [
  4241.                                     'name' => 'admin.setting.system.security_management',
  4242.                                     'url' => 'admin_setting_system_security',
  4243.                                 ],
  4244.                                 'login_history' => [
  4245.                                     'name' => 'admin.setting.system.login_history',
  4246.                                     'url' => 'admin_setting_system_login_history',
  4247.                                 ],
  4248.                                 'log' => [
  4249.                                     'name' => 'admin.setting.system.log_display',
  4250.                                     'url' => 'admin_setting_system_log',
  4251.                                 ],
  4252.                                 'masterdata' => [
  4253.                                     'name' => 'admin.setting.system.master_data_management',
  4254.                                     'url' => 'admin_setting_system_masterdata',
  4255.                                 ],
  4256.                                 'system_index' => [
  4257.                                     'name' => 'admin.setting.system.system_info',
  4258.                                     'url' => 'admin_setting_system_system',
  4259.                                 ],
  4260.                                 'attachwysiwygeditor' => [
  4261.                                     'name' => 'リッチエディタ設定',
  4262.                                     'url' => 'awe_admin_config',
  4263.                                 ],
  4264.                                 'expresslink_config' => [
  4265.                                     'id' => 'admin_setting_expresslink_config',
  4266.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4267.                                     'url' => 'admin_setting_expresslink_config',
  4268.                                 ],
  4269.                             ],
  4270.                         ],
  4271.                     ],
  4272.                 ],
  4273.                 'store' => [
  4274.                     'name' => 'admin.store',
  4275.                     'icon' => 'fa-plug',
  4276.                     'children' => [
  4277.                         'plugin' => [
  4278.                             'name' => 'admin.store.plugin',
  4279.                             'children' => [
  4280.                                 'plugin_owners_search' => [
  4281.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4282.                                     'url' => 'admin_store_plugin_owners_search',
  4283.                                 ],
  4284.                                 'plugin_list' => [
  4285.                                     'name' => 'admin.store.plugin.plugin_list',
  4286.                                     'url' => 'admin_store_plugin',
  4287.                                 ],
  4288.                             ],
  4289.                         ],
  4290.                         'template' => [
  4291.                             'name' => 'admin.store.template',
  4292.                             'children' => [
  4293.                                 'template_list' => [
  4294.                                     'name' => 'admin.store.template.template_list',
  4295.                                     'url' => 'admin_store_template',
  4296.                                 ],
  4297.                                 'template_install' => [
  4298.                                     'name' => 'admin.store.template.template_install',
  4299.                                     'url' => 'admin_store_template_install',
  4300.                                 ],
  4301.                             ],
  4302.                         ],
  4303.                         'authentication_setting' => [
  4304.                             'name' => 'admin.store.setting',
  4305.                             'url' => 'admin_store_authentication_setting',
  4306.                         ],
  4307.                     ],
  4308.                 ],
  4309.                 'plugin_customer_group' => [
  4310.                     'name' => '会員グループ設定',
  4311.                     'icon' => 'fa-users',
  4312.                     'children' => [
  4313.                         'setting' => [
  4314.                             'name' => '基本設定',
  4315.                             'url' => 'admin_customer_group_config',
  4316.                         ],
  4317.                     ],
  4318.                 ],
  4319.                 'mailmagazine' => [
  4320.                     'id' => 'mailmagazine',
  4321.                     'name' => 'mailmagazine.title',
  4322.                     'icon' => 'fa-envelope',
  4323.                     'children' => [
  4324.                         'mailmagazine' => [
  4325.                             'id' => 'mailmagazine',
  4326.                             'name' => 'mailmagazine.index.title',
  4327.                             'url' => 'plugin_mail_magazine',
  4328.                         ],
  4329.                         'mailmagazine_template' => [
  4330.                             'id' => 'mailmagazine_template',
  4331.                             'name' => 'mailmagazine.template.title',
  4332.                             'url' => 'plugin_mail_magazine_template',
  4333.                         ],
  4334.                         'mailmagazine_history' => [
  4335.                             'id' => 'mailmagazine_history',
  4336.                             'name' => 'mailmagazine.history.title',
  4337.                             'url' => 'plugin_mail_magazine_history',
  4338.                         ],
  4339.                     ],
  4340.                 ],
  4341.                 'SalesReport42' => [
  4342.                     'name' => 'sales_report.admin.nav.001',
  4343.                     'icon' => 'fa-chart-bar',
  4344.                     'children' => [
  4345.                         'sales_report_admin_term' => [
  4346.                             'id' => 'sales_report_admin_term',
  4347.                             'url' => 'sales_report_admin_term',
  4348.                             'name' => 'sales_report.admin.nav.002',
  4349.                         ],
  4350.                         'sales_report_admin_product' => [
  4351.                             'id' => 'sales_report_admin_product',
  4352.                             'url' => 'sales_report_admin_product',
  4353.                             'name' => 'sales_report.admin.nav.003',
  4354.                         ],
  4355.                         'sales_report_admin_age' => [
  4356.                             'id' => 'sales_report_admin_age',
  4357.                             'url' => 'sales_report_admin_age',
  4358.                             'name' => 'sales_report.admin.nav.004',
  4359.                         ],
  4360.                     ],
  4361.                 ],
  4362.                 'site_kit' => [
  4363.                     'name' => 'Site Kit',
  4364.                     'icon' => 'fa-google',
  4365.                     'children' => [
  4366.                         'gsc_query' => [
  4367.                             'name' => 'ダッシュボード',
  4368.                             'url' => 'site_kit_dashboard',
  4369.                         ],
  4370.                     ],
  4371.                 ],
  4372.             ],
  4373.             'env(MAILER_DSN)' => 'null://null',
  4374.             'eccube.twig_sandbox.allowed_tags' => [
  4375.                 => 'apply',
  4376.                 => 'block',
  4377.                 => 'deprecated',
  4378.                 => 'embed',
  4379.                 => 'extends',
  4380.                 => 'flush',
  4381.                 => 'for',
  4382.                 => 'if',
  4383.                 => 'set',
  4384.                 => 'spaceless',
  4385.                 10 => 'verbatim',
  4386.                 11 => 'with',
  4387.                 12 => 'form_theme',
  4388.                 13 => 'stopwatch',
  4389.                 14 => 'trans',
  4390.                 15 => 'trans_default_domain',
  4391.             ],
  4392.             'eccube.twig_sandbox.allowed_filters' => [
  4393.                 => 'abs',
  4394.                 => 'batch',
  4395.                 => 'capitalize',
  4396.                 => 'column',
  4397.                 => 'convert_encoding',
  4398.                 => 'country_name',
  4399.                 => 'currency_name',
  4400.                 => 'currency_symbol',
  4401.                 => 'date',
  4402.                 => 'date_modify',
  4403.                 10 => 'default',
  4404.                 11 => 'escape',
  4405.                 12 => 'first',
  4406.                 13 => 'format',
  4407.                 14 => 'format_currency',
  4408.                 15 => 'format_date',
  4409.                 16 => 'format_datetime',
  4410.                 17 => 'format_number',
  4411.                 18 => 'format_time',
  4412.                 19 => 'join',
  4413.                 20 => 'json_encode',
  4414.                 21 => 'keys',
  4415.                 22 => 'language_name',
  4416.                 23 => 'last',
  4417.                 24 => 'length',
  4418.                 25 => 'locale_name',
  4419.                 26 => 'lower',
  4420.                 27 => 'merge',
  4421.                 28 => 'nl2br',
  4422.                 29 => 'number_format',
  4423.                 30 => 'replace',
  4424.                 31 => 'reverse',
  4425.                 32 => 'round',
  4426.                 33 => 'slice',
  4427.                 34 => 'spaceless',
  4428.                 35 => 'split',
  4429.                 36 => 'striptags',
  4430.                 37 => 'timezone_name',
  4431.                 38 => 'title',
  4432.                 39 => 'trim',
  4433.                 40 => 'upper',
  4434.                 41 => 'url_encode',
  4435.                 42 => 'abbr_class',
  4436.                 43 => 'abbr_method',
  4437.                 44 => 'file_link',
  4438.                 45 => 'file_relative',
  4439.                 46 => 'format_args',
  4440.                 47 => 'format_args_as_text',
  4441.                 48 => 'humanize',
  4442.                 49 => 'serialize',
  4443.                 50 => 'trans',
  4444.                 51 => 'yaml_dump',
  4445.                 52 => 'yaml_encode',
  4446.                 53 => 'currency_symbol',
  4447.                 54 => 'date_day',
  4448.                 55 => 'date_day_with_weekday',
  4449.                 56 => 'date_format',
  4450.                 57 => 'date_min',
  4451.                 58 => 'date_sec',
  4452.                 59 => 'doctrine_format_sql',
  4453.                 60 => 'doctrine_prettify_sql',
  4454.                 61 => 'doctrine_pretty_query',
  4455.                 62 => 'doctrine_replace_query_parameters',
  4456.                 63 => 'e',
  4457.                 64 => 'ellipsis',
  4458.                 65 => 'file_ext_icon',
  4459.                 66 => 'form_encode_currency',
  4460.                 67 => 'format_*_number',
  4461.                 68 => 'format_log_message',
  4462.                 69 => 'no_image_product',
  4463.                 70 => 'price',
  4464.                 71 => 'purify',
  4465.                 72 => 'time_ago',
  4466.             ],
  4467.             'eccube.twig_sandbox.allowed_functions' => [
  4468.                 => 'cycle',
  4469.                 => 'date',
  4470.                 => 'max',
  4471.                 => 'min',
  4472.                 => 'random',
  4473.                 => 'range',
  4474.                 => 'country_timezones',
  4475.                 => 'absolute_url',
  4476.                 => 'asset',
  4477.                 => 'asset_version',
  4478.                 10 => 'csrf_token',
  4479.                 11 => 'form_parent',
  4480.                 12 => 'fragment_uri',
  4481.                 13 => 'impersonation_exit_path',
  4482.                 14 => 'impersonation_exit_url',
  4483.                 15 => 'is_granted',
  4484.                 16 => 'logout_path',
  4485.                 17 => 'logout_url',
  4486.                 18 => 'path',
  4487.                 19 => 'relative_path',
  4488.                 20 => 't',
  4489.                 21 => 'url',
  4490.                 22 => 'active_menus',
  4491.                 23 => 'class_categories_as_json',
  4492.                 24 => 'country_names',
  4493.                 25 => 'csrf_token_for_anchor',
  4494.                 26 => 'currency_names',
  4495.                 27 => 'currency_symbol',
  4496.                 28 => 'field_choices',
  4497.                 29 => 'field_errors',
  4498.                 30 => 'field_help',
  4499.                 31 => 'field_label',
  4500.                 32 => 'field_name',
  4501.                 33 => 'field_value',
  4502.                 34 => 'get_all_carts',
  4503.                 35 => 'get_cart',
  4504.                 36 => 'get_carts_total_price',
  4505.                 37 => 'get_carts_total_quantity',
  4506.                 38 => 'has_errors',
  4507.                 39 => 'is_reduced_tax_rate',
  4508.                 40 => 'language_names',
  4509.                 41 => 'product',
  4510.                 42 => 'workflow_can',
  4511.                 43 => 'workflow_has_marked_place',
  4512.                 44 => 'workflow_marked_places',
  4513.                 45 => 'workflow_metadata',
  4514.                 46 => 'workflow_transition',
  4515.                 47 => 'workflow_transition_blockers',
  4516.                 48 => 'workflow_transitions',
  4517.             ],
  4518.             'eccube.twig_sandbox.allowed_methods' => [
  4519.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4520.                     => 'getrequest',
  4521.                 ],
  4522.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4523.                     => 'geturi',
  4524.                 ],
  4525.             ],
  4526.             'eccube.twig_sandbox.allowed_properties' => [
  4527.             ],
  4528.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4529.             'product_review_display_count_min' => 1,
  4530.             'product_review_display_count_max' => 30,
  4531.             'plugin_recommend.text_area_len' => 4000,
  4532.             'related_product.text_area_len' => 4000,
  4533.             'related_product.max_item_count' => 6,
  4534.             'sales_report_product_maximum_display' => 20,
  4535.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4536.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  4537.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  4538.             'RECV_ALLOW_HOST' => [
  4539.                 => '127.0.0.1',
  4540.                 => '192.168.56.1',
  4541.                 => '218.40.0.72',
  4542.                 => '52.155.115.90',
  4543.             ],
  4544.             'YAMATO_PAYID_CREDIT' => 10,
  4545.             'YAMATO_PAYID_CVS' => 30,
  4546.             'YAMATO_PAYID_EDY' => 42,
  4547.             'YAMATO_PAYID_MOBILEEDY' => 43,
  4548.             'YAMATO_PAYID_SUICA' => 44,
  4549.             'YAMATO_PAYID_MOBILESUICA' => 45,
  4550.             'YAMATO_PAYID_WAON' => 46,
  4551.             'YAMATO_PAYID_MOBILEWAON' => 47,
  4552.             'YAMATO_PAYID_NETBANK' => 52,
  4553.             'YAMATO_PAYID_DEFERRED' => 60,
  4554.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  4555.             'YAMATO_PAYID_PAYPAY' => 91,
  4556.             'YAMATO_PAYID' => [
  4557.                 'CREDIT' => 10,
  4558.                 'CVS' => 30,
  4559.                 'DEFERRED' => 60,
  4560.                 'SMS_DEFERRED' => 80,
  4561.                 'PAYPAY' => 91,
  4562.             ],
  4563.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  4564.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  4565.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  4566.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  4567.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  4568.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  4569.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  4570.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  4571.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  4572.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  4573.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  4574.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  4575.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  4576.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  4577.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  4578.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  4579.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  4580.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  4581.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  4582.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  4583.             'DEFERRED_STATUS_AUTH_OK' => 1,
  4584.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  4585.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  4586.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  4587.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  4588.             'DEFERRED_STATUS_SALES_OK' => 10,
  4589.             'DEFERRED_STATUS_SEND_BILL' => 11,
  4590.             'DEFERRED_STATUS_PAID' => 12,
  4591.             'DEFERRED_AVAILABLE' => 0,
  4592.             'DEFERRED_NOT_AVAILABLE' => 1,
  4593.             'DEFERRED_OVER_LIMIT' => 2,
  4594.             'DEFERRED_UNDER_EXAM' => 3,
  4595.             'DEFERRED_SMS_AVAILABLE' => 1,
  4596.             'DEFERRED_SMS_CODE_INVALID' => 2,
  4597.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  4598.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  4599.             'DEFERRED_SMS_BAD_STATUS' => 5,
  4600.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  4601.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  4602.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  4603.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  4604.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  4605.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  4606.             'DEFERRED_INVOICE_REISSUE' => 1,
  4607.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  4608.             'ORDER_SHIPPING_REGISTERED' => 9625,
  4609.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  4610.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  4611.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  4612.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  4613.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  4614.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  4615.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  4616.             'YAMATO_PAYCODE_CVS' => 'CVS',
  4617.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  4618.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  4619.             'DEFERRED_CHARGE' => 190,
  4620.             'CREDIT_METHOD_UC' => 1,
  4621.             'CREDIT_METHOD_DINERS' => 2,
  4622.             'CREDIT_METHOD_JCB' => 3,
  4623.             'CREDIT_METHOD_DC' => 4,
  4624.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  4625.             'CREDIT_METHOD_UFJ' => 6,
  4626.             'CREDIT_METHOD_SAISON' => 7,
  4627.             'CREDIT_METHOD_NICOS' => 8,
  4628.             'CREDIT_METHOD_VISA' => 9,
  4629.             'CREDIT_METHOD_MASTER' => 10,
  4630.             'CREDIT_METHOD_AEON' => 11,
  4631.             'CREDIT_METHOD_AMEX' => 12,
  4632.             'CREDIT_METHOD_TOP' => 13,
  4633.             'CREDIT_METHOD_RAKUTEN' => 14,
  4634.             'CREDIT_METHOD_OTHER' => 99,
  4635.             'CONVENI_ID_SEVENELEVEN' => 21,
  4636.             'CONVENI_ID_LAWSON' => 22,
  4637.             'CONVENI_ID_FAMILYMART' => 23,
  4638.             'CONVENI_ID_SEICOMART' => 24,
  4639.             'CONVENI_ID_MINISTOP' => 25,
  4640.             'CONVENI_ID_CIRCLEK' => 26,
  4641.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  4642.             'CONVENI_NAME_LAWSON' => 'ローソン',
  4643.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  4644.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  4645.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  4646.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  4647.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  4648.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  4649.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  4650.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  4651.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  4652.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  4653.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  4654.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  4655.             'EMONEY_METHOD_SUICA' => 63,
  4656.             'EMONEY_METHOD_M_SUICA' => 64,
  4657.             'EMONEY_METHOD_WAON' => 65,
  4658.             'EMONEY_METHOD_M_WAON' => 66,
  4659.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  4660.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  4661.             'EMONEY_NAME_SUICA' => 'Suica決済',
  4662.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  4663.             'EMONEY_NAME_WAON' => 'WAON決済',
  4664.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  4665.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  4666.             'DELIV_TIMECODE' => [
  4667.                 => '',
  4668.                 => '0812',
  4669.                 => '1214',
  4670.                 => '1416',
  4671.                 => '1618',
  4672.                 => '1820',
  4673.                 => '1921',
  4674.                 => '2021',
  4675.                 => '0010',
  4676.                 => '0017',
  4677.             ],
  4678.             'DELETE_DELIV_TIMECODE' => [
  4679.                 => '1214',
  4680.                 => '2021',
  4681.             ],
  4682.             'DELIV_SLIP_TYPE_CORECT' => 2,
  4683.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  4684.             'CREDIT_SAVE_LIMIT' => 3,
  4685.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  4686.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  4687.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  4688.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  4689.             'YAMATO_DELIV_ADDR_MAX' => 99,
  4690.             'YAMATO_SHIPPED_MAX' => 3,
  4691.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  4692.             'SALE_TYPE_ID_RESERVE' => 9625,
  4693.             'YAMATO_DEADLINE_RECREDIT' => 9,
  4694.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  4695.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  4696.             'CREDIT_NO_LEN' => 16,
  4697.             'SECURITY_CODE_MIN_LEN' => 3,
  4698.             'SECURITY_CODE_MAX_LEN' => 4,
  4699.             'CARD_ORNER_LEN' => 20,
  4700.             'ITEM_NAME_LEN' => 200,
  4701.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  4702.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  4703.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  4704.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  4705.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  4706.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  4707.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  4708.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  4709.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  4710.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  4711.             'api.name' => [
  4712.                 'A01' => 'クレジット決済登録通常用',
  4713.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  4714.                 'A03' => 'クレジットカードのお預かり情報照会',
  4715.                 'A04' => 'クレジットカードのお預かり情報変更',
  4716.                 'A05' => 'クレジットカードのお預かり情報削除',
  4717.                 'A06' => 'クレジット決済取消',
  4718.                 'A07' => 'クレジット金額変更',
  4719.                 'A08' => 'クレジット決済登録通常用(トークン)',
  4720.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  4721.                 'A11' => 'クレジット再与信',
  4722.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  4723.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  4724.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  4725.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  4726.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  4727.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  4728.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  4729.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  4730.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  4731.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  4732.                 'C05' => '電子マネー決済登録(Waon(PC))',
  4733.                 'C06' => '電子マネー決済登録(Waon(MB))',
  4734.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  4735.                 'E01' => '出荷情報登録',
  4736.                 'E02' => '出荷情報取消',
  4737.                 'E03' => '出荷予定日変更',
  4738.                 'E04' => '取引情報照会',
  4739.                 'F01' => '接続元加盟店ECサーバ認証',
  4740.                 'F02' => '出荷情報登録(切売)',
  4741.                 'F03' => '出荷情報取消(切売)',
  4742.                 'F04' => '取引情報照会(切売)',
  4743.                 'H01' => 'グローバルIPアドレス照会',
  4744.                 'L01' => 'PayPay決済登録',
  4745.                 'L02' => 'PayPay決済取消',
  4746.                 'L03' => 'PayPay金額変更',
  4747.                 'KAAAU0010APIAction' => '後払い与信依頼',
  4748.                 'KAARS0010APIAction' => '後払い与信結果取得',
  4749.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  4750.                 'KAAST0010APIAction' => '後払い取引状況取得',
  4751.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  4752.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  4753.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  4754.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  4755.                 'KAARR0010APIAction' => '後払い請求書再発行',
  4756.             ],
  4757.             'api.url' => [
  4758.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  4759.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  4760.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  4761.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  4762.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  4763.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  4764.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  4765.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  4766.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  4767.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  4768.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  4769.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  4770.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4771.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4772.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4773.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4774.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  4775.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  4776.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  4777.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  4778.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  4779.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  4780.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  4781.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  4782.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  4783.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  4784.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  4785.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  4786.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  4787.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  4788.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  4789.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4790.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  4791.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  4792.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  4793.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  4794.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4795.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4796.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4797.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4798.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4799.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4800.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4801.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4802.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4803.             ],
  4804.             'api.test.gateway' => [
  4805.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  4806.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  4807.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  4808.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  4809.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  4810.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  4811.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  4812.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  4813.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  4814.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  4815.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  4816.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  4817.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4818.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4819.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4820.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4821.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  4822.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  4823.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  4824.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  4825.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  4826.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  4827.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  4828.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  4829.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  4830.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  4831.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  4832.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  4833.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  4834.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  4835.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  4836.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4837.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  4838.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  4839.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  4840.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4841.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4842.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4843.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4844.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4845.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4846.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4847.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4848.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4849.             ],
  4850.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  4851.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  4852.             'USE_SECURITY_CODE' => 1,
  4853.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  4854.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  4855.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  4856.             'yamato_error_msg' => [
  4857.                 'A011010201' => '加盟店コードなし',
  4858.                 'A011010202' => '加盟店コードの桁数不正',
  4859.                 'A011010204' => '加盟店コードに禁止文字あり',
  4860.                 'A011010301' => '端末区分なし',
  4861.                 'A011010306' => '端末区分の不正セット',
  4862.                 'A011010401' => '受付番号なし',
  4863.                 'A011010402' => '受付番号の桁数不正',
  4864.                 'A011010404' => '受付番号に禁止文字あり',
  4865.                 'A011010501' => '決済金額なし',
  4866.                 'A011010502' => '決済金額の桁数不正',
  4867.                 'A011010504' => '決済金額に禁止文字あり',
  4868.                 'A011010601' => '購入者名(漢字)なし',
  4869.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  4870.                 'A011010701' => '購入者TELなし',
  4871.                 'A011010702' => '購入者TELの桁数不正',
  4872.                 'A011010704' => '購入者TELに禁止文字あり',
  4873.                 'A011010801' => '購入者E-Mailなし',
  4874.                 'A011010802' => '購入者E-Mailの桁数不正',
  4875.                 'A011010901' => '認証区分なし',
  4876.                 'A011011001' => '支払回数なし',
  4877.                 'A011011002' => '支払回数の桁数不正',
  4878.                 'A011011004' => '支払回数に禁止文字あり',
  4879.                 'A011011101' => 'オプションサービス区分なし',
  4880.                 'A011011106' => 'オプションサービス区分の不正セット',
  4881.                 'A011010571' => '決済金額の下限額オーバ',
  4882.                 'A011011271' => '商品名に禁止文字あり',
  4883.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  4884.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  4885.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  4886.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  4887.                 'A011010971' => '認証区分の不正セット',
  4888.                 'A011010972' => '認証区分の不正セット',
  4889.                 'A011011371' => 'カード会社コード(API用)なし',
  4890.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  4891.                 'A011011471' => 'カード番号なし',
  4892.                 'A011011472' => 'カード番号の桁数不正',
  4893.                 'A011011473' => 'カード番号に禁止文字あり',
  4894.                 'A011011571' => 'セキュリティコードなし',
  4895.                 'A011011572' => 'セキュリティコードの桁数不正',
  4896.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  4897.                 'A011011671' => 'カード名義人なし',
  4898.                 'A011011672' => 'カード名義人の桁数不正',
  4899.                 'A011011673' => 'カード名義人に禁止文字あり',
  4900.                 'A011011771' => 'カード有効期限なし',
  4901.                 'A011011772' => 'カード有効期限の形式不正',
  4902.                 'A011011773' => 'カード有効期限の期限不正',
  4903.                 'A011011871' => '加盟店ECサイトURLなし',
  4904.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  4905.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  4906.                 'A011011971' => '会員IDなし',
  4907.                 'A011011972' => '会員IDの桁数不正',
  4908.                 'A011011973' => '会員IDに禁止文字あり',
  4909.                 'A011012071' => '認証キーなし',
  4910.                 'A011012072' => '認証キーの桁数不正',
  4911.                 'A011012073' => '認証キーに禁止文字あり',
  4912.                 'A011012171' => 'カード識別キーの不正セット',
  4913.                 'A011012271' => '最終利用日時の形式不正',
  4914.                 'A011012371' => '出荷予定日なし',
  4915.                 'A011012372' => '出荷予定日の形式不正',
  4916.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  4917.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  4918.                 'A011012471' => 'チェックサムなし',
  4919.                 'A011012472' => 'チェックサムの改ざんあり',
  4920.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  4921.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  4922.                 'A012000003' => '当該加盟店の認証不可',
  4923.                 'A011010572' => '決済金額の上限額オーバ',
  4924.                 'A012010001' => '当該受注の二重決済',
  4925.                 'A012020001' => '当該加盟店のお預かり利用不可',
  4926.                 'A012030001' => '当該加盟店のお預かり取得不可',
  4927.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  4928.                 'A012040002' => '当該加盟店の支払方法取得不可',
  4929.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  4930.                 'A012050002' => '3D認証対象外',
  4931.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4932.                 'A012070001' => '当該加盟店のお預かり処理不可',
  4933.                 'A012080001' => '各種マスタ取得失敗',
  4934.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  4935.                 'A021010201' => '加盟店コードなし',
  4936.                 'A021010202' => '加盟店コードの桁数不正',
  4937.                 'A021010204' => '加盟店コードに禁止文字あり',
  4938.                 'A021010301' => '受付番号なし',
  4939.                 'A021010302' => '受付番号の桁数不正',
  4940.                 'A021010304' => '受付番号に禁止文字あり',
  4941.                 'A021010401' => '3D認証応答電文パラメータ不正',
  4942.                 'A021010501' => '3D認証応答電文パラメータ不正',
  4943.                 'A021010601' => '3D認証応答電文パラメータ不正',
  4944.                 'A021010701' => '3D認証応答電文パラメータ不正',
  4945.                 'A021010801' => '3D認証応答電文パラメータ不正',
  4946.                 'A021010901' => '3D認証応答電文パラメータ不正',
  4947.                 'A021011001' => '3D認証応答電文パラメータ不正',
  4948.                 'A021011101' => '3D認証応答電文パラメータ不正',
  4949.                 'A021011201' => '3D認証応答電文パラメータ不正',
  4950.                 'A021011501' => '3D認証応答電文パラメータ不正',
  4951.                 'A021011701' => '3D認証応答電文パラメータ不正',
  4952.                 'A021011801' => '3D認証応答電文パラメータ不正',
  4953.                 'A021011901' => '3D認証応答電文パラメータ不正',
  4954.                 'A021012001' => '3Dトークンなし',
  4955.                 'A021012002' => '3Dトークンの桁数不正',
  4956.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  4957.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  4958.                 'A022010001' => '当該受注の二重決済',
  4959.                 'A022020001' => '3D認証応答電文不正',
  4960.                 'A022020002' => '3D認証結果不正',
  4961.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  4962.                 'A022040001' => '当該加盟店のお預かり処理不可',
  4963.                 'A022050001' => '各種マスタ取得失敗',
  4964.                 'A022060001' => '請求後取消失敗',
  4965.                 'A061010201' => '加盟店コードなし',
  4966.                 'A061010202' => '加盟店コードの桁数不正',
  4967.                 'A061010204' => '加盟店コードに禁止文字あり',
  4968.                 'A061010301' => '受付番号なし',
  4969.                 'A061010302' => '受付番号の桁数不正',
  4970.                 'A061010304' => '受付番号に禁止文字あり',
  4971.                 'A062010001' => '受注データが存在しない',
  4972.                 'A062010002' => '受注データ方式不正',
  4973.                 'A062010003' => '受注データが取消不可ステータス',
  4974.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  4975.                 'A062010005' => '与信エラー:ステータスNG',
  4976.                 'A062010007' => '与信エラー:更新無し',
  4977.                 'A062030001' => '請求後取消失敗',
  4978.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  4979.                 'A071010201' => '加盟店コードなし',
  4980.                 'A071010202' => '加盟店コードの桁数不正',
  4981.                 'A071010204' => '加盟店コードに禁止文字あり',
  4982.                 'A071010301' => '受付番号なし',
  4983.                 'A071010302' => '受付番号の桁数不正',
  4984.                 'A071010304' => '受付番号に禁止文字あり',
  4985.                 'A071010401' => '変更後決済金額なし',
  4986.                 'A071010402' => '変更後決済金額の桁数不正',
  4987.                 'A071010404' => '決済金額に禁止文字あり',
  4988.                 'A071010471' => '決済金額の下限額オーバ',
  4989.                 'A071010472' => '決済金額の上限額オーバ',
  4990.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  4991.                 'A073000001' => '受付番号の受注データ不正',
  4992.                 'A073000002' => '同梱中受注',
  4993.                 'A074000001' => '金額変更なし',
  4994.                 'A074000002' => '当該加盟店の増額利用不可',
  4995.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  4996.                 'A076000001' => '金額変更時の与信処理に失敗',
  4997.                 'A077000001' => '金額変更時の取消処理に失敗',
  4998.                 'A031010201' => '加盟店コードなし',
  4999.                 'A031010202' => '加盟店コードの桁数不正',
  5000.                 'A031010204' => '加盟店コードに禁止文字あり',
  5001.                 'A031010301' => '会員IDなし',
  5002.                 'A031010302' => '会員IDの桁数不正',
  5003.                 'A031010401' => '認証キーなし',
  5004.                 'A031010402' => '認証キーの桁数不正',
  5005.                 'A031010501' => 'チェックサムなし',
  5006.                 'A031010371' => '会員IDに禁止文字あり',
  5007.                 'A031010471' => '認証キーに禁止文字あり',
  5008.                 'A031010571' => 'チェックサム不正',
  5009.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  5010.                 'A033000001' => 'お預かり情報の取得エラー',
  5011.                 'A041010201' => '加盟店コードなし',
  5012.                 'A041010202' => '加盟店コードの桁数不正',
  5013.                 'A041010204' => '加盟店コードに禁止文字あり',
  5014.                 'A041010301' => '会員IDなし',
  5015.                 'A041010302' => '会員IDの桁数不正',
  5016.                 'A041010401' => '認証キーなし',
  5017.                 'A041010402' => '認証キーの桁数不正',
  5018.                 'A041010501' => 'チェックサムなし',
  5019.                 'A041010601' => 'カード識別キーなし',
  5020.                 'A041010606' => 'カード識別キーの不正セット',
  5021.                 'A041010705' => 'カード有効期限のフォーマット不正',
  5022.                 'A041010802' => 'カード名義人の桁数不正',
  5023.                 'A041010804' => 'カード名義人に禁止文字あり',
  5024.                 'A041010906' => 'カード会社コードの不正セット',
  5025.                 'A041011001' => '最終利用日時なし',
  5026.                 'A041011005' => '最終利用日時のフォーマット不正',
  5027.                 'A041010371' => '会員IDに禁止文字あり',
  5028.                 'A041010471' => '認証キーに禁止文字あり',
  5029.                 'A041010571' => 'チェックサム不正',
  5030.                 'A041010771' => 'カードの有効期限切れ',
  5031.                 'A042000001' => '当該加盟店の決済利用不可',
  5032.                 'A042000002' => '当該加盟店のクレジット利用不可',
  5033.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  5034.                 'A042000004' => '当該加盟店のカード会社利用不可',
  5035.                 'A043000001' => '当該カードの排他エラー',
  5036.                 'A043000002' => '当該カードの変更なし',
  5037.                 'A043000003' => '当該カードの取得エラー',
  5038.                 'A044000001' => '当該カードの有効性エラー',
  5039.                 'A045000001' => '当該カードの更新エラー',
  5040.                 'A051010201' => '加盟店コードなし',
  5041.                 'A051010202' => '加盟店コードの桁数不正',
  5042.                 'A051010204' => '加盟店コードに禁止文字あり',
  5043.                 'A051010301' => '会員IDなし',
  5044.                 'A051010302' => '会員IDの桁数不正',
  5045.                 'A051010401' => '認証キーなし',
  5046.                 'A051010402' => '認証キーの桁数不正',
  5047.                 'A051010501' => 'チェックサムなし',
  5048.                 'A051010601' => 'カード識別キーなし',
  5049.                 'A051010606' => 'カード識別キーの不正セット',
  5050.                 'A051010701' => '最終利用日時なし',
  5051.                 'A051010705' => '最終利用日時のフォーマット不正',
  5052.                 'A051010371' => '会員IDに禁止文字あり',
  5053.                 'A051010471' => '認証キーに禁止文字あり',
  5054.                 'A051010571' => 'チェックサム不正',
  5055.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  5056.                 'A053000001' => '当該カードの排他エラー',
  5057.                 'A054000001' => '当該カードの削除エラー',
  5058.                 'A081010201' => '加盟店コードの設定がありません。',
  5059.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5060.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5061.                 'A081010301' => '端末区分の設定がありません。',
  5062.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5063.                 'A081010401' => '受付番号の設定がありません。',
  5064.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5065.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  5066.                 'A081010501' => '決済金額の設定がありません。',
  5067.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  5068.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  5069.                 'A081010571' => '決済金額は1円以上となっております。',
  5070.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  5071.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  5072.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  5073.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  5074.                 'A081010701' => '購入者TELの設定がありません。',
  5075.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  5076.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  5077.                 'A081010801' => '購入者E-Mailの設定がありません。',
  5078.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  5079.                 'A081010871' => '購入者E-Mailが誤っております。',
  5080.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  5081.                 'A081010901' => '支払回数の設定がありません。',
  5082.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  5083.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  5084.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  5085.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  5086.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  5087.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5088.                 'A081011201' => 'トークンの設定がありません。',
  5089.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  5090.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  5091.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  5092.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  5093.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  5094.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  5095.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  5096.                 'A081011473' => '出荷予定日に誤りがあります。',
  5097.                 'A082000001' => '加盟店の決済利用不可',
  5098.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  5099.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  5100.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  5101.                 'A082000005' => 'オプションサービスの契約がございません。',
  5102.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5103.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  5104.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  5105.                 'A082000010' => '与信処理不可',
  5106.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5107.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5108.                 'A091010201' => '加盟店コードの設定がありません。',
  5109.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5110.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5111.                 'A091010301' => '受付番号の設定がありません。',
  5112.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5113.                 'A091010304' => '受付番号文字種別誤り',
  5114.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  5115.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  5116.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  5117.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  5118.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  5119.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  5120.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  5121.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  5122.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  5123.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  5124.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  5125.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  5126.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  5127.                 'A091012001' => '3Dトークンの設定がありません。',
  5128.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  5129.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  5130.                 'A092000002' => 'システムエラー(カード情報取得)',
  5131.                 'A092000003' => '3Dセキュア応答電文誤り',
  5132.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  5133.                 'A092000005' => '与信処理不可',
  5134.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5135.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  5136.                 'A111010201' => '加加盟店コードの設定がありません。',
  5137.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5138.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5139.                 'A111010301' => '受付番号の設定がありません。',
  5140.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  5141.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  5142.                 'A112000001' => '加盟店のクレジット設定不備',
  5143.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  5144.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5145.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  5146.                 'B011010201' => '加盟店コードなし',
  5147.                 'B011010202' => '加盟店コードの桁数不正',
  5148.                 'B011010204' => '加盟店コードに禁止文字あり',
  5149.                 'B011010301' => '端末区分なし',
  5150.                 'B011010306' => '端末区分の不正セット',
  5151.                 'B011010401' => '受付番号なし',
  5152.                 'B011010402' => '受付番号の桁数不正',
  5153.                 'B011010404' => '受付番号に禁止文字あり',
  5154.                 'B011010601' => '決済金額なし',
  5155.                 'B011010602' => '決済金額の桁数不正',
  5156.                 'B011010604' => '決済金額に禁止文字あり',
  5157.                 'B011010701' => '購入者名(漢字)なし',
  5158.                 'B011010702' => '購入者名(漢字)の桁数不正',
  5159.                 'B011010801' => '購入者E-Mailなし',
  5160.                 'B011010802' => '購入者E-Mailの桁数不正',
  5161.                 'B011010671' => '決済金額の下限額オーバー',
  5162.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  5163.                 'B011010571' => '商品名に禁止文字あり',
  5164.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  5165.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  5166.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5167.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  5168.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  5169.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  5170.                 'B013000001' => '当該受注の二重決済',
  5171.                 'B014000001' => '決済申込み失敗',
  5172.                 'B021010201' => '加盟店コードなし',
  5173.                 'B021010202' => '加盟店コードの桁数不正',
  5174.                 'B021010204' => '加盟店コードに禁止文字あり',
  5175.                 'B021010301' => '端末区分なし',
  5176.                 'B021010306' => '端末区分の不正セット',
  5177.                 'B021010401' => '受付番号なし',
  5178.                 'B021010402' => '受付番号の桁数不正',
  5179.                 'B021010404' => '受付番号に禁止文字あり',
  5180.                 'B021010601' => '決済金額なし',
  5181.                 'B021010602' => '決済金額の桁数不正',
  5182.                 'B021010604' => '決済金額に禁止文字あり',
  5183.                 'B021010701' => '購入者名(漢字)なし',
  5184.                 'B021010702' => '購入者名(漢字)の桁数不正',
  5185.                 'B021010801' => '購入者名(フリガナ)なし',
  5186.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  5187.                 'B021010901' => '購入者TELなし',
  5188.                 'B021010902' => '購入者TELの桁数不正',
  5189.                 'B021010904' => '購入者TELに禁止文字あり',
  5190.                 'B021011001' => '購入者E-Mailなし',
  5191.                 'B021011002' => '購入者E-Mailの桁数不正',
  5192.                 'B021010671' => '決済金額の下限額オーバー',
  5193.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  5194.                 'B021010571' => '商品名に禁止文字あり',
  5195.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  5196.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  5197.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  5198.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  5199.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  5200.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  5201.                 'B023000001' => '当該受注の二重決済',
  5202.                 'B024000001' => '決済申込み失敗',
  5203.                 'B031010201' => '加盟店コードなし',
  5204.                 'B031010202' => '加盟店コードの桁数不正',
  5205.                 'B031010204' => '加盟店コードに禁止文字あり',
  5206.                 'B031010301' => '端末区分なし',
  5207.                 'B031010306' => '端末区分の不正セット',
  5208.                 'B031010401' => '受付番号なし',
  5209.                 'B031010402' => '受付番号の桁数不正',
  5210.                 'B031010404' => '受付番号に禁止文字あり',
  5211.                 'B031010501' => '商品名なし',
  5212.                 'B031010601' => '決済金額なし',
  5213.                 'B031010602' => '決済金額の桁数不正',
  5214.                 'B031010604' => '決済金額に禁止文字あり',
  5215.                 'B031010701' => '購入者名(漢字)なし',
  5216.                 'B031010702' => '購入者名(漢字)の桁数不正',
  5217.                 'B031010801' => '購入者TELなし',
  5218.                 'B031010802' => '購入者TELの桁数不正',
  5219.                 'B031010804' => '購入者TELに禁止文字あり',
  5220.                 'B031010901' => '購入者E-Mailなし',
  5221.                 'B031010902' => '購入者E-Mailの桁数不正',
  5222.                 'B031010671' => '決済金額の下限額オーバー',
  5223.                 'B031010672' => '決済金額のローソン上限額オーバー',
  5224.                 'B031010571' => '商品名に禁止文字あり',
  5225.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  5226.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  5227.                 'B031010871' => '購入者TELの桁数不正',
  5228.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  5229.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  5230.                 'B032000002' => '当該加盟店のローソン利用不可',
  5231.                 'B033000001' => '当該受注の二重決済',
  5232.                 'B034000001' => '決済申込み失敗',
  5233.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5234.                 'B041010201' => '加盟店コードなし',
  5235.                 'B041010202' => '加盟店コードの桁数不正',
  5236.                 'B041010204' => '加盟店コードに禁止文字あり',
  5237.                 'B041010301' => '端末区分なし',
  5238.                 'B041010306' => '端末区分の不正セット',
  5239.                 'B041010401' => '受付番号なし',
  5240.                 'B041010402' => '受付番号の桁数不正',
  5241.                 'B041010404' => '受付番号に禁止文字あり',
  5242.                 'B041010501' => '商品名なし',
  5243.                 'B041010601' => '決済金額なし',
  5244.                 'B041010602' => '決済金額の桁数不正',
  5245.                 'B041010604' => '決済金額に禁止文字あり',
  5246.                 'B041010701' => '購入者名(漢字)なし',
  5247.                 'B041010702' => '購入者名(漢字)の桁数不正',
  5248.                 'B041010801' => '購入者TELなし',
  5249.                 'B041010802' => '購入者TELの桁数不正',
  5250.                 'B041010804' => '購入者TELに禁止文字あり',
  5251.                 'B041010901' => '購入者E-Mailなし',
  5252.                 'B041010902' => '購入者E-Mailの桁数不正',
  5253.                 'B041010671' => '決済金額の下限額オーバー',
  5254.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  5255.                 'B041010571' => '商品名に禁止文字あり',
  5256.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  5257.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  5258.                 'B041010871' => '購入者TELの桁数不正',
  5259.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  5260.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  5261.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  5262.                 'B043000001' => '当該受注の二重決済',
  5263.                 'B044000001' => '決済申込み失敗',
  5264.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5265.                 'B051010201' => '加盟店コードなし',
  5266.                 'B051010202' => '加盟店コードの桁数不正',
  5267.                 'B051010204' => '加盟店コードに禁止文字あり',
  5268.                 'B051010301' => '端末区分なし',
  5269.                 'B051010306' => '端末区分の不正セット',
  5270.                 'B051010401' => '受付番号なし',
  5271.                 'B051010402' => '受付番号の桁数不正',
  5272.                 'B051010404' => '受付番号に禁止文字あり',
  5273.                 'B051010501' => '商品名なし',
  5274.                 'B051010601' => '決済金額なし',
  5275.                 'B051010602' => '決済金額の桁数不正',
  5276.                 'B051010604' => '決済金額に禁止文字あり',
  5277.                 'B051010701' => '購入者名(漢字)なし',
  5278.                 'B051010702' => '購入者名(漢字)の桁数不正',
  5279.                 'B051010801' => '購入者TELなし',
  5280.                 'B051010802' => '購入者TELの桁数不正',
  5281.                 'B051010804' => '購入者TELに禁止文字あり',
  5282.                 'B051010901' => '購入者E-Mailなし',
  5283.                 'B051010902' => '購入者E-Mailの桁数不正',
  5284.                 'B051010671' => '決済金額の下限額オーバー',
  5285.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  5286.                 'B051010571' => '商品名に禁止文字あり',
  5287.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5288.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  5289.                 'B051010871' => '購入者TELの桁数不正',
  5290.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  5291.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  5292.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  5293.                 'B053000001' => '当該受注の二重決済',
  5294.                 'B054000001' => '決済申込み失敗',
  5295.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5296.                 'B061010201' => '加盟店コードなし',
  5297.                 'B061010202' => '加盟店コードの桁数不正',
  5298.                 'B061010204' => '加盟店コードに禁止文字あり',
  5299.                 'B061010301' => '端末区分なし',
  5300.                 'B061010306' => '端末区分の不正セット',
  5301.                 'B061010401' => '受付番号なし',
  5302.                 'B061010402' => '受付番号の桁数不正',
  5303.                 'B061010404' => '受付番号に禁止文字あり',
  5304.                 'B061010501' => '商品名なし',
  5305.                 'B061010601' => '決済金額なし',
  5306.                 'B061010602' => '決済金額の桁数不正',
  5307.                 'B061010604' => '決済金額に禁止文字あり',
  5308.                 'B061010701' => '購入者名(漢字)なし',
  5309.                 'B061010702' => '購入者名(漢字)の桁数不正',
  5310.                 'B061010801' => '購入者TELなし',
  5311.                 'B061010802' => '購入者TELの桁数不正',
  5312.                 'B061010804' => '購入者TELに禁止文字あり',
  5313.                 'B061010901' => '購入者E-Mailなし',
  5314.                 'B061010902' => '購入者E-Mailの桁数不正',
  5315.                 'B061010671' => '決済金額の下限額オーバー',
  5316.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  5317.                 'B061010571' => '商品名に禁止文字あり',
  5318.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5319.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  5320.                 'B061010871' => '購入者TELの桁数不正',
  5321.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  5322.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  5323.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  5324.                 'B063000001' => '当該受注の二重決済',
  5325.                 'B064000001' => '決済申込み失敗',
  5326.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5327.                 'C011010201' => '加盟店コードなし',
  5328.                 'C011010202' => '加盟店コードの桁数不正',
  5329.                 'C011010204' => '加盟店コードに禁止文字あり',
  5330.                 'C011010301' => '端末区分なし',
  5331.                 'C011010306' => '端末区分の不正セット',
  5332.                 'C011010401' => '受付番号なし',
  5333.                 'C011010402' => '受付番号の桁数不正',
  5334.                 'C011010404' => '受付番号に禁止文字あり',
  5335.                 'C011010601' => '決済金額なし',
  5336.                 'C011010602' => '決済金額の桁数不正',
  5337.                 'C011010604' => '決済金額に禁止文字あり',
  5338.                 'C011010701' => '購入者名(漢字)なし',
  5339.                 'C011010801' => '購入者E-Mailなし',
  5340.                 'C011010802' => '購入者E-Mailの桁数不正',
  5341.                 'C011010901' => '決済完了通知URL必須エラー',
  5342.                 'C011011071' => '決済金額の下限額オーバー',
  5343.                 'C011011072' => '決済金額の上限額オーバー',
  5344.                 'C011011171' => '商品名に禁止文字あり',
  5345.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  5346.                 'C011011271' => '購入者名に禁止文字あり',
  5347.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5348.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  5349.                 'C011011473' => '決済完了通知URLの文字形式不正',
  5350.                 'C011010572' => '決済完了通知URL桁数エラー',
  5351.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  5352.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  5353.                 'C012000251' => '当該受注の二重決済',
  5354.                 'C012000371' => '決済申込み失敗',
  5355.                 'C021010201' => '加盟店コードなし',
  5356.                 'C021010202' => '加盟店コードの桁数不正',
  5357.                 'C021010204' => '加盟店コードに禁止文字あり',
  5358.                 'C021010301' => '端末区分なし',
  5359.                 'C021010306' => '端末区分の不正セット',
  5360.                 'C021010401' => '受付番号なし',
  5361.                 'C021010402' => '受付番号の桁数不正',
  5362.                 'C021010404' => '受付番号に禁止文字あり',
  5363.                 'C021010601' => '決済金額なし',
  5364.                 'C021010602' => '決済金額の桁数不正',
  5365.                 'C021010604' => '決済金額に禁止文字あり',
  5366.                 'C021010701' => '購入者名(漢字)なし',
  5367.                 'C021010801' => '購入者E-Mailなし',
  5368.                 'C021010802' => '購入者E-Mailの桁数不正',
  5369.                 'C021010971' => '決済金額の下限額オーバー',
  5370.                 'C021010972' => '決済金額の上限額オーバー',
  5371.                 'C021011071' => '商品名に禁止文字あり',
  5372.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  5373.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  5374.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5375.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  5376.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  5377.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  5378.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  5379.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  5380.                 'C022000251' => '当該受注の二重決済',
  5381.                 'C022000371' => '決済申込み失敗',
  5382.                 'C031010201' => '加盟店コードなし',
  5383.                 'C031010202' => '加盟店コードの桁数不正',
  5384.                 'C031010204' => '加盟店コードに禁止文字あり',
  5385.                 'C031010301' => '端末区分なし',
  5386.                 'C031010306' => '端末区分の不正セット',
  5387.                 'C031010401' => '受付番号なし',
  5388.                 'C031010402' => '受付番号の桁数不正',
  5389.                 'C031010404' => '受付番号に禁止文字あり',
  5390.                 'C031010501' => '商品名なし',
  5391.                 'C031010601' => '決済金額なし',
  5392.                 'C031010602' => '決済金額の桁数不正',
  5393.                 'C031010604' => '決済金額に禁止文字あり',
  5394.                 'C031010701' => '購入者名(漢字)なし',
  5395.                 'C031010801' => '購入者E-Mailなし',
  5396.                 'C031010802' => '購入者E-Mailの桁数不正',
  5397.                 'C031010901' => '戻り先URL必須エラー',
  5398.                 'C031011071' => '決済金額の下限額オーバー',
  5399.                 'C031011072' => '決済金額の上限額オーバー',
  5400.                 'C031011171' => '商品名に禁止文字あり',
  5401.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  5402.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  5403.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5404.                 'C031011371' => '購入者E-Mail不正',
  5405.                 'C031011471' => '戻り先URLの文字形式不正',
  5406.                 'C031011472' => '戻り先URL桁数エラー',
  5407.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  5408.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  5409.                 'C032010001' => '当該受注の二重決済',
  5410.                 'C032020001' => '決済申込み失敗:その他',
  5411.                 'C032020002' => '決済申込み失敗:Suica未加入',
  5412.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  5413.                 'C032020004' => '決済申込み失敗:一時利用停止',
  5414.                 'C032020005' => '決済申込み失敗:メンテナンス',
  5415.                 'C041010201' => '加盟店コードなし',
  5416.                 'C041010202' => '加盟店コードの桁数不正',
  5417.                 'C041010204' => '加盟店コードに禁止文字あり',
  5418.                 'C041010301' => '端末区分なし',
  5419.                 'C041010306' => '端末区分の不正セット',
  5420.                 'C041010401' => '受付番号なし',
  5421.                 'C041010402' => '受付番号の桁数不正',
  5422.                 'C041010404' => '受付番号に禁止文字あり',
  5423.                 'C041010501' => '商品名なし',
  5424.                 'C041010601' => '決済金額なし',
  5425.                 'C041010602' => '決済金額の桁数不正',
  5426.                 'C041010604' => '決済金額に禁止文字あり',
  5427.                 'C041010701' => '購入者名(漢字)なし',
  5428.                 'C041010801' => '購入者E-Mailなし',
  5429.                 'C041010802' => '購入者E-Mailの桁数不正',
  5430.                 'C041011071' => '決済金額の下限額オーバー',
  5431.                 'C041011072' => '決済金額の上限額オーバー',
  5432.                 'C041011171' => '商品名に禁止文字あり',
  5433.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  5434.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  5435.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5436.                 'C041011371' => '購入者E-Mail不正',
  5437.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  5438.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  5439.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  5440.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  5441.                 'C042010001' => '当該受注の二重決済',
  5442.                 'C042020001' => '決済申込み失敗:その他',
  5443.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  5444.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  5445.                 'C042020004' => '決済申込み失敗:一時利用停止',
  5446.                 'C042020005' => '決済申込み失敗:メンテナンス',
  5447.                 'C051010201' => '加盟店コードなし',
  5448.                 'C051010202' => '加盟店コードの桁数不正',
  5449.                 'C051010204' => '加盟店コードに禁止文字あり',
  5450.                 'C051010301' => '端末区分なし',
  5451.                 'C051010306' => '端末区分の不正セット',
  5452.                 'C051010401' => '受付番号なし',
  5453.                 'C051010402' => '受付番号の桁数不正',
  5454.                 'C051010404' => '受付番号に禁止文字あり',
  5455.                 'C051010501' => '商品名なし',
  5456.                 'C051010601' => '決済金額なし',
  5457.                 'C051010602' => '決済金額の桁数不正',
  5458.                 'C051010604' => '決済金額に禁止文字あり',
  5459.                 'C051010701' => '購入者名(漢字)なし',
  5460.                 'C051010801' => '購入者E-Mailなし',
  5461.                 'C051010802' => '購入者E-Mailの桁数不正',
  5462.                 'C051010901' => '戻り先URL必須エラー',
  5463.                 'C051010902' => '戻り先URL桁数エラー',
  5464.                 'C051010904' => '戻り先URLに禁止文字あり',
  5465.                 'C051010671' => '決済金額の下限額オーバー',
  5466.                 'C051010672' => '決済金額の上限額オーバー',
  5467.                 'C051010571' => '商品名に禁止文字あり',
  5468.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5469.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  5470.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5471.                 'C051010871' => '購入者E-Mail不正',
  5472.                 'C051010971' => '戻り先URLの文字形式不正',
  5473.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  5474.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  5475.                 'C052010001' => '当該受注の二重決済',
  5476.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  5477.                 'C052020001' => '決済情報通知エラー',
  5478.                 'C061010201' => '加盟店コードなし',
  5479.                 'C061010202' => '加盟店コードの桁数不正',
  5480.                 'C061010204' => '加盟店コードに禁止文字あり',
  5481.                 'C061010301' => '端末区分なし',
  5482.                 'C061010306' => '端末区分の不正セット',
  5483.                 'C061010401' => '受付番号なし',
  5484.                 'C061010402' => '受付番号の桁数不正',
  5485.                 'C061010404' => '受付番号に禁止文字あり',
  5486.                 'C061010501' => '商品名なし',
  5487.                 'C061010601' => '決済金額なし',
  5488.                 'C061010602' => '決済金額の桁数不正',
  5489.                 'C061010604' => '決済金額に禁止文字あり',
  5490.                 'C061010701' => '購入者名(漢字)なし',
  5491.                 'C061010801' => '購入者E-Mailなし',
  5492.                 'C061010802' => '購入者E-Mailの桁数不正',
  5493.                 'C061010671' => '決済金額の下限額オーバー',
  5494.                 'C061010672' => '決済金額の上限額オーバー',
  5495.                 'C061010571' => '商品名に禁止文字あり',
  5496.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5497.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  5498.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5499.                 'C061010871' => '購入者E-Mail不正',
  5500.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  5501.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  5502.                 'C062010001' => '当該受注の二重決済',
  5503.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  5504.                 'C062020001' => '決済情報通知エラー',
  5505.                 'D011010201' => '加盟店コードなし',
  5506.                 'D011010202' => '加盟店コードの桁数不正',
  5507.                 'D011010204' => '加盟店コードに禁止文字あり',
  5508.                 'D011010301' => '端末区分なし',
  5509.                 'D011010306' => '端末区分の不正セット',
  5510.                 'D011010401' => '受付番号なし',
  5511.                 'D011010402' => '受付番号の桁数不正',
  5512.                 'D011010404' => '受付番号に禁止文字あり',
  5513.                 'D011010601' => '決済金額なし',
  5514.                 'D011010602' => '決済金額の桁数不正',
  5515.                 'D011010604' => '決済金額に禁止文字あり',
  5516.                 'D011010701' => '購入者名(漢字)なし',
  5517.                 'D011010801' => '購入者E-Mailなし',
  5518.                 'D011010802' => '購入者E-Mailの桁数不正',
  5519.                 'D011010901' => '完了画面URLなし',
  5520.                 'D011010903' => '完了戻りURLbyte数エラー',
  5521.                 'D011011071' => '決済金額の下限額オーバー',
  5522.                 'D011011072' => '決済金額の上限額オーバー',
  5523.                 'D011011171' => '商品名に禁止文字あり',
  5524.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  5525.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  5526.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5527.                 'D011011371' => '購入者E-Mail不正',
  5528.                 'D011011471' => '完了戻りURLの文字形式不正',
  5529.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  5530.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  5531.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  5532.                 'D012010001' => '当該受注の二重決済',
  5533.                 'E011010201' => '加盟店コードなし',
  5534.                 'E011010202' => '加盟店コードの桁数不正',
  5535.                 'E011010204' => '加盟店コードに禁止文字あり',
  5536.                 'E011010301' => '受付番号なし',
  5537.                 'E011010302' => '受付番号の桁数不正',
  5538.                 'E011010304' => '受付番号に禁止文字あり',
  5539.                 'E011010401' => '送り状番号なし',
  5540.                 'E011010402' => '送り状番号の桁数不正',
  5541.                 'E011010404' => '送り状番号に禁止文字あり',
  5542.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  5543.                 'E011010351' => '受注データ不正',
  5544.                 'E011010451' => '送り状番号不正',
  5545.                 'E012000001' => '送り状番号登録済みエラー',
  5546.                 'E012000002' => '送り状番号が99件超',
  5547.                 'E012000003' => '同梱の合計金額が30万円超',
  5548.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  5549.                 'E012000005' => '登録済み受注データが修正不可',
  5550.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  5551.                 'E013000001' => '排他制御エラー',
  5552.                 'E021010201' => '加盟店コードなし',
  5553.                 'E021010202' => '加盟店コードの桁数不正',
  5554.                 'E021010204' => '加盟店コードに禁止文字あり',
  5555.                 'E021010301' => '受付番号なし',
  5556.                 'E021010302' => '受付番号の桁数不正',
  5557.                 'E021010304' => '受付番号に禁止文字あり',
  5558.                 'E021010401' => '送り状番号なし',
  5559.                 'E021010402' => '送り状番号の桁数不正',
  5560.                 'E021010404' => '送り状番号に禁止文字あり',
  5561.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  5562.                 'E021010351' => '受注データ不正',
  5563.                 'E022000001' => '送り状番データ不正',
  5564.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  5565.                 'E022000003' => '登録済み受注データが修正不可',
  5566.                 'E023000001' => '排他制御エラー',
  5567.                 'E031010201' => '加盟店コードなし',
  5568.                 'E031010202' => '加盟店コードの桁数不正',
  5569.                 'E031010204' => '加盟店コードに禁止文字あり',
  5570.                 'E031010301' => '受付番号なし',
  5571.                 'E031010302' => '受付番号の桁数不正',
  5572.                 'E031010304' => '受付番号に禁止文字あり',
  5573.                 'E031010401' => '出荷予定日なし',
  5574.                 'E031010405' => '出荷予定日のフォーマット不正',
  5575.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  5576.                 'E031010351' => '受付番号の受注データ不正',
  5577.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  5578.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  5579.                 'E033000001' => '排他制御エラー',
  5580.                 'E041010201' => '加盟店コードなし',
  5581.                 'E041010202' => '加盟店コードの桁数不正',
  5582.                 'E041010204' => '加盟店コードに禁止文字あり',
  5583.                 'E041010301' => '受付番号なし',
  5584.                 'E041010302' => '受付番号の桁数不正',
  5585.                 'E041010304' => '受付番号に禁止文字あり',
  5586.                 'H011010201' => '加盟店コードなし',
  5587.                 'H011010202' => '加盟店コードの桁数オーバー',
  5588.                 'H011010204' => '加盟店コード文字種別誤り',
  5589.                 'L011010201' => '加盟店コードなし',
  5590.                 'L011010202' => '加盟店コードの桁数オーバー',
  5591.                 'L011010204' => '加盟店コード文字種別誤り',
  5592.                 'L011010301' => '受付番号なし',
  5593.                 'L011010302' => '受付番号の桁数不正',
  5594.                 'L011010304' => '受付番号に禁止文字あり',
  5595.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  5596.                 'L011010601' => '決済金額なし',
  5597.                 'L011010602' => '決済金額の桁数不正',
  5598.                 'L011010604' => '決済金額に禁止文字あり',
  5599.                 'L011010671' => '決済金額の下限額オーバー',
  5600.                 'L011010672' => '決済金額の上限額オーバー',
  5601.                 'L011010701' => '購入者名(漢字)なし',
  5602.                 'L011010702' => '購入者名(漢字)の桁数不正',
  5603.                 'L011010801' => '購入者TELなし',
  5604.                 'L011010802' => '購入者TELの桁数不正',
  5605.                 'L011010804' => '購入者TELに禁止文字あり',
  5606.                 'L011010901' => '購入者E-Mailなし',
  5607.                 'L011010902' => '購入者E-Mailの桁数不正',
  5608.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  5609.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  5610.                 'L011011401' => '正常時戻り先URL必須エラー',
  5611.                 'L011011402' => '正常時戻り先URL桁数エラー',
  5612.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  5613.                 'L011011502' => '異常時戻り先URL桁数エラー',
  5614.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  5615.                 'L011011701' => '決済結果通知先URL必須エラー',
  5616.                 'L011011702' => '決済結果通知先URL桁数エラー',
  5617.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  5618.                 'L011011801' => 'チェックサムなし',
  5619.                 'L011011871' => 'チェックサム不正',
  5620.                 'L012000001' => '当該加盟店の決済利用不可',
  5621.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  5622.                 'L012000005' => '受付番号重複エラー',
  5623.                 'L012000006' => 'メンテナンス中エラー',
  5624.                 'L012000007' => 'システムエラー',
  5625.                 'L012000008' => '各種マスタ取得失敗',
  5626.                 'L012000009' => 'システムエラー',
  5627.                 'L021010201' => '加盟店コードなし',
  5628.                 'L021010202' => '加盟店コードの桁数オーバー',
  5629.                 'L021010204' => '加盟店コード文字種別誤り',
  5630.                 'L021010301' => '受付番号なし',
  5631.                 'L021010302' => '受付番号の桁数不正',
  5632.                 'L021010304' => '受付番号に禁止文字あり',
  5633.                 'L022000001' => '受注データなし',
  5634.                 'L022000002' => '受注データ方式不正',
  5635.                 'L022000003' => '受注データが取消不可',
  5636.                 'L022000004' => 'システムエラー',
  5637.                 'L022000005' => 'システムエラー',
  5638.                 'L022000006' => 'システムエラー',
  5639.                 'L031010201' => '加盟店コードなし',
  5640.                 'L031010202' => '加盟店コードの桁数不正',
  5641.                 'L031010204' => '加盟店コードに禁止文字あり',
  5642.                 'L031010301' => '受付番号なし',
  5643.                 'L031010302' => '受付番号の桁数不正',
  5644.                 'L031010304' => '受付番号に禁止文字あり',
  5645.                 'L031010401' => '変更後決済金額なし',
  5646.                 'L031010402' => '変更後決済金額の桁数不正',
  5647.                 'L031010404' => '決済金額に禁止文字あり',
  5648.                 'L031010471' => '決済金額の下限額オーバ',
  5649.                 'L031010472' => '決済金額の上限額オーバ',
  5650.                 'L031010502' => '注文の説明の桁数不正',
  5651.                 'L032000001' => '金額変更対象外',
  5652.                 'L032000002' => '金額変更なし',
  5653.                 'L032000003' => '請求後に増額要求不可',
  5654.                 'L032000004' => 'システムエラー',
  5655.                 'L032000005' => 'システムエラー',
  5656.                 'L032000006' => 'システムエラー',
  5657.                 'L032000007' => 'システムエラー',
  5658.                 'L032000008' => 'システムエラー',
  5659.                 'L032000009' => 'システムエラー',
  5660.                 'L032000010' => '各種マスタ取得失敗',
  5661.                 'Z012000001' => 'POST以外のリクエスト方式',
  5662.                 'Z012000002' => '機能区分なし',
  5663.                 'Z012000003' => '機能区分の不正セット',
  5664.                 'Z012000004' => '同受注番号にて決済中エラー',
  5665.                 'Z012000005' => 'リクエストタイムアウト',
  5666.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  5667.                 'Z012000007' => '当該加盟店の取引停止',
  5668.                 'Z012000008' => '当該加盟店のAPI利用不可',
  5669.                 'Z012000009' => '当該加盟店のAPI利用不可',
  5670.                 'Z012000010' => '認証パスワードエラー',
  5671.                 'Z019999999' => 'システムエラー',
  5672.                 'Z010000000' => 'メンテナンスエラー',
  5673.                 'kaara001E' => '加盟店コードが未入力です。',
  5674.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  5675.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  5676.                 'kaara004E' => '未登録の加盟店コードです。',
  5677.                 'kaara005E' => '利用できない加盟店コードです。',
  5678.                 'kaara006E' => '受注番号が未入力です。',
  5679.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5680.                 'kaara008E' => '受注番号が桁数エラーです。',
  5681.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  5682.                 'kaara010E' => '受注日が未入力です。',
  5683.                 'kaara011E' => '受注日は半角数字で入力してください。',
  5684.                 'kaara012E' => '受注日が桁数エラーです。',
  5685.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  5686.                 'kaara014E' => '出荷予定日が未入力です。',
  5687.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  5688.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  5689.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  5690.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  5691.                 'kaara019E' => '氏名が未入力です。',
  5692.                 'kaara020E' => '氏名は全角文字で入力してください。',
  5693.                 'kaara021E' => '氏名が桁数エラーです。',
  5694.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  5695.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  5696.                 'kaara024E' => '氏名カナが桁数エラーです。',
  5697.                 'kaara025E' => '郵便番号が未入力です。',
  5698.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5699.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5700.                 'kaara028E' => '郵便番号が桁数エラーです。',
  5701.                 'kaara029E' => '郵便番号が実在しません。',
  5702.                 'kaara030E' => '住所1が未入力です。',
  5703.                 'kaara031E' => '住所1は全角文字で入力してください。',
  5704.                 'kaara032E' => '住所1が桁数エラーです。',
  5705.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5706.                 'kaara034E' => '住所1は都道府県から入力してください。',
  5707.                 'kaara035E' => '住所2は全角文字で入力してください。',
  5708.                 'kaara036E' => '住所2が桁数エラーです。',
  5709.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5710.                 'kaara038E' => '電話番号が未入力です。',
  5711.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  5712.                 'kaara040E' => '電話番号が桁数エラーです。',
  5713.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  5714.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  5715.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  5716.                 'kaara046E' => '決済金額総計が未入力です。',
  5717.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  5718.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  5719.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  5720.                 'kaara050E' => '送り先区分が未入力です。',
  5721.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  5722.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  5723.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  5724.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  5725.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  5726.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  5727.                 'kaara057E' => '購入商品名称1が未入力です。',
  5728.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  5729.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  5730.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  5731.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  5732.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  5733.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  5734.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  5735.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  5736.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  5737.                 'kaara067E' => '送り先名称が桁数エラーです。',
  5738.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  5739.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5740.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  5741.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  5742.                 'kaara073E' => '送り先郵便番号が実在しません。',
  5743.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  5744.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  5745.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  5746.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  5747.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  5748.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  5749.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  5750.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  5751.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  5752.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  5753.                 'kaara086E' => '依頼日時が未入力です。',
  5754.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  5755.                 'kaara088E' => '依頼日時が桁数エラーです。',
  5756.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  5757.                 'kaara090E' => 'パスワードが未入力です。',
  5758.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  5759.                 'kaara092E' => 'パスワードが不正です。',
  5760.                 'kaara093E' => '電話番号は0から入力してください。',
  5761.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  5762.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  5763.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  5764.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  5765.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5766.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5767.                 'kaars001E' => '項目数が相違しています。',
  5768.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  5769.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  5770.                 'kaars004E' => '加盟店コードが未入力です。',
  5771.                 'kaars005E' => '受注番号が桁数エラーです。',
  5772.                 'kaars006E' => '受注番号は半角で入力してください。',
  5773.                 'kaars007E' => '受注番号が未入力です。',
  5774.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5775.                 'kaars008E' => '受注番号が登録されていません。',
  5776.                 'kaars009E' => '依頼日が存在しない日付です。',
  5777.                 'kaars010E' => '依頼日は半角で入力してください。',
  5778.                 'kaars011E' => '依頼日が未入力です。',
  5779.                 'kaars012E' => 'パスワードが不正です。',
  5780.                 'kaars013E' => 'パスワードエラー',
  5781.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  5782.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  5783.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  5784.                 'kaacl004E' => '加盟店コードが未入力です。',
  5785.                 'kaacl005E' => '受注番号が桁数エラーです。',
  5786.                 'kaacl006E' => '受注番号は半角で入力してください。',
  5787.                 'kaacl007E' => '受注番号が未入力です。',
  5788.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5789.                 'kaacl008E' => '受注番号が登録されていません。',
  5790.                 'kaacl009E' => '既に取り消されています。',
  5791.                 'kaacl010E' => '依頼日が存在しない日付です。',
  5792.                 'kaacl011E' => '依頼日は半角で入力してください。',
  5793.                 'kaacl012E' => '依頼日が未入力です。',
  5794.                 'kaacl013E' => 'パスワードが不正です。',
  5795.                 'kaacl014E' => 'パスワードエラー',
  5796.                 'kaasl001E' => '項目数が相違しています。',
  5797.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  5798.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  5799.                 'kaasl004E' => '加盟店コードが未入力です。',
  5800.                 'kaasl005E' => '受注番号が桁数エラーです。',
  5801.                 'kaasl006E' => '受注番号は半角で入力してください。',
  5802.                 'kaasl007E' => '受注番号が未入力です。',
  5803.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5804.                 'kaasl008E' => '指定の受注番号が存在しません。',
  5805.                 'kaasl009E' => '送り状番号登録済です。',
  5806.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  5807.                 'kaasl011E' => '送り状番号が未入力です。',
  5808.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  5809.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  5810.                 'kaasl014E' => '送り状番号チェックエラー',
  5811.                 'kaasl015E' => '送り状番号チェックエラー',
  5812.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  5813.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  5814.                 'kaasl018E' => '送り状番号が既に存在します。',
  5815.                 'kaasl019E' => '処理区分エラー',
  5816.                 'kaasl020E' => '登録はできません。',
  5817.                 'kaasl022E' => '変更はできません。',
  5818.                 'kaasl023E' => '出荷予定日エラー',
  5819.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  5820.                 'kaasl025E' => '出荷予定日が未入力です。',
  5821.                 'kaasl026E' => '出荷予定日は指定できません。',
  5822.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  5823.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  5824.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  5825.                 'kaasl030E' => '出荷予定日が未入力です。',
  5826.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  5827.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  5828.                 'kaasl033E' => '依頼日が存在しない日付です。',
  5829.                 'kaasl034E' => '依頼日は半角で入力してください。',
  5830.                 'kaasl035E' => '依頼日が未入力です。',
  5831.                 'kaasl036E' => 'パスワードが不正です。',
  5832.                 'kaasl037E' => 'パスワードエラー',
  5833.                 'kaast001E' => '項目数が相違しています。',
  5834.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  5835.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  5836.                 'kaast004E' => '加盟店コードが未入力です。',
  5837.                 'kaast005E' => '受注番号が桁数エラーです。',
  5838.                 'kaast006E' => '受注番号は半角で入力してください。',
  5839.                 'kaast007E' => '受注番号が未入力です。',
  5840.                 'kaast008E' => '受注番号が登録されていません。',
  5841.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5842.                 'kaast009E' => '依頼日が存在しない日付です。',
  5843.                 'kaast010E' => '依頼日は半角で入力してください。',
  5844.                 'kaast011E' => '依頼日が未入力です。',
  5845.                 'kaast012E' => 'パスワードが不正です。',
  5846.                 'kaast013E' => 'パスワードエラー',
  5847.                 'kaakk001E' => '加盟店コードが未入力です。',
  5848.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  5849.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  5850.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  5851.                 'kaakk005E' => '受注番号が未入力です。',
  5852.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5853.                 'kaakk007E' => '受注番号が桁数エラーです。',
  5854.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  5855.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  5856.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5857.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5858.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  5859.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  5860.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  5861.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  5862.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  5863.                 'kaakk018E' => '郵便番号が未入力です。',
  5864.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5865.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  5866.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5867.                 'kaakk022E' => '郵便番号が実在しません。',
  5868.                 'kaakk023E' => '住所1が未入力です。',
  5869.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5870.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  5871.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  5872.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  5873.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5874.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  5875.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  5876.                 'kaakk031E' => '住所2に番地が設定されていません。',
  5877.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  5878.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5879.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5880.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  5881.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5882.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5883.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5884.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5885.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5886.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5887.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5888.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5889.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5890.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5891.                 'kaakk046E' => '決済金額総計が未入力です。',
  5892.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  5893.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  5894.                 'kaakk049E' => '決済金額総計が変更されていません。',
  5895.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  5896.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  5897.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  5898.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5899.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5900.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5901.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5902.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5903.                 'kaakk059E' => 'パスワードが入力されていません。',
  5904.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  5905.                 'kaakk061E' => 'パスワードが一致しません。',
  5906.                 'kaakk062E' => '依頼日時が入力されていません。',
  5907.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  5908.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  5909.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  5910.                 'kaarr001E' => '加盟店コードが未入力です。',
  5911.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  5912.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  5913.                 'kaarr004E' => '存在しない加盟店コードです。',
  5914.                 'kaarr005E' => '受注番号が未入力です。',
  5915.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5916.                 'kaarr007E' => '受注番号が桁数エラーです。',
  5917.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  5918.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  5919.                 'kaarr010E' => 'パスワードが入力されていません。',
  5920.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  5921.                 'kaarr012E' => 'パスワードが一致しません。',
  5922.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  5923.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  5924.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5925.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  5926.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  5927.                 'kaarr018E' => '不備事由が未入力です。',
  5928.                 'kaarr019E' => '不備事由の値が不適切です。',
  5929.                 'kaarr020E' => '不備事由その他が未入力です。',
  5930.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  5931.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  5932.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  5933.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  5934.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  5935.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  5936.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  5937.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  5938.                 'kaarr031E' => '送り先区分は半角数字であること。',
  5939.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  5940.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  5941.                 'kaarr034E' => '郵便番号が未入力です。',
  5942.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  5943.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  5944.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  5945.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  5946.                 'kaarr039E' => '住所1が未入力です。',
  5947.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  5948.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5949.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  5950.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  5951.                 'kaarr044E' => '住所2が未入力です。',
  5952.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  5953.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  5954.                 'kaarr047E' => '住所に番地が設定されていません。',
  5955.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  5956.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5957.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5958.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  5959.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  5960.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  5961.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5962.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5963.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5964.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5965.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  5966.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  5967.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  5968.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  5969.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  5970.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  5971.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  5972.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  5973.             ],
  5974.             'eccube_rate_limiter_configs' => [
  5975.             ],
  5976.             'eccube.plugins.enabled' => [
  5977.                 => 'Recommend42',
  5978.                 => 'Coupon42',
  5979.                 => 'MailMagazine42',
  5980.                 => 'SalesReport42',
  5981.                 => 'RelatedProduct42',
  5982.                 => 'Securitychecker42',
  5983.                 => 'ProductReview42',
  5984.                 => 'SiteKit42',
  5985.                 => 'YamatoPayment42',
  5986.                 => 'ProductMetaSeoIngenuity42',
  5987.                 10 => 'DisableNonMember42',
  5988.                 11 => 'CustomerGroup42',
  5989.                 12 => 'CustomerGroupPrice42',
  5990.                 13 => 'ExpressLink42',
  5991.                 14 => 'DeliveryCool42',
  5992.                 15 => 'DeliveryFreeProduct42',
  5993.                 16 => 'DesignTag42',
  5994.                 17 => 'BootechMypageInvoiceReceipt42',
  5995.                 18 => 'CustomerGroupRank42',
  5996.                 19 => 'AttachWysiwygEditor42',
  5997.             ],
  5998.             'eccube.plugins.disabled' => [
  5999.             ],
  6000.             'event_dispatcher.event_aliases' => [
  6001.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6002.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6003.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6004.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6005.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6006.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6007.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6008.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6009.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6010.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6011.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6012.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6013.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6014.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6015.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6016.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6017.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6018.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6019.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6020.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6021.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6022.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6023.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6024.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6025.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6026.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6027.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6028.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6029.             ],
  6030.             'fragment.renderer.hinclude.global_template' => NULL,
  6031.             'fragment.path' => '/_fragment',
  6032.             'kernel.http_method_override' => true,
  6033.             'kernel.trusted_hosts' => [
  6034.             ],
  6035.             'kernel.enabled_locales' => [
  6036.             ],
  6037.             'kernel.error_controller' => 'error_controller',
  6038.             'debug.file_link_format' => NULL,
  6039.             'asset.request_context.base_path' => NULL,
  6040.             'asset.request_context.secure' => NULL,
  6041.             'translator.logging' => false,
  6042.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6043.             'debug.error_handler.throw_at' => -1,
  6044.             'router.request_context.host' => 'localhost',
  6045.             'router.request_context.scheme' => 'http',
  6046.             'router.request_context.base_url' => '',
  6047.             'router.resource' => 'kernel::loadRoutes',
  6048.             'request_listener.http_port' => 80,
  6049.             'request_listener.https_port' => 443,
  6050.             'session.metadata.storage_key' => '_sf2_meta',
  6051.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6052.             'session.metadata.update_threshold' => 0,
  6053.             'form.type_extension.csrf.enabled' => true,
  6054.             'form.type_extension.csrf.field_name' => '_token',
  6055.             'validator.translation_domain' => 'validators',
  6056.             'profiler_listener.only_exceptions' => false,
  6057.             'profiler_listener.only_main_requests' => false,
  6058.             'security.role_hierarchy.roles' => [
  6059.             ],
  6060.             'security.access.denied_url' => NULL,
  6061.             'security.authentication.manager.erase_credentials' => true,
  6062.             'security.authentication.session_strategy.strategy' => 'migrate',
  6063.             'security.access.always_authenticate_before_granting' => false,
  6064.             'security.authentication.hide_user_not_found' => true,
  6065.             'security.firewalls' => [
  6066.                 => 'dev',
  6067.                 => 'admin',
  6068.                 => 'customer',
  6069.             ],
  6070.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6071.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6072.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6073.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6074.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6075.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6076.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6077.             'doctrine.entity_managers' => [
  6078.                 'default' => 'doctrine.orm.default_entity_manager',
  6079.             ],
  6080.             'doctrine.default_entity_manager' => 'default',
  6081.             'doctrine.dbal.connection_factory.types' => [
  6082.                 'datetime' => [
  6083.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  6084.                 ],
  6085.                 'datetimetz' => [
  6086.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  6087.                 ],
  6088.             ],
  6089.             'doctrine.connections' => [
  6090.                 'default' => 'doctrine.dbal.default_connection',
  6091.             ],
  6092.             'doctrine.default_connection' => 'default',
  6093.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6094.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6095.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6096.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6097.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6098.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6099.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6100.             'doctrine.orm.cache.memcache_port' => 11211,
  6101.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6102.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6103.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6104.             'doctrine.orm.cache.memcached_port' => 11211,
  6105.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6106.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6107.             'doctrine.orm.cache.redis_host' => 'localhost',
  6108.             'doctrine.orm.cache.redis_port' => 6379,
  6109.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6110.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6111.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6112.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6113.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6114.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6115.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6116.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6117.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6118.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6119.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6120.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6121.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6122.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6123.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6124.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6125.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6126.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6127.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6128.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6129.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6130.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6131.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6132.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6133.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6134.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6135.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6136.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6137.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6138.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6139.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6140.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6141.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6142.             'monolog.use_microseconds' => true,
  6143.             'monolog.swift_mailer.handlers' => [
  6144.             ],
  6145.             'monolog.handlers_to_channels' => [
  6146.                 'monolog.handler.YamatoPayment42' => [
  6147.                     'type' => 'inclusive',
  6148.                     'elements' => [
  6149.                         => 'YamatoPayment42',
  6150.                     ],
  6151.                 ],
  6152.                 'monolog.handler.console' => [
  6153.                     'type' => 'exclusive',
  6154.                     'elements' => [
  6155.                         => 'event',
  6156.                         => 'doctrine',
  6157.                         => 'console',
  6158.                     ],
  6159.                 ],
  6160.                 'monolog.handler.buffered' => [
  6161.                     'type' => 'exclusive',
  6162.                     'elements' => [
  6163.                         => 'event',
  6164.                     ],
  6165.                 ],
  6166.             ],
  6167.             'twig.form.resources' => [
  6168.                 => 'form_div_layout.html.twig',
  6169.                 => 'bootstrap_5_layout.html.twig',
  6170.             ],
  6171.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6172.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6173.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6174.             'web_profiler.debug_toolbar.mode' => 2,
  6175.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6176.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6177.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6178.             'knp_paginator.page_range' => 5,
  6179.             'knp_paginator.page_limit' => NULL,
  6180.             'doctrine.migrations.preferred_em' => NULL,
  6181.             'doctrine.migrations.preferred_connection' => NULL,
  6182.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6183.             'data_collector.templates' => [
  6184.                 'data_collector.request' => [
  6185.                     => 'request',
  6186.                     => '@WebProfiler/Collector/request.html.twig',
  6187.                 ],
  6188.                 'data_collector.time' => [
  6189.                     => 'time',
  6190.                     => '@WebProfiler/Collector/time.html.twig',
  6191.                 ],
  6192.                 'data_collector.memory' => [
  6193.                     => 'memory',
  6194.                     => '@WebProfiler/Collector/memory.html.twig',
  6195.                 ],
  6196.                 'data_collector.validator' => [
  6197.                     => 'validator',
  6198.                     => '@WebProfiler/Collector/validator.html.twig',
  6199.                 ],
  6200.                 'data_collector.ajax' => [
  6201.                     => 'ajax',
  6202.                     => '@WebProfiler/Collector/ajax.html.twig',
  6203.                 ],
  6204.                 'data_collector.form' => [
  6205.                     => 'form',
  6206.                     => '@WebProfiler/Collector/form.html.twig',
  6207.                 ],
  6208.                 'data_collector.exception' => [
  6209.                     => 'exception',
  6210.                     => '@WebProfiler/Collector/exception.html.twig',
  6211.                 ],
  6212.                 'data_collector.logger' => [
  6213.                     => 'logger',
  6214.                     => '@WebProfiler/Collector/logger.html.twig',
  6215.                 ],
  6216.                 'data_collector.events' => [
  6217.                     => 'events',
  6218.                     => '@WebProfiler/Collector/events.html.twig',
  6219.                 ],
  6220.                 'data_collector.router' => [
  6221.                     => 'router',
  6222.                     => '@WebProfiler/Collector/router.html.twig',
  6223.                 ],
  6224.                 'data_collector.cache' => [
  6225.                     => 'cache',
  6226.                     => '@WebProfiler/Collector/cache.html.twig',
  6227.                 ],
  6228.                 'data_collector.translation' => [
  6229.                     => 'translation',
  6230.                     => '@WebProfiler/Collector/translation.html.twig',
  6231.                 ],
  6232.                 'data_collector.security' => [
  6233.                     => 'security',
  6234.                     => '@Security/Collector/security.html.twig',
  6235.                 ],
  6236.                 'data_collector.twig' => [
  6237.                     => 'twig',
  6238.                     => '@WebProfiler/Collector/twig.html.twig',
  6239.                 ],
  6240.                 'data_collector.doctrine' => [
  6241.                     => 'db',
  6242.                     => '@Doctrine/Collector/db.html.twig',
  6243.                 ],
  6244.                 'doctrine_migrations.migrations_collector' => [
  6245.                     => 'doctrine_migrations',
  6246.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6247.                 ],
  6248.                 'data_collector.dump' => [
  6249.                     => 'dump',
  6250.                     => '@Debug/Profiler/dump.html.twig',
  6251.                 ],
  6252.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6253.                 'mailer.data_collector' => [
  6254.                     => 'mailer',
  6255.                     => '@WebProfiler/Collector/mailer.html.twig',
  6256.                 ],
  6257.                 'data_collector.config' => [
  6258.                     => 'config',
  6259.                     => '@WebProfiler/Collector/config.html.twig',
  6260.                 ],
  6261.                 'eccube.collector.core' => [
  6262.                     => 'eccube_core',
  6263.                     => '@toolbar/eccube.html.twig',
  6264.                 ],
  6265.             ],
  6266.             'console.command.ids' => [
  6267.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6268.             ],
  6269.         ];
  6270.     }
  6271.     protected function throw($message)
  6272.     {
  6273.         throw new RuntimeException($message);
  6274.     }
  6275. }