var/cache/dev/ContainerAwYszQq/Eccube_KernelDevDebugContainer.php line 2384

Open in your IDE?
  1. <?php
  2. namespace ContainerAwYszQq;
  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\\DeliveryDate42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  171.             'Plugin\\DeliveryDate42\\Controller\\Admin\\HolidayController' => 'getHolidayControllerService',
  172.             'Plugin\\DeliveryDate42\\Controller\\Block\\CalendarController' => 'getCalendarController3Service',
  173.             'Plugin\\DeliveryFreeProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  174.             'Plugin\\DisableNonMember42\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingController2Service',
  175.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  176.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  177.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  178.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  179.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  180.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  181.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  182.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  183.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  184.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  185.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController2Service',
  186.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  187.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  188.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  189.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  190.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  191.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  192.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  193.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  194.             'Plugin\\HiddenDeliveryDate42\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  195.             'Plugin\\HiddenDeliveryDate42\\Controller\\Admin\\HiddendayController' => 'getHiddendayControllerService',
  196.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  197.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  198.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  199.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  200.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  201.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ProductController' => 'getProductController3Service',
  202.             'Plugin\\ProductDisplayRank42\\Controller\\BlockController' => 'getBlockController2Service',
  203.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  204.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  205.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  206.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  207.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  208.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  209.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  210.             'Plugin\\Securitychecker42\\Controller\\ConfigController' => 'getConfigController9Service',
  211.             'Plugin\\SiteKit42\\Controller\\Admin\\ConfigController' => 'getConfigController10Service',
  212.             'Plugin\\SiteKit42\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  213.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController11Service',
  214.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  215.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  216.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  217.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  218.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  219.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  220.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  221.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  222.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  223.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  224.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  225.             'cache.app_clearer' => 'getCache_AppClearerService',
  226.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  227.             'cache.system_clearer' => 'getCache_SystemClearerService',
  228.             'cache_warmer' => 'getCacheWarmerService',
  229.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  230.             'console.command_loader' => 'getConsole_CommandLoaderService',
  231.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  232.             'eccube.logger' => 'getEccube_LoggerService',
  233.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  234.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  235.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  236.             'error_controller' => 'getErrorControllerService',
  237.             'knp_paginator' => 'getKnpPaginatorService',
  238.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  239.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  240.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  241.             'routing.loader' => 'getRouting_LoaderService',
  242.             'services_resetter' => 'getServicesResetterService',
  243.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  244.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  245.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  246.         ];
  247.         $this->aliases = [
  248.             'database_connection' => 'doctrine.dbal.default_connection',
  249.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  250.         ];
  251.         $this->privates['service_container'] = function () {
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  258.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  264.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  265.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchCustomerCustomizer.php';
  266.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchOrderCustomizer.php';
  267.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/Admin/SearchProductCustomizer.php';
  268.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Traits/ConfigTrait.php';
  269.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/CategorySearchCustomizer.php';
  270.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/QueryCustomizer/ProductSearchCustomizer.php';
  271.             include_once \dirname(__DIR__4).'/app/Plugin/ExpressLink42/Repository/AdminOrderCustomizer.php';
  272.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/AdminProductDisplayCustomizer.php';
  273.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ProductDisplayCustomizer.php';
  274.             include_once \dirname(__DIR__4).'/app/Customize/Doctrine/Query/AdminCustomerNoteSearchCustomizer.php';
  275.             include_once \dirname(__DIR__4).'/app/Customize/Doctrine/Query/AdminProductNoteSearchCustomizer.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  277.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  284.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  293.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  318.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/EventListener/ProductListener.php';
  319.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/EventListener/ShoppingEventListener.php';
  320.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CategoryRepository.php';
  321.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/CategoryRepository.php';
  322.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Repository/ConfigRepository.php';
  323.             include_once \dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Event.php';
  324.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ConfigRepository.php';
  325.             include_once \dirname(__DIR__4).'/app/Plugin/ProductMetaSeoIngenuity42/EventListener/PmsiListener.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  334.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  335.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  363.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  369.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  616.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  639.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  647.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Twig/Extension/GroupExtension.php';
  648.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  652.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  656.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  657.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  658.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  661.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  670.         };
  671.     }
  672.     public function compile(): void
  673.     {
  674.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  675.     }
  676.     public function isCompiled(): bool
  677.     {
  678.         return true;
  679.     }
  680.     public function getRemovedIds(): array
  681.     {
  682.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  683.     }
  684.     protected function load($file$lazyLoad true)
  685.     {
  686.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  687.             return $class::do($this$lazyLoad);
  688.         }
  689.         if ('.' === $file[-4]) {
  690.             $class substr($class0, -4);
  691.         } else {
  692.             $file .= '.php';
  693.         }
  694.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  695.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  696.     }
  697.     protected function createProxy($class\Closure $factory)
  698.     {
  699.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  700.         return $factory();
  701.     }
  702.     /**
  703.      * Gets the public '.container.private.profiler' shared service.
  704.      *
  705.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  706.      */
  707.     protected function get_Container_Private_ProfilerService()
  708.     {
  709.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  710.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  711.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  712.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  713.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  714.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  715.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  716.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  717.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  718.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  719.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  720.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  721.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  722.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  723.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  724.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  725.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  726.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  727.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  728.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  729.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  730.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  731.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  732.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  733.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  734.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  735.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  736.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  737.         if ($this->has('kernel')) {
  738.             $e->setKernel($b);
  739.         }
  740.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  742.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  743.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  744.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  745.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  746.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  747.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  748.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  749.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  750.         $instance->add($d);
  751.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  752.         $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));
  753.         $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())));
  754.         $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([])))));
  755.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  756.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  757.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  758.         $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()))));
  759.         $instance->add($e);
  760.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  761.         return $instance;
  762.     }
  763.     /**
  764.      * Gets the public '.container.private.security.authorization_checker' shared service.
  765.      *
  766.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  767.      */
  768.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  769.     {
  770.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  771.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  772.             return $this->services['.container.private.security.authorization_checker'];
  773.         }
  774.         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);
  775.     }
  776.     /**
  777.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  778.      *
  779.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  780.      */
  781.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  782.     {
  783.         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())));
  784.     }
  785.     /**
  786.      * Gets the public '.container.private.security.token_storage' shared service.
  787.      *
  788.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  789.      */
  790.     protected function get_Container_Private_Security_TokenStorageService()
  791.     {
  792.         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, [
  793.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  794.         ], [
  795.             'request_stack' => '?',
  796.         ]));
  797.     }
  798.     /**
  799.      * Gets the public '.container.private.session' shared service.
  800.      *
  801.      * @return \Symfony\Component\HttpFoundation\Session\Session
  802.      */
  803.     protected function get_Container_Private_SessionService()
  804.     {
  805.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  806.         if (isset($this->services['.container.private.session'])) {
  807.             return $this->services['.container.private.session'];
  808.         }
  809.         return $this->services['.container.private.session'] = $a->createSession();
  810.     }
  811.     /**
  812.      * Gets the public '.container.private.state_machine.order' shared service.
  813.      *
  814.      * @return \Symfony\Component\Workflow\StateMachine
  815.      */
  816.     protected function get_Container_Private_StateMachine_OrderService()
  817.     {
  818.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  819.         if (isset($this->services['.container.private.state_machine.order'])) {
  820.             return $this->services['.container.private.state_machine.order'];
  821.         }
  822.         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);
  823.     }
  824.     /**
  825.      * Gets the public '.container.private.twig' shared service.
  826.      *
  827.      * @return \Twig\Environment
  828.      */
  829.     protected function get_Container_Private_TwigService()
  830.     {
  831.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Resource/template'), 'Securitychecker42');
  838.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  839.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/template'), 'SiteKit42');
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  841.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DisableNonMember42/Resource/template'), 'DisableNonMember42');
  842.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Resource/template'), 'CustomerGroup42');
  843.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Resource/template'), 'CustomerGroupPrice42');
  844.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  845.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Resource/template'), 'DeliveryCool42');
  846.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Resource/template'), 'DeliveryFreeProduct42');
  847.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DesignTag42/Resource/template'), 'DesignTag42');
  848.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/BootechMypageInvoiceReceipt42'), 'BootechMypageInvoiceReceipt42');
  849.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/BootechMypageInvoiceReceipt42/Resource/template'), 'BootechMypageInvoiceReceipt42');
  850.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Resource/template'), 'AttachWysiwygEditor42');
  851.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/template'), 'ProductDisplayRank42');
  852.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/HiddenDeliveryDate42/Resource/template'), 'HiddenDeliveryDate42');
  853.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/template'), 'DeliveryDate42');
  854.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  855.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  856.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  857.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  858.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  859.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  860.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  861.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  870.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  871.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  872.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  873.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  874.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  875.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  876.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  877.         $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']);
  878.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  879.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  880.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  881.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  882.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  883.         $g = ($this->services['router'] ?? $this->getRouterService());
  884.         $h = new \Symfony\Component\Workflow\Registry();
  885.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  886.         $i = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  887.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  888.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  889.         $k = new \Symfony\Bridge\Twig\AppVariable();
  890.         $k->setEnvironment('dev');
  891.         $k->setDebug(true);
  892.         if ($this->has('.container.private.security.token_storage')) {
  893.             $k->setTokenStorage($c);
  894.         }
  895.         if ($this->has('request_stack')) {
  896.             $k->setRequestStack($b);
  897.         }
  898.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  899.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  900.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  901.         $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)));
  902.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  903.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  904.         $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 () {
  905.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  906.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  907.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  908.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  909.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  910.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  911.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  912.         }, 7))));
  913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  915.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  916.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  917.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  918.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  919.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  922.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  923.         $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())));
  924.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  925.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  926.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  927.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  928.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  929.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  930.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  931.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  932.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  933.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  934.         $instance->addExtension(new \Plugin\CustomerGroup42\Twig\Extension\GroupExtension($i, ($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService())));
  935.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  936.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  937.         $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));
  938.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  939.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  940.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  941.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  942.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  943.         $instance->addGlobal('app'$k);
  944.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  945.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  946.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  947.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  948.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  949.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  950.         ], [
  951.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  952.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  953.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  954.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  955.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  956.         ])));
  957.         $instance->addGlobal('BaseInfo'NULL);
  958.         $instance->addGlobal('eccube_config'$i);
  959.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  960.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  961.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  962.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  963.         return $instance;
  964.     }
  965.     /**
  966.      * Gets the public '.container.private.validator' shared service.
  967.      *
  968.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  969.      */
  970.     protected function get_Container_Private_ValidatorService()
  971.     {
  972.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  973.         if (isset($this->services['.container.private.validator'])) {
  974.             return $this->services['.container.private.validator'];
  975.         }
  976.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  977.     }
  978.     /**
  979.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  980.      *
  981.      * @return \Detection\MobileDetect
  982.      */
  983.     protected function getMobileDetectService()
  984.     {
  985.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  986.     }
  987.     /**
  988.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  989.      *
  990.      * @return \Eccube\Common\EccubeConfig
  991.      */
  992.     protected function getEccubeConfigService()
  993.     {
  994.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  995.     }
  996.     /**
  997.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  998.      *
  999.      * @return \Eccube\Repository\PluginRepository
  1000.      */
  1001.     protected function getPluginRepositoryService($lazyLoad true)
  1002.     {
  1003.         if ($lazyLoad) {
  1004.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1005.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1006.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1007.                     $proxy->setProxyInitializer(null);
  1008.                     return true;
  1009.                 });
  1010.             });
  1011.         }
  1012.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1013.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1014.     }
  1015.     /**
  1016.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1017.      *
  1018.      * @return \Eccube\Service\SystemService
  1019.      */
  1020.     protected function getSystemServiceService($lazyLoad true)
  1021.     {
  1022.         if ($lazyLoad) {
  1023.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1024.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1025.                     $wrappedInstance $this->getSystemServiceService(false);
  1026.                     $proxy->setProxyInitializer(null);
  1027.                     return true;
  1028.                 });
  1029.             });
  1030.         }
  1031.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1032.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1033.     }
  1034.     /**
  1035.      * Gets the public 'cache.app' shared service.
  1036.      *
  1037.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1038.      */
  1039.     protected function getCache_AppService()
  1040.     {
  1041.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('w6Y8yoJ2da'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1042.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1043.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1044.     }
  1045.     /**
  1046.      * Gets the public 'cache.rate_limiter' shared service.
  1047.      *
  1048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1049.      */
  1050.     protected function getCache_RateLimiterService()
  1051.     {
  1052.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('m6YYNILR7W'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1053.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1054.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1055.     }
  1056.     /**
  1057.      * Gets the public 'cache.system' shared service.
  1058.      *
  1059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1060.      */
  1061.     protected function getCache_SystemService()
  1062.     {
  1063.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Q43yY4STqw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1064.     }
  1065.     /**
  1066.      * Gets the public 'cache.validator_expression_language' shared service.
  1067.      *
  1068.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1069.      */
  1070.     protected function getCache_ValidatorExpressionLanguageService()
  1071.     {
  1072.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UZstk2VeN0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1073.     }
  1074.     /**
  1075.      * Gets the public 'data_collector.dump' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1078.      */
  1079.     protected function getDataCollector_DumpService()
  1080.     {
  1081.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  1082.     }
  1083.     /**
  1084.      * Gets the public 'doctrine' shared service.
  1085.      *
  1086.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1087.      */
  1088.     protected function getDoctrineService()
  1089.     {
  1090.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1091.     }
  1092.     /**
  1093.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1094.      *
  1095.      * @return \Doctrine\DBAL\Connection
  1096.      */
  1097.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1098.     {
  1099.         $a = new \Doctrine\DBAL\Configuration();
  1100.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1101.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1102.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1103.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1104.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1105.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1106.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1107.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1108.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1109.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1110.         $c->setConnectionName('default');
  1111.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1112.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['driver' => 'pdo_sqlite''charset' => $this->getEnv('DATABASE_CHARSET'), 'url' => $this->getEnv('DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => $this->getEnv('DATABASE_SERVER_VERSION'), 'defaultTableOptions' => ['charset' => 'utf8mb4''collation' => 'utf8mb4_bin']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1113.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1114.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1115.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1116.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener' => ['privates''Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener''getGroupPriceEventListenerService'true],
  1117.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener' => ['privates''Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener''getProductClassEventListenerService'true],
  1118.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => ['privates''Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber''getProductEventSubscriberService'true],
  1119.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1120.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1121.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1122.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1123.         ], [
  1124.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1125.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1126.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1127.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\GroupPriceEventListener' => '?',
  1128.             'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener' => '?',
  1129.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => '?',
  1130.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1131.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1132.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1133.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1134.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber'=> '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'], 10 => [=> [=> 'preUpdate'], => 'Plugin\\CustomerGroupPrice42\\Doctrine\\EventListener\\ProductClassEventListener']]), []);
  1135.     }
  1136.     /**
  1137.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1138.      *
  1139.      * @return \Doctrine\ORM\EntityManager
  1140.      */
  1141.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1142.     {
  1143.         if ($lazyLoad) {
  1144.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1145.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1146.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1147.                     $proxy->setProxyInitializer(null);
  1148.                     return true;
  1149.                 });
  1150.             });
  1151.         }
  1152.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1153.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1154.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1155.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1156.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1157.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1158.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1159.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1160.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1161.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1162.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1163.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1164.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1165.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1166.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1168.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1169.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1170.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1171.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1173.         $a = new \Doctrine\ORM\Configuration();
  1174.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1175.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1176.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1177.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1178.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Entity')]);
  1179.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1180.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/BootechMypageInvoiceReceipt42/Entity')]);
  1181.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1182.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1183.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1184.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Entity')]);
  1185.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1186.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Entity')]);
  1187.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1188.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Entity')]);
  1189.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1190.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryCool42/Entity')]);
  1191.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1192.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Entity')]);
  1193.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1194.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DeliveryFreeProduct42/Entity')]);
  1195.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1196.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/DesignTag42/Entity')]);
  1197.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1198.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1199.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1200.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/HiddenDeliveryDate42/Entity')]);
  1201.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1202.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1203.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1204.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Entity')]);
  1205.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1206.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductMetaSeoIngenuity42/Entity')]);
  1207.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1208.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1209.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1210.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1211.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1212.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1213.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1214.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1215.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1216.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1217.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1218.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1219.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1220.         $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');
  1221.         $b->addDriver($d'Eccube\\Entity');
  1222.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1223.         $b->addDriver($e'Plugin\\AttachWysiwygEditor42\\Entity');
  1224.         $b->addDriver($f'Plugin\\BootechMypageInvoiceReceipt42\\Entity');
  1225.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1226.         $b->addDriver($h'Plugin\\CustomerGroup42\\Entity');
  1227.         $b->addDriver($i'Plugin\\CustomerGroupPrice42\\Entity');
  1228.         $b->addDriver($j'Plugin\\CustomerGroupRank42\\Entity');
  1229.         $b->addDriver($k'Plugin\\DeliveryCool42\\Entity');
  1230.         $b->addDriver($l'Plugin\\DeliveryDate42\\Entity');
  1231.         $b->addDriver($m'Plugin\\DeliveryFreeProduct42\\Entity');
  1232.         $b->addDriver($n'Plugin\\DesignTag42\\Entity');
  1233.         $b->addDriver($o'Plugin\\ExpressLink42\\Entity');
  1234.         $b->addDriver($p'Plugin\\HiddenDeliveryDate42\\Entity');
  1235.         $b->addDriver($q'Plugin\\MailMagazine42\\Entity');
  1236.         $b->addDriver($r'Plugin\\ProductDisplayRank42\\Entity');
  1237.         $b->addDriver($s'Plugin\\ProductMetaSeoIngenuity42\\Entity');
  1238.         $b->addDriver($t'Plugin\\ProductReview42\\Entity');
  1239.         $b->addDriver($u'Plugin\\Recommend42\\Entity');
  1240.         $b->addDriver($v'Plugin\\RelatedProduct42\\Entity');
  1241.         $b->addDriver($w'Plugin\\Securitychecker42\\Entity');
  1242.         $b->addDriver($x'Plugin\\SiteKit42\\Entity');
  1243.         $b->addDriver($y'Plugin\\YamatoPayment42\\Entity');
  1244.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1245.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1246.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1247.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1248.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1249.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1250.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1251.         ], [
  1252.             'doctrine.ulid_generator' => '?',
  1253.             'doctrine.uuid_generator' => '?',
  1254.         ])));
  1255.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1256.         $a->setProxyNamespace('Proxies');
  1257.         $a->setAutoGenerateProxyClasses(true);
  1258.         $a->setSchemaIgnoreClasses([]);
  1259.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1260.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1261.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1262.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1263.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1264.         $a->setLazyGhostObjectEnabled(false);
  1265.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1266.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1267.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1268.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1269.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1270.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1271.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1272.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1273.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepository2Service'true],
  1274.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1275.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1276.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1277.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1278.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1279.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1280.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1281.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1282.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1283.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1284.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1285.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1286.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1287.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1288.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1289.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1290.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1291.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1292.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1293.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1294.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1295.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1296.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1297.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1298.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1299.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1300.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1301.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1302.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1303.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1304.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1305.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1306.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1307.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1308.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1309.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1310.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1311.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1312.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1313.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1314.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1315.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1316.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1317.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1318.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1319.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1320.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1321.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1322.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1323.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1324.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1325.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1326.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1327.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1328.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1329.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1330.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1331.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => ['privates''Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository''getAweConfigRepositoryService'true],
  1332.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1333.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1334.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1335.             'Plugin\\CustomerGroup42\\Repository\\CategoryRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\CategoryRepository''getCategoryRepositoryService'false],
  1336.             'Plugin\\CustomerGroup42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1337.             'Plugin\\CustomerGroup42\\Repository\\GroupRepository' => ['privates''Plugin\\CustomerGroup42\\Repository\\GroupRepository''getGroupRepositoryService'true],
  1338.             'Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository' => ['privates''Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository''getGroupPriceRepositoryService'true],
  1339.             'Plugin\\DeliveryCool42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1340.             'Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository''getDeliveryColdFeeRepositoryService'true],
  1341.             'Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository' => ['privates''Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository''getDeliveryCoolFeeRepositoryService'true],
  1342.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1343.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository''getDeliveryDateRepositoryService'true],
  1344.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => ['privates''Plugin\\DeliveryDate42\\Repository\\HolidayRepository''getHolidayRepositoryService'true],
  1345.             'Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1346.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1347.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1348.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1349.             'Plugin\\HiddenDeliveryDate42\\Repository\\ConfigRepository' => ['privates''Plugin\\HiddenDeliveryDate42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1350.             'Plugin\\HiddenDeliveryDate42\\Repository\\HiddendayRepository' => ['privates''Plugin\\HiddenDeliveryDate42\\Repository\\HiddendayRepository''getHiddendayRepositoryService'true],
  1351.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1352.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1353.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1354.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1355.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1356.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1357.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1358.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1359.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1360.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1361.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository9Service'true],
  1362.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1363.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1364.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1365.         ], [
  1366.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1367.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1368.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1369.             'Eccube\\Repository\\BlockRepository' => '?',
  1370.             'Eccube\\Repository\\CalendarRepository' => '?',
  1371.             'Eccube\\Repository\\CartItemRepository' => '?',
  1372.             'Eccube\\Repository\\CartRepository' => '?',
  1373.             'Eccube\\Repository\\CategoryRepository' => '?',
  1374.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1375.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1376.             'Eccube\\Repository\\CsvRepository' => '?',
  1377.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1378.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1379.             'Eccube\\Repository\\CustomerRepository' => '?',
  1380.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1381.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1382.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1383.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1384.             'Eccube\\Repository\\LayoutRepository' => '?',
  1385.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1386.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1387.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1388.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1389.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1390.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1391.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1392.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1393.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1394.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1395.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1396.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1397.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1398.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1399.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1400.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1401.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1402.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1403.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1404.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1405.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1406.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1407.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1408.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1409.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1410.             'Eccube\\Repository\\MemberRepository' => '?',
  1411.             'Eccube\\Repository\\NewsRepository' => '?',
  1412.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1413.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1414.             'Eccube\\Repository\\OrderRepository' => '?',
  1415.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1416.             'Eccube\\Repository\\PageRepository' => '?',
  1417.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1418.             'Eccube\\Repository\\PaymentRepository' => '?',
  1419.             'Eccube\\Repository\\PluginRepository' => '?',
  1420.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1421.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1422.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1423.             'Eccube\\Repository\\ProductRepository' => '?',
  1424.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1425.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1426.             'Eccube\\Repository\\ShippingRepository' => '?',
  1427.             'Eccube\\Repository\\TagRepository' => '?',
  1428.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1429.             'Eccube\\Repository\\TemplateRepository' => '?',
  1430.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1431.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => '?',
  1432.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1433.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1434.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1435.             'Plugin\\CustomerGroup42\\Repository\\CategoryRepository' => '?',
  1436.             'Plugin\\CustomerGroup42\\Repository\\ConfigRepository' => '?',
  1437.             'Plugin\\CustomerGroup42\\Repository\\GroupRepository' => '?',
  1438.             'Plugin\\CustomerGroupPrice42\\Repository\\GroupPriceRepository' => '?',
  1439.             'Plugin\\DeliveryCool42\\Repository\\ConfigRepository' => '?',
  1440.             'Plugin\\DeliveryCool42\\Repository\\DeliveryColdFeeRepository' => '?',
  1441.             'Plugin\\DeliveryCool42\\Repository\\DeliveryCoolFeeRepository' => '?',
  1442.             'Plugin\\DeliveryDate42\\Repository\\ConfigRepository' => '?',
  1443.             'Plugin\\DeliveryDate42\\Repository\\DeliveryDateRepository' => '?',
  1444.             'Plugin\\DeliveryDate42\\Repository\\HolidayRepository' => '?',
  1445.             'Plugin\\DeliveryFreeProduct42\\Repository\\ConfigRepository' => '?',
  1446.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1447.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1448.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1449.             'Plugin\\HiddenDeliveryDate42\\Repository\\ConfigRepository' => '?',
  1450.             'Plugin\\HiddenDeliveryDate42\\Repository\\HiddendayRepository' => '?',
  1451.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1452.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1453.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => '?',
  1454.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1455.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1456.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1457.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1458.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1459.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1460.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1461.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1462.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1463.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1464.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1465.         ])));
  1466.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1467.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1468.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1469.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1470.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1471.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1472.         return $instance;
  1473.     }
  1474.     /**
  1475.      * Gets the public 'event_dispatcher' shared service.
  1476.      *
  1477.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1478.      */
  1479.     protected function getEventDispatcherService()
  1480.     {
  1481.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1482.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1483.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1484.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1485.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1486.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1487.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1488.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1489.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1490.         $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())));
  1491.         $instance->addListener('kernel.request', [=> function () {
  1492.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1493.         }, => 'onKernelRequest'], 1024);
  1494.         $instance->addListener('kernel.controller', [=> function () {
  1495.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1496.         }, => 'onKernelController'], 0);
  1497.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1498.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1499.         }, => 'checkPassport'], 1024);
  1500.         $instance->addListener('kernel.response', [=> function () {
  1501.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1502.         }, => 'onKernelResponse'], 0);
  1503.         $instance->addListener('kernel.response', [=> function () {
  1504.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1505.         }, => 'onKernelResponse'], 0);
  1506.         $instance->addListener('kernel.request', [=> function () {
  1507.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1508.         }, => 'onKernelRequest'], 0);
  1509.         $instance->addListener('kernel.controller', [=> function () {
  1510.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1511.         }, => 'onController'], 0);
  1512.         $instance->addListener('kernel.request', [=> function () {
  1513.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1514.         }, => 'onKernelRequest'], 512);
  1515.         $instance->addListener('kernel.request', [=> function () {
  1516.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1517.         }, => 'onKernelRequestEarly'], 500);
  1518.         $instance->addListener('kernel.request', [=> function () {
  1519.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1520.         }, => 'onKernelRequest'], 6);
  1521.         $instance->addListener('kernel.response', [=> function () {
  1522.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1523.         }, => 'onKernelResponse'], 0);
  1524.         $instance->addListener('kernel.controller', [=> function () {
  1525.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1526.         }, => 'onKernelController'], 0);
  1527.         $instance->addListener('kernel.terminate', [=> function () {
  1528.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1529.         }, => 'onKernelTerminate'], 0);
  1530.         $instance->addListener('kernel.exception', [=> function () {
  1531.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1532.         }, => 'onKernelException'], -4);
  1533.         $instance->addListener('security.interactive_login', [=> function () {
  1534.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1535.         }, => 'onInteractiveLogin'], 0);
  1536.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1537.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1538.         }, => 'onAuthenticationFailure'], 0);
  1539.         $instance->addListener('kernel.response', [=> function () {
  1540.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1541.         }, => 'onResponse'], 0);
  1542.         $instance->addListener('kernel.request', [=> function () {
  1543.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1544.         }, => 'onKernelRequest'], 512);
  1545.         $instance->addListener('kernel.controller', [=> function () {
  1546.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1547.         }, => 'onController'], 0);
  1548.         $instance->addListener('kernel.request', [=> function () {
  1549.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1550.         }, => 'onKernelRequest'], 7);
  1551.         $instance->addListener('security.interactive_login', [=> function () {
  1552.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1553.         }, => 'onInteractiveLogin'], 0);
  1554.         $instance->addListener('security.authentication.failure', [=> function () {
  1555.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1556.         }, => 'onAuthenticationFailure'], 0);
  1557.         $instance->addListener('kernel.request', [=> function () {
  1558.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1559.         }, => 'onKernelRequest'], 0);
  1560.         $instance->addListener('kernel.exception', [=> function () {
  1561.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1562.         }, => 'onKernelException'], 0);
  1563.         $instance->addListener('kernel.terminate', [=> function () {
  1564.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1565.         }, => 'onKernelTerminate'], 0);
  1566.         $instance->addListener('kernel.request', [=> function () {
  1567.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1568.         }, => 'onKernelRequest'], 6);
  1569.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1570.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1571.         }, => 'onKernelController'], 7);
  1572.         $instance->addListener('form.pre_submit', [=> function () {
  1573.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1574.         }, => 'onPreSubmit'], 0);
  1575.         $instance->addListener('form.pre_submit', [=> function () {
  1576.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1577.         }, => 'purifySubmittedData'], 1000001);
  1578.         $instance->addListener('form.pre_submit', [=> function () {
  1579.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1580.         }, => 'onPreSubmit'], 0);
  1581.         $instance->addListener('workflow.order.completed', [=> function () {
  1582.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1583.         }, => 'onCompleted'], 0);
  1584.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1585.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1586.         }, => 'updatePaymentDate'], 0);
  1587.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1588.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1589.         }, => 'rollbackStock'], 0);
  1590.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1591.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1592.         }, => 'rollbackUsePoint'], 0);
  1593.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1594.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1595.         }, => 'commitStock'], 0);
  1596.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1597.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1598.         }, => 'commitUsePoint'], 0);
  1599.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1600.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1601.         }, => 'commitAddPoint'], 0);
  1602.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1603.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1604.         }, => 'rollbackUsePoint'], 0);
  1605.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1606.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1607.         }, => 'rollbackAddPoint'], 0);
  1608.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1609.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1610.         }, => 'commitUsePoint'], 0);
  1611.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1612.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1613.         }, => 'commitAddPoint'], 0);
  1614.         $instance->addListener('kernel.terminate', [=> function () {
  1615.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1616.         }, => 'disableMaintenanceEvent'], 0);
  1617.         $instance->addListener('kernel.terminate', [=> function () {
  1618.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1619.         }, => 'forceClearCache'], 0);
  1620.         $instance->addListener('@admin/default_frame.twig', [=> function () {
  1621.             return ($this->privates['Plugin\\AttachWysiwygEditor42\\EventListener\\AweEditorListener'] ?? $this->load('getAweEditorListenerService'));
  1622.         }, => 'adminInsertWysiwygEditorTag'], 0);
  1623.         $instance->addListener('Mypage/history.twig', [=> function () {
  1624.             return ($this->privates['Plugin\\BootechMypageInvoiceReceipt42\\Event'] ?? $this->load('getEventService'));
  1625.         }, => 'onTemplateFrontMypageHistory'], 0);
  1626.         $instance->addListener('Shopping/index.twig', [=> function () {
  1627.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1628.         }, => 'index'], 0);
  1629.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1630.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1631.         }, => 'index'], 0);
  1632.         $instance->addListener('Mypage/history.twig', [=> function () {
  1633.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1634.         }, => 'onRenderMypageHistory'], 0);
  1635.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1636.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEvent2Service'));
  1637.         }, => 'onRenderAdminOrderEdit'], 0);
  1638.         $instance->addListener('kernel.request', [=> function () {
  1639.             return ($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'] ?? $this->getProductListenerService());
  1640.         }, => 'onKernelRequest'], 0);
  1641.         $instance->addListener('kernel.controller', [=> function () {
  1642.             return ($this->privates['Plugin\\CustomerGroup42\\EventListener\\ShoppingEventListener'] ?? ($this->privates['Plugin\\CustomerGroup42\\EventListener\\ShoppingEventListener'] = new \Plugin\CustomerGroup42\EventListener\ShoppingEventListener()));
  1643.         }, => 'onKernelController'], 0);
  1644.         $instance->addListener('security.interactive_login', [=> function () {
  1645.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  1646.         }, => 'onInteractiveLogin'], 0);
  1647.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1648.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1649.         }, => 'onTemplateAdminProduct'], 0);
  1650.         $instance->addListener('@CustomerGroup42/admin/Customer/Group/edit.twig', [=> function () {
  1651.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1652.         }, => 'onTemplateAdminCustomerGroupEdit'], 0);
  1653.         $instance->addListener('@CustomerGroup42/admin/config.twig', [=> function () {
  1654.             return ($this->privates['Plugin\\CustomerGroupPrice42\\Event'] ?? $this->load('getEvent3Service'));
  1655.         }, => 'onTemplateAdminCustomerGroupConfig'], 0);
  1656.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1657.             return ($this->privates['Plugin\\CustomerGroupPrice42\\EventListener\\ProductOptionListener'] ?? $this->load('getProductOptionListenerService'));
  1658.         }, => 'onHookShoppingShippingMultipleComplete'], -99999);
  1659.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1660.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1661.         }, => 'onTemplateAdminOrderIndex'], 0);
  1662.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1663.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1664.         }, => 'onTemplateAdminOrderEdit'], 0);
  1665.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1666.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1667.         }, => 'onTemplateAdminShippingEdit'], 0);
  1668.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1669.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1670.         }, => 'hookAdminOrderCsvExport'], 0);
  1671.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1672.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1673.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1674.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1675.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1676.         }, => 'hookAdminProductCopyComplete'], 0);
  1677.         $instance->addListener('admin.product.csv.export', [=> function () {
  1678.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1679.         }, => 'hookAdminProductCsvExport'], 0);
  1680.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1681.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1682.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1683.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1684.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEventService'));
  1685.         }, => 'hookAdminSettingShopDeliveryEditComplete'], 0);
  1686.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1687.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1688.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1689.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1690.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1691.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1692.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1693.             return ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryCool42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryCool42\Event\CsvImportProductExtEvent()));
  1694.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1695.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1696.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1697.         }, => 'hookAdminProductCopyComplete'], 0);
  1698.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1699.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1700.         }, => 'onTemplateAdminProductEdit'], 0);
  1701.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1702.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1703.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1704.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1705.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEvent2Service'));
  1706.         }, => 'onTemplateAdminSettingShopDeliveryEdit'], 0);
  1707.         $instance->addListener('admin.setting.shop.delivery.edit.complete', [=> function () {
  1708.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\AdminSettingEvent'] ?? $this->load('getAdminSettingEvent2Service'));
  1709.         }, => 'hookAdminSettingShopDeliveryEditComplete'], 0);
  1710.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1711.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1712.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1713.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1714.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1715.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1716.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1717.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryDate42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryDate42\Event\CsvImportProductExtEvent()));
  1718.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1719.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1720.             return ($this->privates['Plugin\\DeliveryDate42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1721.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1722.         $instance->addListener('Cart/index.twig', [=> function () {
  1723.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1724.         }, => 'onRenderCart'], 0);
  1725.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1726.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1727.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1728.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1729.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1730.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1731.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1732.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] ?? ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\CsvImportProductExtEvent'] = new \Plugin\DeliveryFreeProduct42\Event\CsvImportProductExtEvent()));
  1733.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1734.         $instance->addListener('deliverycool.delivery_free.condition', [=> function () {
  1735.             return ($this->privates['Plugin\\DeliveryFreeProduct42\\Event\\DeliveryCoolEvent'] ?? $this->load('getDeliveryCoolEventService'));
  1736.         }, => 'hookDeliveryCoolDeliveryFree'], 0);
  1737.         $instance->addListener('@admin/Product/tag.twig', [=> function () {
  1738.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent4Service'));
  1739.         }, => 'onAdminProductTagTwig'], 0);
  1740.         $instance->addListener('Product/detail.twig', [=> function () {
  1741.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent4Service'));
  1742.         }, => 'onProductDetailTwig'], 0);
  1743.         $instance->addListener('Product/list.twig', [=> function () {
  1744.             return ($this->privates['Plugin\\DesignTag42\\Event'] ?? $this->load('getEvent4Service'));
  1745.         }, => 'onProductListTwig'], 0);
  1746.         $instance->addListener('kernel.controller', [=> function () {
  1747.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent5Service());
  1748.         }, => 'onKernelController'], 0);
  1749.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1750.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent5Service());
  1751.         }, => 'onFrontCartBuystepComplete'], 0);
  1752.         $instance->addListener('Shopping/login.twig', [=> function () {
  1753.             return ($this->privates['Plugin\\DisableNonMember42\\Event'] ?? $this->getEvent5Service());
  1754.         }, => 'onShoppingLoginTwigRender'], 0);
  1755.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1756.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1757.         }, => 'onTemplateAdminOrder'], 0);
  1758.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1759.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1760.         }, => 'onTemplateAdminOrderEdit'], 0);
  1761.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1762.             return ($this->privates['Plugin\\ExpressLink42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1763.         }, => 'onTemplateAdminShippingEdit'], 0);
  1764.         $instance->addListener('Mypage/history.twig', [=> function () {
  1765.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1766.         }, => 'onTemplateFrontMypageHistory'], 0);
  1767.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1768.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] = new \Plugin\ExpressLink42\Event\ExpressLinkEvent()));
  1769.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1770.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1771.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1772.         }, => 'hookAdminProductCopyComplete'], 0);
  1773.         $instance->addListener('admin.product.csv.export', [=> function () {
  1774.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1775.         }, => 'hookAdminProductCsvExport'], 0);
  1776.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1777.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1778.         }, => 'onTemplateAdminProduct'], 0);
  1779.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1780.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent3Service'));
  1781.         }, => 'onTemplateAdminProductEdit'], 0);
  1782.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1783.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent4Service'));
  1784.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1785.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1786.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent4Service'));
  1787.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1788.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1789.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent4Service'));
  1790.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1791.         $instance->addListener('deliverydate.getformdeliverydates', [=> function () {
  1792.             return ($this->privates['Plugin\\HiddenDeliveryDate42\\Event\\DeliveryDateEvent'] ?? $this->load('getDeliveryDateEventService'));
  1793.         }, => 'hookGetDeliveryDates'], 0);
  1794.         $instance->addListener('knp_pager.items', [=> function () {
  1795.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1796.         }, => 'items'], 1);
  1797.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1798.             return ($this->privates['Plugin\\ProductDisplayRank42\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank42\\Event'] = new \Plugin\ProductDisplayRank42\Event()));
  1799.         }, => 'onAdminProductIndexTwig'], 0);
  1800.         $instance->addListener('kernel.response', [=> function () {
  1801.             return ($this->privates['Plugin\\ProductMetaSeoIngenuity42\\EventListener\\PmsiListener'] ?? $this->getPmsiListenerService());
  1802.         }, => 'onKernelResponse'], 512);
  1803.         $instance->addListener('Product/detail.twig', [=> function () {
  1804.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  1805.         }, => 'detail'], 0);
  1806.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1807.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1808.         }, => 'onRenderAdminProduct'], 0);
  1809.         $instance->addListener('Product/detail.twig', [=> function () {
  1810.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1811.         }, => 'onRenderProductDetail'], 0);
  1812.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1813.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1814.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1815.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1816.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1817.         }, => 'onAdminProductProductTwig'], 0);
  1818.         $instance->addListener('Shopping/index.twig', [=> function () {
  1819.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1820.         }, => 'onShoppingIndexTwig'], 0);
  1821.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1822.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1823.         }, => 'onShoppingConfirmTwig'], 0);
  1824.         $instance->addListener('Mypage/index.twig', [=> function () {
  1825.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1826.         }, => 'onMypageNaviTwig'], 0);
  1827.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1828.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1829.         }, => 'onMypageNaviTwig'], 0);
  1830.         $instance->addListener('Mypage/change.twig', [=> function () {
  1831.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1832.         }, => 'onMypageNaviTwig'], 0);
  1833.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1834.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1835.         }, => 'onMypageNaviTwig'], 0);
  1836.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1837.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1838.         }, => 'onMypageNaviTwig'], 0);
  1839.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1840.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1841.         }, => 'onMypageNaviTwig'], 0);
  1842.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1843.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1844.         }, => 'onMypageNaviTwig'], 0);
  1845.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1846.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1847.         }, => 'onMypageNaviTwig'], 0);
  1848.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1849.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1850.         }, => 'onMypageNaviTwig'], 0);
  1851.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1852.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1853.         }, => 'onMypageNaviTwig'], 0);
  1854.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1855.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1856.         }, => 'onMypageNaviTwig'], 0);
  1857.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1858.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1859.         }, => 'onMypageNaviTwig'], 0);
  1860.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1861.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1862.         }, => 'onMypageNaviTwig'], 0);
  1863.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1864.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1865.         }, => 'onMypageNaviTwig'], 0);
  1866.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1867.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1868.         }, => 'onMypageNaviTwig'], 0);
  1869.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1870.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1871.         }, => 'onMypageNaviTwig'], 0);
  1872.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1873.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1874.         }, => 'onMypageNaviTwig'], 0);
  1875.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1876.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1877.         }, => 'onMypageNaviTwig'], 0);
  1878.         $instance->addListener('workflow.order.completed', [=> function () {
  1879.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1880.         }, => 'onCompleted'], 0);
  1881.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1882.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1883.         }, => 'updatePaymentDate'], 0);
  1884.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1885.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1886.         }, => 'rollbackStock'], 0);
  1887.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1888.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1889.         }, => 'rollbackUsePoint'], 0);
  1890.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1891.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1892.         }, => 'commitStock'], 0);
  1893.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1894.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1895.         }, => 'commitUsePoint'], 0);
  1896.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1897.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1898.         }, => 'commitAddPoint'], 0);
  1899.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1900.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1901.         }, => 'updatePaymentDate'], 0);
  1902.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1903.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1904.         }, => 'rollbackUsePoint'], 0);
  1905.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1906.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1907.         }, => 'rollbackAddPoint'], 0);
  1908.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1909.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1910.         }, => 'commitUsePoint'], 0);
  1911.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1912.             return ($this->privates['Customize\\Service\\OrderStateMachineExtension'] ?? $this->load('getOrderStateMachineExtensionService'));
  1913.         }, => 'commitAddPoint'], 0);
  1914.         $instance->addListener('kernel.request', [=> function () {
  1915.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1916.         }, => 'onKernelRequest'], 4096);
  1917.         $instance->addListener('kernel.response', [=> function () {
  1918.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1919.         }, => 'onKernelResponse'], 0);
  1920.         $instance->addListener('kernel.response', [=> function () {
  1921.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1922.         }, => 'onKernelResponse'], -1024);
  1923.         $instance->addListener('kernel.request', [=> function () {
  1924.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1925.         }, => 'setDefaultLocale'], 100);
  1926.         $instance->addListener('kernel.request', [=> function () {
  1927.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1928.         }, => 'onKernelRequest'], 16);
  1929.         $instance->addListener('kernel.finish_request', [=> function () {
  1930.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1931.         }, => 'onKernelFinishRequest'], 0);
  1932.         $instance->addListener('kernel.request', [=> function () {
  1933.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1934.         }, => 'onKernelRequest'], 256);
  1935.         $instance->addListener('kernel.response', [=> function () {
  1936.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1937.         }, => 'onResponse'], -255);
  1938.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1939.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1940.         }, => 'onControllerArguments'], 0);
  1941.         $instance->addListener('kernel.exception', [=> function () {
  1942.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1943.         }, => 'logKernelException'], 0);
  1944.         $instance->addListener('kernel.exception', [=> function () {
  1945.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1946.         }, => 'onKernelException'], -128);
  1947.         $instance->addListener('kernel.response', [=> function () {
  1948.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1949.         }, => 'removeCspHeader'], -128);
  1950.         $instance->addListener('kernel.request', [=> function () {
  1951.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1952.         }, => 'onKernelRequest'], 15);
  1953.         $instance->addListener('kernel.finish_request', [=> function () {
  1954.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1955.         }, => 'onKernelFinishRequest'], -15);
  1956.         $instance->addListener('console.error', [=> function () {
  1957.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1958.         }, => 'onConsoleError'], -128);
  1959.         $instance->addListener('console.terminate', [=> function () {
  1960.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1961.         }, => 'onConsoleTerminate'], -128);
  1962.         $instance->addListener('console.error', [=> function () {
  1963.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1964.         }, => 'onConsoleError'], 0);
  1965.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1966.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1967.         }, => 'onMessage'], -255);
  1968.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1969.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1970.         }, => 'onMessage'], -255);
  1971.         $instance->addListener('kernel.response', [=> function () {
  1972.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1973.         }, => 'onKernelResponse'], 0);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1976.         }, => 'onKernelRequest'], 48);
  1977.         $instance->addListener('kernel.request', [=> function () {
  1978.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1979.         }, => 'configure'], 2048);
  1980.         $instance->addListener('console.command', [=> function () {
  1981.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1982.         }, => 'configure'], 2048);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1985.         }, => 'onKernelRequest'], 32);
  1986.         $instance->addListener('kernel.finish_request', [=> function () {
  1987.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1988.         }, => 'onKernelFinishRequest'], 0);
  1989.         $instance->addListener('kernel.exception', [=> function () {
  1990.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1991.         }, => 'onKernelException'], -64);
  1992.         $instance->addListener('kernel.request', [=> function () {
  1993.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1994.         }, => 'onKernelRequest'], 128);
  1995.         $instance->addListener('kernel.response', [=> function () {
  1996.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1997.         }, => 'onKernelResponse'], -1000);
  1998.         $instance->addListener('kernel.finish_request', [=> function () {
  1999.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2000.         }, => 'onFinishRequest'], 0);
  2001.         $instance->addListener('kernel.response', [=> function () {
  2002.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2003.         }, => 'onKernelResponse'], -100);
  2004.         $instance->addListener('kernel.exception', [=> function () {
  2005.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2006.         }, => 'onKernelException'], 0);
  2007.         $instance->addListener('kernel.terminate', [=> function () {
  2008.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2009.         }, => 'onKernelTerminate'], -1024);
  2010.         $instance->addListener('kernel.controller', [=> function () {
  2011.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2012.         }, => 'onKernelController'], 0);
  2013.         $instance->addListener('kernel.response', [=> function () {
  2014.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2015.         }, => 'onKernelResponse'], 0);
  2016.         $instance->addListener('kernel.response', [=> function () {
  2017.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2018.         }, => 'onKernelResponse'], 0);
  2019.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2020.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2021.         }, => 'checkPassport'], 0);
  2022.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2023.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2024.         }, => 'onLoginSuccess'], 0);
  2025.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2026.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2027.         }, => 'onVoterVote'], 0);
  2028.         $instance->addListener('kernel.request', [=> function () {
  2029.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2030.         }, => 'configureLogoutUrlGenerator'], 8);
  2031.         $instance->addListener('kernel.request', [=> function () {
  2032.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2033.         }, => 'onKernelRequest'], 8);
  2034.         $instance->addListener('kernel.finish_request', [=> function () {
  2035.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2036.         }, => 'onKernelFinishRequest'], 0);
  2037.         $instance->addListener('kernel.controller', [=> function () {
  2038.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2039.         }, => 'onKernelController'], 0);
  2040.         $instance->addListener('kernel.controller', [=> function () {
  2041.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2042.         }, => 'onKernelController'], 0);
  2043.         $instance->addListener('kernel.controller', [=> function () {
  2044.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2045.         }, => 'onKernelController'], -128);
  2046.         $instance->addListener('kernel.view', [=> function () {
  2047.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2048.         }, => 'onKernelView'], 0);
  2049.         $instance->addListener('kernel.controller', [=> function () {
  2050.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2051.         }, => 'onKernelController'], 0);
  2052.         $instance->addListener('kernel.response', [=> function () {
  2053.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2054.         }, => 'onKernelResponse'], 0);
  2055.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2056.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2057.         }, => 'onKernelControllerArguments'], 0);
  2058.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2059.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2060.         }, => 'onKernelControllerArguments'], 0);
  2061.         $instance->addListener('console.command', [=> function () {
  2062.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2063.         }, => 'onCommand'], 255);
  2064.         $instance->addListener('console.terminate', [=> function () {
  2065.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2066.         }, => 'onTerminate'], -255);
  2067.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2068.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2069.         }, => 'onMessage'], 0);
  2070.         $instance->addListener('console.command', [=> function () {
  2071.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2072.         }, => 'configure'], 1024);
  2073.         $instance->addListener('kernel.response', [=> function () {
  2074.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2075.         }, => 'onKernelResponse'], -128);
  2076.         $instance->addListener('console.error', [=> function () {
  2077.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2078.         }, => 'onConsoleError'], 0);
  2079.         $instance->addListener('console.terminate', [=> function () {
  2080.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2081.         }, => 'onConsoleTerminate'], 0);
  2082.         $instance->addListener('knp_pager.before', [=> function () {
  2083.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2084.         }, => 'before'], 0);
  2085.         $instance->addListener('knp_pager.pagination', [=> function () {
  2086.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2087.         }, => 'pagination'], 0);
  2088.         $instance->addListener('knp_pager.before', [=> function () {
  2089.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2090.         }, => 'before'], 1);
  2091.         $instance->addListener('knp_pager.before', [=> function () {
  2092.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2093.         }, => 'before'], 1);
  2094.         $instance->addListener('knp_pager.pagination', [=> function () {
  2095.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2096.         }, => 'pagination'], 1);
  2097.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2098.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2099.         }, => 'checkPassport'], 512);
  2100.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2101.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2102.         }, => 'onLogout'], 0);
  2103.         return $instance;
  2104.     }
  2105.     /**
  2106.      * Gets the public 'http_kernel' shared service.
  2107.      *
  2108.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2109.      */
  2110.     protected function getHttpKernelService()
  2111.     {
  2112.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2113.         if (isset($this->services['http_kernel'])) {
  2114.             return $this->services['http_kernel'];
  2115.         }
  2116.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2117.         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 () {
  2118.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2119.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2120.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2121.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2122.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2123.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2124.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2125.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2126.         }, 8)), $b));
  2127.     }
  2128.     /**
  2129.      * Gets the public 'request_stack' shared service.
  2130.      *
  2131.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2132.      */
  2133.     protected function getRequestStackService()
  2134.     {
  2135.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2136.     }
  2137.     /**
  2138.      * Gets the public 'router' shared service.
  2139.      *
  2140.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2141.      */
  2142.     protected function getRouterService()
  2143.     {
  2144.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2145.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2146.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2147.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2148.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2149.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2150.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2151.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2152.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2153.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2154.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2155.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2156.         ], [
  2157.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2158.         ]))->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'));
  2159.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2160.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the public 'translator' shared service.
  2165.      *
  2166.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2167.      */
  2168.     protected function getTranslatorService()
  2169.     {
  2170.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2171.     }
  2172.     /**
  2173.      * Gets the public 'var_dumper.cloner' shared service.
  2174.      *
  2175.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2176.      */
  2177.     protected function getVarDumper_ClonerService()
  2178.     {
  2179.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2180.         $instance->setMaxItems(2500);
  2181.         $instance->setMinDepth(1);
  2182.         $instance->setMaxString(-1);
  2183.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2184.         return $instance;
  2185.     }
  2186.     /**
  2187.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2190.      */
  2191.     protected function get_ServiceLocator_HDnBBSZService()
  2192.     {
  2193.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2194.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2195.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2196.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2197.         ], [
  2198.             'security.firewall.map.context.admin' => '?',
  2199.             'security.firewall.map.context.customer' => '?',
  2200.             'security.firewall.map.context.dev' => '?',
  2201.         ]);
  2202.     }
  2203.     /**
  2204.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2205.      *
  2206.      * @return \Eccube\DataCollector\EccubeDataCollector
  2207.      */
  2208.     protected function getEccubeDataCollectorService()
  2209.     {
  2210.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2211.     }
  2212.     /**
  2213.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2214.      *
  2215.      * @return \Eccube\Doctrine\Query\Queries
  2216.      */
  2217.     protected function getQueriesService()
  2218.     {
  2219.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2220.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2221.         $b = new \Plugin\CustomerGroup42\Repository\QueryCustomizer\CategorySearchCustomizer($a, ($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'] ?? $this->getCategoryRepositoryService()));
  2222.         $c = ($this->privates['Plugin\\CustomerGroup42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService());
  2223.         $b->setConfigRepository($c);
  2224.         $d = new \Plugin\CustomerGroup42\Repository\QueryCustomizer\ProductSearchCustomizer($a, ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2225.         $d->setConfigRepository($c);
  2226.         $e = ($this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service());
  2227.         $f = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2228.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchCustomerCustomizer());
  2229.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchOrderCustomizer());
  2230.         $instance->addCustomizer(new \Plugin\CustomerGroup42\Repository\QueryCustomizer\Admin\SearchProductCustomizer());
  2231.         $instance->addCustomizer($b);
  2232.         $instance->addCustomizer($d);
  2233.         $instance->addCustomizer(new \Plugin\ExpressLink42\Repository\AdminOrderCustomizer());
  2234.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\AdminProductDisplayCustomizer($e$f));
  2235.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\ProductDisplayCustomizer($e$f));
  2236.         $instance->addCustomizer(new \Customize\Doctrine\Query\AdminCustomerNoteSearchCustomizer());
  2237.         $instance->addCustomizer(new \Customize\Doctrine\Query\AdminProductNoteSearchCustomizer());
  2238.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2239.         return $instance;
  2240.     }
  2241.     /**
  2242.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2243.      *
  2244.      * @return \Eccube\EventListener\IpAddrListener
  2245.      */
  2246.     protected function getIpAddrListenerService()
  2247.     {
  2248.         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()));
  2249.     }
  2250.     /**
  2251.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2252.      *
  2253.      * @return \Eccube\EventListener\LogListener
  2254.      */
  2255.     protected function getLogListenerService()
  2256.     {
  2257.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2258.     }
  2259.     /**
  2260.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2261.      *
  2262.      * @return \Eccube\EventListener\MaintenanceListener
  2263.      */
  2264.     protected function getMaintenanceListenerService()
  2265.     {
  2266.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2267.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2268.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2269.         }
  2270.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2271.     }
  2272.     /**
  2273.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2274.      *
  2275.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2276.      */
  2277.     protected function getMobileTemplatePathListenerService()
  2278.     {
  2279.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2280.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2281.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2282.         }
  2283.         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))));
  2284.     }
  2285.     /**
  2286.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2287.      *
  2288.      * @return \Eccube\EventListener\RateLimiterListener
  2289.      */
  2290.     protected function getRateLimiterListenerService()
  2291.     {
  2292.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2293.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2294.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2295.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2296.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2297.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2298.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2299.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2300.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2301.         ], [
  2302.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2303.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2304.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2305.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2306.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2307.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2308.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2309.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2310.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2311.     }
  2312.     /**
  2313.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2314.      *
  2315.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2316.      */
  2317.     protected function getRestrictFileUploadListenerService()
  2318.     {
  2319.         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()));
  2320.     }
  2321.     /**
  2322.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2323.      *
  2324.      * @return \Eccube\EventListener\TransactionListener
  2325.      */
  2326.     protected function getTransactionListenerService()
  2327.     {
  2328.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2329.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2330.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2331.         }
  2332.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2333.     }
  2334.     /**
  2335.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2336.      *
  2337.      * @return \Eccube\EventListener\TwigInitializeListener
  2338.      */
  2339.     protected function getTwigInitializeListenerService()
  2340.     {
  2341.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2342.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2343.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2344.         }
  2345.         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()));
  2346.     }
  2347.     /**
  2348.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2349.      *
  2350.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2351.      */
  2352.     protected function getTwoFactorAuthListenerService()
  2353.     {
  2354.         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()));
  2355.     }
  2356.     /**
  2357.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2358.      *
  2359.      * @return \Eccube\Log\Processor\SessionProcessor
  2360.      */
  2361.     protected function getSessionProcessorService()
  2362.     {
  2363.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2364.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2365.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2366.         }
  2367.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2368.     }
  2369.     /**
  2370.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2371.      *
  2372.      * @return \Eccube\Log\Processor\TokenProcessor
  2373.      */
  2374.     protected function getTokenProcessorService()
  2375.     {
  2376.         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()));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2380.      *
  2381.      * @return \Eccube\Repository\AuthorityRoleRepository
  2382.      */
  2383.     protected function getAuthorityRoleRepositoryService()
  2384.     {
  2385.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2386.     }
  2387.     /**
  2388.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2389.      *
  2390.      * @return \Eccube\Repository\BaseInfoRepository
  2391.      */
  2392.     protected function getBaseInfoRepositoryService()
  2393.     {
  2394.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2395.     }
  2396.     /**
  2397.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2398.      *
  2399.      * @return \Eccube\Repository\BlockPositionRepository
  2400.      */
  2401.     protected function getBlockPositionRepositoryService()
  2402.     {
  2403.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2407.      *
  2408.      * @return \Eccube\Repository\BlockRepository
  2409.      */
  2410.     protected function getBlockRepositoryService()
  2411.     {
  2412.         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))));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2416.      *
  2417.      * @return \Eccube\Repository\CartRepository
  2418.      */
  2419.     protected function getCartRepositoryService()
  2420.     {
  2421.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2425.      *
  2426.      * @return \Eccube\Repository\LayoutRepository
  2427.      */
  2428.     protected function getLayoutRepositoryService()
  2429.     {
  2430.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2434.      *
  2435.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2436.      */
  2437.     protected function getDeviceTypeRepositoryService()
  2438.     {
  2439.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2443.      *
  2444.      * @return \Eccube\Repository\OrderRepository
  2445.      */
  2446.     protected function getOrderRepositoryService()
  2447.     {
  2448.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2449.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2450.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2451.         }
  2452.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2453.     }
  2454.     /**
  2455.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2456.      *
  2457.      * @return \Eccube\Repository\PageLayoutRepository
  2458.      */
  2459.     protected function getPageLayoutRepositoryService()
  2460.     {
  2461.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2462.     }
  2463.     /**
  2464.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2465.      *
  2466.      * @return \Eccube\Repository\PageRepository
  2467.      */
  2468.     protected function getPageRepositoryService()
  2469.     {
  2470.         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);
  2471.     }
  2472.     /**
  2473.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2474.      *
  2475.      * @return \Eccube\Repository\ProductClassRepository
  2476.      */
  2477.     protected function getProductClassRepositoryService()
  2478.     {
  2479.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2480.     }
  2481.     /**
  2482.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2483.      *
  2484.      * @return \Eccube\Repository\ProductRepository
  2485.      */
  2486.     protected function getProductRepositoryService()
  2487.     {
  2488.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2489.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2490.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2491.         }
  2492.         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))));
  2493.     }
  2494.     /**
  2495.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2496.      *
  2497.      * @return \Eccube\Repository\TaxRuleRepository
  2498.      */
  2499.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2500.     {
  2501.         if ($lazyLoad) {
  2502.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2503.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2504.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2505.                     $proxy->setProxyInitializer(null);
  2506.                     return true;
  2507.                 });
  2508.             });
  2509.         }
  2510.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2511.         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))));
  2512.     }
  2513.     /**
  2514.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2515.      *
  2516.      * @return \Eccube\Request\Context
  2517.      */
  2518.     protected function getContextService()
  2519.     {
  2520.         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()));
  2521.     }
  2522.     /**
  2523.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2524.      *
  2525.      * @return \Eccube\Service\CartService
  2526.      */
  2527.     protected function getCartServiceService($lazyLoad true)
  2528.     {
  2529.         if ($lazyLoad) {
  2530.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2531.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2532.                     $wrappedInstance $this->getCartServiceService(false);
  2533.                     $proxy->setProxyInitializer(null);
  2534.                     return true;
  2535.                 });
  2536.             });
  2537.         }
  2538.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2539.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2540.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2541.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2542.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2543.         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()));
  2544.     }
  2545.     /**
  2546.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2547.      *
  2548.      * @return \Eccube\Service\TwoFactorAuthService
  2549.      */
  2550.     protected function getTwoFactorAuthServiceService()
  2551.     {
  2552.         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())));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2556.      *
  2557.      * @return \Eccube\Twig\Extension\EccubeExtension
  2558.      */
  2559.     protected function getEccubeExtensionService()
  2560.     {
  2561.         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()));
  2562.     }
  2563.     /**
  2564.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2565.      *
  2566.      * @return \Eccube\Twig\Extension\TaxExtension
  2567.      */
  2568.     protected function getTaxExtensionService()
  2569.     {
  2570.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2571.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2572.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2573.         }
  2574.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2575.     }
  2576.     /**
  2577.      * Gets the private 'Plugin\CustomerGroup42\EventListener\ProductListener' shared autowired service.
  2578.      *
  2579.      * @return \Plugin\CustomerGroup42\EventListener\ProductListener
  2580.      */
  2581.     protected function getProductListenerService()
  2582.     {
  2583.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2584.         if (isset($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'])) {
  2585.             return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'];
  2586.         }
  2587.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2588.         if (isset($this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'])) {
  2589.             return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'];
  2590.         }
  2591.         return $this->privates['Plugin\\CustomerGroup42\\EventListener\\ProductListener'] = new \Plugin\CustomerGroup42\EventListener\ProductListener($a$b);
  2592.     }
  2593.     /**
  2594.      * Gets the private 'Plugin\CustomerGroup42\Repository\CategoryRepository' shared autowired service.
  2595.      *
  2596.      * @return \Plugin\CustomerGroup42\Repository\CategoryRepository
  2597.      */
  2598.     protected function getCategoryRepositoryService()
  2599.     {
  2600.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2601.         if (isset($this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'])) {
  2602.             return $this->privates['Plugin\\CustomerGroup42\\Repository\\CategoryRepository'];
  2603.         }
  2604.         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);
  2605.     }
  2606.     /**
  2607.      * Gets the private 'Plugin\CustomerGroup42\Repository\ConfigRepository' shared autowired service.
  2608.      *
  2609.      * @return \Plugin\CustomerGroup42\Repository\ConfigRepository
  2610.      */
  2611.     protected function getConfigRepositoryService()
  2612.     {
  2613.         return $this->privates['Plugin\\CustomerGroup42\\Repository\\ConfigRepository'] = new \Plugin\CustomerGroup42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2614.     }
  2615.     /**
  2616.      * Gets the private 'Plugin\DisableNonMember42\Event' shared autowired service.
  2617.      *
  2618.      * @return \Plugin\DisableNonMember42\Event
  2619.      */
  2620.     protected function getEvent5Service()
  2621.     {
  2622.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2623.         if (isset($this->privates['Plugin\\DisableNonMember42\\Event'])) {
  2624.             return $this->privates['Plugin\\DisableNonMember42\\Event'];
  2625.         }
  2626.         return $this->privates['Plugin\\DisableNonMember42\\Event'] = new \Plugin\DisableNonMember42\Event($a, ($this->services['router'] ?? $this->getRouterService()));
  2627.     }
  2628.     /**
  2629.      * Gets the private 'Plugin\ProductDisplayRank42\Repository\ConfigRepository' shared autowired service.
  2630.      *
  2631.      * @return \Plugin\ProductDisplayRank42\Repository\ConfigRepository
  2632.      */
  2633.     protected function getConfigRepository2Service()
  2634.     {
  2635.         return $this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] = new \Plugin\ProductDisplayRank42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2636.     }
  2637.     /**
  2638.      * Gets the private 'Plugin\ProductMetaSeoIngenuity42\EventListener\PmsiListener' shared autowired service.
  2639.      *
  2640.      * @return \Plugin\ProductMetaSeoIngenuity42\EventListener\PmsiListener
  2641.      */
  2642.     protected function getPmsiListenerService()
  2643.     {
  2644.         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()));
  2645.     }
  2646.     /**
  2647.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2648.      *
  2649.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2650.      */
  2651.     protected function getWebProcessorService()
  2652.     {
  2653.         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']);
  2654.     }
  2655.     /**
  2656.      * Gets the private 'annotations.cache_adapter' shared service.
  2657.      *
  2658.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2659.      */
  2660.     protected function getAnnotations_CacheAdapterService()
  2661.     {
  2662.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'annotations.cached_reader' shared service.
  2666.      *
  2667.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2668.      */
  2669.     protected function getAnnotations_CachedReaderService()
  2670.     {
  2671.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2672.     }
  2673.     /**
  2674.      * Gets the private 'annotations.reader' shared service.
  2675.      *
  2676.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2677.      */
  2678.     protected function getAnnotations_ReaderService()
  2679.     {
  2680.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2681.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2682.         $a->registerUniqueLoader('class_exists');
  2683.         $instance->addGlobalIgnoredName('required'$a);
  2684.         return $instance;
  2685.     }
  2686.     /**
  2687.      * Gets the private 'assets.context' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2690.      */
  2691.     protected function getAssets_ContextService()
  2692.     {
  2693.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2694.         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());
  2695.     }
  2696.     /**
  2697.      * Gets the private 'cache.annotations' shared service.
  2698.      *
  2699.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2700.      */
  2701.     protected function getCache_AnnotationsService()
  2702.     {
  2703.         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())));
  2704.     }
  2705.     /**
  2706.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2707.      *
  2708.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2709.      */
  2710.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2711.     {
  2712.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2713.     }
  2714.     /**
  2715.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2718.      */
  2719.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2720.     {
  2721.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2722.     }
  2723.     /**
  2724.      * Gets the private 'cache.property_info' shared service.
  2725.      *
  2726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2727.      */
  2728.     protected function getCache_PropertyInfoService()
  2729.     {
  2730.         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())));
  2731.     }
  2732.     /**
  2733.      * Gets the private 'cache.security_expression_language' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2736.      */
  2737.     protected function getCache_SecurityExpressionLanguageService()
  2738.     {
  2739.         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())));
  2740.     }
  2741.     /**
  2742.      * Gets the private 'cache.security_token_verifier' shared service.
  2743.      *
  2744.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2745.      */
  2746.     protected function getCache_SecurityTokenVerifierService()
  2747.     {
  2748.         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())));
  2749.     }
  2750.     /**
  2751.      * Gets the private 'cache.serializer' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2754.      */
  2755.     protected function getCache_SerializerService()
  2756.     {
  2757.         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())));
  2758.     }
  2759.     /**
  2760.      * Gets the private 'cache.validator' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2763.      */
  2764.     protected function getCache_ValidatorService()
  2765.     {
  2766.         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())));
  2767.     }
  2768.     /**
  2769.      * Gets the private 'config_cache_factory' shared service.
  2770.      *
  2771.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2772.      */
  2773.     protected function getConfigCacheFactoryService()
  2774.     {
  2775.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2776.             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)));
  2777.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2778.         }, 2));
  2779.     }
  2780.     /**
  2781.      * Gets the private 'data_collector.form' shared service.
  2782.      *
  2783.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2784.      */
  2785.     protected function getDataCollector_FormService()
  2786.     {
  2787.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2788.     }
  2789.     /**
  2790.      * Gets the private 'data_collector.request' shared service.
  2791.      *
  2792.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2793.      */
  2794.     protected function getDataCollector_RequestService()
  2795.     {
  2796.         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())));
  2797.     }
  2798.     /**
  2799.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2800.      *
  2801.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2802.      */
  2803.     protected function getDebug_DebugHandlersListenerService()
  2804.     {
  2805.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2806.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2807.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2808.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2809.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2810.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2811.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2812.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2813.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2814.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2815.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2816.     }
  2817.     /**
  2818.      * Gets the private 'debug.file_link_formatter' shared service.
  2819.      *
  2820.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2821.      */
  2822.     protected function getDebug_FileLinkFormatterService()
  2823.     {
  2824.         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 () {
  2825.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2826.         });
  2827.     }
  2828.     /**
  2829.      * Gets the private 'debug.log_processor' shared service.
  2830.      *
  2831.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2832.      */
  2833.     protected function getDebug_LogProcessorService()
  2834.     {
  2835.         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())));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2839.      *
  2840.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2841.      */
  2842.     protected function getDebug_Security_Access_DecisionManagerService()
  2843.     {
  2844.         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 () {
  2845.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2846.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2847.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2848.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2849.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\CategoryVoter'] ?? $this->load('getCategoryVoterService'));
  2850.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\GroupVoter'] ?? $this->load('getGroupVoterService'));
  2851.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\PageVoter'] ?? $this->load('getPageVoterService'));
  2852.             yield => ($this->privates['debug.security.voter.Plugin\\CustomerGroup42\\Security\\Authorization\\Voter\\ProductVoter'] ?? $this->load('getProductVoterService'));
  2853.         }, 8), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2854.     }
  2855.     /**
  2856.      * Gets the private 'debug.security.firewall' shared service.
  2857.      *
  2858.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2859.      */
  2860.     protected function getDebug_Security_FirewallService()
  2861.     {
  2862.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2863.         if (isset($this->privates['debug.security.firewall'])) {
  2864.             return $this->privates['debug.security.firewall'];
  2865.         }
  2866.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2867.         if (isset($this->privates['debug.security.firewall'])) {
  2868.             return $this->privates['debug.security.firewall'];
  2869.         }
  2870.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2874.      *
  2875.      * @return \Doctrine\Migrations\DependencyFactory
  2876.      */
  2877.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2878.     {
  2879.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2880.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2881.         $a->setAllOrNothing(false);
  2882.         $a->setCheckDatabasePlatform(true);
  2883.         $a->setTransactional(true);
  2884.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2885.         $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()));
  2886.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2887.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2888.         });
  2889.         return $instance;
  2890.     }
  2891.     /**
  2892.      * Gets the private 'eccube.collector.core' shared autowired service.
  2893.      *
  2894.      * @return \Eccube\DataCollector\EccubeDataCollector
  2895.      */
  2896.     protected function getEccube_Collector_CoreService()
  2897.     {
  2898.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2899.     }
  2900.     /**
  2901.      * Gets the private 'esi_listener' shared service.
  2902.      *
  2903.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2904.      */
  2905.     protected function getEsiListenerService()
  2906.     {
  2907.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2908.     }
  2909.     /**
  2910.      * Gets the private 'exception_listener' shared service.
  2911.      *
  2912.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2913.      */
  2914.     protected function getExceptionListenerService()
  2915.     {
  2916.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2917.     }
  2918.     /**
  2919.      * Gets the private 'fragment.listener' shared service.
  2920.      *
  2921.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2922.      */
  2923.     protected function getFragment_ListenerService()
  2924.     {
  2925.         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');
  2926.     }
  2927.     /**
  2928.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2929.      *
  2930.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2931.      */
  2932.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2933.     {
  2934.         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())));
  2935.     }
  2936.     /**
  2937.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2938.      *
  2939.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2940.      */
  2941.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2942.     {
  2943.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2944.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2945.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2946.         }
  2947.         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);
  2948.     }
  2949.     /**
  2950.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2951.      *
  2952.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2953.      */
  2954.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2955.     {
  2956.         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]);
  2957.     }
  2958.     /**
  2959.      * Gets the private 'locale_aware_listener' shared service.
  2960.      *
  2961.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2962.      */
  2963.     protected function getLocaleAwareListenerService()
  2964.     {
  2965.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2966.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2967.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2968.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'locale_listener' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2974.      */
  2975.     protected function getLocaleListenerService()
  2976.     {
  2977.         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, []);
  2978.     }
  2979.     /**
  2980.      * Gets the private 'monolog.handler.buffered' shared service.
  2981.      *
  2982.      * @return \Monolog\Handler\BufferHandler
  2983.      */
  2984.     protected function getMonolog_Handler_BufferedService()
  2985.     {
  2986.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2987.     }
  2988.     /**
  2989.      * Gets the private 'monolog.handler.console' shared service.
  2990.      *
  2991.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2992.      */
  2993.     protected function getMonolog_Handler_ConsoleService()
  2994.     {
  2995.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2996.     }
  2997.     /**
  2998.      * Gets the private 'monolog.logger' shared service.
  2999.      *
  3000.      * @return \Symfony\Bridge\Monolog\Logger
  3001.      */
  3002.     protected function getMonolog_LoggerService()
  3003.     {
  3004.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3005.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3006.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3007.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3008.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3009.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3010.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3011.         $instance->useMicrosecondTimestamps(true);
  3012.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3013.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3015.         return $instance;
  3016.     }
  3017.     /**
  3018.      * Gets the private 'monolog.logger.cache' shared service.
  3019.      *
  3020.      * @return \Symfony\Bridge\Monolog\Logger
  3021.      */
  3022.     protected function getMonolog_Logger_CacheService()
  3023.     {
  3024.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3025.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3026.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3027.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3028.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3029.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3030.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3031.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3032.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3033.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3034.         return $instance;
  3035.     }
  3036.     /**
  3037.      * Gets the private 'monolog.logger.request' shared service.
  3038.      *
  3039.      * @return \Symfony\Bridge\Monolog\Logger
  3040.      */
  3041.     protected function getMonolog_Logger_RequestService()
  3042.     {
  3043.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3044.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3045.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3046.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3047.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3048.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3049.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3050.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3051.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3052.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3053.         return $instance;
  3054.     }
  3055.     /**
  3056.      * Gets the private 'monolog.logger.security' shared service.
  3057.      *
  3058.      * @return \Symfony\Bridge\Monolog\Logger
  3059.      */
  3060.     protected function getMonolog_Logger_SecurityService()
  3061.     {
  3062.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3063.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3064.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3065.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3066.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3067.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3068.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3069.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3070.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3071.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the private 'parameter_bag' shared service.
  3076.      *
  3077.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3078.      */
  3079.     protected function getParameterBagService()
  3080.     {
  3081.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3082.     }
  3083.     /**
  3084.      * Gets the private 'profiler_listener' shared service.
  3085.      *
  3086.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3087.      */
  3088.     protected function getProfilerListenerService()
  3089.     {
  3090.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3091.         if (isset($this->privates['profiler_listener'])) {
  3092.             return $this->privates['profiler_listener'];
  3093.         }
  3094.         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);
  3095.     }
  3096.     /**
  3097.      * Gets the private 'property_info' shared service.
  3098.      *
  3099.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3100.      */
  3101.     protected function getPropertyInfoService()
  3102.     {
  3103.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3104.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3105.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3106.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3107.         }, 3), new RewindableGenerator(function () {
  3108.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3109.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3110.         }, 2), new RewindableGenerator(function () {
  3111.             return new \EmptyIterator();
  3112.         }, 0), new RewindableGenerator(function () {
  3113.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3114.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3115.         }, 2), new RewindableGenerator(function () {
  3116.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3117.         }, 1));
  3118.     }
  3119.     /**
  3120.      * Gets the private 'rate_limiter.cache' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3123.      */
  3124.     protected function getRateLimiter_CacheService()
  3125.     {
  3126.         $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))));
  3127.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3128.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3129.     }
  3130.     /**
  3131.      * Gets the private 'router.expression_language_provider' shared service.
  3132.      *
  3133.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3134.      */
  3135.     protected function getRouter_ExpressionLanguageProviderService()
  3136.     {
  3137.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3138.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3139.         ], [
  3140.             'env' => 'Closure',
  3141.         ]));
  3142.     }
  3143.     /**
  3144.      * Gets the private 'router.request_context' shared service.
  3145.      *
  3146.      * @return \Symfony\Component\Routing\RequestContext
  3147.      */
  3148.     protected function getRouter_RequestContextService()
  3149.     {
  3150.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3151.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3152.         return $instance;
  3153.     }
  3154.     /**
  3155.      * Gets the private 'router_listener' shared service.
  3156.      *
  3157.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3158.      */
  3159.     protected function getRouterListenerService()
  3160.     {
  3161.         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);
  3162.     }
  3163.     /**
  3164.      * Gets the private 'security.context_listener.0' shared service.
  3165.      *
  3166.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3167.      */
  3168.     protected function getSecurity_ContextListener_0Service()
  3169.     {
  3170.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3171.         if (isset($this->privates['security.context_listener.0'])) {
  3172.             return $this->privates['security.context_listener.0'];
  3173.         }
  3174.         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 () {
  3175.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3176.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3177.         }, 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']);
  3178.     }
  3179.     /**
  3180.      * Gets the private 'security.context_listener.1' shared service.
  3181.      *
  3182.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3183.      */
  3184.     protected function getSecurity_ContextListener_1Service()
  3185.     {
  3186.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3187.         if (isset($this->privates['security.context_listener.1'])) {
  3188.             return $this->privates['security.context_listener.1'];
  3189.         }
  3190.         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 () {
  3191.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3192.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3193.         }, 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']);
  3194.     }
  3195.     /**
  3196.      * Gets the private 'security.csrf.token_storage' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3199.      */
  3200.     protected function getSecurity_Csrf_TokenStorageService()
  3201.     {
  3202.         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())));
  3203.     }
  3204.     /**
  3205.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3206.      *
  3207.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3208.      */
  3209.     protected function getSecurity_EventDispatcher_AdminService()
  3210.     {
  3211.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3212.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3213.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3214.         }, => 'checkPassport'], 2048);
  3215.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3216.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3217.         }, => 'onSuccessfulLogin'], 0);
  3218.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3219.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3220.         }, => 'onLogout'], 0);
  3221.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3222.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3223.         }, => 'onLogout'], 0);
  3224.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3225.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3226.         }, => 'checkPassport'], 2080);
  3227.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3228.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3229.         }, => 'onSuccessfulLogin'], 0);
  3230.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3231.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3232.         }, => 'preCheckCredentials'], 256);
  3233.         $instance->addListener('security.authentication.success', [=> function () {
  3234.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3235.         }, => 'postCheckCredentials'], 256);
  3236.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3237.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3238.         }, => 'checkPassport'], 1024);
  3239.         $instance->addListener('security.interactive_login', [=> function () {
  3240.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3241.         }, => 'onInteractiveLogin'], 0);
  3242.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3243.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3244.         }, => 'onAuthenticationFailure'], 0);
  3245.         $instance->addListener('security.interactive_login', [=> function () {
  3246.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3247.         }, => 'onInteractiveLogin'], 0);
  3248.         $instance->addListener('security.interactive_login', [=> function () {
  3249.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3250.         }, => 'onInteractiveLogin'], 0);
  3251.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3252.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3253.         }, => 'checkPassport'], 0);
  3254.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3255.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3256.         }, => 'onLoginSuccess'], 0);
  3257.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3258.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3259.         }, => 'checkPassport'], 512);
  3260.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3261.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3262.         }, => 'onLogout'], 0);
  3263.         return $instance;
  3264.     }
  3265.     /**
  3266.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3267.      *
  3268.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3269.      */
  3270.     protected function getSecurity_EventDispatcher_CustomerService()
  3271.     {
  3272.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3273.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3274.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3275.         }, => 'checkPassport'], 2048);
  3276.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3277.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3278.         }, => 'onSuccessfulLogin'], 0);
  3279.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3280.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3281.         }, => 'onLogout'], 64);
  3282.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3283.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3284.         }, => 'onLogout'], 0);
  3285.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3286.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3287.         }, => 'checkPassport'], 2080);
  3288.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3289.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3290.         }, => 'onSuccessfulLogin'], 0);
  3291.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3292.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3293.         }, => 'onSuccessfulLogin'], -32);
  3294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3295.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3296.         }, => 'onSuccessfulLogin'], -64);
  3297.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3298.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3299.         }, => 'clearCookie'], 0);
  3300.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3301.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3302.         }, => 'clearCookie'], 0);
  3303.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3304.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3305.         }, => 'clearCookie'], 0);
  3306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3307.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3308.         }, => 'preCheckCredentials'], 256);
  3309.         $instance->addListener('security.authentication.success', [=> function () {
  3310.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3311.         }, => 'postCheckCredentials'], 256);
  3312.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3313.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3314.         }, => 'checkPassport'], 1024);
  3315.         $instance->addListener('security.interactive_login', [=> function () {
  3316.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3317.         }, => 'onInteractiveLogin'], 0);
  3318.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3319.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3320.         }, => 'onAuthenticationFailure'], 0);
  3321.         $instance->addListener('security.interactive_login', [=> function () {
  3322.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3323.         }, => 'onInteractiveLogin'], 0);
  3324.         $instance->addListener('security.interactive_login', [=> function () {
  3325.             return ($this->privates['Plugin\\CustomerGroup42\\Security\\EventSubscriber\\LoginSubscriber'] ?? $this->load('getLoginSubscriberService'));
  3326.         }, => 'onInteractiveLogin'], 0);
  3327.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3328.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3329.         }, => 'checkPassport'], 0);
  3330.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3331.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3332.         }, => 'onLoginSuccess'], 0);
  3333.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3334.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3335.         }, => 'checkPassport'], 512);
  3336.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3337.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3338.         }, => 'onLogout'], 0);
  3339.         return $instance;
  3340.     }
  3341.     /**
  3342.      * Gets the private 'security.firewall.map' shared service.
  3343.      *
  3344.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3345.      */
  3346.     protected function getSecurity_Firewall_MapService()
  3347.     {
  3348.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3349.         if (isset($this->privates['security.firewall.map'])) {
  3350.             return $this->privates['security.firewall.map'];
  3351.         }
  3352.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3353.             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)/')));
  3354.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.O9ooR9l'] ?? ($this->privates['.security.request_matcher.O9ooR9l'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3355.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3356.         }, 3));
  3357.     }
  3358.     /**
  3359.      * Gets the private 'security.helper' shared service.
  3360.      *
  3361.      * @return \Symfony\Component\Security\Core\Security
  3362.      */
  3363.     protected function getSecurity_HelperService()
  3364.     {
  3365.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3366.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3367.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3368.         ], [
  3369.             'security.authorization_checker' => '?',
  3370.             'security.token_storage' => '?',
  3371.         ]));
  3372.     }
  3373.     /**
  3374.      * Gets the private 'security.logout_url_generator' shared service.
  3375.      *
  3376.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3377.      */
  3378.     protected function getSecurity_LogoutUrlGeneratorService()
  3379.     {
  3380.         $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()));
  3381.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3382.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3383.         return $instance;
  3384.     }
  3385.     /**
  3386.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3387.      *
  3388.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3389.      */
  3390.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3391.     {
  3392.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3393.     }
  3394.     /**
  3395.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3396.      *
  3397.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3398.      */
  3399.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3400.     {
  3401.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3402.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3403.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3404.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3405.     }
  3406.     /**
  3407.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3408.      *
  3409.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3410.      */
  3411.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3412.     {
  3413.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3414.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3415.             return $this->privates['sensio_framework_extra.security.listener'];
  3416.         }
  3417.         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()));
  3418.     }
  3419.     /**
  3420.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3421.      *
  3422.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3423.      */
  3424.     protected function getSensioFrameworkExtra_View_ListenerService()
  3425.     {
  3426.         $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))));
  3427.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3428.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3429.         ], [
  3430.             'twig' => '?',
  3431.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3432.         return $instance;
  3433.     }
  3434.     /**
  3435.      * Gets the private 'session.factory' shared service.
  3436.      *
  3437.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3438.      */
  3439.     protected function getSession_FactoryService()
  3440.     {
  3441.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3442.         if (isset($this->privates['session.factory'])) {
  3443.             return $this->privates['session.factory'];
  3444.         }
  3445.         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']);
  3446.     }
  3447.     /**
  3448.      * Gets the private 'session_listener' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3451.      */
  3452.     protected function getSessionListenerService()
  3453.     {
  3454.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3455.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3456.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3457.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3458.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3459.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3460.         ], [
  3461.             'initialized_session' => '?',
  3462.             'logger' => '?',
  3463.             'session' => '?',
  3464.             'session_collector' => '?',
  3465.             'session_factory' => '?',
  3466.         ]), true$this->getParameter('session.storage.options'));
  3467.     }
  3468.     /**
  3469.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3470.      *
  3471.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3472.      */
  3473.     protected function getStateMachine_Order_MetadataStoreService()
  3474.     {
  3475.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3476.     }
  3477.     /**
  3478.      * Gets the private 'translator.default' shared service.
  3479.      *
  3480.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3481.      */
  3482.     protected function getTranslator_DefaultService()
  3483.     {
  3484.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3485.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3486.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3487.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3488.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3489.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3490.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3491.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3492.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3493.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3494.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3495.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3496.         ], [
  3497.             'translation.loader.csv' => '?',
  3498.             'translation.loader.dat' => '?',
  3499.             'translation.loader.ini' => '?',
  3500.             'translation.loader.json' => '?',
  3501.             'translation.loader.mo' => '?',
  3502.             'translation.loader.php' => '?',
  3503.             'translation.loader.po' => '?',
  3504.             'translation.loader.qt' => '?',
  3505.             'translation.loader.res' => '?',
  3506.             'translation.loader.xliff' => '?',
  3507.             'translation.loader.yml' => '?',
  3508.         ]), 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/ProductDisplayRank42/Resource/locale/messages.ja.yaml'), 25 => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale/validators.ja.yaml'), 26 => (\dirname(__DIR__4).'/app/Plugin/HiddenDeliveryDate42/Resource/locale/messages.ja.yaml'), 27 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale/messages.ja.yaml'), 28 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 29 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 30 => (\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/ProductDisplayRank42/Resource/locale'), 20 => (\dirname(__DIR__4).'/app/Plugin/HiddenDeliveryDate42/Resource/locale'), 21 => (\dirname(__DIR__4).'/app/Plugin/DeliveryDate42/Resource/locale'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 23 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 24 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 35 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 37 => (\dirname(__DIR__4).'/src/Eccube/translations'), 38 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Bundle/translations'), 39 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Bundle/translations'), 40 => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Bundle/translations'), 41 => (\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/ProductDisplayRank42/Resource/locale'20 => 'app/Plugin/HiddenDeliveryDate42/Resource/locale'21 => 'app/Plugin/DeliveryDate42/Resource/locale'22 => 'src/Eccube/Resource/locale/'23 => 'app/Customize/Resource/locale/'24 => 'vendor/symfony/framework-bundle/translations'25 => 'vendor/symfony/security-bundle/translations'26 => 'vendor/doctrine/doctrine-bundle/translations'27 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'28 => 'vendor/sensio/framework-extra-bundle/src/translations'29 => 'vendor/symfony/monolog-bundle/translations'30 => 'vendor/symfony/twig-bundle/translations'31 => 'vendor/symfony/debug-bundle/translations'32 => 'vendor/symfony/web-profiler-bundle/translations'33 => 'vendor/symfony/maker-bundle/src/translations'34 => 'vendor/exercise/htmlpurifier-bundle/src/translations'35 => 'vendor/doctrine/doctrine-migrations-bundle/translations'36 => 'vendor/twig/extra-bundle/translations'37 => 'src/Eccube/translations'38 => 'app/Plugin/CustomerGroup42/Bundle/translations'39 => 'app/Plugin/CustomerGroupPrice42/Bundle/translations'40 => 'app/Plugin/CustomerGroupRank42/Bundle/translations'41 => 'translations']]], []);
  3509.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3510.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3511.         return $instance;
  3512.     }
  3513.     /**
  3514.      * Gets the private 'validator.builder' shared service.
  3515.      *
  3516.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3517.      */
  3518.     protected function getValidator_BuilderService()
  3519.     {
  3520.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3521.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3522.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3523.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3524.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3525.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3526.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3527.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3528.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3529.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3530.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3531.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3532.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3533.         ], [
  3534.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3535.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3536.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3537.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3538.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3539.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3540.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3541.             'doctrine.orm.validator.unique' => '?',
  3542.             'security.validator.user_password' => '?',
  3543.             'validator.expression' => '?',
  3544.         ])));
  3545.         if ($this->has('translator')) {
  3546.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3547.         }
  3548.         $instance->setTranslationDomain('validators');
  3549.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3550.         $instance->enableAnnotationMapping(true);
  3551.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3552.         $instance->addMethodMapping('loadValidatorMetadata');
  3553.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3554.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3555.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3556.         return $instance;
  3557.     }
  3558.     /**
  3559.      * Gets the private 'var_dumper.html_dumper' shared service.
  3560.      *
  3561.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3562.      */
  3563.     protected function getVarDumper_HtmlDumperService()
  3564.     {
  3565.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3566.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'web_profiler.csp.handler' shared service.
  3571.      *
  3572.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3573.      */
  3574.     protected function getWebProfiler_Csp_HandlerService()
  3575.     {
  3576.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3577.     }
  3578.     /**
  3579.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3580.      *
  3581.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3582.      */
  3583.     protected function getWebProfiler_DebugToolbarService()
  3584.     {
  3585.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3586.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3587.             return $this->privates['web_profiler.debug_toolbar'];
  3588.         }
  3589.         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()));
  3590.     }
  3591.     /**
  3592.      * Gets the public 'cache_clearer' alias.
  3593.      *
  3594.      * @return object The ".container.private.cache_clearer" service.
  3595.      */
  3596.     protected function getCacheClearerService()
  3597.     {
  3598.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3599.         return $this->get('.container.private.cache_clearer');
  3600.     }
  3601.     /**
  3602.      * Gets the public 'filesystem' alias.
  3603.      *
  3604.      * @return object The ".container.private.filesystem" service.
  3605.      */
  3606.     protected function getFilesystemService()
  3607.     {
  3608.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3609.         return $this->get('.container.private.filesystem');
  3610.     }
  3611.     /**
  3612.      * Gets the public 'state_machine.order' alias.
  3613.      *
  3614.      * @return object The ".container.private.state_machine.order" service.
  3615.      */
  3616.     protected function getStateMachine_OrderService()
  3617.     {
  3618.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3619.         return $this->get('.container.private.state_machine.order');
  3620.     }
  3621.     /**
  3622.      * Gets the public 'serializer' alias.
  3623.      *
  3624.      * @return object The ".container.private.serializer" service.
  3625.      */
  3626.     protected function getSerializerService()
  3627.     {
  3628.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3629.         return $this->get('.container.private.serializer');
  3630.     }
  3631.     /**
  3632.      * Gets the public 'security.csrf.token_manager' alias.
  3633.      *
  3634.      * @return object The ".container.private.security.csrf.token_manager" service.
  3635.      */
  3636.     protected function getSecurity_Csrf_TokenManagerService()
  3637.     {
  3638.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3639.         return $this->get('.container.private.security.csrf.token_manager');
  3640.     }
  3641.     /**
  3642.      * Gets the public 'form.factory' alias.
  3643.      *
  3644.      * @return object The ".container.private.form.factory" service.
  3645.      */
  3646.     protected function getForm_FactoryService()
  3647.     {
  3648.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3649.         return $this->get('.container.private.form.factory');
  3650.     }
  3651.     /**
  3652.      * Gets the public 'form.type.file' alias.
  3653.      *
  3654.      * @return object The ".container.private.form.type.file" service.
  3655.      */
  3656.     protected function getForm_Type_FileService()
  3657.     {
  3658.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3659.         return $this->get('.container.private.form.type.file');
  3660.     }
  3661.     /**
  3662.      * Gets the public 'profiler' alias.
  3663.      *
  3664.      * @return object The ".container.private.profiler" service.
  3665.      */
  3666.     protected function getProfilerService()
  3667.     {
  3668.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3669.         return $this->get('.container.private.profiler');
  3670.     }
  3671.     /**
  3672.      * Gets the public 'security.authorization_checker' alias.
  3673.      *
  3674.      * @return object The ".container.private.security.authorization_checker" service.
  3675.      */
  3676.     protected function getSecurity_AuthorizationCheckerService()
  3677.     {
  3678.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3679.         return $this->get('.container.private.security.authorization_checker');
  3680.     }
  3681.     /**
  3682.      * Gets the public 'security.token_storage' alias.
  3683.      *
  3684.      * @return object The ".container.private.security.token_storage" service.
  3685.      */
  3686.     protected function getSecurity_TokenStorageService()
  3687.     {
  3688.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3689.         return $this->get('.container.private.security.token_storage');
  3690.     }
  3691.     /**
  3692.      * Gets the public 'twig' alias.
  3693.      *
  3694.      * @return object The ".container.private.twig" service.
  3695.      */
  3696.     protected function getTwigService()
  3697.     {
  3698.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3699.         return $this->get('.container.private.twig');
  3700.     }
  3701.     /**
  3702.      * Gets the public 'security.password_encoder' alias.
  3703.      *
  3704.      * @return object The ".container.private.security.password_encoder" service.
  3705.      */
  3706.     protected function getSecurity_PasswordEncoderService()
  3707.     {
  3708.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3709.         return $this->get('.container.private.security.password_encoder');
  3710.     }
  3711.     /**
  3712.      * Gets the public 'session' alias.
  3713.      *
  3714.      * @return object The ".container.private.session" service.
  3715.      */
  3716.     protected function getSessionService()
  3717.     {
  3718.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3719.         return $this->get('.container.private.session');
  3720.     }
  3721.     /**
  3722.      * Gets the public 'validator' alias.
  3723.      *
  3724.      * @return object The ".container.private.validator" service.
  3725.      */
  3726.     protected function getValidatorService()
  3727.     {
  3728.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3729.         return $this->get('.container.private.validator');
  3730.     }
  3731.     /**
  3732.      * @return array|bool|float|int|string|\UnitEnum|null
  3733.      */
  3734.     public function getParameter(string $name)
  3735.     {
  3736.         if (isset($this->buildParameters[$name])) {
  3737.             return $this->buildParameters[$name];
  3738.         }
  3739.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3740.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3741.         }
  3742.         if (isset($this->loadedDynamicParameters[$name])) {
  3743.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3744.         }
  3745.         return $this->parameters[$name];
  3746.     }
  3747.     public function hasParameter(string $name): bool
  3748.     {
  3749.         if (isset($this->buildParameters[$name])) {
  3750.             return true;
  3751.         }
  3752.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3753.     }
  3754.     public function setParameter(string $name$value): void
  3755.     {
  3756.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3757.     }
  3758.     public function getParameterBag(): ParameterBagInterface
  3759.     {
  3760.         if (null === $this->parameterBag) {
  3761.             $parameters $this->parameters;
  3762.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3763.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3764.             }
  3765.             foreach ($this->buildParameters as $name => $value) {
  3766.                 $parameters[$name] = $value;
  3767.             }
  3768.             $this->parameterBag = new FrozenParameterBag($parameters);
  3769.         }
  3770.         return $this->parameterBag;
  3771.     }
  3772.     private $loadedDynamicParameters = [
  3773.         'kernel.runtime_environment' => false,
  3774.         'kernel.build_dir' => false,
  3775.         'kernel.cache_dir' => false,
  3776.         'locale' => false,
  3777.         'timezone' => false,
  3778.         'currency' => false,
  3779.         'eccube_database_url' => false,
  3780.         'eccube_mailer_dsn' => false,
  3781.         'eccube_admin_route' => false,
  3782.         'eccube_user_data_route' => false,
  3783.         'eccube_front_allow_hosts' => false,
  3784.         'eccube_front_deny_hosts' => false,
  3785.         'eccube_admin_allow_hosts' => false,
  3786.         'eccube_admin_deny_hosts' => false,
  3787.         'eccube_force_ssl' => false,
  3788.         'eccube.theme' => false,
  3789.         'eccube_theme_code' => false,
  3790.         'eccube_auth_magic' => false,
  3791.         'eccube_theme_front_dir' => false,
  3792.         'eccube_html_front_dir' => false,
  3793.         'eccube_csv_temp_realdir' => false,
  3794.         'eccube_owners_store_url' => false,
  3795.         'eccube_package_api_url' => false,
  3796.         'eccube_content_maintenance_file_path' => false,
  3797.         'eccube_2fa_enabled' => false,
  3798.         'eccube_2fa_cookie_name' => false,
  3799.         'eccube_2fa_expire' => false,
  3800.         'eccube_restrict_file_upload' => false,
  3801.         'kernel.secret' => false,
  3802.         'kernel.default_locale' => false,
  3803.         'debug.container.dump' => false,
  3804.         'serializer.mapping.cache.file' => false,
  3805.         'session.storage.options' => false,
  3806.         'validator.mapping.cache.file' => false,
  3807.         'profiler.storage.dsn' => false,
  3808.         'doctrine.orm.proxy_dir' => false,
  3809.     ];
  3810.     private $dynamicParameters = [];
  3811.     private function getDynamicParameter(string $name)
  3812.     {
  3813.         switch ($name) {
  3814.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3815.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3816.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3817.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3818.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3819.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3820.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3821.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3822.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3823.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3824.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3825.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3826.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3827.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3828.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3829.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3830.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3831.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3832.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3833.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3834.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3835.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3836.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3837.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3838.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3839.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3840.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3841.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3842.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3843.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3844.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3845.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3846.             case 'session.storage.options'$value = [
  3847.                 'cache_limiter' => '0',
  3848.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3849.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3850.                 'cookie_httponly' => true,
  3851.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3852.                 'gc_probability' => 1,
  3853.             ]; break;
  3854.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3855.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3856.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3857.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3858.         }
  3859.         $this->loadedDynamicParameters[$name] = true;
  3860.         return $this->dynamicParameters[$name] = $value;
  3861.     }
  3862.     protected function getDefaultParameters(): array
  3863.     {
  3864.         return [
  3865.             'kernel.project_dir' => \dirname(__DIR__4),
  3866.             'kernel.environment' => 'dev',
  3867.             'kernel.debug' => true,
  3868.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3869.             'kernel.bundles' => [
  3870.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3871.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3872.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3873.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3874.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3875.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3876.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3877.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3878.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3879.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3880.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3881.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3882.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3883.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3884.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3885.                 'CustomerGroupBundle' => 'Plugin\\CustomerGroup42\\Bundle\\CustomerGroupBundle',
  3886.                 'CustomerGroupPriceBundle' => 'Plugin\\CustomerGroupPrice42\\Bundle\\CustomerGroupPriceBundle',
  3887.                 'CustomerGroupRankBundle' => 'Plugin\\CustomerGroupRank42\\Bundle\\CustomerGroupRankBundle',
  3888.             ],
  3889.             'kernel.bundles_metadata' => [
  3890.                 'FrameworkBundle' => [
  3891.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3892.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3893.                 ],
  3894.                 'SecurityBundle' => [
  3895.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3896.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3897.                 ],
  3898.                 'DoctrineBundle' => [
  3899.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3900.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3901.                 ],
  3902.                 'DoctrineFixturesBundle' => [
  3903.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3904.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3905.                 ],
  3906.                 'SensioFrameworkExtraBundle' => [
  3907.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3908.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3909.                 ],
  3910.                 'MonologBundle' => [
  3911.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3912.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3913.                 ],
  3914.                 'TwigBundle' => [
  3915.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3916.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3917.                 ],
  3918.                 'DebugBundle' => [
  3919.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3920.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3921.                 ],
  3922.                 'WebProfilerBundle' => [
  3923.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3924.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3925.                 ],
  3926.                 'MakerBundle' => [
  3927.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3928.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3929.                 ],
  3930.                 'KnpPaginatorBundle' => [
  3931.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3932.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3933.                 ],
  3934.                 'ExerciseHTMLPurifierBundle' => [
  3935.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3936.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3937.                 ],
  3938.                 'DoctrineMigrationsBundle' => [
  3939.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3940.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3941.                 ],
  3942.                 'TwigExtraBundle' => [
  3943.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3944.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3945.                 ],
  3946.                 'EccubeBundle' => [
  3947.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3948.                     'namespace' => 'Eccube',
  3949.                 ],
  3950.                 'CustomerGroupBundle' => [
  3951.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroup42/Bundle'),
  3952.                     'namespace' => 'Plugin\\CustomerGroup42\\Bundle',
  3953.                 ],
  3954.                 'CustomerGroupPriceBundle' => [
  3955.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupPrice42/Bundle'),
  3956.                     'namespace' => 'Plugin\\CustomerGroupPrice42\\Bundle',
  3957.                 ],
  3958.                 'CustomerGroupRankBundle' => [
  3959.                     'path' => (\dirname(__DIR__4).'/app/Plugin/CustomerGroupRank42/Bundle'),
  3960.                     'namespace' => 'Plugin\\CustomerGroupRank42\\Bundle',
  3961.                 ],
  3962.             ],
  3963.             'kernel.charset' => 'UTF-8',
  3964.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3965.             'container.dumper.inline_class_loader' => true,
  3966.             'env(ECCUBE_LOCALE)' => 'ja',
  3967.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3968.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3969.             'env(DATABASE_URL)' => '',
  3970.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3971.             'env(DATABASE_CHARSET)' => 'utf8',
  3972.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3973.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3974.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3975.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3976.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3977.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3978.             'env(ECCUBE_FORCE_SSL)' => '0',
  3979.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3980.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3981.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3982.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3983.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3984.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3985.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3986.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3987.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3988.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3989.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3990.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3991.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3992.             'eccube_auth_type' => 'HMAC',
  3993.             'eccube_password_hash_algos' => 'SHA256',
  3994.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3995.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3996.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3997.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3998.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3999.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4000.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4001.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4002.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4003.             'eccube_twig_block_templates' => [
  4004.                 => '@YamatoPayment42/credit.twig',
  4005.                 => '@YamatoPayment42/credit_confirm.twig',
  4006.                 => '@YamatoPayment42/cvs.twig',
  4007.                 => '@YamatoPayment42/cvs_confirm.twig',
  4008.                 => '@YamatoPayment42/admin/payment_register.twig',
  4009.             ],
  4010.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4011.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4012.             'eccube_csv_size' => 5,
  4013.             'eccube_csv_split_lines' => 100,
  4014.             'eccube_default_password' => 'abc********123',
  4015.             'eccube_deliv_addr_max' => 20,
  4016.             'eccube_deliv_date_end_max' => 21,
  4017.             'eccube_id_max_len' => 50,
  4018.             'eccube_id_min_len' => 4,
  4019.             'eccube_int_len' => 9,
  4020.             'eccube_category_nest_level' => 5,
  4021.             'eccube_lltext_len' => 99999,
  4022.             'eccube_ltext_len' => 3000,
  4023.             'eccube_max_total_fee' => 9999999999,
  4024.             'eccube_mltext_len' => 1000,
  4025.             'eccube_mtext_len' => 200,
  4026.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4027.             'plugin_html_urlpath' => '/plugin/',
  4028.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4029.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4030.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4031.             'eccube_price_len' => 8,
  4032.             'eccube_search_pmax' => 12,
  4033.             'eccube_sitemap_products_per_page' => 1000,
  4034.             'eccube_stext_len' => 255,
  4035.             'eccube_sltext_len' => 500,
  4036.             'eccube_smtext_len' => 100,
  4037.             'eccube_tax_rule_priority' => [
  4038.                 => 'product_id',
  4039.                 => 'product_class_id',
  4040.                 => 'pref_id',
  4041.                 => 'country_id',
  4042.             ],
  4043.             'eccube_url_len' => 1024,
  4044.             'eccube_default_page_count' => 50,
  4045.             'eccube_admin_product_stock_status' => 3,
  4046.             'eccube_customer_reset_expire' => 10,
  4047.             'eccube_csv_export_separator' => ',',
  4048.             'eccube_csv_export_encoding' => 'SJIS-win',
  4049.             'eccube_csv_import_encoding' => [
  4050.                 => 'UTF-8',
  4051.                 => 'SJIS-win',
  4052.                 => 'SJIS',
  4053.                 => 'EUC-JP',
  4054.                 => 'ASCII',
  4055.                 => 'JIS',
  4056.             ],
  4057.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4058.             'eccube_csv_export_multidata_separator' => ',',
  4059.             'eccube_csv_import_delimiter' => ',',
  4060.             'eccube_csv_import_enclosure' => '"',
  4061.             'eccube_csv_import_escape' => '\\',
  4062.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4063.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4064.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4065.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4066.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4067.             'eccube_name_len' => 16,
  4068.             'eccube_kana_len' => 25,
  4069.             'eccube_address1_len' => 32,
  4070.             'eccube_address2_len' => 32,
  4071.             'eccube_birth_max' => 110,
  4072.             'eccube_product_order_price_lower' => 1,
  4073.             'eccube_product_order_newer' => 2,
  4074.             'eccube_product_order_price_higher' => 3,
  4075.             'eccube_price_max' => 2147483647,
  4076.             'eccube_tel_len_max' => 14,
  4077.             'eccube_postal_code' => 8,
  4078.             'eccube_password_min_len' => 12,
  4079.             'eccube_password_max_len' => 50,
  4080.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4081.             'eccube_composer_memory_limit' => '1536M',
  4082.             'eccube_order_mail_template_id' => 1,
  4083.             'eccube_entry_confirm_mail_template_id' => 2,
  4084.             'eccube_entry_complete_mail_template_id' => 3,
  4085.             'eccube_customer_withdraw_mail_template_id' => 4,
  4086.             'eccube_contact_mail_template_id' => 5,
  4087.             'eccube_forgot_mail_template_id' => 6,
  4088.             'eccube_reset_complete_mail_template_id' => 7,
  4089.             'eccube_shipping_notify_mail_template_id' => 8,
  4090.             'eccube_rfc_email_check' => false,
  4091.             'eccube_email_len' => 254,
  4092.             'eccube_order_no_format' => 'B_{id,1}',
  4093.             'eccube_order_pdf_message_len' => 30,
  4094.             'eccube_news_start_year' => 2000,
  4095.             'eccube_result_cache_lifetime' => 3600,
  4096.             'eccube_result_cache_lifetime_short' => 10,
  4097.             'eccube_restrict_file_upload_urls' => [
  4098.                 => 'admin_content_file',
  4099.                 => 'admin_store_plugin_install',
  4100.                 => 'admin_content_page_new',
  4101.                 => 'admin_content_page_edit',
  4102.                 => 'admin_content_block_new',
  4103.                 => 'admin_content_block_edit',
  4104.                 => 'admin_content_css',
  4105.                 => 'admin_content_js',
  4106.                 => 'admin_store_template_install',
  4107.             ],
  4108.             'eccube_file_uploadable_extensions' => [
  4109.                 => 'jpg',
  4110.                 => 'jpeg',
  4111.                 => 'png',
  4112.                 => 'gif',
  4113.                 => 'webp',
  4114.                 => 'svg',
  4115.                 => 'ico',
  4116.                 => 'html',
  4117.                 => 'htm',
  4118.                 => 'js',
  4119.                 10 => 'css',
  4120.                 11 => 'txt',
  4121.                 12 => 'pdf',
  4122.             ],
  4123.             'eccube_login_throttling_max_attempts' => 5,
  4124.             'eccube_login_throttling_interval' => '30 minutes',
  4125.             'eccube_nav' => [
  4126.                 'product' => [
  4127.                     'name' => 'admin.product.product_management',
  4128.                     'icon' => 'fa-cube',
  4129.                     'children' => [
  4130.                         'product_master' => [
  4131.                             'name' => 'admin.product.product_list',
  4132.                             'url' => 'admin_product',
  4133.                         ],
  4134.                         'product_edit' => [
  4135.                             'name' => 'admin.product.product_registration',
  4136.                             'url' => 'admin_product_product_new',
  4137.                         ],
  4138.                         'class_name' => [
  4139.                             'name' => 'admin.product.class_management',
  4140.                             'url' => 'admin_product_class_name',
  4141.                         ],
  4142.                         'class_category' => [
  4143.                             'name' => 'admin.product.category_management',
  4144.                             'url' => 'admin_product_category',
  4145.                         ],
  4146.                         'product_tag' => [
  4147.                             'name' => 'admin.product.tag_management',
  4148.                             'url' => 'admin_product_tag',
  4149.                         ],
  4150.                         'product_csv_import' => [
  4151.                             'name' => 'admin.product.product_csv_upload',
  4152.                             'url' => 'admin_product_csv_import',
  4153.                         ],
  4154.                         'category_csv_import' => [
  4155.                             'name' => 'admin.product.category_csv_upload',
  4156.                             'url' => 'admin_product_category_csv_import',
  4157.                         ],
  4158.                         'admin_product_group_csv_upload' => [
  4159.                             'name' => '会員グループCSV登録',
  4160.                             'url' => 'admin_product_group_csv_upload',
  4161.                         ],
  4162.                         'admin_product_group_price_csv_upload' => [
  4163.                             'name' => '会員グループ価格CSV登録',
  4164.                             'url' => 'admin_product_group_price_csv_upload',
  4165.                         ],
  4166.                         'product_display_rank_csv_import' => [
  4167.                             'name' => 'admin.product.product_display_rank_csv_upload',
  4168.                             'url' => 'admin_product_display_rank_csv_import',
  4169.                         ],
  4170.                         'product_review' => [
  4171.                             'name' => 'product_review.admin.product_review.title',
  4172.                             'url' => 'product_review_admin_product_review',
  4173.                         ],
  4174.                     ],
  4175.                 ],
  4176.                 'order' => [
  4177.                     'name' => 'admin.order.order_management',
  4178.                     'icon' => 'fa-shopping-cart',
  4179.                     'children' => [
  4180.                         'order_master' => [
  4181.                             'name' => 'admin.order.order_list',
  4182.                             'url' => 'admin_order',
  4183.                         ],
  4184.                         'order_edit' => [
  4185.                             'name' => 'admin.order.order_registration',
  4186.                             'url' => 'admin_order_new',
  4187.                         ],
  4188.                         'shipping_csv_import' => [
  4189.                             'name' => 'admin.order.shipping_csv_upload',
  4190.                             'url' => 'admin_shipping_csv_import',
  4191.                         ],
  4192.                         'plugin_coupon' => [
  4193.                             'name' => 'クーポン',
  4194.                             'url' => 'plugin_coupon_list',
  4195.                         ],
  4196.                         'expresslink_import' => [
  4197.                             'id' => 'admin_order_import_expresslink',
  4198.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4199.                             'url' => 'admin_order_import_expresslink',
  4200.                         ],
  4201.                         'yamato_payment42_admin_payment_status' => [
  4202.                             'name' => 'yamato_payment.admin.nav.payment_list',
  4203.                             'url' => 'yamato_payment42_admin_payment_status',
  4204.                         ],
  4205.                     ],
  4206.                 ],
  4207.                 'customer' => [
  4208.                     'name' => 'admin.customer.customer_management',
  4209.                     'icon' => 'fa-users',
  4210.                     'children' => [
  4211.                         'customer_master' => [
  4212.                             'name' => 'admin.customer.customer_list',
  4213.                             'url' => 'admin_customer',
  4214.                         ],
  4215.                         'customer_edit' => [
  4216.                             'name' => 'admin.customer.customer_registration',
  4217.                             'url' => 'admin_customer_new',
  4218.                         ],
  4219.                         'admin_customer_group' => [
  4220.                             'name' => '会員グループ一覧',
  4221.                             'url' => 'admin_customer_group',
  4222.                         ],
  4223.                         'admin_customer_group_new' => [
  4224.                             'name' => '会員グループ登録',
  4225.                             'url' => 'admin_customer_group_new',
  4226.                         ],
  4227.                         'admin_customer_group_csv_upload' => [
  4228.                             'name' => '会員グループCSV登録',
  4229.                             'url' => 'admin_customer_group_csv_upload',
  4230.                         ],
  4231.                     ],
  4232.                 ],
  4233.                 'content' => [
  4234.                     'name' => 'admin.content.contents_management',
  4235.                     'icon' => 'fa-file-text-o',
  4236.                     'children' => [
  4237.                         'news' => [
  4238.                             'name' => 'admin.content.news_management',
  4239.                             'url' => 'admin_content_news',
  4240.                         ],
  4241.                         'file' => [
  4242.                             'name' => 'admin.content.file_management',
  4243.                             'url' => 'admin_content_file',
  4244.                         ],
  4245.                         'layout' => [
  4246.                             'name' => 'admin.content.layout_management',
  4247.                             'url' => 'admin_content_layout',
  4248.                         ],
  4249.                         'page' => [
  4250.                             'name' => 'admin.content.page_management',
  4251.                             'url' => 'admin_content_page',
  4252.                         ],
  4253.                         'css' => [
  4254.                             'name' => 'admin.content.css_management',
  4255.                             'url' => 'admin_content_css',
  4256.                         ],
  4257.                         'js' => [
  4258.                             'name' => 'admin.content.js_management',
  4259.                             'url' => 'admin_content_js',
  4260.                         ],
  4261.                         'block' => [
  4262.                             'name' => 'admin.content.block_management',
  4263.                             'url' => 'admin_content_block',
  4264.                         ],
  4265.                         'cache' => [
  4266.                             'name' => 'admin.content.cache_management',
  4267.                             'url' => 'admin_content_cache',
  4268.                         ],
  4269.                         'maintenance' => [
  4270.                             'name' => 'admin.content.maintenance_management',
  4271.                             'url' => 'admin_content_maintenance',
  4272.                         ],
  4273.                         'plugin_recommend' => [
  4274.                             'name' => 'plugin_recommend.admin.navi',
  4275.                             'url' => 'plugin_recommend_list',
  4276.                         ],
  4277.                     ],
  4278.                 ],
  4279.                 'setting' => [
  4280.                     'name' => 'admin.setting',
  4281.                     'icon' => 'fa-cog',
  4282.                     'children' => [
  4283.                         'shop' => [
  4284.                             'name' => 'admin.setting.shop',
  4285.                             'children' => [
  4286.                                 'shop_index' => [
  4287.                                     'name' => 'admin.setting.shop.shop_setting',
  4288.                                     'url' => 'admin_setting_shop',
  4289.                                 ],
  4290.                                 'shop_tradelaw' => [
  4291.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4292.                                     'url' => 'admin_setting_shop_tradelaw',
  4293.                                 ],
  4294.                                 'shop_agreement' => [
  4295.                                     'name' => 'admin.setting.shop.agreement_setting',
  4296.                                     'url' => 'admin_content_page_edit',
  4297.                                     'param' => [
  4298.                                         'id' => 19,
  4299.                                         'return' => 'agreement',
  4300.                                     ],
  4301.                                 ],
  4302.                                 'shop_payment' => [
  4303.                                     'name' => 'admin.setting.shop.payment_setting',
  4304.                                     'url' => 'admin_setting_shop_payment',
  4305.                                 ],
  4306.                                 'shop_delivery' => [
  4307.                                     'name' => 'admin.setting.shop.delivery_setting',
  4308.                                     'url' => 'admin_setting_shop_delivery',
  4309.                                 ],
  4310.                                 'shop_tax' => [
  4311.                                     'name' => 'admin.setting.shop.tax_setting',
  4312.                                     'url' => 'admin_setting_shop_tax',
  4313.                                 ],
  4314.                                 'shop_mail' => [
  4315.                                     'name' => 'admin.setting.shop.mail_setting',
  4316.                                     'url' => 'admin_setting_shop_mail',
  4317.                                 ],
  4318.                                 'shop_csv' => [
  4319.                                     'name' => 'admin.setting.shop.csv_setting',
  4320.                                     'url' => 'admin_setting_shop_csv',
  4321.                                 ],
  4322.                                 'shop_order_status' => [
  4323.                                     'name' => 'admin.setting.shop.order_status_setting',
  4324.                                     'url' => 'admin_setting_shop_order_status',
  4325.                                 ],
  4326.                                 'shop_calendar' => [
  4327.                                     'name' => 'admin.setting.shop.calendar_setting',
  4328.                                     'url' => 'admin_setting_shop_calendar',
  4329.                                 ],
  4330.                                 'holiday' => [
  4331.                                     'id' => 'admin_setting_deliverydate_holiday',
  4332.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.holiday',
  4333.                                     'url' => 'admin_setting_deliverydate_holiday',
  4334.                                 ],
  4335.                                 'hiddenday' => [
  4336.                                     'id' => 'admin_setting_hiddendeliverydate_hiddenday',
  4337.                                     'name' => 'hiddendeliverydate.admin.nav.setting.hiddendeliverydate.hiddenday',
  4338.                                     'url' => 'admin_setting_hiddendeliverydate_hiddenday',
  4339.                                 ],
  4340.                             ],
  4341.                         ],
  4342.                         'system' => [
  4343.                             'name' => 'admin.setting.system',
  4344.                             'children' => [
  4345.                                 'member' => [
  4346.                                     'name' => 'admin.setting.system.member_management',
  4347.                                     'url' => 'admin_setting_system_member',
  4348.                                 ],
  4349.                                 'authority' => [
  4350.                                     'name' => 'admin.setting.system.authority_management',
  4351.                                     'url' => 'admin_setting_system_authority',
  4352.                                 ],
  4353.                                 'security' => [
  4354.                                     'name' => 'admin.setting.system.security_management',
  4355.                                     'url' => 'admin_setting_system_security',
  4356.                                 ],
  4357.                                 'login_history' => [
  4358.                                     'name' => 'admin.setting.system.login_history',
  4359.                                     'url' => 'admin_setting_system_login_history',
  4360.                                 ],
  4361.                                 'log' => [
  4362.                                     'name' => 'admin.setting.system.log_display',
  4363.                                     'url' => 'admin_setting_system_log',
  4364.                                 ],
  4365.                                 'masterdata' => [
  4366.                                     'name' => 'admin.setting.system.master_data_management',
  4367.                                     'url' => 'admin_setting_system_masterdata',
  4368.                                 ],
  4369.                                 'system_index' => [
  4370.                                     'name' => 'admin.setting.system.system_info',
  4371.                                     'url' => 'admin_setting_system_system',
  4372.                                 ],
  4373.                                 'attachwysiwygeditor' => [
  4374.                                     'name' => 'リッチエディタ設定',
  4375.                                     'url' => 'awe_admin_config',
  4376.                                 ],
  4377.                                 'deliverydate_config' => [
  4378.                                     'id' => 'admin_setting_deliverydate_config',
  4379.                                     'name' => 'deliverydate.admin.nav.setting.deliverydate.config',
  4380.                                     'url' => 'admin_setting_deliverydate_config',
  4381.                                 ],
  4382.                                 'expresslink_config' => [
  4383.                                     'id' => 'admin_setting_expresslink_config',
  4384.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4385.                                     'url' => 'admin_setting_expresslink_config',
  4386.                                 ],
  4387.                             ],
  4388.                         ],
  4389.                     ],
  4390.                 ],
  4391.                 'store' => [
  4392.                     'name' => 'admin.store',
  4393.                     'icon' => 'fa-plug',
  4394.                     'children' => [
  4395.                         'plugin' => [
  4396.                             'name' => 'admin.store.plugin',
  4397.                             'children' => [
  4398.                                 'plugin_owners_search' => [
  4399.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4400.                                     'url' => 'admin_store_plugin_owners_search',
  4401.                                 ],
  4402.                                 'plugin_list' => [
  4403.                                     'name' => 'admin.store.plugin.plugin_list',
  4404.                                     'url' => 'admin_store_plugin',
  4405.                                 ],
  4406.                             ],
  4407.                         ],
  4408.                         'template' => [
  4409.                             'name' => 'admin.store.template',
  4410.                             'children' => [
  4411.                                 'template_list' => [
  4412.                                     'name' => 'admin.store.template.template_list',
  4413.                                     'url' => 'admin_store_template',
  4414.                                 ],
  4415.                                 'template_install' => [
  4416.                                     'name' => 'admin.store.template.template_install',
  4417.                                     'url' => 'admin_store_template_install',
  4418.                                 ],
  4419.                             ],
  4420.                         ],
  4421.                         'authentication_setting' => [
  4422.                             'name' => 'admin.store.setting',
  4423.                             'url' => 'admin_store_authentication_setting',
  4424.                         ],
  4425.                     ],
  4426.                 ],
  4427.                 'plugin_customer_group' => [
  4428.                     'name' => '会員グループ設定',
  4429.                     'icon' => 'fa-users',
  4430.                     'children' => [
  4431.                         'setting' => [
  4432.                             'name' => '基本設定',
  4433.                             'url' => 'admin_customer_group_config',
  4434.                         ],
  4435.                     ],
  4436.                 ],
  4437.                 'mailmagazine' => [
  4438.                     'id' => 'mailmagazine',
  4439.                     'name' => 'mailmagazine.title',
  4440.                     'icon' => 'fa-envelope',
  4441.                     'children' => [
  4442.                         'mailmagazine' => [
  4443.                             'id' => 'mailmagazine',
  4444.                             'name' => 'mailmagazine.index.title',
  4445.                             'url' => 'plugin_mail_magazine',
  4446.                         ],
  4447.                         'mailmagazine_template' => [
  4448.                             'id' => 'mailmagazine_template',
  4449.                             'name' => 'mailmagazine.template.title',
  4450.                             'url' => 'plugin_mail_magazine_template',
  4451.                         ],
  4452.                         'mailmagazine_history' => [
  4453.                             'id' => 'mailmagazine_history',
  4454.                             'name' => 'mailmagazine.history.title',
  4455.                             'url' => 'plugin_mail_magazine_history',
  4456.                         ],
  4457.                     ],
  4458.                 ],
  4459.                 'SalesReport42' => [
  4460.                     'name' => 'sales_report.admin.nav.001',
  4461.                     'icon' => 'fa-chart-bar',
  4462.                     'children' => [
  4463.                         'sales_report_admin_term' => [
  4464.                             'id' => 'sales_report_admin_term',
  4465.                             'url' => 'sales_report_admin_term',
  4466.                             'name' => 'sales_report.admin.nav.002',
  4467.                         ],
  4468.                         'sales_report_admin_product' => [
  4469.                             'id' => 'sales_report_admin_product',
  4470.                             'url' => 'sales_report_admin_product',
  4471.                             'name' => 'sales_report.admin.nav.003',
  4472.                         ],
  4473.                         'sales_report_admin_age' => [
  4474.                             'id' => 'sales_report_admin_age',
  4475.                             'url' => 'sales_report_admin_age',
  4476.                             'name' => 'sales_report.admin.nav.004',
  4477.                         ],
  4478.                     ],
  4479.                 ],
  4480.                 'site_kit' => [
  4481.                     'name' => 'Site Kit',
  4482.                     'icon' => 'fa-google',
  4483.                     'children' => [
  4484.                         'gsc_query' => [
  4485.                             'name' => 'ダッシュボード',
  4486.                             'url' => 'site_kit_dashboard',
  4487.                         ],
  4488.                     ],
  4489.                 ],
  4490.             ],
  4491.             'env(MAILER_DSN)' => 'null://null',
  4492.             'eccube.twig_sandbox.allowed_tags' => [
  4493.                 => 'apply',
  4494.                 => 'block',
  4495.                 => 'deprecated',
  4496.                 => 'embed',
  4497.                 => 'extends',
  4498.                 => 'flush',
  4499.                 => 'for',
  4500.                 => 'if',
  4501.                 => 'set',
  4502.                 => 'spaceless',
  4503.                 10 => 'verbatim',
  4504.                 11 => 'with',
  4505.                 12 => 'form_theme',
  4506.                 13 => 'stopwatch',
  4507.                 14 => 'trans',
  4508.                 15 => 'trans_default_domain',
  4509.             ],
  4510.             'eccube.twig_sandbox.allowed_filters' => [
  4511.                 => 'abs',
  4512.                 => 'batch',
  4513.                 => 'capitalize',
  4514.                 => 'column',
  4515.                 => 'convert_encoding',
  4516.                 => 'country_name',
  4517.                 => 'currency_name',
  4518.                 => 'currency_symbol',
  4519.                 => 'date',
  4520.                 => 'date_modify',
  4521.                 10 => 'default',
  4522.                 11 => 'escape',
  4523.                 12 => 'first',
  4524.                 13 => 'format',
  4525.                 14 => 'format_currency',
  4526.                 15 => 'format_date',
  4527.                 16 => 'format_datetime',
  4528.                 17 => 'format_number',
  4529.                 18 => 'format_time',
  4530.                 19 => 'join',
  4531.                 20 => 'json_encode',
  4532.                 21 => 'keys',
  4533.                 22 => 'language_name',
  4534.                 23 => 'last',
  4535.                 24 => 'length',
  4536.                 25 => 'locale_name',
  4537.                 26 => 'lower',
  4538.                 27 => 'merge',
  4539.                 28 => 'nl2br',
  4540.                 29 => 'number_format',
  4541.                 30 => 'replace',
  4542.                 31 => 'reverse',
  4543.                 32 => 'round',
  4544.                 33 => 'slice',
  4545.                 34 => 'spaceless',
  4546.                 35 => 'split',
  4547.                 36 => 'striptags',
  4548.                 37 => 'timezone_name',
  4549.                 38 => 'title',
  4550.                 39 => 'trim',
  4551.                 40 => 'upper',
  4552.                 41 => 'url_encode',
  4553.                 42 => 'abbr_class',
  4554.                 43 => 'abbr_method',
  4555.                 44 => 'file_link',
  4556.                 45 => 'file_relative',
  4557.                 46 => 'format_args',
  4558.                 47 => 'format_args_as_text',
  4559.                 48 => 'humanize',
  4560.                 49 => 'serialize',
  4561.                 50 => 'trans',
  4562.                 51 => 'yaml_dump',
  4563.                 52 => 'yaml_encode',
  4564.                 53 => 'currency_symbol',
  4565.                 54 => 'date_day',
  4566.                 55 => 'date_day_with_weekday',
  4567.                 56 => 'date_format',
  4568.                 57 => 'date_min',
  4569.                 58 => 'date_sec',
  4570.                 59 => 'doctrine_format_sql',
  4571.                 60 => 'doctrine_prettify_sql',
  4572.                 61 => 'doctrine_pretty_query',
  4573.                 62 => 'doctrine_replace_query_parameters',
  4574.                 63 => 'e',
  4575.                 64 => 'ellipsis',
  4576.                 65 => 'file_ext_icon',
  4577.                 66 => 'form_encode_currency',
  4578.                 67 => 'format_*_number',
  4579.                 68 => 'format_log_message',
  4580.                 69 => 'no_image_product',
  4581.                 70 => 'price',
  4582.                 71 => 'purify',
  4583.                 72 => 'time_ago',
  4584.             ],
  4585.             'eccube.twig_sandbox.allowed_functions' => [
  4586.                 => 'cycle',
  4587.                 => 'date',
  4588.                 => 'max',
  4589.                 => 'min',
  4590.                 => 'random',
  4591.                 => 'range',
  4592.                 => 'country_timezones',
  4593.                 => 'absolute_url',
  4594.                 => 'asset',
  4595.                 => 'asset_version',
  4596.                 10 => 'csrf_token',
  4597.                 11 => 'form_parent',
  4598.                 12 => 'fragment_uri',
  4599.                 13 => 'impersonation_exit_path',
  4600.                 14 => 'impersonation_exit_url',
  4601.                 15 => 'is_granted',
  4602.                 16 => 'logout_path',
  4603.                 17 => 'logout_url',
  4604.                 18 => 'path',
  4605.                 19 => 'relative_path',
  4606.                 20 => 't',
  4607.                 21 => 'url',
  4608.                 22 => 'active_menus',
  4609.                 23 => 'class_categories_as_json',
  4610.                 24 => 'country_names',
  4611.                 25 => 'csrf_token_for_anchor',
  4612.                 26 => 'currency_names',
  4613.                 27 => 'currency_symbol',
  4614.                 28 => 'field_choices',
  4615.                 29 => 'field_errors',
  4616.                 30 => 'field_help',
  4617.                 31 => 'field_label',
  4618.                 32 => 'field_name',
  4619.                 33 => 'field_value',
  4620.                 34 => 'get_all_carts',
  4621.                 35 => 'get_cart',
  4622.                 36 => 'get_carts_total_price',
  4623.                 37 => 'get_carts_total_quantity',
  4624.                 38 => 'has_errors',
  4625.                 39 => 'is_reduced_tax_rate',
  4626.                 40 => 'language_names',
  4627.                 41 => 'product',
  4628.                 42 => 'workflow_can',
  4629.                 43 => 'workflow_has_marked_place',
  4630.                 44 => 'workflow_marked_places',
  4631.                 45 => 'workflow_metadata',
  4632.                 46 => 'workflow_transition',
  4633.                 47 => 'workflow_transition_blockers',
  4634.                 48 => 'workflow_transitions',
  4635.             ],
  4636.             'eccube.twig_sandbox.allowed_methods' => [
  4637.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4638.                     => 'getrequest',
  4639.                 ],
  4640.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4641.                     => 'geturi',
  4642.                 ],
  4643.             ],
  4644.             'eccube.twig_sandbox.allowed_properties' => [
  4645.             ],
  4646.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/PluginData/mail_magazine'),
  4647.             'product_review_display_count_min' => 1,
  4648.             'product_review_display_count_max' => 30,
  4649.             'plugin_recommend.text_area_len' => 4000,
  4650.             'related_product.text_area_len' => 4000,
  4651.             'related_product.max_item_count' => 6,
  4652.             'sales_report_product_maximum_display' => 20,
  4653.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4654.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  4655.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  4656.             'RECV_ALLOW_HOST' => [
  4657.                 => '127.0.0.1',
  4658.                 => '192.168.56.1',
  4659.                 => '218.40.0.72',
  4660.                 => '52.155.115.90',
  4661.             ],
  4662.             'YAMATO_PAYID_CREDIT' => 10,
  4663.             'YAMATO_PAYID_CVS' => 30,
  4664.             'YAMATO_PAYID_EDY' => 42,
  4665.             'YAMATO_PAYID_MOBILEEDY' => 43,
  4666.             'YAMATO_PAYID_SUICA' => 44,
  4667.             'YAMATO_PAYID_MOBILESUICA' => 45,
  4668.             'YAMATO_PAYID_WAON' => 46,
  4669.             'YAMATO_PAYID_MOBILEWAON' => 47,
  4670.             'YAMATO_PAYID_NETBANK' => 52,
  4671.             'YAMATO_PAYID_DEFERRED' => 60,
  4672.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  4673.             'YAMATO_PAYID_PAYPAY' => 91,
  4674.             'YAMATO_PAYID' => [
  4675.                 'CREDIT' => 10,
  4676.                 'CVS' => 30,
  4677.                 'DEFERRED' => 60,
  4678.                 'SMS_DEFERRED' => 80,
  4679.                 'PAYPAY' => 91,
  4680.             ],
  4681.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  4682.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  4683.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  4684.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  4685.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  4686.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  4687.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  4688.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  4689.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  4690.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  4691.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  4692.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  4693.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  4694.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  4695.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  4696.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  4697.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  4698.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  4699.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  4700.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  4701.             'DEFERRED_STATUS_AUTH_OK' => 1,
  4702.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  4703.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  4704.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  4705.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  4706.             'DEFERRED_STATUS_SALES_OK' => 10,
  4707.             'DEFERRED_STATUS_SEND_BILL' => 11,
  4708.             'DEFERRED_STATUS_PAID' => 12,
  4709.             'DEFERRED_AVAILABLE' => 0,
  4710.             'DEFERRED_NOT_AVAILABLE' => 1,
  4711.             'DEFERRED_OVER_LIMIT' => 2,
  4712.             'DEFERRED_UNDER_EXAM' => 3,
  4713.             'DEFERRED_SMS_AVAILABLE' => 1,
  4714.             'DEFERRED_SMS_CODE_INVALID' => 2,
  4715.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  4716.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  4717.             'DEFERRED_SMS_BAD_STATUS' => 5,
  4718.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  4719.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  4720.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  4721.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  4722.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  4723.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  4724.             'DEFERRED_INVOICE_REISSUE' => 1,
  4725.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  4726.             'ORDER_SHIPPING_REGISTERED' => 9625,
  4727.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  4728.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  4729.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  4730.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  4731.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  4732.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  4733.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  4734.             'YAMATO_PAYCODE_CVS' => 'CVS',
  4735.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  4736.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  4737.             'DEFERRED_CHARGE' => 190,
  4738.             'CREDIT_METHOD_UC' => 1,
  4739.             'CREDIT_METHOD_DINERS' => 2,
  4740.             'CREDIT_METHOD_JCB' => 3,
  4741.             'CREDIT_METHOD_DC' => 4,
  4742.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  4743.             'CREDIT_METHOD_UFJ' => 6,
  4744.             'CREDIT_METHOD_SAISON' => 7,
  4745.             'CREDIT_METHOD_NICOS' => 8,
  4746.             'CREDIT_METHOD_VISA' => 9,
  4747.             'CREDIT_METHOD_MASTER' => 10,
  4748.             'CREDIT_METHOD_AEON' => 11,
  4749.             'CREDIT_METHOD_AMEX' => 12,
  4750.             'CREDIT_METHOD_TOP' => 13,
  4751.             'CREDIT_METHOD_RAKUTEN' => 14,
  4752.             'CREDIT_METHOD_OTHER' => 99,
  4753.             'CONVENI_ID_SEVENELEVEN' => 21,
  4754.             'CONVENI_ID_LAWSON' => 22,
  4755.             'CONVENI_ID_FAMILYMART' => 23,
  4756.             'CONVENI_ID_SEICOMART' => 24,
  4757.             'CONVENI_ID_MINISTOP' => 25,
  4758.             'CONVENI_ID_CIRCLEK' => 26,
  4759.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  4760.             'CONVENI_NAME_LAWSON' => 'ローソン',
  4761.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  4762.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  4763.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  4764.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  4765.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  4766.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  4767.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  4768.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  4769.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  4770.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  4771.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  4772.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  4773.             'EMONEY_METHOD_SUICA' => 63,
  4774.             'EMONEY_METHOD_M_SUICA' => 64,
  4775.             'EMONEY_METHOD_WAON' => 65,
  4776.             'EMONEY_METHOD_M_WAON' => 66,
  4777.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  4778.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  4779.             'EMONEY_NAME_SUICA' => 'Suica決済',
  4780.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  4781.             'EMONEY_NAME_WAON' => 'WAON決済',
  4782.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  4783.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  4784.             'DELIV_TIMECODE' => [
  4785.                 => '',
  4786.                 => '0812',
  4787.                 => '1214',
  4788.                 => '1416',
  4789.                 => '1618',
  4790.                 => '1820',
  4791.                 => '1921',
  4792.                 => '2021',
  4793.                 => '0010',
  4794.                 => '0017',
  4795.             ],
  4796.             'DELETE_DELIV_TIMECODE' => [
  4797.                 => '1214',
  4798.                 => '2021',
  4799.             ],
  4800.             'DELIV_SLIP_TYPE_CORECT' => 2,
  4801.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  4802.             'CREDIT_SAVE_LIMIT' => 3,
  4803.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  4804.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  4805.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  4806.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  4807.             'YAMATO_DELIV_ADDR_MAX' => 99,
  4808.             'YAMATO_SHIPPED_MAX' => 3,
  4809.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  4810.             'SALE_TYPE_ID_RESERVE' => 9625,
  4811.             'YAMATO_DEADLINE_RECREDIT' => 9,
  4812.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  4813.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  4814.             'CREDIT_NO_LEN' => 16,
  4815.             'SECURITY_CODE_MIN_LEN' => 3,
  4816.             'SECURITY_CODE_MAX_LEN' => 4,
  4817.             'CARD_ORNER_LEN' => 20,
  4818.             'ITEM_NAME_LEN' => 200,
  4819.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  4820.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  4821.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  4822.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  4823.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  4824.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  4825.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  4826.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  4827.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  4828.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  4829.             'api.name' => [
  4830.                 'A01' => 'クレジット決済登録通常用',
  4831.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  4832.                 'A03' => 'クレジットカードのお預かり情報照会',
  4833.                 'A04' => 'クレジットカードのお預かり情報変更',
  4834.                 'A05' => 'クレジットカードのお預かり情報削除',
  4835.                 'A06' => 'クレジット決済取消',
  4836.                 'A07' => 'クレジット金額変更',
  4837.                 'A08' => 'クレジット決済登録通常用(トークン)',
  4838.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  4839.                 'A11' => 'クレジット再与信',
  4840.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  4841.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  4842.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  4843.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  4844.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  4845.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  4846.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  4847.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  4848.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  4849.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  4850.                 'C05' => '電子マネー決済登録(Waon(PC))',
  4851.                 'C06' => '電子マネー決済登録(Waon(MB))',
  4852.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  4853.                 'E01' => '出荷情報登録',
  4854.                 'E02' => '出荷情報取消',
  4855.                 'E03' => '出荷予定日変更',
  4856.                 'E04' => '取引情報照会',
  4857.                 'F01' => '接続元加盟店ECサーバ認証',
  4858.                 'F02' => '出荷情報登録(切売)',
  4859.                 'F03' => '出荷情報取消(切売)',
  4860.                 'F04' => '取引情報照会(切売)',
  4861.                 'H01' => 'グローバルIPアドレス照会',
  4862.                 'L01' => 'PayPay決済登録',
  4863.                 'L02' => 'PayPay決済取消',
  4864.                 'L03' => 'PayPay金額変更',
  4865.                 'KAAAU0010APIAction' => '後払い与信依頼',
  4866.                 'KAARS0010APIAction' => '後払い与信結果取得',
  4867.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  4868.                 'KAAST0010APIAction' => '後払い取引状況取得',
  4869.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  4870.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  4871.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  4872.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  4873.                 'KAARR0010APIAction' => '後払い請求書再発行',
  4874.             ],
  4875.             'api.url' => [
  4876.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  4877.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  4878.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  4879.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  4880.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  4881.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  4882.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  4883.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  4884.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  4885.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  4886.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  4887.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  4888.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4889.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4890.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4891.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  4892.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  4893.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  4894.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  4895.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  4896.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  4897.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  4898.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  4899.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  4900.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  4901.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  4902.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  4903.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  4904.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  4905.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  4906.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  4907.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4908.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  4909.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  4910.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  4911.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  4912.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4913.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4914.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4915.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4916.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4917.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4918.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4919.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4920.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4921.             ],
  4922.             'api.test.gateway' => [
  4923.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  4924.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  4925.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  4926.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  4927.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  4928.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  4929.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  4930.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  4931.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  4932.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  4933.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  4934.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  4935.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4936.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4937.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4938.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  4939.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  4940.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  4941.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  4942.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  4943.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  4944.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  4945.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  4946.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  4947.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  4948.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  4949.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  4950.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  4951.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  4952.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  4953.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  4954.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  4955.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  4956.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  4957.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  4958.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  4959.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  4960.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  4961.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  4962.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  4963.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  4964.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  4965.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  4966.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  4967.             ],
  4968.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  4969.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  4970.             'USE_SECURITY_CODE' => 1,
  4971.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  4972.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  4973.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  4974.             'yamato_error_msg' => [
  4975.                 'A011010201' => '加盟店コードなし',
  4976.                 'A011010202' => '加盟店コードの桁数不正',
  4977.                 'A011010204' => '加盟店コードに禁止文字あり',
  4978.                 'A011010301' => '端末区分なし',
  4979.                 'A011010306' => '端末区分の不正セット',
  4980.                 'A011010401' => '受付番号なし',
  4981.                 'A011010402' => '受付番号の桁数不正',
  4982.                 'A011010404' => '受付番号に禁止文字あり',
  4983.                 'A011010501' => '決済金額なし',
  4984.                 'A011010502' => '決済金額の桁数不正',
  4985.                 'A011010504' => '決済金額に禁止文字あり',
  4986.                 'A011010601' => '購入者名(漢字)なし',
  4987.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  4988.                 'A011010701' => '購入者TELなし',
  4989.                 'A011010702' => '購入者TELの桁数不正',
  4990.                 'A011010704' => '購入者TELに禁止文字あり',
  4991.                 'A011010801' => '購入者E-Mailなし',
  4992.                 'A011010802' => '購入者E-Mailの桁数不正',
  4993.                 'A011010901' => '認証区分なし',
  4994.                 'A011011001' => '支払回数なし',
  4995.                 'A011011002' => '支払回数の桁数不正',
  4996.                 'A011011004' => '支払回数に禁止文字あり',
  4997.                 'A011011101' => 'オプションサービス区分なし',
  4998.                 'A011011106' => 'オプションサービス区分の不正セット',
  4999.                 'A011010571' => '決済金額の下限額オーバ',
  5000.                 'A011011271' => '商品名に禁止文字あり',
  5001.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  5002.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  5003.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5004.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  5005.                 'A011010971' => '認証区分の不正セット',
  5006.                 'A011010972' => '認証区分の不正セット',
  5007.                 'A011011371' => 'カード会社コード(API用)なし',
  5008.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  5009.                 'A011011471' => 'カード番号なし',
  5010.                 'A011011472' => 'カード番号の桁数不正',
  5011.                 'A011011473' => 'カード番号に禁止文字あり',
  5012.                 'A011011571' => 'セキュリティコードなし',
  5013.                 'A011011572' => 'セキュリティコードの桁数不正',
  5014.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  5015.                 'A011011671' => 'カード名義人なし',
  5016.                 'A011011672' => 'カード名義人の桁数不正',
  5017.                 'A011011673' => 'カード名義人に禁止文字あり',
  5018.                 'A011011771' => 'カード有効期限なし',
  5019.                 'A011011772' => 'カード有効期限の形式不正',
  5020.                 'A011011773' => 'カード有効期限の期限不正',
  5021.                 'A011011871' => '加盟店ECサイトURLなし',
  5022.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  5023.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  5024.                 'A011011971' => '会員IDなし',
  5025.                 'A011011972' => '会員IDの桁数不正',
  5026.                 'A011011973' => '会員IDに禁止文字あり',
  5027.                 'A011012071' => '認証キーなし',
  5028.                 'A011012072' => '認証キーの桁数不正',
  5029.                 'A011012073' => '認証キーに禁止文字あり',
  5030.                 'A011012171' => 'カード識別キーの不正セット',
  5031.                 'A011012271' => '最終利用日時の形式不正',
  5032.                 'A011012371' => '出荷予定日なし',
  5033.                 'A011012372' => '出荷予定日の形式不正',
  5034.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  5035.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  5036.                 'A011012471' => 'チェックサムなし',
  5037.                 'A011012472' => 'チェックサムの改ざんあり',
  5038.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  5039.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  5040.                 'A012000003' => '当該加盟店の認証不可',
  5041.                 'A011010572' => '決済金額の上限額オーバ',
  5042.                 'A012010001' => '当該受注の二重決済',
  5043.                 'A012020001' => '当該加盟店のお預かり利用不可',
  5044.                 'A012030001' => '当該加盟店のお預かり取得不可',
  5045.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  5046.                 'A012040002' => '当該加盟店の支払方法取得不可',
  5047.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  5048.                 'A012050002' => '3D認証対象外',
  5049.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5050.                 'A012070001' => '当該加盟店のお預かり処理不可',
  5051.                 'A012080001' => '各種マスタ取得失敗',
  5052.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  5053.                 'A021010201' => '加盟店コードなし',
  5054.                 'A021010202' => '加盟店コードの桁数不正',
  5055.                 'A021010204' => '加盟店コードに禁止文字あり',
  5056.                 'A021010301' => '受付番号なし',
  5057.                 'A021010302' => '受付番号の桁数不正',
  5058.                 'A021010304' => '受付番号に禁止文字あり',
  5059.                 'A021010401' => '3D認証応答電文パラメータ不正',
  5060.                 'A021010501' => '3D認証応答電文パラメータ不正',
  5061.                 'A021010601' => '3D認証応答電文パラメータ不正',
  5062.                 'A021010701' => '3D認証応答電文パラメータ不正',
  5063.                 'A021010801' => '3D認証応答電文パラメータ不正',
  5064.                 'A021010901' => '3D認証応答電文パラメータ不正',
  5065.                 'A021011001' => '3D認証応答電文パラメータ不正',
  5066.                 'A021011101' => '3D認証応答電文パラメータ不正',
  5067.                 'A021011201' => '3D認証応答電文パラメータ不正',
  5068.                 'A021011501' => '3D認証応答電文パラメータ不正',
  5069.                 'A021011701' => '3D認証応答電文パラメータ不正',
  5070.                 'A021011801' => '3D認証応答電文パラメータ不正',
  5071.                 'A021011901' => '3D認証応答電文パラメータ不正',
  5072.                 'A021012001' => '3Dトークンなし',
  5073.                 'A021012002' => '3Dトークンの桁数不正',
  5074.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  5075.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  5076.                 'A022010001' => '当該受注の二重決済',
  5077.                 'A022020001' => '3D認証応答電文不正',
  5078.                 'A022020002' => '3D認証結果不正',
  5079.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5080.                 'A022040001' => '当該加盟店のお預かり処理不可',
  5081.                 'A022050001' => '各種マスタ取得失敗',
  5082.                 'A022060001' => '請求後取消失敗',
  5083.                 'A061010201' => '加盟店コードなし',
  5084.                 'A061010202' => '加盟店コードの桁数不正',
  5085.                 'A061010204' => '加盟店コードに禁止文字あり',
  5086.                 'A061010301' => '受付番号なし',
  5087.                 'A061010302' => '受付番号の桁数不正',
  5088.                 'A061010304' => '受付番号に禁止文字あり',
  5089.                 'A062010001' => '受注データが存在しない',
  5090.                 'A062010002' => '受注データ方式不正',
  5091.                 'A062010003' => '受注データが取消不可ステータス',
  5092.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  5093.                 'A062010005' => '与信エラー:ステータスNG',
  5094.                 'A062010007' => '与信エラー:更新無し',
  5095.                 'A062030001' => '請求後取消失敗',
  5096.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  5097.                 'A071010201' => '加盟店コードなし',
  5098.                 'A071010202' => '加盟店コードの桁数不正',
  5099.                 'A071010204' => '加盟店コードに禁止文字あり',
  5100.                 'A071010301' => '受付番号なし',
  5101.                 'A071010302' => '受付番号の桁数不正',
  5102.                 'A071010304' => '受付番号に禁止文字あり',
  5103.                 'A071010401' => '変更後決済金額なし',
  5104.                 'A071010402' => '変更後決済金額の桁数不正',
  5105.                 'A071010404' => '決済金額に禁止文字あり',
  5106.                 'A071010471' => '決済金額の下限額オーバ',
  5107.                 'A071010472' => '決済金額の上限額オーバ',
  5108.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  5109.                 'A073000001' => '受付番号の受注データ不正',
  5110.                 'A073000002' => '同梱中受注',
  5111.                 'A074000001' => '金額変更なし',
  5112.                 'A074000002' => '当該加盟店の増額利用不可',
  5113.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  5114.                 'A076000001' => '金額変更時の与信処理に失敗',
  5115.                 'A077000001' => '金額変更時の取消処理に失敗',
  5116.                 'A031010201' => '加盟店コードなし',
  5117.                 'A031010202' => '加盟店コードの桁数不正',
  5118.                 'A031010204' => '加盟店コードに禁止文字あり',
  5119.                 'A031010301' => '会員IDなし',
  5120.                 'A031010302' => '会員IDの桁数不正',
  5121.                 'A031010401' => '認証キーなし',
  5122.                 'A031010402' => '認証キーの桁数不正',
  5123.                 'A031010501' => 'チェックサムなし',
  5124.                 'A031010371' => '会員IDに禁止文字あり',
  5125.                 'A031010471' => '認証キーに禁止文字あり',
  5126.                 'A031010571' => 'チェックサム不正',
  5127.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  5128.                 'A033000001' => 'お預かり情報の取得エラー',
  5129.                 'A041010201' => '加盟店コードなし',
  5130.                 'A041010202' => '加盟店コードの桁数不正',
  5131.                 'A041010204' => '加盟店コードに禁止文字あり',
  5132.                 'A041010301' => '会員IDなし',
  5133.                 'A041010302' => '会員IDの桁数不正',
  5134.                 'A041010401' => '認証キーなし',
  5135.                 'A041010402' => '認証キーの桁数不正',
  5136.                 'A041010501' => 'チェックサムなし',
  5137.                 'A041010601' => 'カード識別キーなし',
  5138.                 'A041010606' => 'カード識別キーの不正セット',
  5139.                 'A041010705' => 'カード有効期限のフォーマット不正',
  5140.                 'A041010802' => 'カード名義人の桁数不正',
  5141.                 'A041010804' => 'カード名義人に禁止文字あり',
  5142.                 'A041010906' => 'カード会社コードの不正セット',
  5143.                 'A041011001' => '最終利用日時なし',
  5144.                 'A041011005' => '最終利用日時のフォーマット不正',
  5145.                 'A041010371' => '会員IDに禁止文字あり',
  5146.                 'A041010471' => '認証キーに禁止文字あり',
  5147.                 'A041010571' => 'チェックサム不正',
  5148.                 'A041010771' => 'カードの有効期限切れ',
  5149.                 'A042000001' => '当該加盟店の決済利用不可',
  5150.                 'A042000002' => '当該加盟店のクレジット利用不可',
  5151.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  5152.                 'A042000004' => '当該加盟店のカード会社利用不可',
  5153.                 'A043000001' => '当該カードの排他エラー',
  5154.                 'A043000002' => '当該カードの変更なし',
  5155.                 'A043000003' => '当該カードの取得エラー',
  5156.                 'A044000001' => '当該カードの有効性エラー',
  5157.                 'A045000001' => '当該カードの更新エラー',
  5158.                 'A051010201' => '加盟店コードなし',
  5159.                 'A051010202' => '加盟店コードの桁数不正',
  5160.                 'A051010204' => '加盟店コードに禁止文字あり',
  5161.                 'A051010301' => '会員IDなし',
  5162.                 'A051010302' => '会員IDの桁数不正',
  5163.                 'A051010401' => '認証キーなし',
  5164.                 'A051010402' => '認証キーの桁数不正',
  5165.                 'A051010501' => 'チェックサムなし',
  5166.                 'A051010601' => 'カード識別キーなし',
  5167.                 'A051010606' => 'カード識別キーの不正セット',
  5168.                 'A051010701' => '最終利用日時なし',
  5169.                 'A051010705' => '最終利用日時のフォーマット不正',
  5170.                 'A051010371' => '会員IDに禁止文字あり',
  5171.                 'A051010471' => '認証キーに禁止文字あり',
  5172.                 'A051010571' => 'チェックサム不正',
  5173.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  5174.                 'A053000001' => '当該カードの排他エラー',
  5175.                 'A054000001' => '当該カードの削除エラー',
  5176.                 'A081010201' => '加盟店コードの設定がありません。',
  5177.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5178.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5179.                 'A081010301' => '端末区分の設定がありません。',
  5180.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5181.                 'A081010401' => '受付番号の設定がありません。',
  5182.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5183.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  5184.                 'A081010501' => '決済金額の設定がありません。',
  5185.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  5186.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  5187.                 'A081010571' => '決済金額は1円以上となっております。',
  5188.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  5189.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  5190.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  5191.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  5192.                 'A081010701' => '購入者TELの設定がありません。',
  5193.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  5194.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  5195.                 'A081010801' => '購入者E-Mailの設定がありません。',
  5196.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  5197.                 'A081010871' => '購入者E-Mailが誤っております。',
  5198.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  5199.                 'A081010901' => '支払回数の設定がありません。',
  5200.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  5201.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  5202.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  5203.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  5204.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  5205.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5206.                 'A081011201' => 'トークンの設定がありません。',
  5207.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  5208.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  5209.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  5210.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  5211.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  5212.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  5213.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  5214.                 'A081011473' => '出荷予定日に誤りがあります。',
  5215.                 'A082000001' => '加盟店の決済利用不可',
  5216.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  5217.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  5218.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  5219.                 'A082000005' => 'オプションサービスの契約がございません。',
  5220.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5221.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  5222.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  5223.                 'A082000010' => '与信処理不可',
  5224.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5225.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5226.                 'A091010201' => '加盟店コードの設定がありません。',
  5227.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5228.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5229.                 'A091010301' => '受付番号の設定がありません。',
  5230.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5231.                 'A091010304' => '受付番号文字種別誤り',
  5232.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  5233.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  5234.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  5235.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  5236.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  5237.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  5238.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  5239.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  5240.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  5241.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  5242.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  5243.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  5244.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  5245.                 'A091012001' => '3Dトークンの設定がありません。',
  5246.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  5247.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  5248.                 'A092000002' => 'システムエラー(カード情報取得)',
  5249.                 'A092000003' => '3Dセキュア応答電文誤り',
  5250.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  5251.                 'A092000005' => '与信処理不可',
  5252.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5253.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  5254.                 'A111010201' => '加加盟店コードの設定がありません。',
  5255.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5256.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5257.                 'A111010301' => '受付番号の設定がありません。',
  5258.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  5259.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  5260.                 'A112000001' => '加盟店のクレジット設定不備',
  5261.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  5262.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5263.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  5264.                 'B011010201' => '加盟店コードなし',
  5265.                 'B011010202' => '加盟店コードの桁数不正',
  5266.                 'B011010204' => '加盟店コードに禁止文字あり',
  5267.                 'B011010301' => '端末区分なし',
  5268.                 'B011010306' => '端末区分の不正セット',
  5269.                 'B011010401' => '受付番号なし',
  5270.                 'B011010402' => '受付番号の桁数不正',
  5271.                 'B011010404' => '受付番号に禁止文字あり',
  5272.                 'B011010601' => '決済金額なし',
  5273.                 'B011010602' => '決済金額の桁数不正',
  5274.                 'B011010604' => '決済金額に禁止文字あり',
  5275.                 'B011010701' => '購入者名(漢字)なし',
  5276.                 'B011010702' => '購入者名(漢字)の桁数不正',
  5277.                 'B011010801' => '購入者E-Mailなし',
  5278.                 'B011010802' => '購入者E-Mailの桁数不正',
  5279.                 'B011010671' => '決済金額の下限額オーバー',
  5280.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  5281.                 'B011010571' => '商品名に禁止文字あり',
  5282.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  5283.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  5284.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5285.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  5286.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  5287.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  5288.                 'B013000001' => '当該受注の二重決済',
  5289.                 'B014000001' => '決済申込み失敗',
  5290.                 'B021010201' => '加盟店コードなし',
  5291.                 'B021010202' => '加盟店コードの桁数不正',
  5292.                 'B021010204' => '加盟店コードに禁止文字あり',
  5293.                 'B021010301' => '端末区分なし',
  5294.                 'B021010306' => '端末区分の不正セット',
  5295.                 'B021010401' => '受付番号なし',
  5296.                 'B021010402' => '受付番号の桁数不正',
  5297.                 'B021010404' => '受付番号に禁止文字あり',
  5298.                 'B021010601' => '決済金額なし',
  5299.                 'B021010602' => '決済金額の桁数不正',
  5300.                 'B021010604' => '決済金額に禁止文字あり',
  5301.                 'B021010701' => '購入者名(漢字)なし',
  5302.                 'B021010702' => '購入者名(漢字)の桁数不正',
  5303.                 'B021010801' => '購入者名(フリガナ)なし',
  5304.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  5305.                 'B021010901' => '購入者TELなし',
  5306.                 'B021010902' => '購入者TELの桁数不正',
  5307.                 'B021010904' => '購入者TELに禁止文字あり',
  5308.                 'B021011001' => '購入者E-Mailなし',
  5309.                 'B021011002' => '購入者E-Mailの桁数不正',
  5310.                 'B021010671' => '決済金額の下限額オーバー',
  5311.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  5312.                 'B021010571' => '商品名に禁止文字あり',
  5313.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  5314.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  5315.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  5316.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  5317.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  5318.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  5319.                 'B023000001' => '当該受注の二重決済',
  5320.                 'B024000001' => '決済申込み失敗',
  5321.                 'B031010201' => '加盟店コードなし',
  5322.                 'B031010202' => '加盟店コードの桁数不正',
  5323.                 'B031010204' => '加盟店コードに禁止文字あり',
  5324.                 'B031010301' => '端末区分なし',
  5325.                 'B031010306' => '端末区分の不正セット',
  5326.                 'B031010401' => '受付番号なし',
  5327.                 'B031010402' => '受付番号の桁数不正',
  5328.                 'B031010404' => '受付番号に禁止文字あり',
  5329.                 'B031010501' => '商品名なし',
  5330.                 'B031010601' => '決済金額なし',
  5331.                 'B031010602' => '決済金額の桁数不正',
  5332.                 'B031010604' => '決済金額に禁止文字あり',
  5333.                 'B031010701' => '購入者名(漢字)なし',
  5334.                 'B031010702' => '購入者名(漢字)の桁数不正',
  5335.                 'B031010801' => '購入者TELなし',
  5336.                 'B031010802' => '購入者TELの桁数不正',
  5337.                 'B031010804' => '購入者TELに禁止文字あり',
  5338.                 'B031010901' => '購入者E-Mailなし',
  5339.                 'B031010902' => '購入者E-Mailの桁数不正',
  5340.                 'B031010671' => '決済金額の下限額オーバー',
  5341.                 'B031010672' => '決済金額のローソン上限額オーバー',
  5342.                 'B031010571' => '商品名に禁止文字あり',
  5343.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  5344.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  5345.                 'B031010871' => '購入者TELの桁数不正',
  5346.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  5347.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  5348.                 'B032000002' => '当該加盟店のローソン利用不可',
  5349.                 'B033000001' => '当該受注の二重決済',
  5350.                 'B034000001' => '決済申込み失敗',
  5351.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5352.                 'B041010201' => '加盟店コードなし',
  5353.                 'B041010202' => '加盟店コードの桁数不正',
  5354.                 'B041010204' => '加盟店コードに禁止文字あり',
  5355.                 'B041010301' => '端末区分なし',
  5356.                 'B041010306' => '端末区分の不正セット',
  5357.                 'B041010401' => '受付番号なし',
  5358.                 'B041010402' => '受付番号の桁数不正',
  5359.                 'B041010404' => '受付番号に禁止文字あり',
  5360.                 'B041010501' => '商品名なし',
  5361.                 'B041010601' => '決済金額なし',
  5362.                 'B041010602' => '決済金額の桁数不正',
  5363.                 'B041010604' => '決済金額に禁止文字あり',
  5364.                 'B041010701' => '購入者名(漢字)なし',
  5365.                 'B041010702' => '購入者名(漢字)の桁数不正',
  5366.                 'B041010801' => '購入者TELなし',
  5367.                 'B041010802' => '購入者TELの桁数不正',
  5368.                 'B041010804' => '購入者TELに禁止文字あり',
  5369.                 'B041010901' => '購入者E-Mailなし',
  5370.                 'B041010902' => '購入者E-Mailの桁数不正',
  5371.                 'B041010671' => '決済金額の下限額オーバー',
  5372.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  5373.                 'B041010571' => '商品名に禁止文字あり',
  5374.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  5375.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  5376.                 'B041010871' => '購入者TELの桁数不正',
  5377.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  5378.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  5379.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  5380.                 'B043000001' => '当該受注の二重決済',
  5381.                 'B044000001' => '決済申込み失敗',
  5382.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5383.                 'B051010201' => '加盟店コードなし',
  5384.                 'B051010202' => '加盟店コードの桁数不正',
  5385.                 'B051010204' => '加盟店コードに禁止文字あり',
  5386.                 'B051010301' => '端末区分なし',
  5387.                 'B051010306' => '端末区分の不正セット',
  5388.                 'B051010401' => '受付番号なし',
  5389.                 'B051010402' => '受付番号の桁数不正',
  5390.                 'B051010404' => '受付番号に禁止文字あり',
  5391.                 'B051010501' => '商品名なし',
  5392.                 'B051010601' => '決済金額なし',
  5393.                 'B051010602' => '決済金額の桁数不正',
  5394.                 'B051010604' => '決済金額に禁止文字あり',
  5395.                 'B051010701' => '購入者名(漢字)なし',
  5396.                 'B051010702' => '購入者名(漢字)の桁数不正',
  5397.                 'B051010801' => '購入者TELなし',
  5398.                 'B051010802' => '購入者TELの桁数不正',
  5399.                 'B051010804' => '購入者TELに禁止文字あり',
  5400.                 'B051010901' => '購入者E-Mailなし',
  5401.                 'B051010902' => '購入者E-Mailの桁数不正',
  5402.                 'B051010671' => '決済金額の下限額オーバー',
  5403.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  5404.                 'B051010571' => '商品名に禁止文字あり',
  5405.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5406.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  5407.                 'B051010871' => '購入者TELの桁数不正',
  5408.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  5409.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  5410.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  5411.                 'B053000001' => '当該受注の二重決済',
  5412.                 'B054000001' => '決済申込み失敗',
  5413.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5414.                 'B061010201' => '加盟店コードなし',
  5415.                 'B061010202' => '加盟店コードの桁数不正',
  5416.                 'B061010204' => '加盟店コードに禁止文字あり',
  5417.                 'B061010301' => '端末区分なし',
  5418.                 'B061010306' => '端末区分の不正セット',
  5419.                 'B061010401' => '受付番号なし',
  5420.                 'B061010402' => '受付番号の桁数不正',
  5421.                 'B061010404' => '受付番号に禁止文字あり',
  5422.                 'B061010501' => '商品名なし',
  5423.                 'B061010601' => '決済金額なし',
  5424.                 'B061010602' => '決済金額の桁数不正',
  5425.                 'B061010604' => '決済金額に禁止文字あり',
  5426.                 'B061010701' => '購入者名(漢字)なし',
  5427.                 'B061010702' => '購入者名(漢字)の桁数不正',
  5428.                 'B061010801' => '購入者TELなし',
  5429.                 'B061010802' => '購入者TELの桁数不正',
  5430.                 'B061010804' => '購入者TELに禁止文字あり',
  5431.                 'B061010901' => '購入者E-Mailなし',
  5432.                 'B061010902' => '購入者E-Mailの桁数不正',
  5433.                 'B061010671' => '決済金額の下限額オーバー',
  5434.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  5435.                 'B061010571' => '商品名に禁止文字あり',
  5436.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5437.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  5438.                 'B061010871' => '購入者TELの桁数不正',
  5439.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  5440.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  5441.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  5442.                 'B063000001' => '当該受注の二重決済',
  5443.                 'B064000001' => '決済申込み失敗',
  5444.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5445.                 'C011010201' => '加盟店コードなし',
  5446.                 'C011010202' => '加盟店コードの桁数不正',
  5447.                 'C011010204' => '加盟店コードに禁止文字あり',
  5448.                 'C011010301' => '端末区分なし',
  5449.                 'C011010306' => '端末区分の不正セット',
  5450.                 'C011010401' => '受付番号なし',
  5451.                 'C011010402' => '受付番号の桁数不正',
  5452.                 'C011010404' => '受付番号に禁止文字あり',
  5453.                 'C011010601' => '決済金額なし',
  5454.                 'C011010602' => '決済金額の桁数不正',
  5455.                 'C011010604' => '決済金額に禁止文字あり',
  5456.                 'C011010701' => '購入者名(漢字)なし',
  5457.                 'C011010801' => '購入者E-Mailなし',
  5458.                 'C011010802' => '購入者E-Mailの桁数不正',
  5459.                 'C011010901' => '決済完了通知URL必須エラー',
  5460.                 'C011011071' => '決済金額の下限額オーバー',
  5461.                 'C011011072' => '決済金額の上限額オーバー',
  5462.                 'C011011171' => '商品名に禁止文字あり',
  5463.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  5464.                 'C011011271' => '購入者名に禁止文字あり',
  5465.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5466.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  5467.                 'C011011473' => '決済完了通知URLの文字形式不正',
  5468.                 'C011010572' => '決済完了通知URL桁数エラー',
  5469.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  5470.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  5471.                 'C012000251' => '当該受注の二重決済',
  5472.                 'C012000371' => '決済申込み失敗',
  5473.                 'C021010201' => '加盟店コードなし',
  5474.                 'C021010202' => '加盟店コードの桁数不正',
  5475.                 'C021010204' => '加盟店コードに禁止文字あり',
  5476.                 'C021010301' => '端末区分なし',
  5477.                 'C021010306' => '端末区分の不正セット',
  5478.                 'C021010401' => '受付番号なし',
  5479.                 'C021010402' => '受付番号の桁数不正',
  5480.                 'C021010404' => '受付番号に禁止文字あり',
  5481.                 'C021010601' => '決済金額なし',
  5482.                 'C021010602' => '決済金額の桁数不正',
  5483.                 'C021010604' => '決済金額に禁止文字あり',
  5484.                 'C021010701' => '購入者名(漢字)なし',
  5485.                 'C021010801' => '購入者E-Mailなし',
  5486.                 'C021010802' => '購入者E-Mailの桁数不正',
  5487.                 'C021010971' => '決済金額の下限額オーバー',
  5488.                 'C021010972' => '決済金額の上限額オーバー',
  5489.                 'C021011071' => '商品名に禁止文字あり',
  5490.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  5491.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  5492.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5493.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  5494.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  5495.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  5496.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  5497.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  5498.                 'C022000251' => '当該受注の二重決済',
  5499.                 'C022000371' => '決済申込み失敗',
  5500.                 'C031010201' => '加盟店コードなし',
  5501.                 'C031010202' => '加盟店コードの桁数不正',
  5502.                 'C031010204' => '加盟店コードに禁止文字あり',
  5503.                 'C031010301' => '端末区分なし',
  5504.                 'C031010306' => '端末区分の不正セット',
  5505.                 'C031010401' => '受付番号なし',
  5506.                 'C031010402' => '受付番号の桁数不正',
  5507.                 'C031010404' => '受付番号に禁止文字あり',
  5508.                 'C031010501' => '商品名なし',
  5509.                 'C031010601' => '決済金額なし',
  5510.                 'C031010602' => '決済金額の桁数不正',
  5511.                 'C031010604' => '決済金額に禁止文字あり',
  5512.                 'C031010701' => '購入者名(漢字)なし',
  5513.                 'C031010801' => '購入者E-Mailなし',
  5514.                 'C031010802' => '購入者E-Mailの桁数不正',
  5515.                 'C031010901' => '戻り先URL必須エラー',
  5516.                 'C031011071' => '決済金額の下限額オーバー',
  5517.                 'C031011072' => '決済金額の上限額オーバー',
  5518.                 'C031011171' => '商品名に禁止文字あり',
  5519.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  5520.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  5521.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5522.                 'C031011371' => '購入者E-Mail不正',
  5523.                 'C031011471' => '戻り先URLの文字形式不正',
  5524.                 'C031011472' => '戻り先URL桁数エラー',
  5525.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  5526.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  5527.                 'C032010001' => '当該受注の二重決済',
  5528.                 'C032020001' => '決済申込み失敗:その他',
  5529.                 'C032020002' => '決済申込み失敗:Suica未加入',
  5530.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  5531.                 'C032020004' => '決済申込み失敗:一時利用停止',
  5532.                 'C032020005' => '決済申込み失敗:メンテナンス',
  5533.                 'C041010201' => '加盟店コードなし',
  5534.                 'C041010202' => '加盟店コードの桁数不正',
  5535.                 'C041010204' => '加盟店コードに禁止文字あり',
  5536.                 'C041010301' => '端末区分なし',
  5537.                 'C041010306' => '端末区分の不正セット',
  5538.                 'C041010401' => '受付番号なし',
  5539.                 'C041010402' => '受付番号の桁数不正',
  5540.                 'C041010404' => '受付番号に禁止文字あり',
  5541.                 'C041010501' => '商品名なし',
  5542.                 'C041010601' => '決済金額なし',
  5543.                 'C041010602' => '決済金額の桁数不正',
  5544.                 'C041010604' => '決済金額に禁止文字あり',
  5545.                 'C041010701' => '購入者名(漢字)なし',
  5546.                 'C041010801' => '購入者E-Mailなし',
  5547.                 'C041010802' => '購入者E-Mailの桁数不正',
  5548.                 'C041011071' => '決済金額の下限額オーバー',
  5549.                 'C041011072' => '決済金額の上限額オーバー',
  5550.                 'C041011171' => '商品名に禁止文字あり',
  5551.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  5552.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  5553.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5554.                 'C041011371' => '購入者E-Mail不正',
  5555.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  5556.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  5557.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  5558.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  5559.                 'C042010001' => '当該受注の二重決済',
  5560.                 'C042020001' => '決済申込み失敗:その他',
  5561.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  5562.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  5563.                 'C042020004' => '決済申込み失敗:一時利用停止',
  5564.                 'C042020005' => '決済申込み失敗:メンテナンス',
  5565.                 'C051010201' => '加盟店コードなし',
  5566.                 'C051010202' => '加盟店コードの桁数不正',
  5567.                 'C051010204' => '加盟店コードに禁止文字あり',
  5568.                 'C051010301' => '端末区分なし',
  5569.                 'C051010306' => '端末区分の不正セット',
  5570.                 'C051010401' => '受付番号なし',
  5571.                 'C051010402' => '受付番号の桁数不正',
  5572.                 'C051010404' => '受付番号に禁止文字あり',
  5573.                 'C051010501' => '商品名なし',
  5574.                 'C051010601' => '決済金額なし',
  5575.                 'C051010602' => '決済金額の桁数不正',
  5576.                 'C051010604' => '決済金額に禁止文字あり',
  5577.                 'C051010701' => '購入者名(漢字)なし',
  5578.                 'C051010801' => '購入者E-Mailなし',
  5579.                 'C051010802' => '購入者E-Mailの桁数不正',
  5580.                 'C051010901' => '戻り先URL必須エラー',
  5581.                 'C051010902' => '戻り先URL桁数エラー',
  5582.                 'C051010904' => '戻り先URLに禁止文字あり',
  5583.                 'C051010671' => '決済金額の下限額オーバー',
  5584.                 'C051010672' => '決済金額の上限額オーバー',
  5585.                 'C051010571' => '商品名に禁止文字あり',
  5586.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5587.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  5588.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5589.                 'C051010871' => '購入者E-Mail不正',
  5590.                 'C051010971' => '戻り先URLの文字形式不正',
  5591.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  5592.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  5593.                 'C052010001' => '当該受注の二重決済',
  5594.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  5595.                 'C052020001' => '決済情報通知エラー',
  5596.                 'C061010201' => '加盟店コードなし',
  5597.                 'C061010202' => '加盟店コードの桁数不正',
  5598.                 'C061010204' => '加盟店コードに禁止文字あり',
  5599.                 'C061010301' => '端末区分なし',
  5600.                 'C061010306' => '端末区分の不正セット',
  5601.                 'C061010401' => '受付番号なし',
  5602.                 'C061010402' => '受付番号の桁数不正',
  5603.                 'C061010404' => '受付番号に禁止文字あり',
  5604.                 'C061010501' => '商品名なし',
  5605.                 'C061010601' => '決済金額なし',
  5606.                 'C061010602' => '決済金額の桁数不正',
  5607.                 'C061010604' => '決済金額に禁止文字あり',
  5608.                 'C061010701' => '購入者名(漢字)なし',
  5609.                 'C061010801' => '購入者E-Mailなし',
  5610.                 'C061010802' => '購入者E-Mailの桁数不正',
  5611.                 'C061010671' => '決済金額の下限額オーバー',
  5612.                 'C061010672' => '決済金額の上限額オーバー',
  5613.                 'C061010571' => '商品名に禁止文字あり',
  5614.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5615.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  5616.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5617.                 'C061010871' => '購入者E-Mail不正',
  5618.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  5619.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  5620.                 'C062010001' => '当該受注の二重決済',
  5621.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  5622.                 'C062020001' => '決済情報通知エラー',
  5623.                 'D011010201' => '加盟店コードなし',
  5624.                 'D011010202' => '加盟店コードの桁数不正',
  5625.                 'D011010204' => '加盟店コードに禁止文字あり',
  5626.                 'D011010301' => '端末区分なし',
  5627.                 'D011010306' => '端末区分の不正セット',
  5628.                 'D011010401' => '受付番号なし',
  5629.                 'D011010402' => '受付番号の桁数不正',
  5630.                 'D011010404' => '受付番号に禁止文字あり',
  5631.                 'D011010601' => '決済金額なし',
  5632.                 'D011010602' => '決済金額の桁数不正',
  5633.                 'D011010604' => '決済金額に禁止文字あり',
  5634.                 'D011010701' => '購入者名(漢字)なし',
  5635.                 'D011010801' => '購入者E-Mailなし',
  5636.                 'D011010802' => '購入者E-Mailの桁数不正',
  5637.                 'D011010901' => '完了画面URLなし',
  5638.                 'D011010903' => '完了戻りURLbyte数エラー',
  5639.                 'D011011071' => '決済金額の下限額オーバー',
  5640.                 'D011011072' => '決済金額の上限額オーバー',
  5641.                 'D011011171' => '商品名に禁止文字あり',
  5642.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  5643.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  5644.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5645.                 'D011011371' => '購入者E-Mail不正',
  5646.                 'D011011471' => '完了戻りURLの文字形式不正',
  5647.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  5648.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  5649.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  5650.                 'D012010001' => '当該受注の二重決済',
  5651.                 'E011010201' => '加盟店コードなし',
  5652.                 'E011010202' => '加盟店コードの桁数不正',
  5653.                 'E011010204' => '加盟店コードに禁止文字あり',
  5654.                 'E011010301' => '受付番号なし',
  5655.                 'E011010302' => '受付番号の桁数不正',
  5656.                 'E011010304' => '受付番号に禁止文字あり',
  5657.                 'E011010401' => '送り状番号なし',
  5658.                 'E011010402' => '送り状番号の桁数不正',
  5659.                 'E011010404' => '送り状番号に禁止文字あり',
  5660.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  5661.                 'E011010351' => '受注データ不正',
  5662.                 'E011010451' => '送り状番号不正',
  5663.                 'E012000001' => '送り状番号登録済みエラー',
  5664.                 'E012000002' => '送り状番号が99件超',
  5665.                 'E012000003' => '同梱の合計金額が30万円超',
  5666.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  5667.                 'E012000005' => '登録済み受注データが修正不可',
  5668.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  5669.                 'E013000001' => '排他制御エラー',
  5670.                 'E021010201' => '加盟店コードなし',
  5671.                 'E021010202' => '加盟店コードの桁数不正',
  5672.                 'E021010204' => '加盟店コードに禁止文字あり',
  5673.                 'E021010301' => '受付番号なし',
  5674.                 'E021010302' => '受付番号の桁数不正',
  5675.                 'E021010304' => '受付番号に禁止文字あり',
  5676.                 'E021010401' => '送り状番号なし',
  5677.                 'E021010402' => '送り状番号の桁数不正',
  5678.                 'E021010404' => '送り状番号に禁止文字あり',
  5679.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  5680.                 'E021010351' => '受注データ不正',
  5681.                 'E022000001' => '送り状番データ不正',
  5682.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  5683.                 'E022000003' => '登録済み受注データが修正不可',
  5684.                 'E023000001' => '排他制御エラー',
  5685.                 'E031010201' => '加盟店コードなし',
  5686.                 'E031010202' => '加盟店コードの桁数不正',
  5687.                 'E031010204' => '加盟店コードに禁止文字あり',
  5688.                 'E031010301' => '受付番号なし',
  5689.                 'E031010302' => '受付番号の桁数不正',
  5690.                 'E031010304' => '受付番号に禁止文字あり',
  5691.                 'E031010401' => '出荷予定日なし',
  5692.                 'E031010405' => '出荷予定日のフォーマット不正',
  5693.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  5694.                 'E031010351' => '受付番号の受注データ不正',
  5695.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  5696.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  5697.                 'E033000001' => '排他制御エラー',
  5698.                 'E041010201' => '加盟店コードなし',
  5699.                 'E041010202' => '加盟店コードの桁数不正',
  5700.                 'E041010204' => '加盟店コードに禁止文字あり',
  5701.                 'E041010301' => '受付番号なし',
  5702.                 'E041010302' => '受付番号の桁数不正',
  5703.                 'E041010304' => '受付番号に禁止文字あり',
  5704.                 'H011010201' => '加盟店コードなし',
  5705.                 'H011010202' => '加盟店コードの桁数オーバー',
  5706.                 'H011010204' => '加盟店コード文字種別誤り',
  5707.                 'L011010201' => '加盟店コードなし',
  5708.                 'L011010202' => '加盟店コードの桁数オーバー',
  5709.                 'L011010204' => '加盟店コード文字種別誤り',
  5710.                 'L011010301' => '受付番号なし',
  5711.                 'L011010302' => '受付番号の桁数不正',
  5712.                 'L011010304' => '受付番号に禁止文字あり',
  5713.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  5714.                 'L011010601' => '決済金額なし',
  5715.                 'L011010602' => '決済金額の桁数不正',
  5716.                 'L011010604' => '決済金額に禁止文字あり',
  5717.                 'L011010671' => '決済金額の下限額オーバー',
  5718.                 'L011010672' => '決済金額の上限額オーバー',
  5719.                 'L011010701' => '購入者名(漢字)なし',
  5720.                 'L011010702' => '購入者名(漢字)の桁数不正',
  5721.                 'L011010801' => '購入者TELなし',
  5722.                 'L011010802' => '購入者TELの桁数不正',
  5723.                 'L011010804' => '購入者TELに禁止文字あり',
  5724.                 'L011010901' => '購入者E-Mailなし',
  5725.                 'L011010902' => '購入者E-Mailの桁数不正',
  5726.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  5727.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  5728.                 'L011011401' => '正常時戻り先URL必須エラー',
  5729.                 'L011011402' => '正常時戻り先URL桁数エラー',
  5730.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  5731.                 'L011011502' => '異常時戻り先URL桁数エラー',
  5732.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  5733.                 'L011011701' => '決済結果通知先URL必須エラー',
  5734.                 'L011011702' => '決済結果通知先URL桁数エラー',
  5735.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  5736.                 'L011011801' => 'チェックサムなし',
  5737.                 'L011011871' => 'チェックサム不正',
  5738.                 'L012000001' => '当該加盟店の決済利用不可',
  5739.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  5740.                 'L012000005' => '受付番号重複エラー',
  5741.                 'L012000006' => 'メンテナンス中エラー',
  5742.                 'L012000007' => 'システムエラー',
  5743.                 'L012000008' => '各種マスタ取得失敗',
  5744.                 'L012000009' => 'システムエラー',
  5745.                 'L021010201' => '加盟店コードなし',
  5746.                 'L021010202' => '加盟店コードの桁数オーバー',
  5747.                 'L021010204' => '加盟店コード文字種別誤り',
  5748.                 'L021010301' => '受付番号なし',
  5749.                 'L021010302' => '受付番号の桁数不正',
  5750.                 'L021010304' => '受付番号に禁止文字あり',
  5751.                 'L022000001' => '受注データなし',
  5752.                 'L022000002' => '受注データ方式不正',
  5753.                 'L022000003' => '受注データが取消不可',
  5754.                 'L022000004' => 'システムエラー',
  5755.                 'L022000005' => 'システムエラー',
  5756.                 'L022000006' => 'システムエラー',
  5757.                 'L031010201' => '加盟店コードなし',
  5758.                 'L031010202' => '加盟店コードの桁数不正',
  5759.                 'L031010204' => '加盟店コードに禁止文字あり',
  5760.                 'L031010301' => '受付番号なし',
  5761.                 'L031010302' => '受付番号の桁数不正',
  5762.                 'L031010304' => '受付番号に禁止文字あり',
  5763.                 'L031010401' => '変更後決済金額なし',
  5764.                 'L031010402' => '変更後決済金額の桁数不正',
  5765.                 'L031010404' => '決済金額に禁止文字あり',
  5766.                 'L031010471' => '決済金額の下限額オーバ',
  5767.                 'L031010472' => '決済金額の上限額オーバ',
  5768.                 'L031010502' => '注文の説明の桁数不正',
  5769.                 'L032000001' => '金額変更対象外',
  5770.                 'L032000002' => '金額変更なし',
  5771.                 'L032000003' => '請求後に増額要求不可',
  5772.                 'L032000004' => 'システムエラー',
  5773.                 'L032000005' => 'システムエラー',
  5774.                 'L032000006' => 'システムエラー',
  5775.                 'L032000007' => 'システムエラー',
  5776.                 'L032000008' => 'システムエラー',
  5777.                 'L032000009' => 'システムエラー',
  5778.                 'L032000010' => '各種マスタ取得失敗',
  5779.                 'Z012000001' => 'POST以外のリクエスト方式',
  5780.                 'Z012000002' => '機能区分なし',
  5781.                 'Z012000003' => '機能区分の不正セット',
  5782.                 'Z012000004' => '同受注番号にて決済中エラー',
  5783.                 'Z012000005' => 'リクエストタイムアウト',
  5784.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  5785.                 'Z012000007' => '当該加盟店の取引停止',
  5786.                 'Z012000008' => '当該加盟店のAPI利用不可',
  5787.                 'Z012000009' => '当該加盟店のAPI利用不可',
  5788.                 'Z012000010' => '認証パスワードエラー',
  5789.                 'Z019999999' => 'システムエラー',
  5790.                 'Z010000000' => 'メンテナンスエラー',
  5791.                 'kaara001E' => '加盟店コードが未入力です。',
  5792.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  5793.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  5794.                 'kaara004E' => '未登録の加盟店コードです。',
  5795.                 'kaara005E' => '利用できない加盟店コードです。',
  5796.                 'kaara006E' => '受注番号が未入力です。',
  5797.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5798.                 'kaara008E' => '受注番号が桁数エラーです。',
  5799.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  5800.                 'kaara010E' => '受注日が未入力です。',
  5801.                 'kaara011E' => '受注日は半角数字で入力してください。',
  5802.                 'kaara012E' => '受注日が桁数エラーです。',
  5803.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  5804.                 'kaara014E' => '出荷予定日が未入力です。',
  5805.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  5806.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  5807.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  5808.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  5809.                 'kaara019E' => '氏名が未入力です。',
  5810.                 'kaara020E' => '氏名は全角文字で入力してください。',
  5811.                 'kaara021E' => '氏名が桁数エラーです。',
  5812.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  5813.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  5814.                 'kaara024E' => '氏名カナが桁数エラーです。',
  5815.                 'kaara025E' => '郵便番号が未入力です。',
  5816.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5817.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5818.                 'kaara028E' => '郵便番号が桁数エラーです。',
  5819.                 'kaara029E' => '郵便番号が実在しません。',
  5820.                 'kaara030E' => '住所1が未入力です。',
  5821.                 'kaara031E' => '住所1は全角文字で入力してください。',
  5822.                 'kaara032E' => '住所1が桁数エラーです。',
  5823.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5824.                 'kaara034E' => '住所1は都道府県から入力してください。',
  5825.                 'kaara035E' => '住所2は全角文字で入力してください。',
  5826.                 'kaara036E' => '住所2が桁数エラーです。',
  5827.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5828.                 'kaara038E' => '電話番号が未入力です。',
  5829.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  5830.                 'kaara040E' => '電話番号が桁数エラーです。',
  5831.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  5832.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  5833.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  5834.                 'kaara046E' => '決済金額総計が未入力です。',
  5835.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  5836.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  5837.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  5838.                 'kaara050E' => '送り先区分が未入力です。',
  5839.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  5840.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  5841.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  5842.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  5843.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  5844.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  5845.                 'kaara057E' => '購入商品名称1が未入力です。',
  5846.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  5847.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  5848.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  5849.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  5850.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  5851.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  5852.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  5853.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  5854.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  5855.                 'kaara067E' => '送り先名称が桁数エラーです。',
  5856.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  5857.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5858.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  5859.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  5860.                 'kaara073E' => '送り先郵便番号が実在しません。',
  5861.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  5862.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  5863.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  5864.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  5865.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  5866.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  5867.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  5868.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  5869.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  5870.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  5871.                 'kaara086E' => '依頼日時が未入力です。',
  5872.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  5873.                 'kaara088E' => '依頼日時が桁数エラーです。',
  5874.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  5875.                 'kaara090E' => 'パスワードが未入力です。',
  5876.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  5877.                 'kaara092E' => 'パスワードが不正です。',
  5878.                 'kaara093E' => '電話番号は0から入力してください。',
  5879.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  5880.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  5881.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  5882.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  5883.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5884.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  5885.                 'kaars001E' => '項目数が相違しています。',
  5886.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  5887.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  5888.                 'kaars004E' => '加盟店コードが未入力です。',
  5889.                 'kaars005E' => '受注番号が桁数エラーです。',
  5890.                 'kaars006E' => '受注番号は半角で入力してください。',
  5891.                 'kaars007E' => '受注番号が未入力です。',
  5892.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5893.                 'kaars008E' => '受注番号が登録されていません。',
  5894.                 'kaars009E' => '依頼日が存在しない日付です。',
  5895.                 'kaars010E' => '依頼日は半角で入力してください。',
  5896.                 'kaars011E' => '依頼日が未入力です。',
  5897.                 'kaars012E' => 'パスワードが不正です。',
  5898.                 'kaars013E' => 'パスワードエラー',
  5899.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  5900.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  5901.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  5902.                 'kaacl004E' => '加盟店コードが未入力です。',
  5903.                 'kaacl005E' => '受注番号が桁数エラーです。',
  5904.                 'kaacl006E' => '受注番号は半角で入力してください。',
  5905.                 'kaacl007E' => '受注番号が未入力です。',
  5906.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5907.                 'kaacl008E' => '受注番号が登録されていません。',
  5908.                 'kaacl009E' => '既に取り消されています。',
  5909.                 'kaacl010E' => '依頼日が存在しない日付です。',
  5910.                 'kaacl011E' => '依頼日は半角で入力してください。',
  5911.                 'kaacl012E' => '依頼日が未入力です。',
  5912.                 'kaacl013E' => 'パスワードが不正です。',
  5913.                 'kaacl014E' => 'パスワードエラー',
  5914.                 'kaasl001E' => '項目数が相違しています。',
  5915.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  5916.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  5917.                 'kaasl004E' => '加盟店コードが未入力です。',
  5918.                 'kaasl005E' => '受注番号が桁数エラーです。',
  5919.                 'kaasl006E' => '受注番号は半角で入力してください。',
  5920.                 'kaasl007E' => '受注番号が未入力です。',
  5921.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5922.                 'kaasl008E' => '指定の受注番号が存在しません。',
  5923.                 'kaasl009E' => '送り状番号登録済です。',
  5924.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  5925.                 'kaasl011E' => '送り状番号が未入力です。',
  5926.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  5927.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  5928.                 'kaasl014E' => '送り状番号チェックエラー',
  5929.                 'kaasl015E' => '送り状番号チェックエラー',
  5930.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  5931.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  5932.                 'kaasl018E' => '送り状番号が既に存在します。',
  5933.                 'kaasl019E' => '処理区分エラー',
  5934.                 'kaasl020E' => '登録はできません。',
  5935.                 'kaasl022E' => '変更はできません。',
  5936.                 'kaasl023E' => '出荷予定日エラー',
  5937.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  5938.                 'kaasl025E' => '出荷予定日が未入力です。',
  5939.                 'kaasl026E' => '出荷予定日は指定できません。',
  5940.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  5941.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  5942.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  5943.                 'kaasl030E' => '出荷予定日が未入力です。',
  5944.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  5945.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  5946.                 'kaasl033E' => '依頼日が存在しない日付です。',
  5947.                 'kaasl034E' => '依頼日は半角で入力してください。',
  5948.                 'kaasl035E' => '依頼日が未入力です。',
  5949.                 'kaasl036E' => 'パスワードが不正です。',
  5950.                 'kaasl037E' => 'パスワードエラー',
  5951.                 'kaast001E' => '項目数が相違しています。',
  5952.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  5953.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  5954.                 'kaast004E' => '加盟店コードが未入力です。',
  5955.                 'kaast005E' => '受注番号が桁数エラーです。',
  5956.                 'kaast006E' => '受注番号は半角で入力してください。',
  5957.                 'kaast007E' => '受注番号が未入力です。',
  5958.                 'kaast008E' => '受注番号が登録されていません。',
  5959.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5960.                 'kaast009E' => '依頼日が存在しない日付です。',
  5961.                 'kaast010E' => '依頼日は半角で入力してください。',
  5962.                 'kaast011E' => '依頼日が未入力です。',
  5963.                 'kaast012E' => 'パスワードが不正です。',
  5964.                 'kaast013E' => 'パスワードエラー',
  5965.                 'kaakk001E' => '加盟店コードが未入力です。',
  5966.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  5967.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  5968.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  5969.                 'kaakk005E' => '受注番号が未入力です。',
  5970.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  5971.                 'kaakk007E' => '受注番号が桁数エラーです。',
  5972.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  5973.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  5974.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5975.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  5976.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  5977.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  5978.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  5979.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  5980.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  5981.                 'kaakk018E' => '郵便番号が未入力です。',
  5982.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  5983.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  5984.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  5985.                 'kaakk022E' => '郵便番号が実在しません。',
  5986.                 'kaakk023E' => '住所1が未入力です。',
  5987.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  5988.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  5989.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  5990.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  5991.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  5992.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  5993.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  5994.                 'kaakk031E' => '住所2に番地が設定されていません。',
  5995.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  5996.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  5997.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  5998.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  5999.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6000.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6001.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6002.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6003.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6004.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6005.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6006.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6007.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6008.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6009.                 'kaakk046E' => '決済金額総計が未入力です。',
  6010.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  6011.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  6012.                 'kaakk049E' => '決済金額総計が変更されていません。',
  6013.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  6014.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  6015.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  6016.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6017.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6018.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6019.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6020.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6021.                 'kaakk059E' => 'パスワードが入力されていません。',
  6022.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  6023.                 'kaakk061E' => 'パスワードが一致しません。',
  6024.                 'kaakk062E' => '依頼日時が入力されていません。',
  6025.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  6026.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  6027.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  6028.                 'kaarr001E' => '加盟店コードが未入力です。',
  6029.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  6030.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  6031.                 'kaarr004E' => '存在しない加盟店コードです。',
  6032.                 'kaarr005E' => '受注番号が未入力です。',
  6033.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6034.                 'kaarr007E' => '受注番号が桁数エラーです。',
  6035.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  6036.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  6037.                 'kaarr010E' => 'パスワードが入力されていません。',
  6038.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  6039.                 'kaarr012E' => 'パスワードが一致しません。',
  6040.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  6041.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  6042.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6043.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6044.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  6045.                 'kaarr018E' => '不備事由が未入力です。',
  6046.                 'kaarr019E' => '不備事由の値が不適切です。',
  6047.                 'kaarr020E' => '不備事由その他が未入力です。',
  6048.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  6049.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  6050.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  6051.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  6052.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  6053.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  6054.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  6055.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  6056.                 'kaarr031E' => '送り先区分は半角数字であること。',
  6057.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6058.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6059.                 'kaarr034E' => '郵便番号が未入力です。',
  6060.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  6061.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  6062.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  6063.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  6064.                 'kaarr039E' => '住所1が未入力です。',
  6065.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  6066.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  6067.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  6068.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  6069.                 'kaarr044E' => '住所2が未入力です。',
  6070.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  6071.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  6072.                 'kaarr047E' => '住所に番地が設定されていません。',
  6073.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  6074.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  6075.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  6076.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  6077.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6078.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6079.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6080.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6081.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6082.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6083.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  6084.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6085.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6086.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6087.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6088.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6089.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6090.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6091.             ],
  6092.             'yamato_cg_msgs' => [
  6093.                 'C01' => '被仕向会社コードエラー',
  6094.                 'C03' => '最大電文長エラー',
  6095.                 'C12' => '被仕向センタビジー',
  6096.                 'C13' => '被仕向センタ障害中',
  6097.                 'C14' => '被仕向センタ個別終了',
  6098.                 'C15' => 'CAFIS センタ終了',
  6099.                 'C17' => 'エンコード不正',
  6100.                 'C33' => 'CAFIS 輻輳中',
  6101.                 'C34' => '加盟店ショッピングデータフォーマット不正',
  6102.                 'C35' => 'アドバイス電文受信済',
  6103.                 'C50' => 'タイムアウト',
  6104.                 'C51' => '経路重複',
  6105.                 'C53' => '仕向会社コードエラー',
  6106.                 'C54' => '電文種別エラー',
  6107.                 'C55' => '経路範囲外エラー',
  6108.                 'C56' => '電文対応エラー',
  6109.                 'C57' => '当該会社サービスなし',
  6110.                 'C58' => 'ニューメリックチェックエラー',
  6111.                 'C60' => '受信不可能状態で電文受信',
  6112.                 'G02' => 'カードローン融資残高不足',
  6113.                 'G03' => 'カードローン限度額オーバ',
  6114.                 'G04' => 'キャッシング融資残高不足',
  6115.                 'G05' => 'キャッシング限度額オーバ',
  6116.                 'G12' => 'カード使用不可',
  6117.                 'G22' => '支払永久禁止',
  6118.                 'G30' => '取引判定保留(有人判定)',
  6119.                 'G42' => '暗証番号エラー',
  6120.                 'G44' => 'セキュリティコード誤り',
  6121.                 'G45' => 'セキュリティコード入力無',
  6122.                 'G46' => 'JIS2面情報エラー',
  6123.                 'G54' => '1口座利用回数または金額オーバー',
  6124.                 'G55' => '1日利用限度額オーバー',
  6125.                 'G56' => 'クレジットカード取り込み',
  6126.                 'G60' => '事故カード',
  6127.                 'G61' => '無効カード',
  6128.                 'G65' => '会員番号エラー',
  6129.                 'G67' => '商品コードエラー',
  6130.                 'G68' => '金額エラー',
  6131.                 'G69' => '税送料エラー',
  6132.                 'G70' => 'ボーナス回数エラー',
  6133.                 'G71' => 'ボーナス月エラー',
  6134.                 'G72' => 'ボーナス額エラー',
  6135.                 'G73' => '支払開始月エラー',
  6136.                 'G74' => '分割回数エラー',
  6137.                 'G75' => '分割金額エラー',
  6138.                 'G76' => '初回金額エラー',
  6139.                 'G77' => '業務区分エラー',
  6140.                 'G78' => '支払区分エラー',
  6141.                 'G79' => '照会区分エラー',
  6142.                 'G80' => '取消区分エラー',
  6143.                 'G81' => '取扱区分エラー',
  6144.                 'G83' => '有効期限エラー',
  6145.                 'G85' => 'サービス対象外カード',
  6146.                 'G95' => '当該業務オンライン終了',
  6147.                 'G96' => '事故カードデータエラー',
  6148.                 'G97' => '当該要求拒否',
  6149.                 'G98' => '当該自社対象業務エラー',
  6150.                 'G99' => '接続要求自社受付拒否',
  6151.                 'K01' => '通信エラー(オンラインステータス開局以外)',
  6152.                 999 => 'CAFIS 応答タイムアウト',
  6153.                 '0200001' => 'カード情報入力エラー(チェックデジットエラー)',
  6154.                 '0200002' => '通信エラー(CAFIS より不当な電文を受信)',
  6155.                 '0200003' => 'カード情報入力エラー(カード会社指定エラー)',
  6156.                 '0400001' => '通信エラー(DBアクセスエラー)',
  6157.                 '0500001' => '通信エラー(CAFIS 通信エラー)',
  6158.                 '0500002' => '通信エラー(クレジット決済GW通信エラー)',
  6159.                 '0600001' => '通信エラー(パラメータ指定漏れ)',
  6160.                 '0600002' => '通信エラー(パラメータ形式エラー)',
  6161.                 '0700001' => '通信エラー(処理対象レコードが存在しない)',
  6162.                 9900001 => '通信エラー(システムエラー)',
  6163.             ],
  6164.             'eccube_rate_limiter_configs' => [
  6165.             ],
  6166.             'eccube.plugins.enabled' => [
  6167.                 => 'Recommend42',
  6168.                 => 'Coupon42',
  6169.                 => 'MailMagazine42',
  6170.                 => 'SalesReport42',
  6171.                 => 'RelatedProduct42',
  6172.                 => 'Securitychecker42',
  6173.                 => 'ProductReview42',
  6174.                 => 'SiteKit42',
  6175.                 => 'YamatoPayment42',
  6176.                 => 'ProductMetaSeoIngenuity42',
  6177.                 10 => 'DisableNonMember42',
  6178.                 11 => 'CustomerGroup42',
  6179.                 12 => 'CustomerGroupPrice42',
  6180.                 13 => 'ExpressLink42',
  6181.                 14 => 'DeliveryCool42',
  6182.                 15 => 'DeliveryFreeProduct42',
  6183.                 16 => 'DesignTag42',
  6184.                 17 => 'BootechMypageInvoiceReceipt42',
  6185.                 18 => 'AttachWysiwygEditor42',
  6186.                 19 => 'ProductDisplayRank42',
  6187.                 20 => 'HiddenDeliveryDate42',
  6188.                 21 => 'DeliveryDate42',
  6189.             ],
  6190.             'eccube.plugins.disabled' => [
  6191.                 => 'CustomerGroupRank42',
  6192.             ],
  6193.             'event_dispatcher.event_aliases' => [
  6194.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6195.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6196.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6197.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6198.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6199.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6200.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6201.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6202.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6203.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6204.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6205.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6206.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6207.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6208.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6209.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6210.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6211.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6212.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6213.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6214.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6215.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6216.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6217.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6218.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6219.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6220.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6221.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6222.             ],
  6223.             'fragment.renderer.hinclude.global_template' => NULL,
  6224.             'fragment.path' => '/_fragment',
  6225.             'kernel.http_method_override' => true,
  6226.             'kernel.trusted_hosts' => [
  6227.             ],
  6228.             'kernel.enabled_locales' => [
  6229.             ],
  6230.             'kernel.error_controller' => 'error_controller',
  6231.             'debug.file_link_format' => NULL,
  6232.             'asset.request_context.base_path' => NULL,
  6233.             'asset.request_context.secure' => NULL,
  6234.             'translator.logging' => false,
  6235.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6236.             'debug.error_handler.throw_at' => -1,
  6237.             'router.request_context.host' => 'localhost',
  6238.             'router.request_context.scheme' => 'http',
  6239.             'router.request_context.base_url' => '',
  6240.             'router.resource' => 'kernel::loadRoutes',
  6241.             'request_listener.http_port' => 80,
  6242.             'request_listener.https_port' => 443,
  6243.             'session.metadata.storage_key' => '_sf2_meta',
  6244.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6245.             'session.metadata.update_threshold' => 0,
  6246.             'form.type_extension.csrf.enabled' => true,
  6247.             'form.type_extension.csrf.field_name' => '_token',
  6248.             'validator.translation_domain' => 'validators',
  6249.             'profiler_listener.only_exceptions' => false,
  6250.             'profiler_listener.only_main_requests' => false,
  6251.             'security.role_hierarchy.roles' => [
  6252.             ],
  6253.             'security.access.denied_url' => NULL,
  6254.             'security.authentication.manager.erase_credentials' => true,
  6255.             'security.authentication.session_strategy.strategy' => 'migrate',
  6256.             'security.access.always_authenticate_before_granting' => false,
  6257.             'security.authentication.hide_user_not_found' => true,
  6258.             'security.firewalls' => [
  6259.                 => 'dev',
  6260.                 => 'admin',
  6261.                 => 'customer',
  6262.             ],
  6263.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6264.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6265.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6266.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6267.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6268.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6269.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6270.             'doctrine.entity_managers' => [
  6271.                 'default' => 'doctrine.orm.default_entity_manager',
  6272.             ],
  6273.             'doctrine.default_entity_manager' => 'default',
  6274.             'doctrine.dbal.connection_factory.types' => [
  6275.                 'datetime' => [
  6276.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  6277.                 ],
  6278.                 'datetimetz' => [
  6279.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  6280.                 ],
  6281.             ],
  6282.             'doctrine.connections' => [
  6283.                 'default' => 'doctrine.dbal.default_connection',
  6284.             ],
  6285.             'doctrine.default_connection' => 'default',
  6286.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6287.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6288.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6289.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6290.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6291.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6292.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6293.             'doctrine.orm.cache.memcache_port' => 11211,
  6294.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6295.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6296.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6297.             'doctrine.orm.cache.memcached_port' => 11211,
  6298.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6299.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6300.             'doctrine.orm.cache.redis_host' => 'localhost',
  6301.             'doctrine.orm.cache.redis_port' => 6379,
  6302.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6303.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6304.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6305.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6306.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6307.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6308.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6309.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6310.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6311.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6312.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6313.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6314.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6315.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6316.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6317.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6318.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6319.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6320.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6321.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6322.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6323.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6324.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6325.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6326.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6327.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6328.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6329.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6330.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6331.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6332.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6333.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6334.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6335.             'monolog.use_microseconds' => true,
  6336.             'monolog.swift_mailer.handlers' => [
  6337.             ],
  6338.             'monolog.handlers_to_channels' => [
  6339.                 'monolog.handler.YamatoPayment42' => [
  6340.                     'type' => 'inclusive',
  6341.                     'elements' => [
  6342.                         => 'YamatoPayment42',
  6343.                     ],
  6344.                 ],
  6345.                 'monolog.handler.console' => [
  6346.                     'type' => 'exclusive',
  6347.                     'elements' => [
  6348.                         => 'event',
  6349.                         => 'doctrine',
  6350.                         => 'console',
  6351.                     ],
  6352.                 ],
  6353.                 'monolog.handler.buffered' => [
  6354.                     'type' => 'exclusive',
  6355.                     'elements' => [
  6356.                         => 'event',
  6357.                     ],
  6358.                 ],
  6359.             ],
  6360.             'twig.form.resources' => [
  6361.                 => 'form_div_layout.html.twig',
  6362.                 => 'bootstrap_5_layout.html.twig',
  6363.             ],
  6364.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6365.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6366.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6367.             'web_profiler.debug_toolbar.mode' => 2,
  6368.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6369.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6370.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6371.             'knp_paginator.page_range' => 5,
  6372.             'knp_paginator.page_limit' => NULL,
  6373.             'doctrine.migrations.preferred_em' => NULL,
  6374.             'doctrine.migrations.preferred_connection' => NULL,
  6375.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6376.             'data_collector.templates' => [
  6377.                 'data_collector.request' => [
  6378.                     => 'request',
  6379.                     => '@WebProfiler/Collector/request.html.twig',
  6380.                 ],
  6381.                 'data_collector.time' => [
  6382.                     => 'time',
  6383.                     => '@WebProfiler/Collector/time.html.twig',
  6384.                 ],
  6385.                 'data_collector.memory' => [
  6386.                     => 'memory',
  6387.                     => '@WebProfiler/Collector/memory.html.twig',
  6388.                 ],
  6389.                 'data_collector.validator' => [
  6390.                     => 'validator',
  6391.                     => '@WebProfiler/Collector/validator.html.twig',
  6392.                 ],
  6393.                 'data_collector.ajax' => [
  6394.                     => 'ajax',
  6395.                     => '@WebProfiler/Collector/ajax.html.twig',
  6396.                 ],
  6397.                 'data_collector.form' => [
  6398.                     => 'form',
  6399.                     => '@WebProfiler/Collector/form.html.twig',
  6400.                 ],
  6401.                 'data_collector.exception' => [
  6402.                     => 'exception',
  6403.                     => '@WebProfiler/Collector/exception.html.twig',
  6404.                 ],
  6405.                 'data_collector.logger' => [
  6406.                     => 'logger',
  6407.                     => '@WebProfiler/Collector/logger.html.twig',
  6408.                 ],
  6409.                 'data_collector.events' => [
  6410.                     => 'events',
  6411.                     => '@WebProfiler/Collector/events.html.twig',
  6412.                 ],
  6413.                 'data_collector.router' => [
  6414.                     => 'router',
  6415.                     => '@WebProfiler/Collector/router.html.twig',
  6416.                 ],
  6417.                 'data_collector.cache' => [
  6418.                     => 'cache',
  6419.                     => '@WebProfiler/Collector/cache.html.twig',
  6420.                 ],
  6421.                 'data_collector.translation' => [
  6422.                     => 'translation',
  6423.                     => '@WebProfiler/Collector/translation.html.twig',
  6424.                 ],
  6425.                 'data_collector.security' => [
  6426.                     => 'security',
  6427.                     => '@Security/Collector/security.html.twig',
  6428.                 ],
  6429.                 'data_collector.twig' => [
  6430.                     => 'twig',
  6431.                     => '@WebProfiler/Collector/twig.html.twig',
  6432.                 ],
  6433.                 'data_collector.doctrine' => [
  6434.                     => 'db',
  6435.                     => '@Doctrine/Collector/db.html.twig',
  6436.                 ],
  6437.                 'doctrine_migrations.migrations_collector' => [
  6438.                     => 'doctrine_migrations',
  6439.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6440.                 ],
  6441.                 'data_collector.dump' => [
  6442.                     => 'dump',
  6443.                     => '@Debug/Profiler/dump.html.twig',
  6444.                 ],
  6445.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6446.                 'mailer.data_collector' => [
  6447.                     => 'mailer',
  6448.                     => '@WebProfiler/Collector/mailer.html.twig',
  6449.                 ],
  6450.                 'data_collector.config' => [
  6451.                     => 'config',
  6452.                     => '@WebProfiler/Collector/config.html.twig',
  6453.                 ],
  6454.                 'eccube.collector.core' => [
  6455.                     => 'eccube_core',
  6456.                     => '@toolbar/eccube.html.twig',
  6457.                 ],
  6458.             ],
  6459.             'console.command.ids' => [
  6460.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6461.             ],
  6462.         ];
  6463.     }
  6464.     protected function throw($message)
  6465.     {
  6466.         throw new RuntimeException($message);
  6467.     }
  6468. }