var/cache/dev/ContainerCn0ZCuS/Eccube_KernelDevDebugContainer.php line 2758

Open in your IDE?
  1. <?php
  2. namespace ContainerCn0ZCuS;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'Detection\\MobileDetect' => 'getMobileDetectService',
  43.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  44.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController' => 'getOrderStatusExControllerService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  51.             'data_collector.dump' => 'getDataCollector_DumpService',
  52.             'doctrine' => 'getDoctrineService',
  53.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  54.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  55.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  56.             'event_dispatcher' => 'getEventDispatcherService',
  57.             'http_kernel' => 'getHttpKernelService',
  58.             'request_stack' => 'getRequestStackService',
  59.             'router' => 'getRouterService',
  60.             'translator' => 'getTranslatorService',
  61.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  62.             'cache_clearer' => 'getCacheClearerService',
  63.             'filesystem' => 'getFilesystemService',
  64.             'state_machine.order' => 'getStateMachine_OrderService',
  65.             'serializer' => 'getSerializerService',
  66.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  67.             'form.factory' => 'getForm_FactoryService',
  68.             'form.type.file' => 'getForm_Type_FileService',
  69.             'profiler' => 'getProfilerService',
  70.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  71.             'security.token_storage' => 'getSecurity_TokenStorageService',
  72.             'twig' => 'getTwigService',
  73.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  74.             'session' => 'getSessionService',
  75.             'validator' => 'getValidatorService',
  76.         ];
  77.         $this->fileMap = [
  78.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  79.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  82.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  83.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  84.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  85.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  86.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  87.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  104.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  108.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  111.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  131.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  132.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  133.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  134.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  135.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  136.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  137.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  138.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  139.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  140.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  141.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  142.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  143.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  144.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  145.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  146.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  147.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  148.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  149.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  150.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  151.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  152.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  153.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  154.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  155.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  156.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  157.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  158.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  159.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  160.             'Plugin\\AmazonPayV2_42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusControllerService',
  161.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonRedirectController' => 'getAmazonRedirectControllerService',
  162.             'Plugin\\AmazonPayV2_42\\Controller\\AmazonShoppingController' => 'getAmazonShoppingControllerService',
  163.             'Plugin\\AmazonPayV2_42\\Service\\AmazonRequestService' => 'getAmazonRequestServiceService',
  164.             'Plugin\\AmazonPayV2_42\\Service\\Method\\AmazonPay' => 'getAmazonPayService',
  165.             'Plugin\\AttachWysiwygEditor42\\Controller\\Admin\\AweConfigController' => 'getAweConfigControllerService',
  166.             'Plugin\\AttachWysiwygEditor42\\Controller\\Admin\\AweMediaController' => 'getAweMediaControllerService',
  167.             'Plugin\\CategorySort42\\Controller\\CategorySortController' => 'getCategorySortControllerService',
  168.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  169.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  170.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  171.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  172.             'Plugin\\MypageReceipt2Ft\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  173.             'Plugin\\MypageReceipt2Ft\\Controller\\MypageReceipt2FtController' => 'getMypageReceipt2FtControllerService',
  174.             'Plugin\\Noshidelivery\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  175.             'Plugin\\Noshidelivery\\Controller\\Admin\\NoshideliveryCheckController' => 'getNoshideliveryCheckControllerService',
  176.             'Plugin\\Noshidelivery\\Controller\\Admin\\NoshideliveryKindController' => 'getNoshideliveryKindControllerService',
  177.             'Plugin\\Noshidelivery\\Controller\\Admin\\NoshideliveryTieController' => 'getNoshideliveryTieControllerService',
  178.             'Plugin\\OrderStatusEx\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  179.             'Plugin\\PointExDx\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  180.             'Plugin\\PointExDx\\Controller\\Admin\\Setting\\Shop\\PointExDxController' => 'getPointExDxControllerService',
  181.             'Plugin\\ProductContact42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  182.             'Plugin\\ReportPdf2Ft\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  183.             'Plugin\\ReportPdf2Ft\\Controller\\ReportPdf2FtController' => 'getReportPdf2FtControllerService',
  184.             'Plugin\\SendAllMails42\\Controller\\Admin\\ConfigController' => 'getConfigController9Service',
  185.             'Plugin\\YamatoB2Csv42\\Controller\\Admin\\ConfigController' => 'getConfigController10Service',
  186.             'Plugin\\YamatoB2Csv42\\Controller\\Admin\\YamatoB2Controller' => 'getYamatoB2ControllerService',
  187.             'Plugin\\YamatoPayment42\\Controller\\Admin\\ConfigController' => 'getConfigController11Service',
  188.             'Plugin\\YamatoPayment42\\Controller\\Admin\\PaymentStatusController' => 'getPaymentStatusController2Service',
  189.             'Plugin\\YamatoPayment42\\Controller\\CreditController' => 'getCreditControllerService',
  190.             'Plugin\\YamatoPayment42\\Controller\\PaymentController' => 'getPaymentController2Service',
  191.             'Plugin\\YamatoPayment42\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  192.             'Plugin\\YamatoPayment42\\Service\\Method\\Credit' => 'getCreditService',
  193.             'Plugin\\YamatoPayment42\\Service\\Method\\Cvs' => 'getCvsService',
  194.             'Plugin\\YamatoPayment42\\Service\\Method\\Deferred' => 'getDeferredService',
  195.             'Plugin\\YamatoPayment42\\Service\\Method\\DeferredSms' => 'getDeferredSmsService',
  196.             'Plugin\\YamatoPayment42\\Service\\Method\\Paypay' => 'getPaypayService',
  197.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  198.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  199.             'cache.app_clearer' => 'getCache_AppClearerService',
  200.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  201.             'cache.system_clearer' => 'getCache_SystemClearerService',
  202.             'cache_warmer' => 'getCacheWarmerService',
  203.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  204.             'console.command_loader' => 'getConsole_CommandLoaderService',
  205.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  206.             'eccube.logger' => 'getEccube_LoggerService',
  207.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  208.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  209.             'error_controller' => 'getErrorControllerService',
  210.             'knp_paginator' => 'getKnpPaginatorService',
  211.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  212.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  213.             'monolog.logger.YamatoPayment42' => 'getMonolog_Logger_YamatoPayment42Service',
  214.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  215.             'monolog.logger.amazon_pay_v2' => 'getMonolog_Logger_AmazonPayV2Service',
  216.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  217.             'monolog.logger.postcarrier' => 'getMonolog_Logger_PostcarrierService',
  218.             'order_status_ex.plg_migration' => 'getOrderStatusEx_PlgMigrationService',
  219.             'point_ex_dx.config_migration' => 'getPointExDx_ConfigMigrationService',
  220.             'point_ex_dx.plg_migration' => 'getPointExDx_PlgMigrationService',
  221.             'routing.loader' => 'getRouting_LoaderService',
  222.             'services_resetter' => 'getServicesResetterService',
  223.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  224.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  225.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  226.         ];
  227.         $this->aliases = [
  228.             'database_connection' => 'doctrine.dbal.default_connection',
  229.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  230.         ];
  231.         $this->privates['service_container'] = function () {
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  238.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  242.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  243.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  244.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  245.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Doctrine/Query/AdminOrderSearchCustomizer.php';
  246.             include_once \dirname(__DIR__4).'/app/Customize/Repository/AdminCustomerListCustomizer.php';
  247.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  248.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  255.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  256.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  263.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  268.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  283.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/Util/CacheUtil.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/Controller/AbstractController.php';
  293.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Controller/Admin/Seggin/Shop/OrderStatusExController.php';
  294.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/EventSubscriber/TwigRenderTrait.php';
  295.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/EventSubscriber/OrderStatusEventSubscriber.php';
  296.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/TwigRenderService.php';
  297.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/EventSubscriber/TwigRenderHelper.php';
  298.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/TwigRenderService/Form/FormHelper.php';
  299.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Repository/OrderStatusExRepository.php';
  300.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/OrderStatusExConfigService.php';
  301.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Service/OrderStatusExService.php';
  302.             include_once \dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PointExDxService.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  305.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  308.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  311.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  312.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  346.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  383.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  384.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  466.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  467.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  469.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  470.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  471.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  472.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  473.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  474.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  475.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  477.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  480.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  481.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  490.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  491.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  492.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  496.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  497.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  498.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  499.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  500.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  502.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  503.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  507.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  508.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  511.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  512.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  514.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  515.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  517.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  549.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  587.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  594.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  595.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  626.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  627.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  628.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  629.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  630.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  631.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  632.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  633.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  634.             include_once \dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Twig/OrderStatusExTwigExtension.php';
  635.             include_once \dirname(__DIR__4).'/app/Plugin/PointExDx/Twig/PointExDxTwigExtension.php';
  636.             include_once \dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Twig/Extension/YamatoExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  644.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  645.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  646.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  649.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  651.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  658.         };
  659.     }
  660.     public function compile(): void
  661.     {
  662.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  663.     }
  664.     public function isCompiled(): bool
  665.     {
  666.         return true;
  667.     }
  668.     public function getRemovedIds(): array
  669.     {
  670.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  671.     }
  672.     protected function load($file$lazyLoad true)
  673.     {
  674.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  675.             return $class::do($this$lazyLoad);
  676.         }
  677.         if ('.' === $file[-4]) {
  678.             $class substr($class0, -4);
  679.         } else {
  680.             $file .= '.php';
  681.         }
  682.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  683.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  684.     }
  685.     protected function createProxy($class\Closure $factory)
  686.     {
  687.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  688.         return $factory();
  689.     }
  690.     /**
  691.      * Gets the public '.container.private.form.factory' shared service.
  692.      *
  693.      * @return \Symfony\Component\Form\FormFactory
  694.      */
  695.     protected function get_Container_Private_Form_FactoryService()
  696.     {
  697.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  698.         if (isset($this->services['.container.private.form.factory'])) {
  699.             return $this->services['.container.private.form.factory'];
  700.         }
  701.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  702.     }
  703.     /**
  704.      * Gets the public '.container.private.profiler' shared service.
  705.      *
  706.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  707.      */
  708.     protected function get_Container_Private_ProfilerService()
  709.     {
  710.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  711.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  712.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  713.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  714.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  715.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  716.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  717.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  718.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  719.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  720.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  721.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  722.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  723.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  724.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  725.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  726.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  727.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  728.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  729.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  730.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  731.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  732.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  733.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  734.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  735.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  736.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  737.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  738.         if ($this->has('kernel')) {
  739.             $e->setKernel($b);
  740.         }
  741.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  742.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  743.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  744.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  745.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  746.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  747.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  748.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  749.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  750.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  751.         $instance->add($d);
  752.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  753.         $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));
  754.         $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())));
  755.         $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([])))));
  756.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  757.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  758.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  759.         $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()))));
  760.         $instance->add($e);
  761.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  762.         return $instance;
  763.     }
  764.     /**
  765.      * Gets the public '.container.private.security.authorization_checker' shared service.
  766.      *
  767.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  768.      */
  769.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  770.     {
  771.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  772.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  773.             return $this->services['.container.private.security.authorization_checker'];
  774.         }
  775.         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);
  776.     }
  777.     /**
  778.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  779.      *
  780.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  781.      */
  782.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  783.     {
  784.         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())));
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.security.token_storage' shared service.
  788.      *
  789.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  790.      */
  791.     protected function get_Container_Private_Security_TokenStorageService()
  792.     {
  793.         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, [
  794.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  795.         ], [
  796.             'request_stack' => '?',
  797.         ]));
  798.     }
  799.     /**
  800.      * Gets the public '.container.private.session' shared service.
  801.      *
  802.      * @return \Symfony\Component\HttpFoundation\Session\Session
  803.      */
  804.     protected function get_Container_Private_SessionService()
  805.     {
  806.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  807.         if (isset($this->services['.container.private.session'])) {
  808.             return $this->services['.container.private.session'];
  809.         }
  810.         return $this->services['.container.private.session'] = $a->createSession();
  811.     }
  812.     /**
  813.      * Gets the public '.container.private.state_machine.order' shared service.
  814.      *
  815.      * @return \Symfony\Component\Workflow\StateMachine
  816.      */
  817.     protected function get_Container_Private_StateMachine_OrderService()
  818.     {
  819.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  820.         if (isset($this->services['.container.private.state_machine.order'])) {
  821.             return $this->services['.container.private.state_machine.order'];
  822.         }
  823.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '2'=> '10'=> '11'=> '13'=> '14'=> '15'=> '16'=> '17'=> '18'10 => '19'11 => '20'12 => '21'13 => '22'14 => '3'15 => '4'16 => '5'17 => '6'18 => '7'19 => '8'20 => '9'21 => '2'22 => '10'23 => '11'24 => '12'25 => '13'26 => '14'27 => '15'28 => '16'29 => '17'30 => '18'], [15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), 24 => ($this->privates['.state_machine.order.transition.24'] ?? ($this->privates['.state_machine.order.transition.24'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 25 => ($this->privates['.state_machine.order.transition.25'] ?? ($this->privates['.state_machine.order.transition.25'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 26 => ($this->privates['.state_machine.order.transition.26'] ?? ($this->privates['.state_machine.order.transition.26'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 27 => ($this->privates['.state_machine.order.transition.27'] ?? ($this->privates['.state_machine.order.transition.27'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5'))), 28 => ($this->privates['.state_machine.order.transition.28'] ?? ($this->privates['.state_machine.order.transition.28'] = new \Symfony\Component\Workflow\Transition('packing.2''1''2'))), 29 => ($this->privates['.state_machine.order.transition.29'] ?? ($this->privates['.state_machine.order.transition.29'] = new \Symfony\Component\Workflow\Transition('packing.3''1''3'))), 30 => ($this->privates['.state_machine.order.transition.30'] ?? ($this->privates['.state_machine.order.transition.30'] = new \Symfony\Component\Workflow\Transition('packing.6''1''6'))), 31 => ($this->privates['.state_machine.order.transition.31'] ?? ($this->privates['.state_machine.order.transition.31'] = new \Symfony\Component\Workflow\Transition('packing.8''1''8'))), 32 => ($this->privates['.state_machine.order.transition.32'] ?? ($this->privates['.state_machine.order.transition.32'] = new \Symfony\Component\Workflow\Transition('return''1''9'))), 33 => ($this->privates['.state_machine.order.transition.33'] ?? ($this->privates['.state_machine.order.transition.33'] = new \Symfony\Component\Workflow\Transition('cancel.10''1''10'))), 34 => ($this->privates['.state_machine.order.transition.34'] ?? ($this->privates['.state_machine.order.transition.34'] = new \Symfony\Component\Workflow\Transition('packing.11''1''11'))), 35 => ($this->privates['.state_machine.order.transition.35'] ?? ($this->privates['.state_machine.order.transition.35'] = new \Symfony\Component\Workflow\Transition('cancel.12''1''12'))), 36 => ($this->privates['.state_machine.order.transition.36'] ?? ($this->privates['.state_machine.order.transition.36'] = new \Symfony\Component\Workflow\Transition('packing.14''1''14'))), 37 => ($this->privates['.state_machine.order.transition.37'] ?? ($this->privates['.state_machine.order.transition.37'] = new \Symfony\Component\Workflow\Transition('packing.15''1''15'))), 38 => ($this->privates['.state_machine.order.transition.38'] ?? ($this->privates['.state_machine.order.transition.38'] = new \Symfony\Component\Workflow\Transition('packing.16''1''16'))), 39 => ($this->privates['.state_machine.order.transition.39'] ?? ($this->privates['.state_machine.order.transition.39'] = new \Symfony\Component\Workflow\Transition('packing.17''1''17'))), 40 => ($this->privates['.state_machine.order.transition.40'] ?? ($this->privates['.state_machine.order.transition.40'] = new \Symfony\Component\Workflow\Transition('packing.18''1''18'))), 41 => ($this->privates['.state_machine.order.transition.41'] ?? ($this->privates['.state_machine.order.transition.41'] = new \Symfony\Component\Workflow\Transition('other-2-1''2''1'))), 42 => ($this->privates['.state_machine.order.transition.42'] ?? ($this->privates['.state_machine.order.transition.42'] = new \Symfony\Component\Workflow\Transition('other-2-3''2''3'))), 43 => ($this->privates['.state_machine.order.transition.43'] ?? ($this->privates['.state_machine.order.transition.43'] = new \Symfony\Component\Workflow\Transition('other-2-4''2''4'))), 44 => ($this->privates['.state_machine.order.transition.44'] ?? ($this->privates['.state_machine.order.transition.44'] = new \Symfony\Component\Workflow\Transition('ship''2''5'))), 45 => ($this->privates['.state_machine.order.transition.45'] ?? ($this->privates['.state_machine.order.transition.45'] = new \Symfony\Component\Workflow\Transition('other-2-6''2''6'))), 46 => ($this->privates['.state_machine.order.transition.46'] ?? ($this->privates['.state_machine.order.transition.46'] = new \Symfony\Component\Workflow\Transition('other-2-7''2''7'))), 47 => ($this->privates['.state_machine.order.transition.47'] ?? ($this->privates['.state_machine.order.transition.47'] = new \Symfony\Component\Workflow\Transition('other-2-8''2''8'))), 48 => ($this->privates['.state_machine.order.transition.48'] ?? ($this->privates['.state_machine.order.transition.48'] = new \Symfony\Component\Workflow\Transition('return''2''9'))), 49 => ($this->privates['.state_machine.order.transition.49'] ?? ($this->privates['.state_machine.order.transition.49'] = new \Symfony\Component\Workflow\Transition('cancel.10''2''10'))), 50 => ($this->privates['.state_machine.order.transition.50'] ?? ($this->privates['.state_machine.order.transition.50'] = new \Symfony\Component\Workflow\Transition('other-2-11''2''11'))), 51 => ($this->privates['.state_machine.order.transition.51'] ?? ($this->privates['.state_machine.order.transition.51'] = new \Symfony\Component\Workflow\Transition('cancel.12''2''12'))), 52 => ($this->privates['.state_machine.order.transition.52'] ?? ($this->privates['.state_machine.order.transition.52'] = new \Symfony\Component\Workflow\Transition('other-2-14''2''14'))), 53 => ($this->privates['.state_machine.order.transition.53'] ?? ($this->privates['.state_machine.order.transition.53'] = new \Symfony\Component\Workflow\Transition('other-2-15''2''15'))), 54 => ($this->privates['.state_machine.order.transition.54'] ?? ($this->privates['.state_machine.order.transition.54'] = new \Symfony\Component\Workflow\Transition('other-2-16''2''16'))), 55 => ($this->privates['.state_machine.order.transition.55'] ?? ($this->privates['.state_machine.order.transition.55'] = new \Symfony\Component\Workflow\Transition('other-2-17''2''17'))), 56 => ($this->privates['.state_machine.order.transition.56'] ?? ($this->privates['.state_machine.order.transition.56'] = new \Symfony\Component\Workflow\Transition('other-3-1''3''1'))), 57 => ($this->privates['.state_machine.order.transition.57'] ?? ($this->privates['.state_machine.order.transition.57'] = new \Symfony\Component\Workflow\Transition('other-3-2''3''2'))), 58 => ($this->privates['.state_machine.order.transition.58'] ?? ($this->privates['.state_machine.order.transition.58'] = new \Symfony\Component\Workflow\Transition('other-3-4''3''4'))), 59 => ($this->privates['.state_machine.order.transition.59'] ?? ($this->privates['.state_machine.order.transition.59'] = new \Symfony\Component\Workflow\Transition('ship''3''5'))), 60 => ($this->privates['.state_machine.order.transition.60'] ?? ($this->privates['.state_machine.order.transition.60'] = new \Symfony\Component\Workflow\Transition('other-3-6''3''6'))), 61 => ($this->privates['.state_machine.order.transition.61'] ?? ($this->privates['.state_machine.order.transition.61'] = new \Symfony\Component\Workflow\Transition('other-3-8''3''8'))), 62 => ($this->privates['.state_machine.order.transition.62'] ?? ($this->privates['.state_machine.order.transition.62'] = new \Symfony\Component\Workflow\Transition('return''3''9'))), 63 => ($this->privates['.state_machine.order.transition.63'] ?? ($this->privates['.state_machine.order.transition.63'] = new \Symfony\Component\Workflow\Transition('cancel.10''3''10'))), 64 => ($this->privates['.state_machine.order.transition.64'] ?? ($this->privates['.state_machine.order.transition.64'] = new \Symfony\Component\Workflow\Transition('other-3-11''3''11'))), 65 => ($this->privates['.state_machine.order.transition.65'] ?? ($this->privates['.state_machine.order.transition.65'] = new \Symfony\Component\Workflow\Transition('cancel.12''3''12'))), 66 => ($this->privates['.state_machine.order.transition.66'] ?? ($this->privates['.state_machine.order.transition.66'] = new \Symfony\Component\Workflow\Transition('other-3-14''3''14'))), 67 => ($this->privates['.state_machine.order.transition.67'] ?? ($this->privates['.state_machine.order.transition.67'] = new \Symfony\Component\Workflow\Transition('other-3-15''3''15'))), 68 => ($this->privates['.state_machine.order.transition.68'] ?? ($this->privates['.state_machine.order.transition.68'] = new \Symfony\Component\Workflow\Transition('other-3-16''3''16'))), 69 => ($this->privates['.state_machine.order.transition.69'] ?? ($this->privates['.state_machine.order.transition.69'] = new \Symfony\Component\Workflow\Transition('other-3-17''3''17'))), 70 => ($this->privates['.state_machine.order.transition.70'] ?? ($this->privates['.state_machine.order.transition.70'] = new \Symfony\Component\Workflow\Transition('other-3-18''3''18'))), 71 => ($this->privates['.state_machine.order.transition.71'] ?? ($this->privates['.state_machine.order.transition.71'] = new \Symfony\Component\Workflow\Transition('other-4-1''4''1'))), 72 => ($this->privates['.state_machine.order.transition.72'] ?? ($this->privates['.state_machine.order.transition.72'] = new \Symfony\Component\Workflow\Transition('other-4-2''4''2'))), 73 => ($this->privates['.state_machine.order.transition.73'] ?? ($this->privates['.state_machine.order.transition.73'] = new \Symfony\Component\Workflow\Transition('other-4-3''4''3'))), 74 => ($this->privates['.state_machine.order.transition.74'] ?? ($this->privates['.state_machine.order.transition.74'] = new \Symfony\Component\Workflow\Transition('other-4-6''4''6'))), 75 => ($this->privates['.state_machine.order.transition.75'] ?? ($this->privates['.state_machine.order.transition.75'] = new \Symfony\Component\Workflow\Transition('other-4-7''4''7'))), 76 => ($this->privates['.state_machine.order.transition.76'] ?? ($this->privates['.state_machine.order.transition.76'] = new \Symfony\Component\Workflow\Transition('other-4-8''4''8'))), 77 => ($this->privates['.state_machine.order.transition.77'] ?? ($this->privates['.state_machine.order.transition.77'] = new \Symfony\Component\Workflow\Transition('return''4''9'))), 78 => ($this->privates['.state_machine.order.transition.78'] ?? ($this->privates['.state_machine.order.transition.78'] = new \Symfony\Component\Workflow\Transition('cancel.10''4''10'))), 79 => ($this->privates['.state_machine.order.transition.79'] ?? ($this->privates['.state_machine.order.transition.79'] = new \Symfony\Component\Workflow\Transition('other-4-11''4''11'))), 80 => ($this->privates['.state_machine.order.transition.80'] ?? ($this->privates['.state_machine.order.transition.80'] = new \Symfony\Component\Workflow\Transition('cancel.12''4''12'))), 81 => ($this->privates['.state_machine.order.transition.81'] ?? ($this->privates['.state_machine.order.transition.81'] = new \Symfony\Component\Workflow\Transition('other-4-14''4''14'))), 82 => ($this->privates['.state_machine.order.transition.82'] ?? ($this->privates['.state_machine.order.transition.82'] = new \Symfony\Component\Workflow\Transition('other-4-15''4''15'))), 83 => ($this->privates['.state_machine.order.transition.83'] ?? ($this->privates['.state_machine.order.transition.83'] = new \Symfony\Component\Workflow\Transition('other-4-16''4''16'))), 84 => ($this->privates['.state_machine.order.transition.84'] ?? ($this->privates['.state_machine.order.transition.84'] = new \Symfony\Component\Workflow\Transition('other-4-17''4''17'))), 85 => ($this->privates['.state_machine.order.transition.85'] ?? ($this->privates['.state_machine.order.transition.85'] = new \Symfony\Component\Workflow\Transition('other-5-1''5''1'))), 86 => ($this->privates['.state_machine.order.transition.86'] ?? ($this->privates['.state_machine.order.transition.86'] = new \Symfony\Component\Workflow\Transition('packing.2''5''2'))), 87 => ($this->privates['.state_machine.order.transition.87'] ?? ($this->privates['.state_machine.order.transition.87'] = new \Symfony\Component\Workflow\Transition('packing.3''5''3'))), 88 => ($this->privates['.state_machine.order.transition.88'] ?? ($this->privates['.state_machine.order.transition.88'] = new \Symfony\Component\Workflow\Transition('packing''5''4'))), 89 => ($this->privates['.state_machine.order.transition.89'] ?? ($this->privates['.state_machine.order.transition.89'] = new \Symfony\Component\Workflow\Transition('packing.6''5''6'))), 90 => ($this->privates['.state_machine.order.transition.90'] ?? ($this->privates['.state_machine.order.transition.90'] = new \Symfony\Component\Workflow\Transition('packing.8''5''8'))), 91 => ($this->privates['.state_machine.order.transition.91'] ?? ($this->privates['.state_machine.order.transition.91'] = new \Symfony\Component\Workflow\Transition('cancel.10''5''10'))), 92 => ($this->privates['.state_machine.order.transition.92'] ?? ($this->privates['.state_machine.order.transition.92'] = new \Symfony\Component\Workflow\Transition('packing.11''5''11'))), 93 => ($this->privates['.state_machine.order.transition.93'] ?? ($this->privates['.state_machine.order.transition.93'] = new \Symfony\Component\Workflow\Transition('cancel.12''5''12'))), 94 => ($this->privates['.state_machine.order.transition.94'] ?? ($this->privates['.state_machine.order.transition.94'] = new \Symfony\Component\Workflow\Transition('packing.14''5''14'))), 95 => ($this->privates['.state_machine.order.transition.95'] ?? ($this->privates['.state_machine.order.transition.95'] = new \Symfony\Component\Workflow\Transition('packing.15''5''15'))), 96 => ($this->privates['.state_machine.order.transition.96'] ?? ($this->privates['.state_machine.order.transition.96'] = new \Symfony\Component\Workflow\Transition('packing.16''5''16'))), 97 => ($this->privates['.state_machine.order.transition.97'] ?? ($this->privates['.state_machine.order.transition.97'] = new \Symfony\Component\Workflow\Transition('packing.17''5''17'))), 98 => ($this->privates['.state_machine.order.transition.98'] ?? ($this->privates['.state_machine.order.transition.98'] = new \Symfony\Component\Workflow\Transition('other-6-1''6''1'))), 99 => ($this->privates['.state_machine.order.transition.99'] ?? ($this->privates['.state_machine.order.transition.99'] = new \Symfony\Component\Workflow\Transition('other-6-2''6''2'))), 100 => ($this->privates['.state_machine.order.transition.100'] ?? ($this->privates['.state_machine.order.transition.100'] = new \Symfony\Component\Workflow\Transition('other-6-3''6''3'))), 101 => ($this->privates['.state_machine.order.transition.101'] ?? ($this->privates['.state_machine.order.transition.101'] = new \Symfony\Component\Workflow\Transition('other-6-4''6''4'))), 102 => ($this->privates['.state_machine.order.transition.102'] ?? ($this->privates['.state_machine.order.transition.102'] = new \Symfony\Component\Workflow\Transition('other-6-8''6''8'))), 103 => ($this->privates['.state_machine.order.transition.103'] ?? ($this->privates['.state_machine.order.transition.103'] = new \Symfony\Component\Workflow\Transition('return''6''9'))), 104 => ($this->privates['.state_machine.order.transition.104'] ?? ($this->privates['.state_machine.order.transition.104'] = new \Symfony\Component\Workflow\Transition('cancel.10''6''10'))), 105 => ($this->privates['.state_machine.order.transition.105'] ?? ($this->privates['.state_machine.order.transition.105'] = new \Symfony\Component\Workflow\Transition('other-6-11''6''11'))), 106 => ($this->privates['.state_machine.order.transition.106'] ?? ($this->privates['.state_machine.order.transition.106'] = new \Symfony\Component\Workflow\Transition('cancel.12''6''12'))), 107 => ($this->privates['.state_machine.order.transition.107'] ?? ($this->privates['.state_machine.order.transition.107'] = new \Symfony\Component\Workflow\Transition('other-6-14''6''14'))), 108 => ($this->privates['.state_machine.order.transition.108'] ?? ($this->privates['.state_machine.order.transition.108'] = new \Symfony\Component\Workflow\Transition('other-6-15''6''15'))), 109 => ($this->privates['.state_machine.order.transition.109'] ?? ($this->privates['.state_machine.order.transition.109'] = new \Symfony\Component\Workflow\Transition('other-6-16''6''16'))), 110 => ($this->privates['.state_machine.order.transition.110'] ?? ($this->privates['.state_machine.order.transition.110'] = new \Symfony\Component\Workflow\Transition('other-6-17''6''17'))), 111 => ($this->privates['.state_machine.order.transition.111'] ?? ($this->privates['.state_machine.order.transition.111'] = new \Symfony\Component\Workflow\Transition('other-7-1''7''1'))), 112 => ($this->privates['.state_machine.order.transition.112'] ?? ($this->privates['.state_machine.order.transition.112'] = new \Symfony\Component\Workflow\Transition('other-7-2''7''2'))), 113 => ($this->privates['.state_machine.order.transition.113'] ?? ($this->privates['.state_machine.order.transition.113'] = new \Symfony\Component\Workflow\Transition('other-7-4''7''4'))), 114 => ($this->privates['.state_machine.order.transition.114'] ?? ($this->privates['.state_machine.order.transition.114'] = new \Symfony\Component\Workflow\Transition('ship''7''5'))), 115 => ($this->privates['.state_machine.order.transition.115'] ?? ($this->privates['.state_machine.order.transition.115'] = new \Symfony\Component\Workflow\Transition('other-7-6''7''6'))), 116 => ($this->privates['.state_machine.order.transition.116'] ?? ($this->privates['.state_machine.order.transition.116'] = new \Symfony\Component\Workflow\Transition('other-7-8''7''8'))), 117 => ($this->privates['.state_machine.order.transition.117'] ?? ($this->privates['.state_machine.order.transition.117'] = new \Symfony\Component\Workflow\Transition('return''7''9'))), 118 => ($this->privates['.state_machine.order.transition.118'] ?? ($this->privates['.state_machine.order.transition.118'] = new \Symfony\Component\Workflow\Transition('cancel.10''7''10'))), 119 => ($this->privates['.state_machine.order.transition.119'] ?? ($this->privates['.state_machine.order.transition.119'] = new \Symfony\Component\Workflow\Transition('other-7-11''7''11'))), 120 => ($this->privates['.state_machine.order.transition.120'] ?? ($this->privates['.state_machine.order.transition.120'] = new \Symfony\Component\Workflow\Transition('cancel.12''7''12'))), 121 => ($this->privates['.state_machine.order.transition.121'] ?? ($this->privates['.state_machine.order.transition.121'] = new \Symfony\Component\Workflow\Transition('other-7-14''7''14'))), 122 => ($this->privates['.state_machine.order.transition.122'] ?? ($this->privates['.state_machine.order.transition.122'] = new \Symfony\Component\Workflow\Transition('other-7-15''7''15'))), 123 => ($this->privates['.state_machine.order.transition.123'] ?? ($this->privates['.state_machine.order.transition.123'] = new \Symfony\Component\Workflow\Transition('other-7-16''7''16'))), 124 => ($this->privates['.state_machine.order.transition.124'] ?? ($this->privates['.state_machine.order.transition.124'] = new \Symfony\Component\Workflow\Transition('other-7-17''7''17'))), 125 => ($this->privates['.state_machine.order.transition.125'] ?? ($this->privates['.state_machine.order.transition.125'] = new \Symfony\Component\Workflow\Transition('other-8-1''8''1'))), 126 => ($this->privates['.state_machine.order.transition.126'] ?? ($this->privates['.state_machine.order.transition.126'] = new \Symfony\Component\Workflow\Transition('other-8-2''8''2'))), 127 => ($this->privates['.state_machine.order.transition.127'] ?? ($this->privates['.state_machine.order.transition.127'] = new \Symfony\Component\Workflow\Transition('other-8-4''8''4'))), 128 => ($this->privates['.state_machine.order.transition.128'] ?? ($this->privates['.state_machine.order.transition.128'] = new \Symfony\Component\Workflow\Transition('ship''8''5'))), 129 => ($this->privates['.state_machine.order.transition.129'] ?? ($this->privates['.state_machine.order.transition.129'] = new \Symfony\Component\Workflow\Transition('other-8-6''8''6'))), 130 => ($this->privates['.state_machine.order.transition.130'] ?? ($this->privates['.state_machine.order.transition.130'] = new \Symfony\Component\Workflow\Transition('other-8-7''8''7'))), 131 => ($this->privates['.state_machine.order.transition.131'] ?? ($this->privates['.state_machine.order.transition.131'] = new \Symfony\Component\Workflow\Transition('return''8''9'))), 132 => ($this->privates['.state_machine.order.transition.132'] ?? ($this->privates['.state_machine.order.transition.132'] = new \Symfony\Component\Workflow\Transition('cancel.10''8''10'))), 133 => ($this->privates['.state_machine.order.transition.133'] ?? ($this->privates['.state_machine.order.transition.133'] = new \Symfony\Component\Workflow\Transition('other-8-11''8''11'))), 134 => ($this->privates['.state_machine.order.transition.134'] ?? ($this->privates['.state_machine.order.transition.134'] = new \Symfony\Component\Workflow\Transition('cancel.12''8''12'))), 135 => ($this->privates['.state_machine.order.transition.135'] ?? ($this->privates['.state_machine.order.transition.135'] = new \Symfony\Component\Workflow\Transition('other-8-14''8''14'))), 136 => ($this->privates['.state_machine.order.transition.136'] ?? ($this->privates['.state_machine.order.transition.136'] = new \Symfony\Component\Workflow\Transition('other-8-15''8''15'))), 137 => ($this->privates['.state_machine.order.transition.137'] ?? ($this->privates['.state_machine.order.transition.137'] = new \Symfony\Component\Workflow\Transition('other-8-16''8''16'))), 138 => ($this->privates['.state_machine.order.transition.138'] ?? ($this->privates['.state_machine.order.transition.138'] = new \Symfony\Component\Workflow\Transition('other-8-17''8''17'))), 139 => ($this->privates['.state_machine.order.transition.139'] ?? ($this->privates['.state_machine.order.transition.139'] = new \Symfony\Component\Workflow\Transition('other-9-1''9''1'))), 140 => ($this->privates['.state_machine.order.transition.140'] ?? ($this->privates['.state_machine.order.transition.140'] = new \Symfony\Component\Workflow\Transition('packing.2''9''2'))), 141 => ($this->privates['.state_machine.order.transition.141'] ?? ($this->privates['.state_machine.order.transition.141'] = new \Symfony\Component\Workflow\Transition('packing.3''9''3'))), 142 => ($this->privates['.state_machine.order.transition.142'] ?? ($this->privates['.state_machine.order.transition.142'] = new \Symfony\Component\Workflow\Transition('packing''9''4'))), 143 => ($this->privates['.state_machine.order.transition.143'] ?? ($this->privates['.state_machine.order.transition.143'] = new \Symfony\Component\Workflow\Transition('packing.6''9''6'))), 144 => ($this->privates['.state_machine.order.transition.144'] ?? ($this->privates['.state_machine.order.transition.144'] = new \Symfony\Component\Workflow\Transition('packing.7''9''7'))), 145 => ($this->privates['.state_machine.order.transition.145'] ?? ($this->privates['.state_machine.order.transition.145'] = new \Symfony\Component\Workflow\Transition('packing.8''9''8'))), 146 => ($this->privates['.state_machine.order.transition.146'] ?? ($this->privates['.state_machine.order.transition.146'] = new \Symfony\Component\Workflow\Transition('cancel.10''9''10'))), 147 => ($this->privates['.state_machine.order.transition.147'] ?? ($this->privates['.state_machine.order.transition.147'] = new \Symfony\Component\Workflow\Transition('packing.11''9''11'))), 148 => ($this->privates['.state_machine.order.transition.148'] ?? ($this->privates['.state_machine.order.transition.148'] = new \Symfony\Component\Workflow\Transition('cancel.12''9''12'))), 149 => ($this->privates['.state_machine.order.transition.149'] ?? ($this->privates['.state_machine.order.transition.149'] = new \Symfony\Component\Workflow\Transition('packing.14''9''14'))), 150 => ($this->privates['.state_machine.order.transition.150'] ?? ($this->privates['.state_machine.order.transition.150'] = new \Symfony\Component\Workflow\Transition('packing.15''9''15'))), 151 => ($this->privates['.state_machine.order.transition.151'] ?? ($this->privates['.state_machine.order.transition.151'] = new \Symfony\Component\Workflow\Transition('packing.16''9''16'))), 152 => ($this->privates['.state_machine.order.transition.152'] ?? ($this->privates['.state_machine.order.transition.152'] = new \Symfony\Component\Workflow\Transition('packing.17''9''17'))), 153 => ($this->privates['.state_machine.order.transition.153'] ?? ($this->privates['.state_machine.order.transition.153'] = new \Symfony\Component\Workflow\Transition('other-11-1''11''1'))), 154 => ($this->privates['.state_machine.order.transition.154'] ?? ($this->privates['.state_machine.order.transition.154'] = new \Symfony\Component\Workflow\Transition('other-11-2''11''2'))), 155 => ($this->privates['.state_machine.order.transition.155'] ?? ($this->privates['.state_machine.order.transition.155'] = new \Symfony\Component\Workflow\Transition('other-11-3''11''3'))), 156 => ($this->privates['.state_machine.order.transition.156'] ?? ($this->privates['.state_machine.order.transition.156'] = new \Symfony\Component\Workflow\Transition('other-11-4''11''4'))), 157 => ($this->privates['.state_machine.order.transition.157'] ?? ($this->privates['.state_machine.order.transition.157'] = new \Symfony\Component\Workflow\Transition('ship''11''5'))), 158 => ($this->privates['.state_machine.order.transition.158'] ?? ($this->privates['.state_machine.order.transition.158'] = new \Symfony\Component\Workflow\Transition('other-11-6''11''6'))), 159 => ($this->privates['.state_machine.order.transition.159'] ?? ($this->privates['.state_machine.order.transition.159'] = new \Symfony\Component\Workflow\Transition('other-11-7''11''7'))), 160 => ($this->privates['.state_machine.order.transition.160'] ?? ($this->privates['.state_machine.order.transition.160'] = new \Symfony\Component\Workflow\Transition('other-11-8''11''8'))), 161 => ($this->privates['.state_machine.order.transition.161'] ?? ($this->privates['.state_machine.order.transition.161'] = new \Symfony\Component\Workflow\Transition('return''11''9'))), 162 => ($this->privates['.state_machine.order.transition.162'] ?? ($this->privates['.state_machine.order.transition.162'] = new \Symfony\Component\Workflow\Transition('cancel.10''11''10'))), 163 => ($this->privates['.state_machine.order.transition.163'] ?? ($this->privates['.state_machine.order.transition.163'] = new \Symfony\Component\Workflow\Transition('cancel.12''11''12'))), 164 => ($this->privates['.state_machine.order.transition.164'] ?? ($this->privates['.state_machine.order.transition.164'] = new \Symfony\Component\Workflow\Transition('other-11-14''11''14'))), 165 => ($this->privates['.state_machine.order.transition.165'] ?? ($this->privates['.state_machine.order.transition.165'] = new \Symfony\Component\Workflow\Transition('other-11-15''11''15'))), 166 => ($this->privates['.state_machine.order.transition.166'] ?? ($this->privates['.state_machine.order.transition.166'] = new \Symfony\Component\Workflow\Transition('other-11-16''11''16'))), 167 => ($this->privates['.state_machine.order.transition.167'] ?? ($this->privates['.state_machine.order.transition.167'] = new \Symfony\Component\Workflow\Transition('other-11-17''11''17'))), 168 => ($this->privates['.state_machine.order.transition.168'] ?? ($this->privates['.state_machine.order.transition.168'] = new \Symfony\Component\Workflow\Transition('other-12-1''12''1'))), 169 => ($this->privates['.state_machine.order.transition.169'] ?? ($this->privates['.state_machine.order.transition.169'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.2''12''2'))), 170 => ($this->privates['.state_machine.order.transition.170'] ?? ($this->privates['.state_machine.order.transition.170'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.3''12''3'))), 171 => ($this->privates['.state_machine.order.transition.171'] ?? ($this->privates['.state_machine.order.transition.171'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''12''4'))), 172 => ($this->privates['.state_machine.order.transition.172'] ?? ($this->privates['.state_machine.order.transition.172'] = new \Symfony\Component\Workflow\Transition('other-12-5''12''5'))), 173 => ($this->privates['.state_machine.order.transition.173'] ?? ($this->privates['.state_machine.order.transition.173'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.6''12''6'))), 174 => ($this->privates['.state_machine.order.transition.174'] ?? ($this->privates['.state_machine.order.transition.174'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.7''12''7'))), 175 => ($this->privates['.state_machine.order.transition.175'] ?? ($this->privates['.state_machine.order.transition.175'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.8''12''8'))), 176 => ($this->privates['.state_machine.order.transition.176'] ?? ($this->privates['.state_machine.order.transition.176'] = new \Symfony\Component\Workflow\Transition('return''12''9'))), 177 => ($this->privates['.state_machine.order.transition.177'] ?? ($this->privates['.state_machine.order.transition.177'] = new \Symfony\Component\Workflow\Transition('cancel.10''12''10'))), 178 => ($this->privates['.state_machine.order.transition.178'] ?? ($this->privates['.state_machine.order.transition.178'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.11''12''11'))), 179 => ($this->privates['.state_machine.order.transition.179'] ?? ($this->privates['.state_machine.order.transition.179'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.14''12''14'))), 180 => ($this->privates['.state_machine.order.transition.180'] ?? ($this->privates['.state_machine.order.transition.180'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.15''12''15'))), 181 => ($this->privates['.state_machine.order.transition.181'] ?? ($this->privates['.state_machine.order.transition.181'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.16''12''16'))), 182 => ($this->privates['.state_machine.order.transition.182'] ?? ($this->privates['.state_machine.order.transition.182'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress.17''12''17'))), 183 => ($this->privates['.state_machine.order.transition.183'] ?? ($this->privates['.state_machine.order.transition.183'] = new \Symfony\Component\Workflow\Transition('other-13-3''13''3'))), 184 => ($this->privates['.state_machine.order.transition.184'] ?? ($this->privates['.state_machine.order.transition.184'] = new \Symfony\Component\Workflow\Transition('other-13-4''13''4'))), 185 => ($this->privates['.state_machine.order.transition.185'] ?? ($this->privates['.state_machine.order.transition.185'] = new \Symfony\Component\Workflow\Transition('ship''13''5'))), 186 => ($this->privates['.state_machine.order.transition.186'] ?? ($this->privates['.state_machine.order.transition.186'] = new \Symfony\Component\Workflow\Transition('cancel.10''13''10'))), 187 => ($this->privates['.state_machine.order.transition.187'] ?? ($this->privates['.state_machine.order.transition.187'] = new \Symfony\Component\Workflow\Transition('other-14-1''14''1'))), 188 => ($this->privates['.state_machine.order.transition.188'] ?? ($this->privates['.state_machine.order.transition.188'] = new \Symfony\Component\Workflow\Transition('other-14-2''14''2'))), 189 => ($this->privates['.state_machine.order.transition.189'] ?? ($this->privates['.state_machine.order.transition.189'] = new \Symfony\Component\Workflow\Transition('other-14-3''14''3'))), 190 => ($this->privates['.state_machine.order.transition.190'] ?? ($this->privates['.state_machine.order.transition.190'] = new \Symfony\Component\Workflow\Transition('other-14-4''14''4'))), 191 => ($this->privates['.state_machine.order.transition.191'] ?? ($this->privates['.state_machine.order.transition.191'] = new \Symfony\Component\Workflow\Transition('ship''14''5'))), 192 => ($this->privates['.state_machine.order.transition.192'] ?? ($this->privates['.state_machine.order.transition.192'] = new \Symfony\Component\Workflow\Transition('other-14-6''14''6'))), 193 => ($this->privates['.state_machine.order.transition.193'] ?? ($this->privates['.state_machine.order.transition.193'] = new \Symfony\Component\Workflow\Transition('other-14-7''14''7'))), 194 => ($this->privates['.state_machine.order.transition.194'] ?? ($this->privates['.state_machine.order.transition.194'] = new \Symfony\Component\Workflow\Transition('other-14-8''14''8'))), 195 => ($this->privates['.state_machine.order.transition.195'] ?? ($this->privates['.state_machine.order.transition.195'] = new \Symfony\Component\Workflow\Transition('return''14''9'))), 196 => ($this->privates['.state_machine.order.transition.196'] ?? ($this->privates['.state_machine.order.transition.196'] = new \Symfony\Component\Workflow\Transition('cancel.10''14''10'))), 197 => ($this->privates['.state_machine.order.transition.197'] ?? ($this->privates['.state_machine.order.transition.197'] = new \Symfony\Component\Workflow\Transition('other-14-11''14''11'))), 198 => ($this->privates['.state_machine.order.transition.198'] ?? ($this->privates['.state_machine.order.transition.198'] = new \Symfony\Component\Workflow\Transition('cancel.12''14''12'))), 199 => ($this->privates['.state_machine.order.transition.199'] ?? ($this->privates['.state_machine.order.transition.199'] = new \Symfony\Component\Workflow\Transition('other-15-1''15''1'))), 200 => ($this->privates['.state_machine.order.transition.200'] ?? ($this->privates['.state_machine.order.transition.200'] = new \Symfony\Component\Workflow\Transition('other-15-2''15''2'))), 201 => ($this->privates['.state_machine.order.transition.201'] ?? ($this->privates['.state_machine.order.transition.201'] = new \Symfony\Component\Workflow\Transition('other-15-3''15''3'))), 202 => ($this->privates['.state_machine.order.transition.202'] ?? ($this->privates['.state_machine.order.transition.202'] = new \Symfony\Component\Workflow\Transition('other-15-4''15''4'))), 203 => ($this->privates['.state_machine.order.transition.203'] ?? ($this->privates['.state_machine.order.transition.203'] = new \Symfony\Component\Workflow\Transition('ship''15''5'))), 204 => ($this->privates['.state_machine.order.transition.204'] ?? ($this->privates['.state_machine.order.transition.204'] = new \Symfony\Component\Workflow\Transition('other-15-6''15''6'))), 205 => ($this->privates['.state_machine.order.transition.205'] ?? ($this->privates['.state_machine.order.transition.205'] = new \Symfony\Component\Workflow\Transition('other-15-7''15''7'))), 206 => ($this->privates['.state_machine.order.transition.206'] ?? ($this->privates['.state_machine.order.transition.206'] = new \Symfony\Component\Workflow\Transition('other-15-8''15''8'))), 207 => ($this->privates['.state_machine.order.transition.207'] ?? ($this->privates['.state_machine.order.transition.207'] = new \Symfony\Component\Workflow\Transition('return''15''9'))), 208 => ($this->privates['.state_machine.order.transition.208'] ?? ($this->privates['.state_machine.order.transition.208'] = new \Symfony\Component\Workflow\Transition('cancel.10''15''10'))), 209 => ($this->privates['.state_machine.order.transition.209'] ?? ($this->privates['.state_machine.order.transition.209'] = new \Symfony\Component\Workflow\Transition('other-15-11''15''11'))), 210 => ($this->privates['.state_machine.order.transition.210'] ?? ($this->privates['.state_machine.order.transition.210'] = new \Symfony\Component\Workflow\Transition('cancel.12''15''12'))), 211 => ($this->privates['.state_machine.order.transition.211'] ?? ($this->privates['.state_machine.order.transition.211'] = new \Symfony\Component\Workflow\Transition('other-16-1''16''1'))), 212 => ($this->privates['.state_machine.order.transition.212'] ?? ($this->privates['.state_machine.order.transition.212'] = new \Symfony\Component\Workflow\Transition('other-16-2''16''2'))), 213 => ($this->privates['.state_machine.order.transition.213'] ?? ($this->privates['.state_machine.order.transition.213'] = new \Symfony\Component\Workflow\Transition('other-16-3''16''3'))), 214 => ($this->privates['.state_machine.order.transition.214'] ?? ($this->privates['.state_machine.order.transition.214'] = new \Symfony\Component\Workflow\Transition('other-16-4''16''4'))), 215 => ($this->privates['.state_machine.order.transition.215'] ?? ($this->privates['.state_machine.order.transition.215'] = new \Symfony\Component\Workflow\Transition('ship''16''5'))), 216 => ($this->privates['.state_machine.order.transition.216'] ?? ($this->privates['.state_machine.order.transition.216'] = new \Symfony\Component\Workflow\Transition('other-16-6''16''6'))), 217 => ($this->privates['.state_machine.order.transition.217'] ?? ($this->privates['.state_machine.order.transition.217'] = new \Symfony\Component\Workflow\Transition('other-16-7''16''7'))), 218 => ($this->privates['.state_machine.order.transition.218'] ?? ($this->privates['.state_machine.order.transition.218'] = new \Symfony\Component\Workflow\Transition('other-16-8''16''8'))), 219 => ($this->privates['.state_machine.order.transition.219'] ?? ($this->privates['.state_machine.order.transition.219'] = new \Symfony\Component\Workflow\Transition('return''16''9'))), 220 => ($this->privates['.state_machine.order.transition.220'] ?? ($this->privates['.state_machine.order.transition.220'] = new \Symfony\Component\Workflow\Transition('cancel.10''16''10'))), 221 => ($this->privates['.state_machine.order.transition.221'] ?? ($this->privates['.state_machine.order.transition.221'] = new \Symfony\Component\Workflow\Transition('other-16-11''16''11'))), 222 => ($this->privates['.state_machine.order.transition.222'] ?? ($this->privates['.state_machine.order.transition.222'] = new \Symfony\Component\Workflow\Transition('other-17-1''17''1'))), 223 => ($this->privates['.state_machine.order.transition.223'] ?? ($this->privates['.state_machine.order.transition.223'] = new \Symfony\Component\Workflow\Transition('other-17-2''17''2'))), 224 => ($this->privates['.state_machine.order.transition.224'] ?? ($this->privates['.state_machine.order.transition.224'] = new \Symfony\Component\Workflow\Transition('other-17-3''17''3'))), 225 => ($this->privates['.state_machine.order.transition.225'] ?? ($this->privates['.state_machine.order.transition.225'] = new \Symfony\Component\Workflow\Transition('other-17-4''17''4'))), 226 => ($this->privates['.state_machine.order.transition.226'] ?? ($this->privates['.state_machine.order.transition.226'] = new \Symfony\Component\Workflow\Transition('ship''17''5'))), 227 => ($this->privates['.state_machine.order.transition.227'] ?? ($this->privates['.state_machine.order.transition.227'] = new \Symfony\Component\Workflow\Transition('other-17-6''17''6'))), 228 => ($this->privates['.state_machine.order.transition.228'] ?? ($this->privates['.state_machine.order.transition.228'] = new \Symfony\Component\Workflow\Transition('other-17-7''17''7'))), 229 => ($this->privates['.state_machine.order.transition.229'] ?? ($this->privates['.state_machine.order.transition.229'] = new \Symfony\Component\Workflow\Transition('other-17-8''17''8'))), 230 => ($this->privates['.state_machine.order.transition.230'] ?? ($this->privates['.state_machine.order.transition.230'] = new \Symfony\Component\Workflow\Transition('return''17''9'))), 231 => ($this->privates['.state_machine.order.transition.231'] ?? ($this->privates['.state_machine.order.transition.231'] = new \Symfony\Component\Workflow\Transition('cancel.10''17''10'))), 232 => ($this->privates['.state_machine.order.transition.232'] ?? ($this->privates['.state_machine.order.transition.232'] = new \Symfony\Component\Workflow\Transition('other-17-11''17''11'))), 233 => ($this->privates['.state_machine.order.transition.233'] ?? ($this->privates['.state_machine.order.transition.233'] = new \Symfony\Component\Workflow\Transition('cancel.12''17''12'))), 234 => ($this->privates['.state_machine.order.transition.234'] ?? ($this->privates['.state_machine.order.transition.234'] = new \Symfony\Component\Workflow\Transition('other-18-2''18''2'))), 235 => ($this->privates['.state_machine.order.transition.235'] ?? ($this->privates['.state_machine.order.transition.235'] = new \Symfony\Component\Workflow\Transition('other-18-4''18''4'))), 236 => ($this->privates['.state_machine.order.transition.236'] ?? ($this->privates['.state_machine.order.transition.236'] = new \Symfony\Component\Workflow\Transition('ship''18''5'))), 237 => ($this->privates['.state_machine.order.transition.237'] ?? ($this->privates['.state_machine.order.transition.237'] = new \Symfony\Component\Workflow\Transition('other-18-6''18''6'))), 238 => ($this->privates['.state_machine.order.transition.238'] ?? ($this->privates['.state_machine.order.transition.238'] = new \Symfony\Component\Workflow\Transition('other-18-7''18''7'))), 239 => ($this->privates['.state_machine.order.transition.239'] ?? ($this->privates['.state_machine.order.transition.239'] = new \Symfony\Component\Workflow\Transition('cancel.10''18''10'))), 240 => ($this->privates['.state_machine.order.transition.240'] ?? ($this->privates['.state_machine.order.transition.240'] = new \Symfony\Component\Workflow\Transition('other-18-11''18''11'))), 241 => ($this->privates['.state_machine.order.transition.241'] ?? ($this->privates['.state_machine.order.transition.241'] = new \Symfony\Component\Workflow\Transition('cancel.12''18''12'))), 242 => ($this->privates['.state_machine.order.transition.242'] ?? ($this->privates['.state_machine.order.transition.242'] = new \Symfony\Component\Workflow\Transition('other-18-14''18''14'))), 243 => ($this->privates['.state_machine.order.transition.243'] ?? ($this->privates['.state_machine.order.transition.243'] = new \Symfony\Component\Workflow\Transition('other-18-15''18''15'))), 244 => ($this->privates['.state_machine.order.transition.244'] ?? ($this->privates['.state_machine.order.transition.244'] = new \Symfony\Component\Workflow\Transition('other-18-16''18''16'))), 245 => ($this->privates['.state_machine.order.transition.245'] ?? ($this->privates['.state_machine.order.transition.245'] = new \Symfony\Component\Workflow\Transition('other-18-17''18''17')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  824.     }
  825.     /**
  826.      * Gets the public '.container.private.twig' shared service.
  827.      *
  828.      * @return \Twig\Environment
  829.      */
  830.     protected function get_Container_Private_TwigService()
  831.     {
  832.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  833.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  834.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/template'), 'AmazonPayV2_42');
  835.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CategorySort42/Resource/template'), 'CategorySort42');
  836.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Resource/template'), 'AttachWysiwygEditor42');
  837.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Noshidelivery/Resource/template'), 'Noshidelivery');
  838.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/template'), 'OrderStatusEx');
  839.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/template'), 'YamatoPayment42');
  840.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  841.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/template'), 'PointExDx');
  842.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ReportPdf2Ft/Resource/template'), 'ReportPdf2Ft');
  843.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/template'), 'SendAllMails42');
  844.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/YamatoB2Csv42/Resource/template'), 'YamatoB2Csv42');
  845.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MypageReceipt2Ft/Resource/template'), 'MypageReceipt2Ft');
  846.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/template'), 'ProductContact42');
  847.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  848.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  849.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  850.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  851.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  852.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  853.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  854.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  855.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  856.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  857.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  858.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  859.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  860.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  861.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  862.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  863.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  864.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  865.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  866.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  867.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  868.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  869.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  870.         $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']);
  871.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  872.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  873.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  874.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  875.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  876.         $g = ($this->services['router'] ?? $this->getRouterService());
  877.         $h = new \Symfony\Component\Workflow\Registry();
  878.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  879.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  880.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  881.         $j = new \Symfony\Bridge\Twig\AppVariable();
  882.         $j->setEnvironment('dev');
  883.         $j->setDebug(true);
  884.         if ($this->has('.container.private.security.token_storage')) {
  885.             $j->setTokenStorage($c);
  886.         }
  887.         if ($this->has('request_stack')) {
  888.             $j->setRequestStack($b);
  889.         }
  890.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  893.         $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)));
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  896.         $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 () {
  897.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  898.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  899.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  900.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  901.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  902.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  903.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  904.         }, 7))));
  905.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  906.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  907.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  908.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  909.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  910.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  911.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  912.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  913.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  914.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  915.         $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())));
  916.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  917.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  918.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance$this->parameters['eccube_twig_block_templates']));
  919.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  920.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  921.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  922.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  923.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  924.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  925.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  926.         $instance->addExtension(new \Plugin\OrderStatusEx\Twig\OrderStatusExTwigExtension(($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] ?? $this->getOrderStatusExServiceService()), ($this->privates['Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository'] ?? $this->getOrderStatusExRepositoryService())));
  927.         $instance->addExtension(new \Plugin\PointExDx\Twig\PointExDxTwigExtension(($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()), ($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'] ?? $this->getPointExDxServiceService())));
  928.         $instance->addExtension(new \Plugin\YamatoPayment42\Twig\Extension\YamatoExtension());
  929.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  930.         $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));
  931.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  932.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  933.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  934.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  935.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  936.         $instance->addGlobal('app'$j);
  937.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  938.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  939.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  940.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  941.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  942.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  943.         ], [
  944.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  945.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  946.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  947.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  948.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  949.         ])));
  950.         $instance->addGlobal('BaseInfo'NULL);
  951.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  952.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  953.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  954.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  955.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  956.         return $instance;
  957.     }
  958.     /**
  959.      * Gets the public '.container.private.validator' shared service.
  960.      *
  961.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  962.      */
  963.     protected function get_Container_Private_ValidatorService()
  964.     {
  965.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  966.         if (isset($this->services['.container.private.validator'])) {
  967.             return $this->services['.container.private.validator'];
  968.         }
  969.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  970.     }
  971.     /**
  972.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  973.      *
  974.      * @return \Detection\MobileDetect
  975.      */
  976.     protected function getMobileDetectService()
  977.     {
  978.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  979.     }
  980.     /**
  981.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  982.      *
  983.      * @return \Eccube\Common\EccubeConfig
  984.      */
  985.     protected function getEccubeConfigService()
  986.     {
  987.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  988.     }
  989.     /**
  990.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  991.      *
  992.      * @return \Eccube\Repository\PluginRepository
  993.      */
  994.     protected function getPluginRepositoryService($lazyLoad true)
  995.     {
  996.         if ($lazyLoad) {
  997.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  998.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  999.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1000.                     $proxy->setProxyInitializer(null);
  1001.                     return true;
  1002.                 });
  1003.             });
  1004.         }
  1005.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1006.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1007.     }
  1008.     /**
  1009.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1010.      *
  1011.      * @return \Eccube\Service\SystemService
  1012.      */
  1013.     protected function getSystemServiceService($lazyLoad true)
  1014.     {
  1015.         if ($lazyLoad) {
  1016.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1017.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1018.                     $wrappedInstance $this->getSystemServiceService(false);
  1019.                     $proxy->setProxyInitializer(null);
  1020.                     return true;
  1021.                 });
  1022.             });
  1023.         }
  1024.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1025.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1026.     }
  1027.     /**
  1028.      * Gets the public 'Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController' shared autowired service.
  1029.      *
  1030.      * @return \Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController
  1031.      */
  1032.     protected function getOrderStatusExControllerService()
  1033.     {
  1034.         $this->services['Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'] = $instance = new \Plugin\OrderStatusEx\Controller\Admin\Seggin\Shop\OrderStatusExController();
  1035.         $instance->setEccubeConfig(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1036.         $instance->setEntityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1037.         $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  1038.         $instance->setSession(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  1039.         $instance->setFormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()));
  1040.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1041.         $instance->setContainer(($this->privates['.service_locator.iQnEGx4'] ?? $this->get_ServiceLocator_IQnEGx4Service())->withContext('Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'$this));
  1042.         return $instance;
  1043.     }
  1044.     /**
  1045.      * Gets the public 'cache.app' shared service.
  1046.      *
  1047.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1048.      */
  1049.     protected function getCache_AppService()
  1050.     {
  1051.         $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))));
  1052.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1053.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1054.     }
  1055.     /**
  1056.      * Gets the public 'cache.rate_limiter' shared service.
  1057.      *
  1058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1059.      */
  1060.     protected function getCache_RateLimiterService()
  1061.     {
  1062.         $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))));
  1063.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1064.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1065.     }
  1066.     /**
  1067.      * Gets the public 'cache.system' shared service.
  1068.      *
  1069.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1070.      */
  1071.     protected function getCache_SystemService()
  1072.     {
  1073.         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())));
  1074.     }
  1075.     /**
  1076.      * Gets the public 'cache.validator_expression_language' shared service.
  1077.      *
  1078.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1079.      */
  1080.     protected function getCache_ValidatorExpressionLanguageService()
  1081.     {
  1082.         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())));
  1083.     }
  1084.     /**
  1085.      * Gets the public 'data_collector.dump' shared service.
  1086.      *
  1087.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1088.      */
  1089.     protected function getDataCollector_DumpService()
  1090.     {
  1091.         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);
  1092.     }
  1093.     /**
  1094.      * Gets the public 'doctrine' shared service.
  1095.      *
  1096.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1097.      */
  1098.     protected function getDoctrineService()
  1099.     {
  1100.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1101.     }
  1102.     /**
  1103.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1104.      *
  1105.      * @return \Doctrine\DBAL\Connection
  1106.      */
  1107.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1108.     {
  1109.         $a = new \Doctrine\DBAL\Configuration();
  1110.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1111.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1112.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1113.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1114.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1115.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1116.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1117.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1118.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1119.         $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))));
  1120.         $c->setConnectionName('default');
  1121.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1122.         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, [
  1123.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1124.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1125.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1126.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1127.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1128.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1129.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1130.         ], [
  1131.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1132.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1133.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1134.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1135.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1136.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1137.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1138.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1139.     }
  1140.     /**
  1141.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1142.      *
  1143.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1144.      */
  1145.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1146.     {
  1147.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1148.             'Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber' => ['privates''Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber''getOrderStatusExEventSubscriberService'true],
  1149.         ], [
  1150.             'Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber' => '?',
  1151.         ]));
  1152.         $instance->registerService('Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber''Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber');
  1153.         $instance->registerService('Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber''Plugin\\OrderStatusEx\\Doctrine\\EventSubscriber\\OrderStatusExEventSubscriber');
  1154.         return $instance;
  1155.     }
  1156.     /**
  1157.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1158.      *
  1159.      * @return \Doctrine\ORM\EntityManager
  1160.      */
  1161.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1162.     {
  1163.         if ($lazyLoad) {
  1164.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1165.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1166.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1167.                     $proxy->setProxyInitializer(null);
  1168.                     return true;
  1169.                 });
  1170.             });
  1171.         }
  1172.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1173.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1174.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1175.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1176.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1177.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1178.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1179.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1180.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1182.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1183.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1191.         $a = new \Doctrine\ORM\Configuration();
  1192.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1193.         $c = ($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'), => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')])));
  1194.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1195.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1196.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1197.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Entity')]);
  1198.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1199.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1200.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1201.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/AttachWysiwygEditor42/Entity')]);
  1202.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1203.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1204.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1205.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1206.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1207.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MypageReceipt2Ft/Entity')]);
  1208.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1209.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Noshidelivery/Entity')]);
  1210.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1211.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Entity')]);
  1212.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1213.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PointExDx/Entity')]);
  1214.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1215.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PostCarrier42/Entity')]);
  1216.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1217.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1218.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1219.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1220.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1221.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1222.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1223.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1224.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1225.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ReportPdf2Ft/Entity')]);
  1226.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1227.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1228.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1229.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Entity')]);
  1230.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1231.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1232.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1233.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoB2Csv42/Entity')]);
  1234.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1235.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Entity')]);
  1236.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1237.         $b->addDriver($c'Eccube\\Entity');
  1238.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1239.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1240.         $b->addDriver($e'Eccube\\Entity');
  1241.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1242.         $b->addDriver($f'Plugin\\AmazonPayV2_42\\Entity');
  1243.         $b->addDriver($g'Plugin\\Api42\\Entity');
  1244.         $b->addDriver($h'Plugin\\AttachWysiwygEditor42\\Entity');
  1245.         $b->addDriver($i'Plugin\\Coupon42\\Entity');
  1246.         $b->addDriver($j'Plugin\\MailMagazine42\\Entity');
  1247.         $b->addDriver($k'Plugin\\MypageReceipt2Ft\\Entity');
  1248.         $b->addDriver($l'Plugin\\Noshidelivery\\Entity');
  1249.         $b->addDriver($m'Plugin\\OrderStatusEx\\Entity');
  1250.         $b->addDriver($n'Plugin\\PointExDx\\Entity');
  1251.         $b->addDriver($o'Plugin\\PostCarrier42\\Entity');
  1252.         $b->addDriver($p'Plugin\\ProductContact42\\Entity');
  1253.         $b->addDriver($q'Plugin\\ProductReview42\\Entity');
  1254.         $b->addDriver($r'Plugin\\Recommend42\\Entity');
  1255.         $b->addDriver($s'Plugin\\RelatedProduct42\\Entity');
  1256.         $b->addDriver($t'Plugin\\ReportPdf2Ft\\Entity');
  1257.         $b->addDriver($u'Plugin\\Securitychecker42\\Entity');
  1258.         $b->addDriver($v'Plugin\\SendAllMails42\\Entity');
  1259.         $b->addDriver($w'Plugin\\SiteKit42\\Entity');
  1260.         $b->addDriver($x'Plugin\\YamatoB2Csv42\\Entity');
  1261.         $b->addDriver($y'Plugin\\YamatoPayment42\\Entity');
  1262.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1263.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1264.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1265.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1266.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1267.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1268.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1269.         ], [
  1270.             'doctrine.ulid_generator' => '?',
  1271.             'doctrine.uuid_generator' => '?',
  1272.         ])));
  1273.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1274.         $a->setProxyNamespace('Proxies');
  1275.         $a->setAutoGenerateProxyClasses(true);
  1276.         $a->setSchemaIgnoreClasses([]);
  1277.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1278.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1279.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1280.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1281.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1282.         $a->setLazyGhostObjectEnabled(false);
  1283.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1284.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1285.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1286.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1287.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1288.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1289.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1290.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1291.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1292.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1293.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1294.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1295.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1296.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1297.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1298.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1299.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1300.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1301.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1302.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1303.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1304.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1305.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1306.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1307.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1308.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1309.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1310.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1311.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1312.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1313.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1314.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1315.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1316.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1317.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1318.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1319.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1320.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1321.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1322.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1323.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1324.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1325.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1326.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1327.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1328.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1329.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1330.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1331.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1332.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1333.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1334.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1335.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1336.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1337.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1338.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1339.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1340.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1341.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1342.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1343.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1344.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1345.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1346.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1347.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1348.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1349.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository''getAmazonBannerRepositoryService'true],
  1350.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository''getConfigRepositoryService'true],
  1351.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository''getAmazonStatusRepositoryService'true],
  1352.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1353.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1354.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => ['privates''Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository''getAweConfigRepositoryService'true],
  1355.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1356.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1357.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1358.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1359.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1360.             'Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository' => ['privates''Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository''getMypageReceipt2FtConfigRepositoryService'true],
  1361.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryCheckRepository' => ['privates''Plugin\\Noshidelivery\\Repository\\NoshideliveryCheckRepository''getNoshideliveryCheckRepositoryService'true],
  1362.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryConfigRepository' => ['privates''Plugin\\Noshidelivery\\Repository\\NoshideliveryConfigRepository''getNoshideliveryConfigRepositoryService'true],
  1363.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryKindRepository' => ['privates''Plugin\\Noshidelivery\\Repository\\NoshideliveryKindRepository''getNoshideliveryKindRepositoryService'true],
  1364.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryTieRepository' => ['privates''Plugin\\Noshidelivery\\Repository\\NoshideliveryTieRepository''getNoshideliveryTieRepositoryService'true],
  1365.             'Plugin\\OrderStatusEx\\Repository\\OrderOrderStatusRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderOrderStatusRepository''getOrderOrderStatusRepositoryService'true],
  1366.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository''getOrderStatusEventRepositoryService'true],
  1367.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExConfigRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderStatusExConfigRepository''getOrderStatusExConfigRepositoryService'true],
  1368.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository' => ['privates''Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository''getOrderStatusExRepositoryService'false],
  1369.             'Plugin\\PointExDx\\Repository\\EntryPointRepository' => ['privates''Plugin\\PointExDx\\Repository\\EntryPointRepository''getEntryPointRepositoryService'true],
  1370.             'Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository''getOrderItemPointExDxRepositoryService'true],
  1371.             'Plugin\\PointExDx\\Repository\\OrderPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\OrderPointExDxRepository''getOrderPointExDxRepositoryService'true],
  1372.             'Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'true],
  1373.             'Plugin\\PointExDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\PointExDx\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'true],
  1374.             'Plugin\\PointExDx\\Repository\\PointExDxRateRepository' => ['privates''Plugin\\PointExDx\\Repository\\PointExDxRateRepository''getPointExDxRateRepositoryService'true],
  1375.             'Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository' => ['privates''Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository''getProductClassPointExDxRepositoryService'true],
  1376.             'Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository''getPostCarrierConfigRepositoryService'true],
  1377.             'Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository''getPostCarrierCustomerRepositoryService'true],
  1378.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository''getPostCarrierGroupCustomerRepositoryService'true],
  1379.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository' => ['privates''Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository''getPostCarrierGroupRepositoryService'true],
  1380.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1381.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1382.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1383.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1384.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1385.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1386.             'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository' => ['privates''Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository''getReportPdf2FtConfigRepositoryService'true],
  1387.             'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository' => ['privates''Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository''getReportPdf2FtRepositoryService'true],
  1388.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1389.             'Plugin\\SendAllMails42\\Repository\\ConfigRepository' => ['privates''Plugin\\SendAllMails42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1390.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1391.             'Plugin\\YamatoB2Csv42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoB2Csv42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1392.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\ConfigRepository''getConfigRepository6Service'true],
  1393.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository''getYamatoOrderRepositoryService'true],
  1394.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository''getYamatoPaymentMethodRepositoryService'true],
  1395.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => ['privates''Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository''getYamatoPaymentStatusRepositoryService'true],
  1396.         ], [
  1397.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1398.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1399.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1400.             'Eccube\\Repository\\BlockRepository' => '?',
  1401.             'Eccube\\Repository\\CalendarRepository' => '?',
  1402.             'Eccube\\Repository\\CartItemRepository' => '?',
  1403.             'Eccube\\Repository\\CartRepository' => '?',
  1404.             'Eccube\\Repository\\CategoryRepository' => '?',
  1405.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1406.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1407.             'Eccube\\Repository\\CsvRepository' => '?',
  1408.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1409.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1410.             'Eccube\\Repository\\CustomerRepository' => '?',
  1411.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1412.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1413.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1414.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1415.             'Eccube\\Repository\\LayoutRepository' => '?',
  1416.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1417.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1418.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1419.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1420.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1421.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1422.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1423.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1424.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1425.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1426.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1427.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1428.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1429.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1430.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1431.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1432.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1433.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1434.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1435.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1436.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1437.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1438.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1439.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1440.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1441.             'Eccube\\Repository\\MemberRepository' => '?',
  1442.             'Eccube\\Repository\\NewsRepository' => '?',
  1443.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1444.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1445.             'Eccube\\Repository\\OrderRepository' => '?',
  1446.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1447.             'Eccube\\Repository\\PageRepository' => '?',
  1448.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1449.             'Eccube\\Repository\\PaymentRepository' => '?',
  1450.             'Eccube\\Repository\\PluginRepository' => '?',
  1451.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1452.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1453.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1454.             'Eccube\\Repository\\ProductRepository' => '?',
  1455.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1456.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1457.             'Eccube\\Repository\\ShippingRepository' => '?',
  1458.             'Eccube\\Repository\\TagRepository' => '?',
  1459.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1460.             'Eccube\\Repository\\TemplateRepository' => '?',
  1461.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1462.             'Plugin\\AmazonPayV2_42\\Repository\\AmazonBannerRepository' => '?',
  1463.             'Plugin\\AmazonPayV2_42\\Repository\\ConfigRepository' => '?',
  1464.             'Plugin\\AmazonPayV2_42\\Repository\\Master\\AmazonStatusRepository' => '?',
  1465.             'Plugin\\AmazonPayV2_42\\Repository\\PaymentStatusRepository' => '?',
  1466.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1467.             'Plugin\\AttachWysiwygEditor42\\Repository\\AweConfigRepository' => '?',
  1468.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1469.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1470.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1471.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1472.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1473.             'Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository' => '?',
  1474.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryCheckRepository' => '?',
  1475.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryConfigRepository' => '?',
  1476.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryKindRepository' => '?',
  1477.             'Plugin\\Noshidelivery\\Repository\\NoshideliveryTieRepository' => '?',
  1478.             'Plugin\\OrderStatusEx\\Repository\\OrderOrderStatusRepository' => '?',
  1479.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusEventRepository' => '?',
  1480.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExConfigRepository' => '?',
  1481.             'Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository' => '?',
  1482.             'Plugin\\PointExDx\\Repository\\EntryPointRepository' => '?',
  1483.             'Plugin\\PointExDx\\Repository\\OrderItemPointExDxRepository' => '?',
  1484.             'Plugin\\PointExDx\\Repository\\OrderPointExDxRepository' => '?',
  1485.             'Plugin\\PointExDx\\Repository\\PlgConfigOptionRepository' => '?',
  1486.             'Plugin\\PointExDx\\Repository\\PlgConfigRepository' => '?',
  1487.             'Plugin\\PointExDx\\Repository\\PointExDxRateRepository' => '?',
  1488.             'Plugin\\PointExDx\\Repository\\ProductClassPointExDxRepository' => '?',
  1489.             'Plugin\\PostCarrier42\\Repository\\PostCarrierConfigRepository' => '?',
  1490.             'Plugin\\PostCarrier42\\Repository\\PostCarrierCustomerRepository' => '?',
  1491.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupCustomerRepository' => '?',
  1492.             'Plugin\\PostCarrier42\\Repository\\PostCarrierGroupRepository' => '?',
  1493.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1494.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1495.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1496.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1497.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1498.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1499.             'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtConfigRepository' => '?',
  1500.             'Plugin\\ReportPdf2Ft\\Repository\\ReportPdf2FtRepository' => '?',
  1501.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1502.             'Plugin\\SendAllMails42\\Repository\\ConfigRepository' => '?',
  1503.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1504.             'Plugin\\YamatoB2Csv42\\Repository\\ConfigRepository' => '?',
  1505.             'Plugin\\YamatoPayment42\\Repository\\ConfigRepository' => '?',
  1506.             'Plugin\\YamatoPayment42\\Repository\\YamatoOrderRepository' => '?',
  1507.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentMethodRepository' => '?',
  1508.             'Plugin\\YamatoPayment42\\Repository\\YamatoPaymentStatusRepository' => '?',
  1509.         ])));
  1510.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1511.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1512.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1513.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1514.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1515.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public 'event_dispatcher' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1522.      */
  1523.     protected function getEventDispatcherService()
  1524.     {
  1525.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1526.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1527.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1528.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1529.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1530.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1531.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1532.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1533.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1534.         $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())));
  1535.         $instance->addListener('workflow.order.transition.cancel.10', [=> function () {
  1536.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1537.         }, => 'rollbackStock'], 0);
  1538.         $instance->addListener('workflow.order.transition.cancel.10', [=> function () {
  1539.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1540.         }, => 'rollbackUsePoint'], 0);
  1541.         $instance->addListener('workflow.order.transition.cancel.12', [=> function () {
  1542.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1543.         }, => 'rollbackStock'], 0);
  1544.         $instance->addListener('workflow.order.transition.cancel.12', [=> function () {
  1545.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1546.         }, => 'rollbackUsePoint'], 0);
  1547.         $instance->addListener('workflow.order.transition.back_to_in_progress.2', [=> function () {
  1548.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1549.         }, => 'commitStock'], 0);
  1550.         $instance->addListener('workflow.order.transition.back_to_in_progress.2', [=> function () {
  1551.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1552.         }, => 'commitUsePoint'], 0);
  1553.         $instance->addListener('workflow.order.transition.back_to_in_progress.3', [=> function () {
  1554.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1555.         }, => 'commitStock'], 0);
  1556.         $instance->addListener('workflow.order.transition.back_to_in_progress.3', [=> function () {
  1557.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1558.         }, => 'commitUsePoint'], 0);
  1559.         $instance->addListener('workflow.order.transition.back_to_in_progress.6', [=> function () {
  1560.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1561.         }, => 'commitStock'], 0);
  1562.         $instance->addListener('workflow.order.transition.back_to_in_progress.6', [=> function () {
  1563.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1564.         }, => 'commitUsePoint'], 0);
  1565.         $instance->addListener('workflow.order.transition.back_to_in_progress.7', [=> function () {
  1566.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1567.         }, => 'commitStock'], 0);
  1568.         $instance->addListener('workflow.order.transition.back_to_in_progress.7', [=> function () {
  1569.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1570.         }, => 'commitUsePoint'], 0);
  1571.         $instance->addListener('workflow.order.transition.back_to_in_progress.8', [=> function () {
  1572.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1573.         }, => 'commitStock'], 0);
  1574.         $instance->addListener('workflow.order.transition.back_to_in_progress.8', [=> function () {
  1575.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1576.         }, => 'commitUsePoint'], 0);
  1577.         $instance->addListener('workflow.order.transition.back_to_in_progress.11', [=> function () {
  1578.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1579.         }, => 'commitStock'], 0);
  1580.         $instance->addListener('workflow.order.transition.back_to_in_progress.11', [=> function () {
  1581.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1582.         }, => 'commitUsePoint'], 0);
  1583.         $instance->addListener('workflow.order.transition.back_to_in_progress.14', [=> function () {
  1584.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1585.         }, => 'commitStock'], 0);
  1586.         $instance->addListener('workflow.order.transition.back_to_in_progress.14', [=> function () {
  1587.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1588.         }, => 'commitUsePoint'], 0);
  1589.         $instance->addListener('workflow.order.transition.back_to_in_progress.15', [=> function () {
  1590.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1591.         }, => 'commitStock'], 0);
  1592.         $instance->addListener('workflow.order.transition.back_to_in_progress.15', [=> function () {
  1593.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1594.         }, => 'commitUsePoint'], 0);
  1595.         $instance->addListener('workflow.order.transition.back_to_in_progress.16', [=> function () {
  1596.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1597.         }, => 'commitStock'], 0);
  1598.         $instance->addListener('workflow.order.transition.back_to_in_progress.16', [=> function () {
  1599.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1600.         }, => 'commitUsePoint'], 0);
  1601.         $instance->addListener('workflow.order.transition.back_to_in_progress.17', [=> function () {
  1602.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1603.         }, => 'commitStock'], 0);
  1604.         $instance->addListener('workflow.order.transition.back_to_in_progress.17', [=> function () {
  1605.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1606.         }, => 'commitUsePoint'], 0);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1609.         }, => 'onKernelRequest'], 1024);
  1610.         $instance->addListener('kernel.controller', [=> function () {
  1611.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1612.         }, => 'onKernelController'], 0);
  1613.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1614.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1615.         }, => 'checkPassport'], 1024);
  1616.         $instance->addListener('kernel.response', [=> function () {
  1617.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1618.         }, => 'onKernelResponse'], 0);
  1619.         $instance->addListener('kernel.response', [=> function () {
  1620.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1621.         }, => 'onKernelResponse'], 0);
  1622.         $instance->addListener('kernel.request', [=> function () {
  1623.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1624.         }, => 'onKernelRequest'], 0);
  1625.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1626.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1627.         }, => 'onAuthorizationRequest'], 1024);
  1628.         $instance->addListener('kernel.controller', [=> function () {
  1629.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1630.         }, => 'onController'], 0);
  1631.         $instance->addListener('kernel.request', [=> function () {
  1632.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1633.         }, => 'onKernelRequest'], 512);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1636.         }, => 'onKernelRequestEarly'], 500);
  1637.         $instance->addListener('kernel.request', [=> function () {
  1638.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1639.         }, => 'onKernelRequest'], 6);
  1640.         $instance->addListener('kernel.response', [=> function () {
  1641.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1642.         }, => 'onKernelResponse'], 0);
  1643.         $instance->addListener('kernel.controller', [=> function () {
  1644.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1645.         }, => 'onKernelController'], 0);
  1646.         $instance->addListener('kernel.terminate', [=> function () {
  1647.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1648.         }, => 'onKernelTerminate'], 0);
  1649.         $instance->addListener('kernel.exception', [=> function () {
  1650.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1651.         }, => 'onKernelException'], -4);
  1652.         $instance->addListener('security.interactive_login', [=> function () {
  1653.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1654.         }, => 'onInteractiveLogin'], 0);
  1655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1656.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1657.         }, => 'onAuthenticationFailure'], 0);
  1658.         $instance->addListener('kernel.response', [=> function () {
  1659.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1660.         }, => 'onResponse'], 0);
  1661.         $instance->addListener('kernel.request', [=> function () {
  1662.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1663.         }, => 'onKernelRequest'], 512);
  1664.         $instance->addListener('kernel.controller', [=> function () {
  1665.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1666.         }, => 'onController'], 0);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1669.         }, => 'onKernelRequest'], 7);
  1670.         $instance->addListener('security.interactive_login', [=> function () {
  1671.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1672.         }, => 'onInteractiveLogin'], 0);
  1673.         $instance->addListener('security.authentication.failure', [=> function () {
  1674.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1675.         }, => 'onAuthenticationFailure'], 0);
  1676.         $instance->addListener('kernel.request', [=> function () {
  1677.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1678.         }, => 'onKernelRequest'], 0);
  1679.         $instance->addListener('kernel.exception', [=> function () {
  1680.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1681.         }, => 'onKernelException'], 0);
  1682.         $instance->addListener('kernel.terminate', [=> function () {
  1683.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1684.         }, => 'onKernelTerminate'], 0);
  1685.         $instance->addListener('kernel.request', [=> function () {
  1686.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1687.         }, => 'onKernelRequest'], 6);
  1688.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1689.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1690.         }, => 'onKernelController'], 7);
  1691.         $instance->addListener('form.pre_submit', [=> function () {
  1692.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1693.         }, => 'onPreSubmit'], 0);
  1694.         $instance->addListener('form.pre_submit', [=> function () {
  1695.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1696.         }, => 'purifySubmittedData'], 1000001);
  1697.         $instance->addListener('form.pre_submit', [=> function () {
  1698.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1699.         }, => 'onPreSubmit'], 0);
  1700.         $instance->addListener('workflow.order.completed', [=> function () {
  1701.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1702.         }, => 'onCompleted'], 0);
  1703.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1704.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1705.         }, => 'updatePaymentDate'], 0);
  1706.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1707.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1708.         }, => 'rollbackStock'], 0);
  1709.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1710.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1711.         }, => 'rollbackUsePoint'], 0);
  1712.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1713.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1714.         }, => 'commitStock'], 0);
  1715.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1716.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1717.         }, => 'commitUsePoint'], 0);
  1718.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1719.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1720.         }, => 'commitAddPoint'], 0);
  1721.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1722.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1723.         }, => 'rollbackUsePoint'], 0);
  1724.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1725.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1726.         }, => 'rollbackAddPoint'], 0);
  1727.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1728.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1729.         }, => 'commitUsePoint'], 0);
  1730.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1731.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1732.         }, => 'commitAddPoint'], 0);
  1733.         $instance->addListener('kernel.terminate', [=> function () {
  1734.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1735.         }, => 'disableMaintenanceEvent'], 0);
  1736.         $instance->addListener('kernel.terminate', [=> function () {
  1737.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1738.         }, => 'forceClearCache'], 0);
  1739.         $instance->addListener('front.cart.buystep.complete', [=> function () {
  1740.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1741.         }, => 'amazon_cart_buystep'], 0);
  1742.         $instance->addListener('Cart/index.twig', [=> function () {
  1743.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1744.         }, => 'cart'], 0);
  1745.         $instance->addListener('Shopping/index.twig', [=> function () {
  1746.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1747.         }, => 'amazon_pay_shopping'], 0);
  1748.         $instance->addListener('Mypage/login.twig', [=> function () {
  1749.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1750.         }, => 'mypage_login'], 0);
  1751.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1752.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1753.         }, => 'amazon_pay_shopping_confirm'], 0);
  1754.         $instance->addListener('index.twig', [=> function () {
  1755.             return ($this->privates['Plugin\\AmazonPayV2_42\\AmazonPayEvent'] ?? $this->load('getAmazonPayEventService'));
  1756.         }, => 'add_banner_on_top'], 0);
  1757.         $instance->addListener('@admin/default_frame.twig', [=> function () {
  1758.             return ($this->privates['Plugin\\AttachWysiwygEditor42\\EventListener\\AweEditorListener'] ?? $this->load('getAweEditorListenerService'));
  1759.         }, => 'adminInsertWysiwygEditorTag'], 0);
  1760.         $instance->addListener('knp_pager.items', [=> function () {
  1761.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  1762.         }, => 'items'], 1);
  1763.         $instance->addListener('Mypage/history.twig', [=> function () {
  1764.             return ($this->privates['Plugin\\MypageReceipt2Ft\\MypageReceipt2FtEvent'] ?? ($this->privates['Plugin\\MypageReceipt2Ft\\MypageReceipt2FtEvent'] = new \Plugin\MypageReceipt2Ft\MypageReceipt2FtEvent()));
  1765.         }, => 'onRenderMypageHistory'], 0);
  1766.         $instance->addListener('Shopping/index.twig', [=> function () {
  1767.             return ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] ?? ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] = new \Plugin\Noshidelivery\NoshideliveryEvent()));
  1768.         }, => 'onNoshideliveryShopping'], 0);
  1769.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1770.             return ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] ?? ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] = new \Plugin\Noshidelivery\NoshideliveryEvent()));
  1771.         }, => 'onNoshideliveryConfirm'], 0);
  1772.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1773.             return ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] ?? ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] = new \Plugin\Noshidelivery\NoshideliveryEvent()));
  1774.         }, => 'onAdminNoshideliveryEdit'], 0);
  1775.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1776.             return ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] ?? ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] = new \Plugin\Noshidelivery\NoshideliveryEvent()));
  1777.         }, => 'onAdminNoshideliveryShipping'], 0);
  1778.         $instance->addListener('Mypage/history.twig', [=> function () {
  1779.             return ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] ?? ($this->privates['Plugin\\Noshidelivery\\NoshideliveryEvent'] = new \Plugin\Noshidelivery\NoshideliveryEvent()));
  1780.         }, => 'onNoshideliveryHistory'], 0);
  1781.         $instance->addListener('kernel.controller', [=> function () {
  1782.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1783.         }, => 'onKernelController'], 0);
  1784.         $instance->addListener('@admin/Setting/Shop/order_status.twig', [=> function () {
  1785.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1786.         }, => 'onSettingShopOrderStatusTwig'], 0);
  1787.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1788.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1789.         }, => 'onShip'], 0);
  1790.         $instance->addListener('workflow.order.completed', [=> function () {
  1791.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] ?? $this->getOrderStatusEventSubscriberService());
  1792.         }, => 'onCompleted'], -300);
  1793.         $instance->addListener('point_ex_dx.hook_states', [=> function () {
  1794.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\PointExDxEventSubscriber'] ?? $this->load('getPointExDxEventSubscriberService'));
  1795.         }, => 'onPointExDxHookStatus'], 0);
  1796.         $instance->addListener('admin.admin.index.order', [=> function () {
  1797.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\SearchEventSubscriber'] ?? $this->load('getSearchEventSubscriberService'));
  1798.         }, => 'onAdminAdminIndexOrder'], 0);
  1799.         $instance->addListener('admin.admin.index.sales', [=> function () {
  1800.             return ($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\SearchEventSubscriber'] ?? $this->load('getSearchEventSubscriberService'));
  1801.         }, => 'onAdminAdminIndexSales'], 0);
  1802.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1803.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminOrderEditEventSubscriber'] ?? $this->load('getAdminOrderEditEventSubscriberService'));
  1804.         }, => 'onTemplateAdminOrderEdit'], 0);
  1805.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1806.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1807.         }, => 'onTemplateProductProduct'], 0);
  1808.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1809.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1810.         }, => 'onTemplateProductClassEdit'], -10);
  1811.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1812.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1813.         }, => 'onTemplateProductIndex'], 10);
  1814.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1815.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminShippingEventSubscriber'] ?? $this->load('getAdminShippingEventSubscriberService'));
  1816.         }, => 'onTemplateAdminOrderShipping'], 0);
  1817.         $instance->addListener('@admin/Setting/Shop/shop_master.twig', [=> function () {
  1818.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\AdminShopEventSubscriber'] ?? $this->load('getAdminShopEventSubscriberService'));
  1819.         }, => 'onTemplateShopMaster'], 0);
  1820.         $instance->addListener('Cart/index.twig', [=> function () {
  1821.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  1822.         }, => 'onTemplateCartIndex'], 10);
  1823.         $instance->addListener('front.entry.activate.complete', [=> function () {
  1824.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\EntryEventSubscriber'] ?? $this->load('getEntryEventSubscriberService'));
  1825.         }, => 'onFrontEntryActivateComplete'], 0);
  1826.         $instance->addListener('Product/detail.twig', [=> function () {
  1827.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService'));
  1828.         }, => 'onTemplateProductDetail'], 0);
  1829.         $instance->addListener('Shopping/index.twig', [=> function () {
  1830.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1831.         }, => 'onTemplateShopping'], 10);
  1832.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1833.             return ($this->privates['Plugin\\PointExDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  1834.         }, => 'onTemplateShoppingConfirm'], 10);
  1835.         $instance->addListener('Product/detail.twig', [=> function () {
  1836.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEventService'));
  1837.         }, => 'onRenderProductDetail'], 0);
  1838.         $instance->addListener('front.contact.index.initialize', [=> function () {
  1839.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEventService'));
  1840.         }, => 'onFrontContactIndexInitialize'], 0);
  1841.         $instance->addListener('plugin.contact.index.complete', [=> function () {
  1842.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEventService'));
  1843.         }, => 'onFrontContactIndexComplete'], 0);
  1844.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1845.             return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1846.         }, => 'onRenderAdminOrder'], 0);
  1847.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1848.             return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1849.         }, => 'onRenderAdminOrderEdit'], 0);
  1850.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1851.             return ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] ?? ($this->privates['Plugin\\ReportPdf2Ft\\ReportPdf2FtEvent'] = new \Plugin\ReportPdf2Ft\ReportPdf2FtEvent()));
  1852.         }, => 'onRenderAdminOrderShipping'], 0);
  1853.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1854.             return ($this->privates['Plugin\\SendAllMails42\\Event'] ?? ($this->privates['Plugin\\SendAllMails42\\Event'] = new \Plugin\SendAllMails42\Event()));
  1855.         }, => 'onRenderAdminOrder'], 0);
  1856.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1857.             return ($this->privates['Plugin\\YamatoB2Csv42\\Event'] ?? $this->load('getEvent3Service'));
  1858.         }, => 'yamatoB2indexJsTwig'], 0);
  1859.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1860.             return ($this->privates['Plugin\\YamatoB2Csv42\\Event'] ?? $this->load('getEvent3Service'));
  1861.         }, => 'yamatoB2EditJsTwig'], 0);
  1862.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1863.             return ($this->privates['Plugin\\YamatoB2Csv42\\Event'] ?? $this->load('getEvent3Service'));
  1864.         }, => 'yamatoB2ShippingJsTwig'], 0);
  1865.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1866.             return ($this->privates['Plugin\\YamatoB2Csv42\\Event'] ?? $this->load('getEvent3Service'));
  1867.         }, => 'yamatoB2DeliveryEditJsTwig'], 0);
  1868.         $instance->addListener('@admin/alert.twig', [=> function () {
  1869.             return ($this->privates['Plugin\\YamatoB2Csv42\\Event'] ?? $this->load('getEvent3Service'));
  1870.         }, => 'replacementAlertTwig'], 0);
  1871.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1872.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1873.         }, => 'onAdminSettingShopPaymentEditTwig'], 0);
  1874.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1875.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1876.         }, => 'onAdminProductProductTwig'], 0);
  1877.         $instance->addListener('Shopping/index.twig', [=> function () {
  1878.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1879.         }, => 'onShoppingIndexTwig'], 0);
  1880.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1881.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1882.         }, => 'onShoppingConfirmTwig'], 0);
  1883.         $instance->addListener('Mypage/index.twig', [=> function () {
  1884.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1885.         }, => 'onMypageNaviTwig'], 0);
  1886.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1887.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1888.         }, => 'onMypageNaviTwig'], 0);
  1889.         $instance->addListener('Mypage/change.twig', [=> function () {
  1890.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1891.         }, => 'onMypageNaviTwig'], 0);
  1892.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1893.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1894.         }, => 'onMypageNaviTwig'], 0);
  1895.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1896.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1897.         }, => 'onMypageNaviTwig'], 0);
  1898.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1899.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1900.         }, => 'onMypageNaviTwig'], 0);
  1901.         $instance->addListener('@YamatoPayment42/mypage/credit.twig', [=> function () {
  1902.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1903.         }, => 'onMypageNaviTwig'], 0);
  1904.         $instance->addListener('@IplPeriodicPurchase42/mypage/index.twig', [=> function () {
  1905.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1906.         }, => 'onMypageNaviTwig'], 0);
  1907.         $instance->addListener('@IplPeriodicPurchase42/mypage/history.twig', [=> function () {
  1908.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1909.         }, => 'onMypageNaviTwig'], 0);
  1910.         $instance->addListener('@IplPeriodicPurchase42/mypage/cycle.twig', [=> function () {
  1911.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1912.         }, => 'onMypageNaviTwig'], 0);
  1913.         $instance->addListener('@IplPeriodicPurchase42/mypage/next_shipping.twig', [=> function () {
  1914.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1915.         }, => 'onMypageNaviTwig'], 0);
  1916.         $instance->addListener('@IplPeriodicPurchase42/mypage/shipping.twig', [=> function () {
  1917.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1918.         }, => 'onMypageNaviTwig'], 0);
  1919.         $instance->addListener('@IplPeriodicPurchase42/mypage/products.twig', [=> function () {
  1920.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1921.         }, => 'onMypageNaviTwig'], 0);
  1922.         $instance->addListener('@IplPeriodicPurchase42/mypage/skip.twig', [=> function () {
  1923.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1924.         }, => 'onMypageNaviTwig'], 0);
  1925.         $instance->addListener('@IplPeriodicPurchase42/mypage/suspend.twig', [=> function () {
  1926.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1927.         }, => 'onMypageNaviTwig'], 0);
  1928.         $instance->addListener('@IplPeriodicPurchase42/mypage/resume.twig', [=> function () {
  1929.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1930.         }, => 'onMypageNaviTwig'], 0);
  1931.         $instance->addListener('@IplPeriodicPurchase42/mypage/cancel.twig', [=> function () {
  1932.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1933.         }, => 'onMypageNaviTwig'], 0);
  1934.         $instance->addListener('@IplPeriodicPurchase42/mypage/complete.twig', [=> function () {
  1935.             return ($this->privates['Plugin\\YamatoPayment42\\YamatoPaymentEvent'] ?? $this->load('getYamatoPaymentEventService'));
  1936.         }, => 'onMypageNaviTwig'], 0);
  1937.         $instance->addListener('kernel.request', [=> function () {
  1938.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1939.         }, => 'onKernelRequest'], 4096);
  1940.         $instance->addListener('kernel.response', [=> function () {
  1941.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1942.         }, => 'onKernelResponse'], 0);
  1943.         $instance->addListener('kernel.response', [=> function () {
  1944.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1945.         }, => 'onKernelResponse'], -1024);
  1946.         $instance->addListener('kernel.request', [=> function () {
  1947.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1948.         }, => 'setDefaultLocale'], 100);
  1949.         $instance->addListener('kernel.request', [=> function () {
  1950.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1951.         }, => 'onKernelRequest'], 16);
  1952.         $instance->addListener('kernel.finish_request', [=> function () {
  1953.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1954.         }, => 'onKernelFinishRequest'], 0);
  1955.         $instance->addListener('kernel.request', [=> function () {
  1956.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1957.         }, => 'onKernelRequest'], 256);
  1958.         $instance->addListener('kernel.response', [=> function () {
  1959.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1960.         }, => 'onResponse'], -255);
  1961.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1962.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1963.         }, => 'onControllerArguments'], 0);
  1964.         $instance->addListener('kernel.exception', [=> function () {
  1965.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1966.         }, => 'logKernelException'], 0);
  1967.         $instance->addListener('kernel.exception', [=> function () {
  1968.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1969.         }, => 'onKernelException'], -128);
  1970.         $instance->addListener('kernel.response', [=> function () {
  1971.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1972.         }, => 'removeCspHeader'], -128);
  1973.         $instance->addListener('kernel.request', [=> function () {
  1974.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1975.         }, => 'onKernelRequest'], 15);
  1976.         $instance->addListener('kernel.finish_request', [=> function () {
  1977.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1978.         }, => 'onKernelFinishRequest'], -15);
  1979.         $instance->addListener('console.error', [=> function () {
  1980.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1981.         }, => 'onConsoleError'], -128);
  1982.         $instance->addListener('console.terminate', [=> function () {
  1983.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1984.         }, => 'onConsoleTerminate'], -128);
  1985.         $instance->addListener('console.error', [=> function () {
  1986.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1987.         }, => 'onConsoleError'], 0);
  1988.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1989.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1990.         }, => 'onMessage'], -255);
  1991.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1992.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1993.         }, => 'onMessage'], -255);
  1994.         $instance->addListener('kernel.response', [=> function () {
  1995.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1996.         }, => 'onKernelResponse'], 0);
  1997.         $instance->addListener('kernel.request', [=> function () {
  1998.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1999.         }, => 'onKernelRequest'], 48);
  2000.         $instance->addListener('kernel.request', [=> function () {
  2001.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2002.         }, => 'configure'], 2048);
  2003.         $instance->addListener('console.command', [=> function () {
  2004.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2005.         }, => 'configure'], 2048);
  2006.         $instance->addListener('kernel.request', [=> function () {
  2007.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2008.         }, => 'onKernelRequest'], 32);
  2009.         $instance->addListener('kernel.finish_request', [=> function () {
  2010.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2011.         }, => 'onKernelFinishRequest'], 0);
  2012.         $instance->addListener('kernel.exception', [=> function () {
  2013.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2014.         }, => 'onKernelException'], -64);
  2015.         $instance->addListener('kernel.request', [=> function () {
  2016.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2017.         }, => 'onKernelRequest'], 128);
  2018.         $instance->addListener('kernel.response', [=> function () {
  2019.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2020.         }, => 'onKernelResponse'], -1000);
  2021.         $instance->addListener('kernel.finish_request', [=> function () {
  2022.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2023.         }, => 'onFinishRequest'], 0);
  2024.         $instance->addListener('kernel.response', [=> function () {
  2025.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2026.         }, => 'onKernelResponse'], -100);
  2027.         $instance->addListener('kernel.exception', [=> function () {
  2028.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2029.         }, => 'onKernelException'], 0);
  2030.         $instance->addListener('kernel.terminate', [=> function () {
  2031.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2032.         }, => 'onKernelTerminate'], -1024);
  2033.         $instance->addListener('kernel.controller', [=> function () {
  2034.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2035.         }, => 'onKernelController'], 0);
  2036.         $instance->addListener('kernel.response', [=> function () {
  2037.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2038.         }, => 'onKernelResponse'], 0);
  2039.         $instance->addListener('kernel.response', [=> function () {
  2040.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2041.         }, => 'onKernelResponse'], 0);
  2042.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2043.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2044.         }, => 'checkPassport'], 0);
  2045.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2046.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2047.         }, => 'onLoginSuccess'], 0);
  2048.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2049.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2050.         }, => 'onVoterVote'], 0);
  2051.         $instance->addListener('kernel.request', [=> function () {
  2052.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2053.         }, => 'configureLogoutUrlGenerator'], 8);
  2054.         $instance->addListener('kernel.request', [=> function () {
  2055.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2056.         }, => 'onKernelRequest'], 8);
  2057.         $instance->addListener('kernel.finish_request', [=> function () {
  2058.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2059.         }, => 'onKernelFinishRequest'], 0);
  2060.         $instance->addListener('kernel.controller', [=> function () {
  2061.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2062.         }, => 'onKernelController'], 0);
  2063.         $instance->addListener('kernel.controller', [=> function () {
  2064.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2065.         }, => 'onKernelController'], 0);
  2066.         $instance->addListener('kernel.controller', [=> function () {
  2067.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2068.         }, => 'onKernelController'], -128);
  2069.         $instance->addListener('kernel.view', [=> function () {
  2070.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2071.         }, => 'onKernelView'], 0);
  2072.         $instance->addListener('kernel.controller', [=> function () {
  2073.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2074.         }, => 'onKernelController'], 0);
  2075.         $instance->addListener('kernel.response', [=> function () {
  2076.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2077.         }, => 'onKernelResponse'], 0);
  2078.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2079.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2080.         }, => 'onKernelControllerArguments'], 0);
  2081.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2082.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2083.         }, => 'onKernelControllerArguments'], 0);
  2084.         $instance->addListener('console.command', [=> function () {
  2085.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2086.         }, => 'onCommand'], 255);
  2087.         $instance->addListener('console.terminate', [=> function () {
  2088.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2089.         }, => 'onTerminate'], -255);
  2090.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2091.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2092.         }, => 'onMessage'], 0);
  2093.         $instance->addListener('console.command', [=> function () {
  2094.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2095.         }, => 'configure'], 1024);
  2096.         $instance->addListener('kernel.response', [=> function () {
  2097.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2098.         }, => 'onKernelResponse'], -128);
  2099.         $instance->addListener('console.error', [=> function () {
  2100.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2101.         }, => 'onConsoleError'], 0);
  2102.         $instance->addListener('console.terminate', [=> function () {
  2103.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2104.         }, => 'onConsoleTerminate'], 0);
  2105.         $instance->addListener('knp_pager.before', [=> function () {
  2106.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2107.         }, => 'before'], 0);
  2108.         $instance->addListener('knp_pager.pagination', [=> function () {
  2109.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2110.         }, => 'pagination'], 0);
  2111.         $instance->addListener('knp_pager.before', [=> function () {
  2112.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2113.         }, => 'before'], 1);
  2114.         $instance->addListener('knp_pager.before', [=> function () {
  2115.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2116.         }, => 'before'], 1);
  2117.         $instance->addListener('knp_pager.pagination', [=> function () {
  2118.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2119.         }, => 'pagination'], 1);
  2120.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2121.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2122.         }, => 'checkPassport'], 256);
  2123.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2124.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2125.         }, => 'checkPassport'], 512);
  2126.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2127.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2128.         }, => 'onLogout'], 0);
  2129.         return $instance;
  2130.     }
  2131.     /**
  2132.      * Gets the public 'http_kernel' shared service.
  2133.      *
  2134.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2135.      */
  2136.     protected function getHttpKernelService()
  2137.     {
  2138.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2139.         if (isset($this->services['http_kernel'])) {
  2140.             return $this->services['http_kernel'];
  2141.         }
  2142.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2143.         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 () {
  2144.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2145.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2146.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2147.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2148.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2149.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2150.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2151.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2152.         }, 8)), $b));
  2153.     }
  2154.     /**
  2155.      * Gets the public 'request_stack' shared service.
  2156.      *
  2157.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2158.      */
  2159.     protected function getRequestStackService()
  2160.     {
  2161.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2162.     }
  2163.     /**
  2164.      * Gets the public 'router' shared service.
  2165.      *
  2166.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2167.      */
  2168.     protected function getRouterService()
  2169.     {
  2170.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2171.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2172.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2173.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2174.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2175.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2176.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2177.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2178.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2179.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2180.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2181.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2182.         ], [
  2183.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2184.         ]))->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'));
  2185.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2186.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2187.         return $instance;
  2188.     }
  2189.     /**
  2190.      * Gets the public 'translator' shared service.
  2191.      *
  2192.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2193.      */
  2194.     protected function getTranslatorService()
  2195.     {
  2196.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2197.     }
  2198.     /**
  2199.      * Gets the public 'var_dumper.cloner' shared service.
  2200.      *
  2201.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2202.      */
  2203.     protected function getVarDumper_ClonerService()
  2204.     {
  2205.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2206.         $instance->setMaxItems(2500);
  2207.         $instance->setMinDepth(1);
  2208.         $instance->setMaxString(-1);
  2209.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2214.      *
  2215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2216.      */
  2217.     protected function get_ServiceLocator_YP_F1XaService()
  2218.     {
  2219.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2220.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2221.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2222.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2223.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2224.         ], [
  2225.             'security.firewall.map.context.admin' => '?',
  2226.             'security.firewall.map.context.api' => '?',
  2227.             'security.firewall.map.context.customer' => '?',
  2228.             'security.firewall.map.context.dev' => '?',
  2229.         ]);
  2230.     }
  2231.     /**
  2232.      * Gets the private '.service_locator.iQnEGx4' shared service.
  2233.      *
  2234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2235.      */
  2236.     protected function get_ServiceLocator_IQnEGx4Service()
  2237.     {
  2238.         return $this->privates['.service_locator.iQnEGx4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2239.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  2240.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  2241.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  2242.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  2243.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2244.             'router' => ['services''router''getRouterService'false],
  2245.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  2246.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  2247.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  2248.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'true],
  2249.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'true],
  2250.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  2251.         ], [
  2252.             'doctrine' => '?',
  2253.             'form.factory' => '?',
  2254.             'http_kernel' => '?',
  2255.             'parameter_bag' => '?',
  2256.             'request_stack' => '?',
  2257.             'router' => '?',
  2258.             'security.authorization_checker' => '?',
  2259.             'security.csrf.token_manager' => '?',
  2260.             'security.token_storage' => '?',
  2261.             'serializer' => '?',
  2262.             'session' => '.session.deprecated',
  2263.             'twig' => '?',
  2264.         ]);
  2265.     }
  2266.     /**
  2267.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2268.      *
  2269.      * @return \Eccube\DataCollector\EccubeDataCollector
  2270.      */
  2271.     protected function getEccubeDataCollectorService()
  2272.     {
  2273.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2274.     }
  2275.     /**
  2276.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2277.      *
  2278.      * @return \Eccube\Doctrine\Query\Queries
  2279.      */
  2280.     protected function getQueriesService()
  2281.     {
  2282.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2283.         $instance->addCustomizer(new \Plugin\OrderStatusEx\Doctrine\Query\AdminOrderSearchCustomizer());
  2284.         $instance->addCustomizer(new \Customize\Repository\AdminCustomerListCustomizer(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService())));
  2285.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2290.      *
  2291.      * @return \Eccube\EventListener\IpAddrListener
  2292.      */
  2293.     protected function getIpAddrListenerService()
  2294.     {
  2295.         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()));
  2296.     }
  2297.     /**
  2298.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2299.      *
  2300.      * @return \Eccube\EventListener\LogListener
  2301.      */
  2302.     protected function getLogListenerService()
  2303.     {
  2304.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2308.      *
  2309.      * @return \Eccube\EventListener\MaintenanceListener
  2310.      */
  2311.     protected function getMaintenanceListenerService()
  2312.     {
  2313.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2314.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2315.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2316.         }
  2317.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2318.     }
  2319.     /**
  2320.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2321.      *
  2322.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2323.      */
  2324.     protected function getMobileTemplatePathListenerService()
  2325.     {
  2326.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2327.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2328.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2329.         }
  2330.         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))));
  2331.     }
  2332.     /**
  2333.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2334.      *
  2335.      * @return \Eccube\EventListener\RateLimiterListener
  2336.      */
  2337.     protected function getRateLimiterListenerService()
  2338.     {
  2339.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2340.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2341.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2342.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2343.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2344.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2345.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2346.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2347.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2348.         ], [
  2349.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2350.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2351.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2352.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2353.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2354.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2355.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2356.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2357.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2358.     }
  2359.     /**
  2360.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2361.      *
  2362.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2363.      */
  2364.     protected function getRestrictFileUploadListenerService()
  2365.     {
  2366.         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()));
  2367.     }
  2368.     /**
  2369.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2370.      *
  2371.      * @return \Eccube\EventListener\TransactionListener
  2372.      */
  2373.     protected function getTransactionListenerService()
  2374.     {
  2375.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2376.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2377.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2378.         }
  2379.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2380.     }
  2381.     /**
  2382.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2383.      *
  2384.      * @return \Eccube\EventListener\TwigInitializeListener
  2385.      */
  2386.     protected function getTwigInitializeListenerService()
  2387.     {
  2388.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2389.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2390.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2391.         }
  2392.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2393.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2394.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2395.         }
  2396.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2397.     }
  2398.     /**
  2399.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2400.      *
  2401.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2402.      */
  2403.     protected function getTwoFactorAuthListenerService()
  2404.     {
  2405.         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()));
  2406.     }
  2407.     /**
  2408.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2409.      *
  2410.      * @return \Eccube\Log\Processor\SessionProcessor
  2411.      */
  2412.     protected function getSessionProcessorService()
  2413.     {
  2414.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2415.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2416.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2417.         }
  2418.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2422.      *
  2423.      * @return \Eccube\Log\Processor\TokenProcessor
  2424.      */
  2425.     protected function getTokenProcessorService()
  2426.     {
  2427.         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()));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2431.      *
  2432.      * @return \Eccube\Repository\AuthorityRoleRepository
  2433.      */
  2434.     protected function getAuthorityRoleRepositoryService()
  2435.     {
  2436.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2437.     }
  2438.     /**
  2439.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2440.      *
  2441.      * @return \Eccube\Repository\BaseInfoRepository
  2442.      */
  2443.     protected function getBaseInfoRepositoryService()
  2444.     {
  2445.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2446.     }
  2447.     /**
  2448.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2449.      *
  2450.      * @return \Eccube\Repository\BlockPositionRepository
  2451.      */
  2452.     protected function getBlockPositionRepositoryService()
  2453.     {
  2454.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2455.     }
  2456.     /**
  2457.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2458.      *
  2459.      * @return \Eccube\Repository\BlockRepository
  2460.      */
  2461.     protected function getBlockRepositoryService()
  2462.     {
  2463.         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))));
  2464.     }
  2465.     /**
  2466.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2467.      *
  2468.      * @return \Eccube\Repository\CartRepository
  2469.      */
  2470.     protected function getCartRepositoryService()
  2471.     {
  2472.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2473.     }
  2474.     /**
  2475.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2476.      *
  2477.      * @return \Eccube\Repository\LayoutRepository
  2478.      */
  2479.     protected function getLayoutRepositoryService()
  2480.     {
  2481.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2482.     }
  2483.     /**
  2484.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2485.      *
  2486.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2487.      */
  2488.     protected function getDeviceTypeRepositoryService()
  2489.     {
  2490.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2491.     }
  2492.     /**
  2493.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2494.      *
  2495.      * @return \Eccube\Repository\OrderRepository
  2496.      */
  2497.     protected function getOrderRepositoryService()
  2498.     {
  2499.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2503.      *
  2504.      * @return \Eccube\Repository\PageLayoutRepository
  2505.      */
  2506.     protected function getPageLayoutRepositoryService()
  2507.     {
  2508.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2509.     }
  2510.     /**
  2511.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2512.      *
  2513.      * @return \Eccube\Repository\PageRepository
  2514.      */
  2515.     protected function getPageRepositoryService()
  2516.     {
  2517.         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);
  2518.     }
  2519.     /**
  2520.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2521.      *
  2522.      * @return \Eccube\Repository\ProductClassRepository
  2523.      */
  2524.     protected function getProductClassRepositoryService()
  2525.     {
  2526.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2530.      *
  2531.      * @return \Eccube\Repository\ProductRepository
  2532.      */
  2533.     protected function getProductRepositoryService()
  2534.     {
  2535.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2539.      *
  2540.      * @return \Eccube\Repository\TaxRuleRepository
  2541.      */
  2542.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2543.     {
  2544.         if ($lazyLoad) {
  2545.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2546.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2547.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2548.                     $proxy->setProxyInitializer(null);
  2549.                     return true;
  2550.                 });
  2551.             });
  2552.         }
  2553.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2554.         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))));
  2555.     }
  2556.     /**
  2557.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2558.      *
  2559.      * @return \Eccube\Request\Context
  2560.      */
  2561.     protected function getContextService()
  2562.     {
  2563.         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()));
  2564.     }
  2565.     /**
  2566.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2567.      *
  2568.      * @return \Eccube\Service\CartService
  2569.      */
  2570.     protected function getCartServiceService($lazyLoad true)
  2571.     {
  2572.         if ($lazyLoad) {
  2573.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2574.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2575.                     $wrappedInstance $this->getCartServiceService(false);
  2576.                     $proxy->setProxyInitializer(null);
  2577.                     return true;
  2578.                 });
  2579.             });
  2580.         }
  2581.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2582.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2583.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2584.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2585.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2586.         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()));
  2587.     }
  2588.     /**
  2589.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2590.      *
  2591.      * @return \Eccube\Service\TwoFactorAuthService
  2592.      */
  2593.     protected function getTwoFactorAuthServiceService()
  2594.     {
  2595.         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())));
  2596.     }
  2597.     /**
  2598.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2599.      *
  2600.      * @return \Eccube\Twig\Extension\EccubeExtension
  2601.      */
  2602.     protected function getEccubeExtensionService()
  2603.     {
  2604.         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()));
  2605.     }
  2606.     /**
  2607.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2608.      *
  2609.      * @return \Eccube\Twig\Extension\TaxExtension
  2610.      */
  2611.     protected function getTaxExtensionService()
  2612.     {
  2613.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2614.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2615.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2616.         }
  2617.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2618.     }
  2619.     /**
  2620.      * Gets the private 'Eccube\Util\CacheUtil' shared autowired service.
  2621.      *
  2622.      * @return \Eccube\Util\CacheUtil
  2623.      */
  2624.     protected function getCacheUtilService()
  2625.     {
  2626.         return $this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this);
  2627.     }
  2628.     /**
  2629.      * Gets the private 'Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber' shared autowired service.
  2630.      *
  2631.      * @return \Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber
  2632.      */
  2633.     protected function getOrderStatusEventSubscriberService()
  2634.     {
  2635.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2636.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2637.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2638.         }
  2639.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2640.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2641.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2642.         }
  2643.         $c = ($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] ?? $this->getOrderStatusExServiceService());
  2644.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2645.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2646.         }
  2647.         $d = ($this->services['Plugin\\OrderStatusEx\\Controller\\Admin\\Seggin\\Shop\\OrderStatusExController'] ?? $this->getOrderStatusExControllerService());
  2648.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2649.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2650.         }
  2651.         $e = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2652.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2653.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2654.         }
  2655.         $f = ($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'] ?? $this->getOrderStatusExConfigServiceService());
  2656.         if (isset($this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'])) {
  2657.             return $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'];
  2658.         }
  2659.         $this->privates['Plugin\\OrderStatusEx\\EventSubscriber\\OrderStatusEventSubscriber'] = $instance = new \Plugin\OrderStatusEx\EventSubscriber\OrderStatusEventSubscriber(($this->services['router'] ?? $this->getRouterService()), $a$b$c$d, ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this))), $e$f, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2660.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2661.         $h = new \Plugin\OrderStatusEx\Service\TwigRenderService\TwigRenderService($g);
  2662.         $instance->setTwigRenderService($h);
  2663.         $instance->setTwigRenderHelper(new \Plugin\OrderStatusEx\Service\TwigRenderService\EventSubscriber\TwigRenderHelper($h, new \Plugin\OrderStatusEx\Service\TwigRenderService\Form\FormHelper(), $g));
  2664.         return $instance;
  2665.     }
  2666.     /**
  2667.      * Gets the private 'Plugin\OrderStatusEx\Repository\OrderStatusExRepository' shared autowired service.
  2668.      *
  2669.      * @return \Plugin\OrderStatusEx\Repository\OrderStatusExRepository
  2670.      */
  2671.     protected function getOrderStatusExRepositoryService()
  2672.     {
  2673.         return $this->privates['Plugin\\OrderStatusEx\\Repository\\OrderStatusExRepository'] = new \Plugin\OrderStatusEx\Repository\OrderStatusExRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2674.     }
  2675.     /**
  2676.      * Gets the private 'Plugin\OrderStatusEx\Service\OrderStatusExConfigService' shared autowired service.
  2677.      *
  2678.      * @return \Plugin\OrderStatusEx\Service\OrderStatusExConfigService
  2679.      */
  2680.     protected function getOrderStatusExConfigServiceService()
  2681.     {
  2682.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2683.         if (isset($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'])) {
  2684.             return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'];
  2685.         }
  2686.         $b = ($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] ?? $this->getOrderStatusExServiceService());
  2687.         if (isset($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'])) {
  2688.             return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'];
  2689.         }
  2690.         return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExConfigService'] = new \Plugin\OrderStatusEx\Service\OrderStatusExConfigService($a$b);
  2691.     }
  2692.     /**
  2693.      * Gets the private 'Plugin\OrderStatusEx\Service\OrderStatusExService' shared autowired service.
  2694.      *
  2695.      * @return \Plugin\OrderStatusEx\Service\OrderStatusExService
  2696.      */
  2697.     protected function getOrderStatusExServiceService()
  2698.     {
  2699.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2700.         if (isset($this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'])) {
  2701.             return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'];
  2702.         }
  2703.         return $this->privates['Plugin\\OrderStatusEx\\Service\\OrderStatusExService'] = new \Plugin\OrderStatusEx\Service\OrderStatusExService($a);
  2704.     }
  2705.     /**
  2706.      * Gets the private 'Plugin\PointExDx\Service\PointExDxService' shared autowired service.
  2707.      *
  2708.      * @return \Plugin\PointExDx\Service\PointExDxService
  2709.      */
  2710.     protected function getPointExDxServiceService()
  2711.     {
  2712.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2713.         if (isset($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'])) {
  2714.             return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'];
  2715.         }
  2716.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2717.         if (isset($this->privates['Plugin\\PointExDx\\Service\\PointExDxService'])) {
  2718.             return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'];
  2719.         }
  2720.         return $this->privates['Plugin\\PointExDx\\Service\\PointExDxService'] = new \Plugin\PointExDx\Service\PointExDxService(($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), $a$b);
  2721.     }
  2722.     /**
  2723.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2724.      *
  2725.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2726.      */
  2727.     protected function getWebProcessorService()
  2728.     {
  2729.         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']);
  2730.     }
  2731.     /**
  2732.      * Gets the private 'annotations.cache_adapter' shared service.
  2733.      *
  2734.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2735.      */
  2736.     protected function getAnnotations_CacheAdapterService()
  2737.     {
  2738.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2739.     }
  2740.     /**
  2741.      * Gets the private 'annotations.cached_reader' shared service.
  2742.      *
  2743.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2744.      */
  2745.     protected function getAnnotations_CachedReaderService()
  2746.     {
  2747.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2748.     }
  2749.     /**
  2750.      * Gets the private 'annotations.reader' shared service.
  2751.      *
  2752.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2753.      */
  2754.     protected function getAnnotations_ReaderService()
  2755.     {
  2756.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2757.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2758.         $a->registerUniqueLoader('class_exists');
  2759.         $instance->addGlobalIgnoredName('required'$a);
  2760.         return $instance;
  2761.     }
  2762.     /**
  2763.      * Gets the private 'assets.context' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2766.      */
  2767.     protected function getAssets_ContextService()
  2768.     {
  2769.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2770.         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());
  2771.     }
  2772.     /**
  2773.      * Gets the private 'cache.annotations' shared service.
  2774.      *
  2775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2776.      */
  2777.     protected function getCache_AnnotationsService()
  2778.     {
  2779.         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())));
  2780.     }
  2781.     /**
  2782.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2783.      *
  2784.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2785.      */
  2786.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2787.     {
  2788.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2789.     }
  2790.     /**
  2791.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2792.      *
  2793.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2794.      */
  2795.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2796.     {
  2797.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2798.     }
  2799.     /**
  2800.      * Gets the private 'cache.property_info' shared service.
  2801.      *
  2802.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2803.      */
  2804.     protected function getCache_PropertyInfoService()
  2805.     {
  2806.         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())));
  2807.     }
  2808.     /**
  2809.      * Gets the private 'cache.security_expression_language' shared service.
  2810.      *
  2811.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2812.      */
  2813.     protected function getCache_SecurityExpressionLanguageService()
  2814.     {
  2815.         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())));
  2816.     }
  2817.     /**
  2818.      * Gets the private 'cache.security_token_verifier' shared service.
  2819.      *
  2820.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2821.      */
  2822.     protected function getCache_SecurityTokenVerifierService()
  2823.     {
  2824.         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())));
  2825.     }
  2826.     /**
  2827.      * Gets the private 'cache.serializer' shared service.
  2828.      *
  2829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2830.      */
  2831.     protected function getCache_SerializerService()
  2832.     {
  2833.         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())));
  2834.     }
  2835.     /**
  2836.      * Gets the private 'cache.validator' shared service.
  2837.      *
  2838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2839.      */
  2840.     protected function getCache_ValidatorService()
  2841.     {
  2842.         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())));
  2843.     }
  2844.     /**
  2845.      * Gets the private 'config_cache_factory' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2848.      */
  2849.     protected function getConfigCacheFactoryService()
  2850.     {
  2851.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2852.             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)));
  2853.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2854.         }, 2));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'data_collector.form' shared service.
  2858.      *
  2859.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2860.      */
  2861.     protected function getDataCollector_FormService()
  2862.     {
  2863.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2864.     }
  2865.     /**
  2866.      * Gets the private 'data_collector.request' shared service.
  2867.      *
  2868.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2869.      */
  2870.     protected function getDataCollector_RequestService()
  2871.     {
  2872.         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())));
  2873.     }
  2874.     /**
  2875.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2876.      *
  2877.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2878.      */
  2879.     protected function getDebug_DebugHandlersListenerService()
  2880.     {
  2881.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2882.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2883.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2884.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2885.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2886.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2887.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2888.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2889.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2890.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2891.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2892.     }
  2893.     /**
  2894.      * Gets the private 'debug.file_link_formatter' shared service.
  2895.      *
  2896.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2897.      */
  2898.     protected function getDebug_FileLinkFormatterService()
  2899.     {
  2900.         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 () {
  2901.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2902.         });
  2903.     }
  2904.     /**
  2905.      * Gets the private 'debug.log_processor' shared service.
  2906.      *
  2907.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2908.      */
  2909.     protected function getDebug_LogProcessorService()
  2910.     {
  2911.         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())));
  2912.     }
  2913.     /**
  2914.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2917.      */
  2918.     protected function getDebug_Security_Access_DecisionManagerService()
  2919.     {
  2920.         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 () {
  2921.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2922.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2923.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2924.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2925.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2926.     }
  2927.     /**
  2928.      * Gets the private 'debug.security.firewall' shared service.
  2929.      *
  2930.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2931.      */
  2932.     protected function getDebug_Security_FirewallService()
  2933.     {
  2934.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2935.         if (isset($this->privates['debug.security.firewall'])) {
  2936.             return $this->privates['debug.security.firewall'];
  2937.         }
  2938.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2939.         if (isset($this->privates['debug.security.firewall'])) {
  2940.             return $this->privates['debug.security.firewall'];
  2941.         }
  2942.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2943.     }
  2944.     /**
  2945.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2946.      *
  2947.      * @return \Doctrine\Migrations\DependencyFactory
  2948.      */
  2949.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2950.     {
  2951.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2952.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2953.         $a->setAllOrNothing(false);
  2954.         $a->setCheckDatabasePlatform(true);
  2955.         $a->setTransactional(true);
  2956.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2957.         $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()));
  2958.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2959.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2960.         });
  2961.         return $instance;
  2962.     }
  2963.     /**
  2964.      * Gets the private 'eccube.collector.core' shared autowired service.
  2965.      *
  2966.      * @return \Eccube\DataCollector\EccubeDataCollector
  2967.      */
  2968.     protected function getEccube_Collector_CoreService()
  2969.     {
  2970.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2971.     }
  2972.     /**
  2973.      * Gets the private 'esi_listener' shared service.
  2974.      *
  2975.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2976.      */
  2977.     protected function getEsiListenerService()
  2978.     {
  2979.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2980.     }
  2981.     /**
  2982.      * Gets the private 'exception_listener' shared service.
  2983.      *
  2984.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2985.      */
  2986.     protected function getExceptionListenerService()
  2987.     {
  2988.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2989.     }
  2990.     /**
  2991.      * Gets the private 'form.registry' shared service.
  2992.      *
  2993.      * @return \Symfony\Component\Form\FormRegistry
  2994.      */
  2995.     protected function getForm_RegistryService()
  2996.     {
  2997.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2998.             'Eccube\\Form\\Type\\AddCartType' => ['privates''Eccube\\Form\\Type\\AddCartType''getAddCartTypeService'true],
  2999.             'Eccube\\Form\\Type\\AddressType' => ['privates''Eccube\\Form\\Type\\AddressType''getAddressTypeService'true],
  3000.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthenticationType''getAuthenticationTypeService'true],
  3001.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => ['privates''Eccube\\Form\\Type\\Admin\\AuthorityRoleType''getAuthorityRoleTypeService'true],
  3002.             'Eccube\\Form\\Type\\Admin\\BlockType' => ['privates''Eccube\\Form\\Type\\Admin\\BlockType''getBlockTypeService'true],
  3003.             'Eccube\\Form\\Type\\Admin\\CalendarType' => ['privates''Eccube\\Form\\Type\\Admin\\CalendarType''getCalendarTypeService'true],
  3004.             'Eccube\\Form\\Type\\Admin\\CategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\CategoryType''getCategoryTypeService'true],
  3005.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => ['privates''Eccube\\Form\\Type\\Admin\\ChangePasswordType''getChangePasswordTypeService'true],
  3006.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassCategoryType''getClassCategoryTypeService'true],
  3007.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => ['privates''Eccube\\Form\\Type\\Admin\\ClassNameType''getClassNameTypeService'true],
  3008.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => ['privates''Eccube\\Form\\Type\\Admin\\CsvImportType''getCsvImportTypeService'true],
  3009.             'Eccube\\Form\\Type\\Admin\\CustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\CustomerType''getCustomerTypeService'true],
  3010.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryFeeType''getDeliveryFeeTypeService'true],
  3011.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryTimeType''getDeliveryTimeTypeService'true],
  3012.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => ['privates''Eccube\\Form\\Type\\Admin\\DeliveryType''getDeliveryTypeService'true],
  3013.             'Eccube\\Form\\Type\\Admin\\LayoutType' => ['privates''Eccube\\Form\\Type\\Admin\\LayoutType''getLayoutTypeService'true],
  3014.             'Eccube\\Form\\Type\\Admin\\LogType' => ['privates''Eccube\\Form\\Type\\Admin\\LogType''getLogTypeService'true],
  3015.             'Eccube\\Form\\Type\\Admin\\LoginType' => ['privates''Eccube\\Form\\Type\\Admin\\LoginType''getLoginTypeService'true],
  3016.             'Eccube\\Form\\Type\\Admin\\MailType' => ['privates''Eccube\\Form\\Type\\Admin\\MailType''getMailTypeService'true],
  3017.             'Eccube\\Form\\Type\\Admin\\MainEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MainEditType''getMainEditTypeService'true],
  3018.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataDataType''getMasterdataDataTypeService'true],
  3019.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataEditType''getMasterdataEditTypeService'true],
  3020.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => ['privates''Eccube\\Form\\Type\\Admin\\MasterdataType''getMasterdataTypeService'true],
  3021.             'Eccube\\Form\\Type\\Admin\\MemberType' => ['privates''Eccube\\Form\\Type\\Admin\\MemberType''getMemberTypeService'true],
  3022.             'Eccube\\Form\\Type\\Admin\\NewsType' => ['privates''Eccube\\Form\\Type\\Admin\\NewsType''getNewsTypeService'true],
  3023.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderItemType''getOrderItemTypeService'true],
  3024.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderMailType''getOrderMailTypeService'true],
  3025.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderPdfType''getOrderPdfTypeService'true],
  3026.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderStatusSettingType''getOrderStatusSettingTypeService'true],
  3027.             'Eccube\\Form\\Type\\Admin\\OrderType' => ['privates''Eccube\\Form\\Type\\Admin\\OrderType''getOrderTypeService'true],
  3028.             'Eccube\\Form\\Type\\Admin\\PageType' => ['privates''Eccube\\Form\\Type\\Admin\\PageType''getPageTypeService'true],
  3029.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => ['privates''Eccube\\Form\\Type\\Admin\\PaymentRegisterType''getPaymentRegisterTypeService'true],
  3030.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginLocalInstallType''getPluginLocalInstallTypeService'true],
  3031.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => ['privates''Eccube\\Form\\Type\\Admin\\PluginManagementType''getPluginManagementTypeService'true],
  3032.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassEditType''getProductClassEditTypeService'true],
  3033.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassMatrixType''getProductClassMatrixTypeService'true],
  3034.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductClassType''getProductClassTypeService'true],
  3035.             'Eccube\\Form\\Type\\Admin\\ProductTag' => ['privates''Eccube\\Form\\Type\\Admin\\ProductTag''getProductTagService'true],
  3036.             'Eccube\\Form\\Type\\Admin\\ProductType' => ['privates''Eccube\\Form\\Type\\Admin\\ProductType''getProductTypeService'true],
  3037.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchCustomerType''getSearchCustomerTypeService'true],
  3038.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType''getSearchLoginHistoryTypeService'true],
  3039.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchOrderType''getSearchOrderTypeService'true],
  3040.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchPluginApiType''getSearchPluginApiTypeService'true],
  3041.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => ['privates''Eccube\\Form\\Type\\Admin\\SearchProductType''getSearchProductTypeService'true],
  3042.             'Eccube\\Form\\Type\\Admin\\SecurityType' => ['privates''Eccube\\Form\\Type\\Admin\\SecurityType''getSecurityTypeService'true],
  3043.             'Eccube\\Form\\Type\\Admin\\ShippingType' => ['privates''Eccube\\Form\\Type\\Admin\\ShippingType''getShippingTypeService'true],
  3044.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => ['privates''Eccube\\Form\\Type\\Admin\\ShopMasterType''getShopMasterTypeService'true],
  3045.             'Eccube\\Form\\Type\\Admin\\TagType' => ['privates''Eccube\\Form\\Type\\Admin\\TagType''getTagTypeService'true],
  3046.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => ['privates''Eccube\\Form\\Type\\Admin\\TaxRuleType''getTaxRuleTypeService'true],
  3047.             'Eccube\\Form\\Type\\Admin\\TemplateType' => ['privates''Eccube\\Form\\Type\\Admin\\TemplateType''getTemplateTypeService'true],
  3048.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => ['privates''Eccube\\Form\\Type\\Admin\\TradeLawType''getTradeLawTypeService'true],
  3049.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => ['privates''Eccube\\Form\\Type\\Admin\\TwoFactorAuthType''getTwoFactorAuthTypeService'true],
  3050.             'Eccube\\Form\\Type\\Front\\ContactType' => ['privates''Eccube\\Form\\Type\\Front\\ContactType''getContactTypeService'true],
  3051.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerAddressType''getCustomerAddressTypeService'true],
  3052.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => ['privates''Eccube\\Form\\Type\\Front\\CustomerLoginType''getCustomerLoginTypeService'true],
  3053.             'Eccube\\Form\\Type\\Front\\EntryType' => ['privates''Eccube\\Form\\Type\\Front\\EntryType''getEntryTypeService'true],
  3054.             'Eccube\\Form\\Type\\Front\\ForgotType' => ['privates''Eccube\\Form\\Type\\Front\\ForgotType''getForgotTypeService'true],
  3055.             'Eccube\\Form\\Type\\Front\\NonMemberType' => ['privates''Eccube\\Form\\Type\\Front\\NonMemberType''getNonMemberTypeService'true],
  3056.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => ['privates''Eccube\\Form\\Type\\Front\\PasswordResetType''getPasswordResetTypeService'true],
  3057.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => ['privates''Eccube\\Form\\Type\\Front\\ShoppingShippingType''getShoppingShippingTypeService'true],
  3058.             'Eccube\\Form\\Type\\Install\\Step1Type' => ['privates''Eccube\\Form\\Type\\Install\\Step1Type''getStep1TypeService'true],
  3059.             'Eccube\\Form\\Type\\Install\\Step3Type' => ['privates''Eccube\\Form\\Type\\Install\\Step3Type''getStep3TypeService'true],
  3060.             'Eccube\\Form\\Type\\Install\\Step4Type' => ['privates''Eccube\\Form\\Type\\Install\\Step4Type''getStep4TypeService'true],
  3061.             'Eccube\\Form\\Type\\Install\\Step5Type' => ['privates''Eccube\\Form\\Type\\Install\\Step5Type''getStep5TypeService'true],
  3062.             'Eccube\\Form\\Type\\KanaType' => ['privates''Eccube\\Form\\Type\\KanaType''getKanaTypeService'true],
  3063.             'Eccube\\Form\\Type\\MasterType' => ['privates''Eccube\\Form\\Type\\MasterType''getMasterTypeService'true],
  3064.             'Eccube\\Form\\Type\\Master\\CategoryType' => ['privates''Eccube\\Form\\Type\\Master\\CategoryType''getCategoryType2Service'true],
  3065.             'Eccube\\Form\\Type\\Master\\CsvType' => ['privates''Eccube\\Form\\Type\\Master\\CsvType''getCsvType2Service'true],
  3066.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => ['privates''Eccube\\Form\\Type\\Master\\CustomerStatusType''getCustomerStatusTypeService'true],
  3067.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => ['privates''Eccube\\Form\\Type\\Master\\DeliveryDurationType''getDeliveryDurationTypeService'true],
  3068.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => ['privates''Eccube\\Form\\Type\\Master\\DeviceTypeType''getDeviceTypeTypeService'true],
  3069.             'Eccube\\Form\\Type\\Master\\JobType' => ['privates''Eccube\\Form\\Type\\Master\\JobType''getJobTypeService'true],
  3070.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => ['privates''Eccube\\Form\\Type\\Master\\LoginHistoryStatusType''getLoginHistoryStatusTypeService'true],
  3071.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => ['privates''Eccube\\Form\\Type\\Master\\MailTemplateType''getMailTemplateTypeService'true],
  3072.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => ['privates''Eccube\\Form\\Type\\Master\\OrderStatusType''getOrderStatusTypeService'true],
  3073.             'Eccube\\Form\\Type\\Master\\PageMaxType' => ['privates''Eccube\\Form\\Type\\Master\\PageMaxType''getPageMaxTypeService'true],
  3074.             'Eccube\\Form\\Type\\Master\\PaymentType' => ['privates''Eccube\\Form\\Type\\Master\\PaymentType''getPaymentTypeService'true],
  3075.             'Eccube\\Form\\Type\\Master\\PrefType' => ['privates''Eccube\\Form\\Type\\Master\\PrefType''getPrefTypeService'true],
  3076.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListMaxType''getProductListMaxTypeService'true],
  3077.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => ['privates''Eccube\\Form\\Type\\Master\\ProductListOrderByType''getProductListOrderByTypeService'true],
  3078.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => ['privates''Eccube\\Form\\Type\\Master\\ProductStatusType''getProductStatusTypeService'true],
  3079.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => ['privates''Eccube\\Form\\Type\\Master\\RoundingTypeType''getRoundingTypeTypeService'true],
  3080.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => ['privates''Eccube\\Form\\Type\\Master\\SaleTypeType''getSaleTypeTypeService'true],
  3081.             'Eccube\\Form\\Type\\Master\\SexType' => ['privates''Eccube\\Form\\Type\\Master\\SexType''getSexTypeService'true],
  3082.             'Eccube\\Form\\Type\\NameType' => ['privates''Eccube\\Form\\Type\\NameType''getNameTypeService'true],
  3083.             'Eccube\\Form\\Type\\PhoneNumberType' => ['privates''Eccube\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  3084.             'Eccube\\Form\\Type\\PostalType' => ['privates''Eccube\\Form\\Type\\PostalType''getPostalTypeService'true],
  3085.             'Eccube\\Form\\Type\\PriceType' => ['privates''Eccube\\Form\\Type\\PriceType''getPriceTypeService'true],
  3086.             'Eccube\\Form\\Type\\RepeatedEmailType' => ['privates''Eccube\\Form\\Type\\RepeatedEmailType''getRepeatedEmailTypeService'true],
  3087.             'Eccube\\Form\\Type\\RepeatedPasswordType' => ['privates''Eccube\\Form\\Type\\RepeatedPasswordType''getRepeatedPasswordTypeService'true],
  3088.             'Eccube\\Form\\Type\\SearchProductBlockType' => ['privates''Eccube\\Form\\Type\\SearchProductBlockType''getSearchProductBlockTypeService'true],
  3089.             'Eccube\\Form\\Type\\SearchProductType' => ['privates''Eccube\\Form\\Type\\SearchProductType''getSearchProductType2Service'true],
  3090.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleItemType''getShippingMultipleItemTypeService'true],
  3091.             'Eccube\\Form\\Type\\ShippingMultipleType' => ['privates''Eccube\\Form\\Type\\ShippingMultipleType''getShippingMultipleTypeService'true],
  3092.             'Eccube\\Form\\Type\\ShoppingMultipleType' => ['privates''Eccube\\Form\\Type\\ShoppingMultipleType''getShoppingMultipleTypeService'true],
  3093.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => ['privates''Eccube\\Form\\Type\\Shopping\\CustomerAddressType''getCustomerAddressType2Service'true],
  3094.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderItemType''getOrderItemType2Service'true],
  3095.             'Eccube\\Form\\Type\\Shopping\\OrderType' => ['privates''Eccube\\Form\\Type\\Shopping\\OrderType''getOrderType2Service'true],
  3096.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => ['privates''Eccube\\Form\\Type\\Shopping\\ShippingType''getShippingType2Service'true],
  3097.             'Eccube\\Form\\Type\\ToggleSwitchType' => ['privates''Eccube\\Form\\Type\\ToggleSwitchType''getToggleSwitchTypeService'true],
  3098.             'Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\ConfigType''getConfigTypeService'true],
  3099.             'Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\SearchPaymentType' => ['privates''Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\SearchPaymentType''getSearchPaymentTypeService'true],
  3100.             'Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigCollectionType' => ['privates''Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigCollectionType''getAweConfigCollectionTypeService'true],
  3101.             'Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigType' => ['privates''Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigType''getAweConfigTypeService'true],
  3102.             'Plugin\\CategorySort42\\Form\\Type\\CategorySortConfigType' => ['privates''Plugin\\CategorySort42\\Form\\Type\\CategorySortConfigType''getCategorySortConfigTypeService'true],
  3103.             'Plugin\\DataMigration42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\DataMigration42\\Form\\Type\\Admin\\ConfigType''getConfigType2Service'true],
  3104.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType''getMailMagazineTemplateEditTypeService'true],
  3105.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType''getMailMagazineTemplateTypeService'true],
  3106.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType' => ['privates''Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType''getMailMagazineTypeService'true],
  3107.             'Plugin\\MypageReceipt2Ft\\Form\\Type\\Admin\\MypageReceipt2FtConfigType' => ['privates''Plugin\\MypageReceipt2Ft\\Form\\Type\\Admin\\MypageReceipt2FtConfigType''getMypageReceipt2FtConfigTypeService'true],
  3108.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryCheckType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryCheckType''getNoshideliveryCheckTypeService'true],
  3109.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryConfigType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryConfigType''getNoshideliveryConfigTypeService'true],
  3110.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryKindType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryKindType''getNoshideliveryKindTypeService'true],
  3111.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryTieType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryTieType''getNoshideliveryTieTypeService'true],
  3112.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryCheckType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryCheckType''getNoshideliveryCheckType2Service'true],
  3113.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryKindType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryKindType''getNoshideliveryKindType2Service'true],
  3114.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryTieType' => ['privates''Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryTieType''getNoshideliveryTieType2Service'true],
  3115.             'Plugin\\OrderStatusEx\\Form\\Type\\ConfigType' => ['privates''Plugin\\OrderStatusEx\\Form\\Type\\ConfigType''getConfigType3Service'true],
  3116.             'Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType' => ['privates''Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType''getCustomEntityTypeService'true],
  3117.             'Plugin\\PointExDx\\Form\\Extension\\OrderPointExDxType' => ['privates''Plugin\\PointExDx\\Form\\Extension\\OrderPointExDxType''getOrderPointExDxTypeService'true],
  3118.             'Plugin\\PointExDx\\Form\\Type\\BonusPointType' => ['privates''Plugin\\PointExDx\\Form\\Type\\BonusPointType''getBonusPointTypeService'true],
  3119.             'Plugin\\PointExDx\\Form\\Type\\EntryPointType' => ['privates''Plugin\\PointExDx\\Form\\Type\\EntryPointType''getEntryPointTypeService'true],
  3120.             'Plugin\\PointExDx\\Form\\Type\\PointExDxProductClassType' => ['privates''Plugin\\PointExDx\\Form\\Type\\PointExDxProductClassType''getPointExDxProductClassTypeService'true],
  3121.             'Plugin\\PointExDx\\Form\\Type\\PointExDxSettingType' => ['privates''Plugin\\PointExDx\\Form\\Type\\PointExDxSettingType''getPointExDxSettingTypeService'true],
  3122.             'Plugin\\PointExDx\\Form\\Type\\PointSettingType' => ['privates''Plugin\\PointExDx\\Form\\Type\\PointSettingType''getPointSettingTypeService'true],
  3123.             'Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigRowType' => ['privates''Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigRowType''getConfigRowTypeService'true],
  3124.             'Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigType' => ['privates''Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigType''getConfigType4Service'true],
  3125.             'Plugin\\ProductContact42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\ProductContact42\\Form\\Type\\Admin\\ConfigType''getConfigType5Service'true],
  3126.             'Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtConfigType' => ['privates''Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtConfigType''getReportPdf2FtConfigTypeService'true],
  3127.             'Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtType' => ['privates''Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtType''getReportPdf2FtTypeService'true],
  3128.             'Plugin\\SendAllMails42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\SendAllMails42\\Form\\Type\\Admin\\ConfigType''getConfigType6Service'true],
  3129.             'Plugin\\SendAllMails42\\Form\\Type\\Admin\\OrderMailType' => ['privates''Plugin\\SendAllMails42\\Form\\Type\\Admin\\OrderMailType''getOrderMailType2Service'true],
  3130.             'Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\ConfigType''getConfigType7Service'true],
  3131.             'Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\YamatoB2CsvType' => ['privates''Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\YamatoB2CsvType''getYamatoB2CsvTypeService'true],
  3132.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType''getConfigType8Service'true],
  3133.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType''getSearchPaymentType2Service'true],
  3134.             'Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType''getCreditChangeTypeService'true],
  3135.             'Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType' => ['privates''Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType''getPaymentRecvTypeService'true],
  3136.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  3137.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  3138.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  3139.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  3140.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  3141.         ], [
  3142.             'Eccube\\Form\\Type\\AddCartType' => '?',
  3143.             'Eccube\\Form\\Type\\AddressType' => '?',
  3144.             'Eccube\\Form\\Type\\Admin\\AuthenticationType' => '?',
  3145.             'Eccube\\Form\\Type\\Admin\\AuthorityRoleType' => '?',
  3146.             'Eccube\\Form\\Type\\Admin\\BlockType' => '?',
  3147.             'Eccube\\Form\\Type\\Admin\\CalendarType' => '?',
  3148.             'Eccube\\Form\\Type\\Admin\\CategoryType' => '?',
  3149.             'Eccube\\Form\\Type\\Admin\\ChangePasswordType' => '?',
  3150.             'Eccube\\Form\\Type\\Admin\\ClassCategoryType' => '?',
  3151.             'Eccube\\Form\\Type\\Admin\\ClassNameType' => '?',
  3152.             'Eccube\\Form\\Type\\Admin\\CsvImportType' => '?',
  3153.             'Eccube\\Form\\Type\\Admin\\CustomerType' => '?',
  3154.             'Eccube\\Form\\Type\\Admin\\DeliveryFeeType' => '?',
  3155.             'Eccube\\Form\\Type\\Admin\\DeliveryTimeType' => '?',
  3156.             'Eccube\\Form\\Type\\Admin\\DeliveryType' => '?',
  3157.             'Eccube\\Form\\Type\\Admin\\LayoutType' => '?',
  3158.             'Eccube\\Form\\Type\\Admin\\LogType' => '?',
  3159.             'Eccube\\Form\\Type\\Admin\\LoginType' => '?',
  3160.             'Eccube\\Form\\Type\\Admin\\MailType' => '?',
  3161.             'Eccube\\Form\\Type\\Admin\\MainEditType' => '?',
  3162.             'Eccube\\Form\\Type\\Admin\\MasterdataDataType' => '?',
  3163.             'Eccube\\Form\\Type\\Admin\\MasterdataEditType' => '?',
  3164.             'Eccube\\Form\\Type\\Admin\\MasterdataType' => '?',
  3165.             'Eccube\\Form\\Type\\Admin\\MemberType' => '?',
  3166.             'Eccube\\Form\\Type\\Admin\\NewsType' => '?',
  3167.             'Eccube\\Form\\Type\\Admin\\OrderItemType' => '?',
  3168.             'Eccube\\Form\\Type\\Admin\\OrderMailType' => '?',
  3169.             'Eccube\\Form\\Type\\Admin\\OrderPdfType' => '?',
  3170.             'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => '?',
  3171.             'Eccube\\Form\\Type\\Admin\\OrderType' => '?',
  3172.             'Eccube\\Form\\Type\\Admin\\PageType' => '?',
  3173.             'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => '?',
  3174.             'Eccube\\Form\\Type\\Admin\\PluginLocalInstallType' => '?',
  3175.             'Eccube\\Form\\Type\\Admin\\PluginManagementType' => '?',
  3176.             'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => '?',
  3177.             'Eccube\\Form\\Type\\Admin\\ProductClassMatrixType' => '?',
  3178.             'Eccube\\Form\\Type\\Admin\\ProductClassType' => '?',
  3179.             'Eccube\\Form\\Type\\Admin\\ProductTag' => '?',
  3180.             'Eccube\\Form\\Type\\Admin\\ProductType' => '?',
  3181.             'Eccube\\Form\\Type\\Admin\\SearchCustomerType' => '?',
  3182.             'Eccube\\Form\\Type\\Admin\\SearchLoginHistoryType' => '?',
  3183.             'Eccube\\Form\\Type\\Admin\\SearchOrderType' => '?',
  3184.             'Eccube\\Form\\Type\\Admin\\SearchPluginApiType' => '?',
  3185.             'Eccube\\Form\\Type\\Admin\\SearchProductType' => '?',
  3186.             'Eccube\\Form\\Type\\Admin\\SecurityType' => '?',
  3187.             'Eccube\\Form\\Type\\Admin\\ShippingType' => '?',
  3188.             'Eccube\\Form\\Type\\Admin\\ShopMasterType' => '?',
  3189.             'Eccube\\Form\\Type\\Admin\\TagType' => '?',
  3190.             'Eccube\\Form\\Type\\Admin\\TaxRuleType' => '?',
  3191.             'Eccube\\Form\\Type\\Admin\\TemplateType' => '?',
  3192.             'Eccube\\Form\\Type\\Admin\\TradeLawType' => '?',
  3193.             'Eccube\\Form\\Type\\Admin\\TwoFactorAuthType' => '?',
  3194.             'Eccube\\Form\\Type\\Front\\ContactType' => '?',
  3195.             'Eccube\\Form\\Type\\Front\\CustomerAddressType' => '?',
  3196.             'Eccube\\Form\\Type\\Front\\CustomerLoginType' => '?',
  3197.             'Eccube\\Form\\Type\\Front\\EntryType' => '?',
  3198.             'Eccube\\Form\\Type\\Front\\ForgotType' => '?',
  3199.             'Eccube\\Form\\Type\\Front\\NonMemberType' => '?',
  3200.             'Eccube\\Form\\Type\\Front\\PasswordResetType' => '?',
  3201.             'Eccube\\Form\\Type\\Front\\ShoppingShippingType' => '?',
  3202.             'Eccube\\Form\\Type\\Install\\Step1Type' => '?',
  3203.             'Eccube\\Form\\Type\\Install\\Step3Type' => '?',
  3204.             'Eccube\\Form\\Type\\Install\\Step4Type' => '?',
  3205.             'Eccube\\Form\\Type\\Install\\Step5Type' => '?',
  3206.             'Eccube\\Form\\Type\\KanaType' => '?',
  3207.             'Eccube\\Form\\Type\\MasterType' => '?',
  3208.             'Eccube\\Form\\Type\\Master\\CategoryType' => '?',
  3209.             'Eccube\\Form\\Type\\Master\\CsvType' => '?',
  3210.             'Eccube\\Form\\Type\\Master\\CustomerStatusType' => '?',
  3211.             'Eccube\\Form\\Type\\Master\\DeliveryDurationType' => '?',
  3212.             'Eccube\\Form\\Type\\Master\\DeviceTypeType' => '?',
  3213.             'Eccube\\Form\\Type\\Master\\JobType' => '?',
  3214.             'Eccube\\Form\\Type\\Master\\LoginHistoryStatusType' => '?',
  3215.             'Eccube\\Form\\Type\\Master\\MailTemplateType' => '?',
  3216.             'Eccube\\Form\\Type\\Master\\OrderStatusType' => '?',
  3217.             'Eccube\\Form\\Type\\Master\\PageMaxType' => '?',
  3218.             'Eccube\\Form\\Type\\Master\\PaymentType' => '?',
  3219.             'Eccube\\Form\\Type\\Master\\PrefType' => '?',
  3220.             'Eccube\\Form\\Type\\Master\\ProductListMaxType' => '?',
  3221.             'Eccube\\Form\\Type\\Master\\ProductListOrderByType' => '?',
  3222.             'Eccube\\Form\\Type\\Master\\ProductStatusType' => '?',
  3223.             'Eccube\\Form\\Type\\Master\\RoundingTypeType' => '?',
  3224.             'Eccube\\Form\\Type\\Master\\SaleTypeType' => '?',
  3225.             'Eccube\\Form\\Type\\Master\\SexType' => '?',
  3226.             'Eccube\\Form\\Type\\NameType' => '?',
  3227.             'Eccube\\Form\\Type\\PhoneNumberType' => '?',
  3228.             'Eccube\\Form\\Type\\PostalType' => '?',
  3229.             'Eccube\\Form\\Type\\PriceType' => '?',
  3230.             'Eccube\\Form\\Type\\RepeatedEmailType' => '?',
  3231.             'Eccube\\Form\\Type\\RepeatedPasswordType' => '?',
  3232.             'Eccube\\Form\\Type\\SearchProductBlockType' => '?',
  3233.             'Eccube\\Form\\Type\\SearchProductType' => '?',
  3234.             'Eccube\\Form\\Type\\ShippingMultipleItemType' => '?',
  3235.             'Eccube\\Form\\Type\\ShippingMultipleType' => '?',
  3236.             'Eccube\\Form\\Type\\ShoppingMultipleType' => '?',
  3237.             'Eccube\\Form\\Type\\Shopping\\CustomerAddressType' => '?',
  3238.             'Eccube\\Form\\Type\\Shopping\\OrderItemType' => '?',
  3239.             'Eccube\\Form\\Type\\Shopping\\OrderType' => '?',
  3240.             'Eccube\\Form\\Type\\Shopping\\ShippingType' => '?',
  3241.             'Eccube\\Form\\Type\\ToggleSwitchType' => '?',
  3242.             'Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\ConfigType' => '?',
  3243.             'Plugin\\AmazonPayV2_42\\Form\\Type\\Admin\\SearchPaymentType' => '?',
  3244.             'Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigCollectionType' => '?',
  3245.             'Plugin\\AttachWysiwygEditor42\\Form\\Type\\Admin\\AweConfigType' => '?',
  3246.             'Plugin\\CategorySort42\\Form\\Type\\CategorySortConfigType' => '?',
  3247.             'Plugin\\DataMigration42\\Form\\Type\\Admin\\ConfigType' => '?',
  3248.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateEditType' => '?',
  3249.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineTemplateType' => '?',
  3250.             'Plugin\\MailMagazine42\\Form\\Type\\MailMagazineType' => '?',
  3251.             'Plugin\\MypageReceipt2Ft\\Form\\Type\\Admin\\MypageReceipt2FtConfigType' => '?',
  3252.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryCheckType' => '?',
  3253.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryConfigType' => '?',
  3254.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryKindType' => '?',
  3255.             'Plugin\\Noshidelivery\\Form\\Type\\Admin\\NoshideliveryTieType' => '?',
  3256.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryCheckType' => '?',
  3257.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryKindType' => '?',
  3258.             'Plugin\\Noshidelivery\\Form\\Type\\Master\\NoshideliveryTieType' => '?',
  3259.             'Plugin\\OrderStatusEx\\Form\\Type\\ConfigType' => '?',
  3260.             'Plugin\\OrderStatusEx\\Form\\Type\\CustomEntityType' => '?',
  3261.             'Plugin\\PointExDx\\Form\\Extension\\OrderPointExDxType' => '?',
  3262.             'Plugin\\PointExDx\\Form\\Type\\BonusPointType' => '?',
  3263.             'Plugin\\PointExDx\\Form\\Type\\EntryPointType' => '?',
  3264.             'Plugin\\PointExDx\\Form\\Type\\PointExDxProductClassType' => '?',
  3265.             'Plugin\\PointExDx\\Form\\Type\\PointExDxSettingType' => '?',
  3266.             'Plugin\\PointExDx\\Form\\Type\\PointSettingType' => '?',
  3267.             'Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigRowType' => '?',
  3268.             'Plugin\\PointExDx\\Service\\PlgConfigService\\Form\\Type\\ConfigType' => '?',
  3269.             'Plugin\\ProductContact42\\Form\\Type\\Admin\\ConfigType' => '?',
  3270.             'Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtConfigType' => '?',
  3271.             'Plugin\\ReportPdf2Ft\\Form\\Type\\Admin\\ReportPdf2FtType' => '?',
  3272.             'Plugin\\SendAllMails42\\Form\\Type\\Admin\\ConfigType' => '?',
  3273.             'Plugin\\SendAllMails42\\Form\\Type\\Admin\\OrderMailType' => '?',
  3274.             'Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\ConfigType' => '?',
  3275.             'Plugin\\YamatoB2Csv42\\Form\\Type\\Admin\\YamatoB2CsvType' => '?',
  3276.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\ConfigType' => '?',
  3277.             'Plugin\\YamatoPayment42\\Form\\Type\\Admin\\SearchPaymentType' => '?',
  3278.             'Plugin\\YamatoPayment42\\Form\\Type\\CreditChangeType' => '?',
  3279.             'Plugin\\YamatoPayment42\\Form\\Type\\PaymentRecvType' => '?',
  3280.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  3281.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  3282.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  3283.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  3284.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  3285.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  3286.             yield => ($this->privates['Eccube\\Form\\Extension\\DoctrineOrmExtension'] ?? $this->load('getDoctrineOrmExtensionService'));
  3287.             yield => ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] ?? ($this->privates['Eccube\\Form\\Extension\\HelpTypeExtension'] = new \Eccube\Form\Extension\HelpTypeExtension()));
  3288.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  3289.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  3290.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  3291.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  3292.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  3293.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  3294.         }, 8), 'Eccube\\Form\\Type\\Shopping\\OrderType' => new RewindableGenerator(function () {
  3295.             yield => ($this->privates['Plugin\\AmazonPayV2_42\\Form\\Extension\\AmazonCustomerExtension'] ?? $this->load('getAmazonCustomerExtensionService'));
  3296.             yield => ($this->privates['Plugin\\AmazonPayV2_42\\Form\\Extension\\OrderTypeExtension'] ?? $this->load('getOrderTypeExtensionService'));
  3297.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\CreditExtention'] ?? $this->load('getCreditExtentionService'));
  3298.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\CvsExtension'] ?? $this->load('getCvsExtensionService'));
  3299.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\DeferredSmsExtention'] ?? $this->load('getDeferredSmsExtentionService'));
  3300.         }, 5), 'Eccube\\Form\\Type\\Shopping\\ShippingType' => new RewindableGenerator(function () {
  3301.             yield => ($this->privates['Plugin\\AmazonPayV2_42\\Form\\Extension\\ShippingTypeExtension'] ?? $this->load('getShippingTypeExtensionService'));
  3302.             yield => ($this->privates['Plugin\\Noshidelivery\\Form\\Extension\\ShippingTypeNoshideliveryExtension'] ?? ($this->privates['Plugin\\Noshidelivery\\Form\\Extension\\ShippingTypeNoshideliveryExtension'] = new \Plugin\Noshidelivery\Form\Extension\ShippingTypeNoshideliveryExtension()));
  3303.         }, 2), 'Eccube\\Form\\Type\\Admin\\CustomerType' => new RewindableGenerator(function () {
  3304.             yield => ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\CustomerMailMagazineTypeExtension'] ?? ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\CustomerMailMagazineTypeExtension'] = new \Plugin\MailMagazine42\Form\Extension\CustomerMailMagazineTypeExtension()));
  3305.         }, 1), 'Eccube\\Form\\Type\\Front\\EntryType' => new RewindableGenerator(function () {
  3306.             yield => ($this->privates['Plugin\\MailMagazine42\\Form\\Extension\\EntryMailMagazineTypeExtension'] ?? $this->load('getEntryMailMagazineTypeExtensionService'));
  3307.         }, 1), 'Eccube\\Form\\Type\\Admin\\ShippingType' => new RewindableGenerator(function () {
  3308.             yield => ($this->privates['Plugin\\Noshidelivery\\Form\\Extension\\AdminShippingTypeNoshideliveryExtension'] ?? ($this->privates['Plugin\\Noshidelivery\\Form\\Extension\\AdminShippingTypeNoshideliveryExtension'] = new \Plugin\Noshidelivery\Form\Extension\AdminShippingTypeNoshideliveryExtension()));
  3309.             yield => ($this->privates['Plugin\\YamatoB2Csv42\\Form\\Extension\\Admin\\ShippingTypeExtension'] ?? ($this->privates['Plugin\\YamatoB2Csv42\\Form\\Extension\\Admin\\ShippingTypeExtension'] = new \Plugin\YamatoB2Csv42\Form\Extension\Admin\ShippingTypeExtension()));
  3310.         }, 2), 'Eccube\\Form\\Type\\Admin\\OrderStatusSettingType' => new RewindableGenerator(function () {
  3311.             yield => ($this->privates['Plugin\\OrderStatusEx\\Form\\Extension\\OrderStatusSettingTypeExtension'] ?? $this->load('getOrderStatusSettingTypeExtensionService'));
  3312.         }, 1), 'Eccube\\Form\\Type\\Master\\OrderStatusType' => new RewindableGenerator(function () {
  3313.             yield => ($this->privates['Plugin\\OrderStatusEx\\Form\\Extension\\OrderStatusTypeExtension'] ?? $this->load('getOrderStatusTypeExtensionService'));
  3314.         }, 1), 'Eccube\\Form\\Type\\Admin\\OrderItemType' => new RewindableGenerator(function () {
  3315.             yield => ($this->privates['Plugin\\PointExDx\\Form\\Extension\\OrderItemTypeExtension'] ?? $this->load('getOrderItemTypeExtensionService'));
  3316.         }, 1), 'Eccube\\Form\\Type\\Admin\\OrderType' => new RewindableGenerator(function () {
  3317.             yield => ($this->privates['Plugin\\PointExDx\\Form\\Extension\\OrderTypeExtension'] ?? $this->load('getOrderTypeExtension2Service'));
  3318.         }, 1), 'Eccube\\Form\\Type\\Admin\\ProductClassEditType' => new RewindableGenerator(function () {
  3319.             yield => ($this->privates['Plugin\\PointExDx\\Form\\Extension\\ProductClassEditTypeExtension'] ?? $this->load('getProductClassEditTypeExtensionService'));
  3320.         }, 1), 'Eccube\\Form\\Type\\Admin\\ProductClassType' => new RewindableGenerator(function () {
  3321.             yield => ($this->privates['Plugin\\PointExDx\\Form\\Extension\\ProductClassTypeExtension'] ?? $this->load('getProductClassTypeExtensionService'));
  3322.         }, 1), 'Eccube\\Form\\Type\\Admin\\ShopMasterType' => new RewindableGenerator(function () {
  3323.             yield => ($this->privates['Plugin\\PointExDx\\Form\\Extension\\ShopMasterTypeExtension'] ?? ($this->privates['Plugin\\PointExDx\\Form\\Extension\\ShopMasterTypeExtension'] = new \Plugin\PointExDx\Form\Extension\ShopMasterTypeExtension()));
  3324.         }, 1), 'Eccube\\Form\\Type\\Front\\ContactType' => new RewindableGenerator(function () {
  3325.             yield => ($this->privates['Plugin\\ProductContact42\\Form\\Extension\\ContactTypeExtension'] ?? $this->load('getContactTypeExtensionService'));
  3326.         }, 1), 'Eccube\\Form\\Type\\Admin\\OrderMailType' => new RewindableGenerator(function () {
  3327.             yield => ($this->privates['Plugin\\SendAllMails42\\Form\\Extension\\OrderMailTypeExtension'] ?? ($this->privates['Plugin\\SendAllMails42\\Form\\Extension\\OrderMailTypeExtension'] = new \Plugin\SendAllMails42\Form\Extension\OrderMailTypeExtension()));
  3328.         }, 1), 'Eccube\\Form\\Type\\Admin\\DeliveryType' => new RewindableGenerator(function () {
  3329.             yield => ($this->privates['Plugin\\YamatoB2Csv42\\Form\\Extension\\Admin\\DeliveryTypeExtension'] ?? ($this->privates['Plugin\\YamatoB2Csv42\\Form\\Extension\\Admin\\DeliveryTypeExtension'] = new \Plugin\YamatoB2Csv42\Form\Extension\Admin\DeliveryTypeExtension()));
  3330.         }, 1), 'Eccube\\Form\\Type\\Admin\\PaymentRegisterType' => new RewindableGenerator(function () {
  3331.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\PaymentRegisterTypeExtension'] ?? $this->load('getPaymentRegisterTypeExtensionService'));
  3332.         }, 1), 'Eccube\\Form\\Type\\Admin\\ProductType' => new RewindableGenerator(function () {
  3333.             yield => ($this->privates['Plugin\\YamatoPayment42\\Form\\Extension\\ProductTypeExtension'] ?? $this->load('getProductTypeExtensionService'));
  3334.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  3335.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  3336.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  3337.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  3338.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType' => new RewindableGenerator(function () {
  3339.             yield => ($this->privates['exercise_html_purifier.form.text_type_extension'] ?? $this->load('getExerciseHtmlPurifier_Form_TextTypeExtensionService'));
  3340.             yield => ($this->privates['Eccube\\Form\\Extension\\HTMLPurifierTextTypeExtension'] ?? $this->load('getHTMLPurifierTextTypeExtensionService'));
  3341.         }, 2)], new RewindableGenerator(function () {
  3342.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  3343.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  3344.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  3345.     }
  3346.     /**
  3347.      * Gets the private 'fragment.listener' shared service.
  3348.      *
  3349.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3350.      */
  3351.     protected function getFragment_ListenerService()
  3352.     {
  3353.         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');
  3354.     }
  3355.     /**
  3356.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3357.      *
  3358.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3359.      */
  3360.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3361.     {
  3362.         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())));
  3363.     }
  3364.     /**
  3365.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3366.      *
  3367.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3368.      */
  3369.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3370.     {
  3371.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3372.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3373.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3374.         }
  3375.         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);
  3376.     }
  3377.     /**
  3378.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3379.      *
  3380.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3381.      */
  3382.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3383.     {
  3384.         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]);
  3385.     }
  3386.     /**
  3387.      * Gets the private 'locale_aware_listener' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3390.      */
  3391.     protected function getLocaleAwareListenerService()
  3392.     {
  3393.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3394.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3395.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3396.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3397.     }
  3398.     /**
  3399.      * Gets the private 'locale_listener' shared service.
  3400.      *
  3401.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3402.      */
  3403.     protected function getLocaleListenerService()
  3404.     {
  3405.         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, []);
  3406.     }
  3407.     /**
  3408.      * Gets the private 'monolog.handler.buffered' shared service.
  3409.      *
  3410.      * @return \Monolog\Handler\BufferHandler
  3411.      */
  3412.     protected function getMonolog_Handler_BufferedService()
  3413.     {
  3414.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3415.     }
  3416.     /**
  3417.      * Gets the private 'monolog.handler.console' shared service.
  3418.      *
  3419.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3420.      */
  3421.     protected function getMonolog_Handler_ConsoleService()
  3422.     {
  3423.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3424.     }
  3425.     /**
  3426.      * Gets the private 'monolog.logger' shared service.
  3427.      *
  3428.      * @return \Symfony\Bridge\Monolog\Logger
  3429.      */
  3430.     protected function getMonolog_LoggerService()
  3431.     {
  3432.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3433.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3434.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3435.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3436.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3437.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3438.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3439.         $instance->useMicrosecondTimestamps(true);
  3440.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3441.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3442.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3443.         return $instance;
  3444.     }
  3445.     /**
  3446.      * Gets the private 'monolog.logger.cache' shared service.
  3447.      *
  3448.      * @return \Symfony\Bridge\Monolog\Logger
  3449.      */
  3450.     protected function getMonolog_Logger_CacheService()
  3451.     {
  3452.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3453.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3454.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3455.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3456.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3457.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3458.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3459.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3460.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3461.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3462.         return $instance;
  3463.     }
  3464.     /**
  3465.      * Gets the private 'monolog.logger.request' shared service.
  3466.      *
  3467.      * @return \Symfony\Bridge\Monolog\Logger
  3468.      */
  3469.     protected function getMonolog_Logger_RequestService()
  3470.     {
  3471.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3472.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3473.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3474.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3475.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3476.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3477.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3478.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3479.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3480.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3481.         return $instance;
  3482.     }
  3483.     /**
  3484.      * Gets the private 'monolog.logger.security' shared service.
  3485.      *
  3486.      * @return \Symfony\Bridge\Monolog\Logger
  3487.      */
  3488.     protected function getMonolog_Logger_SecurityService()
  3489.     {
  3490.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3491.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3492.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3493.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3494.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3495.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3496.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3497.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3498.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3499.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'parameter_bag' shared service.
  3504.      *
  3505.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3506.      */
  3507.     protected function getParameterBagService()
  3508.     {
  3509.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3510.     }
  3511.     /**
  3512.      * Gets the private 'profiler_listener' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3515.      */
  3516.     protected function getProfilerListenerService()
  3517.     {
  3518.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3519.         if (isset($this->privates['profiler_listener'])) {
  3520.             return $this->privates['profiler_listener'];
  3521.         }
  3522.         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);
  3523.     }
  3524.     /**
  3525.      * Gets the private 'property_info' shared service.
  3526.      *
  3527.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3528.      */
  3529.     protected function getPropertyInfoService()
  3530.     {
  3531.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3532.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3533.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3534.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3535.         }, 3), new RewindableGenerator(function () {
  3536.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3537.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3538.         }, 2), new RewindableGenerator(function () {
  3539.             return new \EmptyIterator();
  3540.         }, 0), new RewindableGenerator(function () {
  3541.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3542.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3543.         }, 2), new RewindableGenerator(function () {
  3544.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3545.         }, 1));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'rate_limiter.cache' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3551.      */
  3552.     protected function getRateLimiter_CacheService()
  3553.     {
  3554.         $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))));
  3555.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3556.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3557.     }
  3558.     /**
  3559.      * Gets the private 'router.expression_language_provider' shared service.
  3560.      *
  3561.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3562.      */
  3563.     protected function getRouter_ExpressionLanguageProviderService()
  3564.     {
  3565.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3566.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3567.         ], [
  3568.             'env' => 'Closure',
  3569.         ]));
  3570.     }
  3571.     /**
  3572.      * Gets the private 'router.request_context' shared service.
  3573.      *
  3574.      * @return \Symfony\Component\Routing\RequestContext
  3575.      */
  3576.     protected function getRouter_RequestContextService()
  3577.     {
  3578.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3579.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3580.         return $instance;
  3581.     }
  3582.     /**
  3583.      * Gets the private 'router_listener' shared service.
  3584.      *
  3585.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3586.      */
  3587.     protected function getRouterListenerService()
  3588.     {
  3589.         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);
  3590.     }
  3591.     /**
  3592.      * Gets the private 'security.context_listener.0' shared service.
  3593.      *
  3594.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3595.      */
  3596.     protected function getSecurity_ContextListener_0Service()
  3597.     {
  3598.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3599.         if (isset($this->privates['security.context_listener.0'])) {
  3600.             return $this->privates['security.context_listener.0'];
  3601.         }
  3602.         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 () {
  3603.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3604.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3605.         }, 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']);
  3606.     }
  3607.     /**
  3608.      * Gets the private 'security.context_listener.1' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3611.      */
  3612.     protected function getSecurity_ContextListener_1Service()
  3613.     {
  3614.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3615.         if (isset($this->privates['security.context_listener.1'])) {
  3616.             return $this->privates['security.context_listener.1'];
  3617.         }
  3618.         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 () {
  3619.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3620.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3621.         }, 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']);
  3622.     }
  3623.     /**
  3624.      * Gets the private 'security.csrf.token_storage' shared service.
  3625.      *
  3626.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3627.      */
  3628.     protected function getSecurity_Csrf_TokenStorageService()
  3629.     {
  3630.         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())));
  3631.     }
  3632.     /**
  3633.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3634.      *
  3635.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3636.      */
  3637.     protected function getSecurity_EventDispatcher_AdminService()
  3638.     {
  3639.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3640.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3641.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3642.         }, => 'checkPassport'], 2048);
  3643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3644.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3645.         }, => 'onSuccessfulLogin'], 0);
  3646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3647.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3648.         }, => 'onLogout'], 0);
  3649.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3650.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3651.         }, => 'onLogout'], 0);
  3652.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3653.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3654.         }, => 'checkPassport'], 2080);
  3655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3656.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3657.         }, => 'onSuccessfulLogin'], 0);
  3658.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3659.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3660.         }, => 'preCheckCredentials'], 256);
  3661.         $instance->addListener('security.authentication.success', [=> function () {
  3662.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3663.         }, => 'postCheckCredentials'], 256);
  3664.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3665.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3666.         }, => 'checkPassport'], 1024);
  3667.         $instance->addListener('security.interactive_login', [=> function () {
  3668.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3669.         }, => 'onInteractiveLogin'], 0);
  3670.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3671.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3672.         }, => 'onAuthenticationFailure'], 0);
  3673.         $instance->addListener('security.interactive_login', [=> function () {
  3674.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3675.         }, => 'onInteractiveLogin'], 0);
  3676.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3677.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3678.         }, => 'checkPassport'], 0);
  3679.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3680.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3681.         }, => 'onLoginSuccess'], 0);
  3682.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3683.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3684.         }, => 'checkPassport'], 256);
  3685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3686.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3687.         }, => 'checkPassport'], 512);
  3688.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3689.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3690.         }, => 'onLogout'], 0);
  3691.         return $instance;
  3692.     }
  3693.     /**
  3694.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3697.      */
  3698.     protected function getSecurity_EventDispatcher_CustomerService()
  3699.     {
  3700.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3701.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3702.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3703.         }, => 'checkPassport'], 2048);
  3704.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3705.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3706.         }, => 'onSuccessfulLogin'], 0);
  3707.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3708.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3709.         }, => 'onLogout'], 64);
  3710.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3711.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3712.         }, => 'onLogout'], 0);
  3713.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3714.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3715.         }, => 'checkPassport'], 2080);
  3716.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3717.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3718.         }, => 'onSuccessfulLogin'], 0);
  3719.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3720.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3721.         }, => 'onSuccessfulLogin'], -32);
  3722.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3723.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3724.         }, => 'onSuccessfulLogin'], -64);
  3725.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3726.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3727.         }, => 'clearCookie'], 0);
  3728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3729.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3730.         }, => 'clearCookie'], 0);
  3731.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3732.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3733.         }, => 'clearCookie'], 0);
  3734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3735.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3736.         }, => 'preCheckCredentials'], 256);
  3737.         $instance->addListener('security.authentication.success', [=> function () {
  3738.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3739.         }, => 'postCheckCredentials'], 256);
  3740.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3741.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3742.         }, => 'checkPassport'], 1024);
  3743.         $instance->addListener('security.interactive_login', [=> function () {
  3744.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3745.         }, => 'onInteractiveLogin'], 0);
  3746.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3747.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3748.         }, => 'onAuthenticationFailure'], 0);
  3749.         $instance->addListener('security.interactive_login', [=> function () {
  3750.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3751.         }, => 'onInteractiveLogin'], 0);
  3752.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3753.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3754.         }, => 'checkPassport'], 0);
  3755.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3756.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3757.         }, => 'onLoginSuccess'], 0);
  3758.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3759.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3760.         }, => 'checkPassport'], 256);
  3761.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3762.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3763.         }, => 'checkPassport'], 512);
  3764.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3765.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3766.         }, => 'onLogout'], 0);
  3767.         return $instance;
  3768.     }
  3769.     /**
  3770.      * Gets the private 'security.firewall.map' shared service.
  3771.      *
  3772.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3773.      */
  3774.     protected function getSecurity_Firewall_MapService()
  3775.     {
  3776.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3777.         if (isset($this->privates['security.firewall.map'])) {
  3778.             return $this->privates['security.firewall.map'];
  3779.         }
  3780.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3781.             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)/')));
  3782.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3783.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.bcBeaco'] ?? ($this->privates['.security.request_matcher.bcBeaco'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3784.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3785.         }, 4));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'security.logout_url_generator' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3791.      */
  3792.     protected function getSecurity_LogoutUrlGeneratorService()
  3793.     {
  3794.         $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()));
  3795.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3796.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3797.         return $instance;
  3798.     }
  3799.     /**
  3800.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3801.      *
  3802.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3803.      */
  3804.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3805.     {
  3806.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3807.     }
  3808.     /**
  3809.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3810.      *
  3811.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3812.      */
  3813.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3814.     {
  3815.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3816.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3817.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3818.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3819.     }
  3820.     /**
  3821.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3822.      *
  3823.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3824.      */
  3825.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3826.     {
  3827.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3828.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3829.             return $this->privates['sensio_framework_extra.security.listener'];
  3830.         }
  3831.         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()));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3835.      *
  3836.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3837.      */
  3838.     protected function getSensioFrameworkExtra_View_ListenerService()
  3839.     {
  3840.         $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))));
  3841.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3842.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3843.         ], [
  3844.             'twig' => '?',
  3845.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3846.         return $instance;
  3847.     }
  3848.     /**
  3849.      * Gets the private 'session.factory' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3852.      */
  3853.     protected function getSession_FactoryService()
  3854.     {
  3855.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3856.         if (isset($this->privates['session.factory'])) {
  3857.             return $this->privates['session.factory'];
  3858.         }
  3859.         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']);
  3860.     }
  3861.     /**
  3862.      * Gets the private 'session_listener' shared service.
  3863.      *
  3864.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3865.      */
  3866.     protected function getSessionListenerService()
  3867.     {
  3868.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3869.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3870.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3871.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3872.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3873.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3874.         ], [
  3875.             'initialized_session' => '?',
  3876.             'logger' => '?',
  3877.             'session' => '?',
  3878.             'session_collector' => '?',
  3879.             'session_factory' => '?',
  3880.         ]), true$this->getParameter('session.storage.options'));
  3881.     }
  3882.     /**
  3883.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3884.      *
  3885.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3886.      */
  3887.     protected function getStateMachine_Order_MetadataStoreService()
  3888.     {
  3889.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3890.     }
  3891.     /**
  3892.      * Gets the private 'translator.default' shared service.
  3893.      *
  3894.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3895.      */
  3896.     protected function getTranslator_DefaultService()
  3897.     {
  3898.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3899.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3900.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3901.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3902.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3903.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3904.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3905.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3906.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3907.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3908.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3909.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3910.         ], [
  3911.             'translation.loader.csv' => '?',
  3912.             'translation.loader.dat' => '?',
  3913.             'translation.loader.ini' => '?',
  3914.             'translation.loader.json' => '?',
  3915.             'translation.loader.mo' => '?',
  3916.             'translation.loader.php' => '?',
  3917.             'translation.loader.po' => '?',
  3918.             'translation.loader.qt' => '?',
  3919.             'translation.loader.res' => '?',
  3920.             'translation.loader.xliff' => '?',
  3921.             'translation.loader.yml' => '?',
  3922.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CategorySort42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Noshidelivery/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/locale/messages.ja.yml'), 10 => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/locale/messages.ja.php'), 13 => (\dirname(__DIR__4).'/app/Plugin/ReportPdf2Ft/Resource/locale/messages.ja.yml'), 14 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale/validators.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/YamatoB2Csv42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/validators.ja.yaml'), 19 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 20 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/AmazonPayV2_42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CategorySort42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Noshidelivery/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/YamatoPayment42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/ReportPdf2Ft/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/SendAllMails42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/YamatoB2Csv42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale'), 16 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 17 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 18 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 28 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 31 => (\dirname(__DIR__4).'/src/Eccube/translations'), 32 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Bundle/translations'), 35 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PlgConfigService/Bundle/translations'), 36 => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Bundle/translations'), 37 => (\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/DataMigration42/Resource/locale'=> 'app/Plugin/AmazonPayV2_42/Resource/locale'=> 'app/Plugin/CategorySort42/Resource/locale'=> 'app/Plugin/Noshidelivery/Resource/locale'=> 'app/Plugin/OrderStatusEx/Resource/locale'=> 'app/Plugin/YamatoPayment42/Resource/locale'10 => 'app/Plugin/MailMagazine42/Resource/locale'11 => 'app/Plugin/PointExDx/Resource/locale'12 => 'app/Plugin/ReportPdf2Ft/Resource/locale'13 => 'app/Plugin/SendAllMails42/Resource/locale'14 => 'app/Plugin/YamatoB2Csv42/Resource/locale'15 => 'app/Plugin/ProductContact42/Resource/locale'16 => 'src/Eccube/Resource/locale/'17 => 'app/Customize/Resource/locale/'18 => 'vendor/symfony/framework-bundle/translations'19 => 'vendor/symfony/security-bundle/translations'20 => 'vendor/doctrine/doctrine-bundle/translations'21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'22 => 'vendor/sensio/framework-extra-bundle/src/translations'23 => 'vendor/symfony/monolog-bundle/translations'24 => 'vendor/symfony/twig-bundle/translations'25 => 'vendor/symfony/debug-bundle/translations'26 => 'vendor/symfony/web-profiler-bundle/translations'27 => 'vendor/symfony/maker-bundle/src/translations'28 => 'vendor/exercise/htmlpurifier-bundle/src/translations'29 => 'vendor/doctrine/doctrine-migrations-bundle/translations'30 => 'vendor/twig/extra-bundle/translations'31 => 'src/Eccube/translations'32 => 'app/Plugin/Api42/Bundle/translations'33 => 'vendor/league/oauth2-server-bundle/src/translations'34 => 'app/Plugin/OrderStatusEx/Bundle/translations'35 => 'app/Plugin/PointExDx/Service/PlgConfigService/Bundle/translations'36 => 'app/Plugin/PointExDx/Bundle/translations'37 => 'translations']]], []);
  3923.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3924.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3925.         return $instance;
  3926.     }
  3927.     /**
  3928.      * Gets the private 'validator.builder' shared service.
  3929.      *
  3930.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3931.      */
  3932.     protected function getValidator_BuilderService()
  3933.     {
  3934.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3935.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3936.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3937.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3938.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3939.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3940.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3941.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3942.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3943.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3944.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3945.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3946.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3947.         ], [
  3948.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3949.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3950.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3951.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3952.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3953.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3954.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3955.             'doctrine.orm.validator.unique' => '?',
  3956.             'security.validator.user_password' => '?',
  3957.             'validator.expression' => '?',
  3958.         ])));
  3959.         if ($this->has('translator')) {
  3960.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3961.         }
  3962.         $instance->setTranslationDomain('validators');
  3963.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3964.         $instance->enableAnnotationMapping(true);
  3965.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3966.         $instance->addMethodMapping('loadValidatorMetadata');
  3967.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3968.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3969.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the private 'var_dumper.html_dumper' shared service.
  3974.      *
  3975.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3976.      */
  3977.     protected function getVarDumper_HtmlDumperService()
  3978.     {
  3979.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3980.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3981.         return $instance;
  3982.     }
  3983.     /**
  3984.      * Gets the private 'web_profiler.csp.handler' shared service.
  3985.      *
  3986.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3987.      */
  3988.     protected function getWebProfiler_Csp_HandlerService()
  3989.     {
  3990.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3991.     }
  3992.     /**
  3993.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3994.      *
  3995.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3996.      */
  3997.     protected function getWebProfiler_DebugToolbarService()
  3998.     {
  3999.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4000.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4001.             return $this->privates['web_profiler.debug_toolbar'];
  4002.         }
  4003.         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()));
  4004.     }
  4005.     /**
  4006.      * Gets the public 'cache_clearer' alias.
  4007.      *
  4008.      * @return object The ".container.private.cache_clearer" service.
  4009.      */
  4010.     protected function getCacheClearerService()
  4011.     {
  4012.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4013.         return $this->get('.container.private.cache_clearer');
  4014.     }
  4015.     /**
  4016.      * Gets the public 'filesystem' alias.
  4017.      *
  4018.      * @return object The ".container.private.filesystem" service.
  4019.      */
  4020.     protected function getFilesystemService()
  4021.     {
  4022.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4023.         return $this->get('.container.private.filesystem');
  4024.     }
  4025.     /**
  4026.      * Gets the public 'state_machine.order' alias.
  4027.      *
  4028.      * @return object The ".container.private.state_machine.order" service.
  4029.      */
  4030.     protected function getStateMachine_OrderService()
  4031.     {
  4032.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  4033.         return $this->get('.container.private.state_machine.order');
  4034.     }
  4035.     /**
  4036.      * Gets the public 'serializer' alias.
  4037.      *
  4038.      * @return object The ".container.private.serializer" service.
  4039.      */
  4040.     protected function getSerializerService()
  4041.     {
  4042.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4043.         return $this->get('.container.private.serializer');
  4044.     }
  4045.     /**
  4046.      * Gets the public 'security.csrf.token_manager' alias.
  4047.      *
  4048.      * @return object The ".container.private.security.csrf.token_manager" service.
  4049.      */
  4050.     protected function getSecurity_Csrf_TokenManagerService()
  4051.     {
  4052.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4053.         return $this->get('.container.private.security.csrf.token_manager');
  4054.     }
  4055.     /**
  4056.      * Gets the public 'form.factory' alias.
  4057.      *
  4058.      * @return object The ".container.private.form.factory" service.
  4059.      */
  4060.     protected function getForm_FactoryService()
  4061.     {
  4062.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4063.         return $this->get('.container.private.form.factory');
  4064.     }
  4065.     /**
  4066.      * Gets the public 'form.type.file' alias.
  4067.      *
  4068.      * @return object The ".container.private.form.type.file" service.
  4069.      */
  4070.     protected function getForm_Type_FileService()
  4071.     {
  4072.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4073.         return $this->get('.container.private.form.type.file');
  4074.     }
  4075.     /**
  4076.      * Gets the public 'profiler' alias.
  4077.      *
  4078.      * @return object The ".container.private.profiler" service.
  4079.      */
  4080.     protected function getProfilerService()
  4081.     {
  4082.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4083.         return $this->get('.container.private.profiler');
  4084.     }
  4085.     /**
  4086.      * Gets the public 'security.authorization_checker' alias.
  4087.      *
  4088.      * @return object The ".container.private.security.authorization_checker" service.
  4089.      */
  4090.     protected function getSecurity_AuthorizationCheckerService()
  4091.     {
  4092.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4093.         return $this->get('.container.private.security.authorization_checker');
  4094.     }
  4095.     /**
  4096.      * Gets the public 'security.token_storage' alias.
  4097.      *
  4098.      * @return object The ".container.private.security.token_storage" service.
  4099.      */
  4100.     protected function getSecurity_TokenStorageService()
  4101.     {
  4102.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4103.         return $this->get('.container.private.security.token_storage');
  4104.     }
  4105.     /**
  4106.      * Gets the public 'twig' alias.
  4107.      *
  4108.      * @return object The ".container.private.twig" service.
  4109.      */
  4110.     protected function getTwigService()
  4111.     {
  4112.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4113.         return $this->get('.container.private.twig');
  4114.     }
  4115.     /**
  4116.      * Gets the public 'security.password_encoder' alias.
  4117.      *
  4118.      * @return object The ".container.private.security.password_encoder" service.
  4119.      */
  4120.     protected function getSecurity_PasswordEncoderService()
  4121.     {
  4122.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4123.         return $this->get('.container.private.security.password_encoder');
  4124.     }
  4125.     /**
  4126.      * Gets the public 'session' alias.
  4127.      *
  4128.      * @return object The ".container.private.session" service.
  4129.      */
  4130.     protected function getSessionService()
  4131.     {
  4132.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4133.         return $this->get('.container.private.session');
  4134.     }
  4135.     /**
  4136.      * Gets the public 'validator' alias.
  4137.      *
  4138.      * @return object The ".container.private.validator" service.
  4139.      */
  4140.     protected function getValidatorService()
  4141.     {
  4142.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4143.         return $this->get('.container.private.validator');
  4144.     }
  4145.     /**
  4146.      * @return array|bool|float|int|string|\UnitEnum|null
  4147.      */
  4148.     public function getParameter(string $name)
  4149.     {
  4150.         if (isset($this->buildParameters[$name])) {
  4151.             return $this->buildParameters[$name];
  4152.         }
  4153.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4154.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4155.         }
  4156.         if (isset($this->loadedDynamicParameters[$name])) {
  4157.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4158.         }
  4159.         return $this->parameters[$name];
  4160.     }
  4161.     public function hasParameter(string $name): bool
  4162.     {
  4163.         if (isset($this->buildParameters[$name])) {
  4164.             return true;
  4165.         }
  4166.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4167.     }
  4168.     public function setParameter(string $name$value): void
  4169.     {
  4170.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4171.     }
  4172.     public function getParameterBag(): ParameterBagInterface
  4173.     {
  4174.         if (null === $this->parameterBag) {
  4175.             $parameters $this->parameters;
  4176.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4177.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4178.             }
  4179.             foreach ($this->buildParameters as $name => $value) {
  4180.                 $parameters[$name] = $value;
  4181.             }
  4182.             $this->parameterBag = new FrozenParameterBag($parameters);
  4183.         }
  4184.         return $this->parameterBag;
  4185.     }
  4186.     private $loadedDynamicParameters = [
  4187.         'kernel.runtime_environment' => false,
  4188.         'kernel.build_dir' => false,
  4189.         'kernel.cache_dir' => false,
  4190.         'locale' => false,
  4191.         'timezone' => false,
  4192.         'currency' => false,
  4193.         'eccube_database_url' => false,
  4194.         'eccube_mailer_dsn' => false,
  4195.         'eccube_admin_route' => false,
  4196.         'eccube_user_data_route' => false,
  4197.         'eccube_front_allow_hosts' => false,
  4198.         'eccube_front_deny_hosts' => false,
  4199.         'eccube_admin_allow_hosts' => false,
  4200.         'eccube_admin_deny_hosts' => false,
  4201.         'eccube_force_ssl' => false,
  4202.         'eccube.theme' => false,
  4203.         'eccube_theme_code' => false,
  4204.         'eccube_auth_magic' => false,
  4205.         'eccube_theme_front_dir' => false,
  4206.         'eccube_html_front_dir' => false,
  4207.         'eccube_csv_temp_realdir' => false,
  4208.         'eccube_owners_store_url' => false,
  4209.         'eccube_package_api_url' => false,
  4210.         'eccube_content_maintenance_file_path' => false,
  4211.         'eccube_2fa_enabled' => false,
  4212.         'eccube_2fa_cookie_name' => false,
  4213.         'eccube_2fa_expire' => false,
  4214.         'eccube_restrict_file_upload' => false,
  4215.         'kernel.secret' => false,
  4216.         'kernel.default_locale' => false,
  4217.         'debug.container.dump' => false,
  4218.         'serializer.mapping.cache.file' => false,
  4219.         'session.storage.options' => false,
  4220.         'validator.mapping.cache.file' => false,
  4221.         'profiler.storage.dsn' => false,
  4222.         'doctrine.orm.proxy_dir' => false,
  4223.         'league.oauth2_server.encryption_key' => false,
  4224.     ];
  4225.     private $dynamicParameters = [];
  4226.     private function getDynamicParameter(string $name)
  4227.     {
  4228.         switch ($name) {
  4229.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4230.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4231.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4232.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4233.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4234.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4235.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4236.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4237.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4238.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4239.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4240.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4241.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4242.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4243.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4244.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4245.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4246.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4247.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4248.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4249.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4250.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4251.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4252.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4253.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4254.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4255.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4256.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4257.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4258.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4259.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4260.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4261.             case 'session.storage.options'$value = [
  4262.                 'cache_limiter' => '0',
  4263.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4264.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4265.                 'cookie_httponly' => true,
  4266.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4267.                 'gc_probability' => 1,
  4268.             ]; break;
  4269.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4270.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4271.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4272.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4273.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4274.         }
  4275.         $this->loadedDynamicParameters[$name] = true;
  4276.         return $this->dynamicParameters[$name] = $value;
  4277.     }
  4278.     protected function getDefaultParameters(): array
  4279.     {
  4280.         return [
  4281.             'kernel.project_dir' => \dirname(__DIR__4),
  4282.             'kernel.environment' => 'dev',
  4283.             'kernel.debug' => true,
  4284.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4285.             'kernel.bundles' => [
  4286.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4287.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4288.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4289.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4290.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4291.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4292.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4293.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4294.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4295.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4296.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4297.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4298.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4299.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4300.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4301.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4302.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4303.                 'OrderStatusExBundle' => 'Plugin\\OrderStatusEx\\Bundle\\OrderStatusExBundle',
  4304.                 'PointExDxConfigBundle' => 'Plugin\\PointExDx\\Service\\PlgConfigService\\Bundle\\PointExDxConfigBundle',
  4305.                 'PointExDxBundle' => 'Plugin\\PointExDx\\Bundle\\PointExDxBundle',
  4306.             ],
  4307.             'kernel.bundles_metadata' => [
  4308.                 'FrameworkBundle' => [
  4309.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4310.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4311.                 ],
  4312.                 'SecurityBundle' => [
  4313.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4314.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4315.                 ],
  4316.                 'DoctrineBundle' => [
  4317.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4318.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4319.                 ],
  4320.                 'DoctrineFixturesBundle' => [
  4321.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4322.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4323.                 ],
  4324.                 'SensioFrameworkExtraBundle' => [
  4325.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4326.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4327.                 ],
  4328.                 'MonologBundle' => [
  4329.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4330.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4331.                 ],
  4332.                 'TwigBundle' => [
  4333.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4334.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4335.                 ],
  4336.                 'DebugBundle' => [
  4337.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4338.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4339.                 ],
  4340.                 'WebProfilerBundle' => [
  4341.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4342.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4343.                 ],
  4344.                 'MakerBundle' => [
  4345.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4346.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4347.                 ],
  4348.                 'KnpPaginatorBundle' => [
  4349.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4350.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4351.                 ],
  4352.                 'ExerciseHTMLPurifierBundle' => [
  4353.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4354.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4355.                 ],
  4356.                 'DoctrineMigrationsBundle' => [
  4357.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4358.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4359.                 ],
  4360.                 'TwigExtraBundle' => [
  4361.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4362.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4363.                 ],
  4364.                 'EccubeBundle' => [
  4365.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4366.                     'namespace' => 'Eccube',
  4367.                 ],
  4368.                 'ApiBundle' => [
  4369.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4370.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4371.                 ],
  4372.                 'LeagueOAuth2ServerBundle' => [
  4373.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4374.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4375.                 ],
  4376.                 'OrderStatusExBundle' => [
  4377.                     'path' => (\dirname(__DIR__4).'/app/Plugin/OrderStatusEx/Bundle'),
  4378.                     'namespace' => 'Plugin\\OrderStatusEx\\Bundle',
  4379.                 ],
  4380.                 'PointExDxConfigBundle' => [
  4381.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Service/PlgConfigService/Bundle'),
  4382.                     'namespace' => 'Plugin\\PointExDx\\Service\\PlgConfigService\\Bundle',
  4383.                 ],
  4384.                 'PointExDxBundle' => [
  4385.                     'path' => (\dirname(__DIR__4).'/app/Plugin/PointExDx/Bundle'),
  4386.                     'namespace' => 'Plugin\\PointExDx\\Bundle',
  4387.                 ],
  4388.             ],
  4389.             'kernel.charset' => 'UTF-8',
  4390.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4391.             'container.dumper.inline_class_loader' => true,
  4392.             'env(ECCUBE_LOCALE)' => 'ja',
  4393.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4394.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4395.             'env(DATABASE_URL)' => '',
  4396.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4397.             'env(DATABASE_CHARSET)' => 'utf8',
  4398.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4399.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4400.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4401.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4402.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4403.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4404.             'env(ECCUBE_FORCE_SSL)' => '0',
  4405.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4406.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4407.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4408.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4409.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4410.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4411.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4412.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4413.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4414.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4415.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4416.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4417.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4418.             'eccube_auth_type' => 'HMAC',
  4419.             'eccube_password_hash_algos' => 'SHA256',
  4420.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4421.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4422.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4423.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4424.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4425.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4426.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4427.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4428.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4429.             'eccube_twig_block_templates' => [
  4430.                 => '@YamatoPayment42/credit.twig',
  4431.                 => '@YamatoPayment42/credit_confirm.twig',
  4432.                 => '@YamatoPayment42/cvs.twig',
  4433.                 => '@YamatoPayment42/cvs_confirm.twig',
  4434.                 => '@YamatoPayment42/admin/payment_register.twig',
  4435.             ],
  4436.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4437.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4438.             'eccube_csv_size' => 5,
  4439.             'eccube_csv_split_lines' => 100,
  4440.             'eccube_default_password' => 'abc********123',
  4441.             'eccube_deliv_addr_max' => 20,
  4442.             'eccube_deliv_date_end_max' => 21,
  4443.             'eccube_id_max_len' => 50,
  4444.             'eccube_id_min_len' => 4,
  4445.             'eccube_int_len' => 9,
  4446.             'eccube_category_nest_level' => 5,
  4447.             'eccube_lltext_len' => 99999,
  4448.             'eccube_ltext_len' => 3000,
  4449.             'eccube_max_total_fee' => 9999999999,
  4450.             'eccube_mltext_len' => 1000,
  4451.             'eccube_mtext_len' => 200,
  4452.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4453.             'plugin_html_urlpath' => '/plugin/',
  4454.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4455.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4456.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4457.             'eccube_price_len' => 8,
  4458.             'eccube_search_pmax' => 12,
  4459.             'eccube_sitemap_products_per_page' => 1000,
  4460.             'eccube_stext_len' => 255,
  4461.             'eccube_sltext_len' => 500,
  4462.             'eccube_smtext_len' => 100,
  4463.             'eccube_tax_rule_priority' => [
  4464.                 => 'product_id',
  4465.                 => 'product_class_id',
  4466.                 => 'pref_id',
  4467.                 => 'country_id',
  4468.             ],
  4469.             'eccube_url_len' => 1024,
  4470.             'eccube_default_page_count' => 50,
  4471.             'eccube_admin_product_stock_status' => 3,
  4472.             'eccube_customer_reset_expire' => 10,
  4473.             'eccube_csv_export_separator' => ',',
  4474.             'eccube_csv_export_encoding' => 'SJIS-win',
  4475.             'eccube_csv_import_encoding' => [
  4476.                 => 'UTF-8',
  4477.                 => 'SJIS-win',
  4478.                 => 'SJIS',
  4479.                 => 'EUC-JP',
  4480.                 => 'ASCII',
  4481.                 => 'JIS',
  4482.             ],
  4483.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4484.             'eccube_csv_export_multidata_separator' => ',',
  4485.             'eccube_csv_import_delimiter' => ',',
  4486.             'eccube_csv_import_enclosure' => '"',
  4487.             'eccube_csv_import_escape' => '\\',
  4488.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4489.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4490.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4491.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4492.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4493.             'eccube_name_len' => 16,
  4494.             'eccube_kana_len' => 25,
  4495.             'eccube_address1_len' => 32,
  4496.             'eccube_address2_len' => 32,
  4497.             'eccube_birth_max' => 110,
  4498.             'eccube_product_order_price_lower' => 1,
  4499.             'eccube_product_order_newer' => 2,
  4500.             'eccube_product_order_price_higher' => 3,
  4501.             'eccube_price_max' => 2147483647,
  4502.             'eccube_tel_len_max' => 14,
  4503.             'eccube_postal_code' => 8,
  4504.             'eccube_password_min_len' => 12,
  4505.             'eccube_password_max_len' => 50,
  4506.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4507.             'eccube_composer_memory_limit' => '1536M',
  4508.             'eccube_order_mail_template_id' => 11,
  4509.             'eccube_entry_confirm_mail_template_id' => 35,
  4510.             'eccube_entry_complete_mail_template_id' => 36,
  4511.             'eccube_customer_withdraw_mail_template_id' => 37,
  4512.             'eccube_contact_mail_template_id' => 28,
  4513.             'eccube_forgot_mail_template_id' => 39,
  4514.             'eccube_reset_complete_mail_template_id' => 40,
  4515.             'eccube_shipping_notify_mail_template_id' => 12,
  4516.             'eccube_rfc_email_check' => false,
  4517.             'eccube_email_len' => 254,
  4518.             'eccube_order_no_format' => '',
  4519.             'eccube_order_pdf_message_len' => 30,
  4520.             'eccube_news_start_year' => 2000,
  4521.             'eccube_result_cache_lifetime' => 3600,
  4522.             'eccube_result_cache_lifetime_short' => 10,
  4523.             'eccube_restrict_file_upload_urls' => [
  4524.                 => 'admin_content_file',
  4525.                 => 'admin_store_plugin_install',
  4526.                 => 'admin_content_page_new',
  4527.                 => 'admin_content_page_edit',
  4528.                 => 'admin_content_block_new',
  4529.                 => 'admin_content_block_edit',
  4530.                 => 'admin_content_css',
  4531.                 => 'admin_content_js',
  4532.                 => 'admin_store_template_install',
  4533.             ],
  4534.             'eccube_file_uploadable_extensions' => [
  4535.                 => 'jpg',
  4536.                 => 'jpeg',
  4537.                 => 'png',
  4538.                 => 'gif',
  4539.                 => 'webp',
  4540.                 => 'svg',
  4541.                 => 'ico',
  4542.                 => 'html',
  4543.                 => 'htm',
  4544.                 => 'js',
  4545.                 10 => 'css',
  4546.                 11 => 'txt',
  4547.                 12 => 'pdf',
  4548.             ],
  4549.             'eccube_login_throttling_max_attempts' => 5,
  4550.             'eccube_login_throttling_interval' => '30 minutes',
  4551.             'eccube_nav' => [
  4552.                 'product' => [
  4553.                     'name' => 'admin.product.product_management',
  4554.                     'icon' => 'fa-cube',
  4555.                     'children' => [
  4556.                         'product_master' => [
  4557.                             'name' => 'admin.product.product_list',
  4558.                             'url' => 'admin_product',
  4559.                         ],
  4560.                         'product_edit' => [
  4561.                             'name' => 'admin.product.product_registration',
  4562.                             'url' => 'admin_product_product_new',
  4563.                         ],
  4564.                         'class_name' => [
  4565.                             'name' => 'admin.product.class_management',
  4566.                             'url' => 'admin_product_class_name',
  4567.                         ],
  4568.                         'class_category' => [
  4569.                             'name' => 'admin.product.category_management',
  4570.                             'url' => 'admin_product_category',
  4571.                         ],
  4572.                         'product_tag' => [
  4573.                             'name' => 'admin.product.tag_management',
  4574.                             'url' => 'admin_product_tag',
  4575.                         ],
  4576.                         'product_csv_import' => [
  4577.                             'name' => 'admin.product.product_csv_upload',
  4578.                             'url' => 'admin_product_csv_import',
  4579.                         ],
  4580.                         'category_csv_import' => [
  4581.                             'name' => 'admin.product.category_csv_upload',
  4582.                             'url' => 'admin_product_category_csv_import',
  4583.                         ],
  4584.                         'plugin_CategorySort_admin_sort' => [
  4585.                             'name' => 'category_sort.nav',
  4586.                             'url' => 'plugin_categorysort_admin_sort',
  4587.                         ],
  4588.                     ],
  4589.                 ],
  4590.                 'order' => [
  4591.                     'name' => 'admin.order.order_management',
  4592.                     'icon' => 'fa-shopping-cart',
  4593.                     'children' => [
  4594.                         'order_master' => [
  4595.                             'name' => 'admin.order.order_list',
  4596.                             'url' => 'admin_order',
  4597.                         ],
  4598.                         'order_edit' => [
  4599.                             'name' => 'admin.order.order_registration',
  4600.                             'url' => 'admin_order_new',
  4601.                         ],
  4602.                         'shipping_csv_import' => [
  4603.                             'name' => 'admin.order.shipping_csv_upload',
  4604.                             'url' => 'admin_shipping_csv_import',
  4605.                         ],
  4606.                         'amazon_pay_v2_admin_payment_status' => [
  4607.                             'name' => 'amazon_pay_v2.admin.nav.payment_list',
  4608.                             'url' => 'amazon_pay_v2_admin_payment_status',
  4609.                         ],
  4610.                         'yamato_b2' => [
  4611.                             'id' => 'yamato_csv_import',
  4612.                             'name' => 'admin.yamato_b2.csv_import',
  4613.                             'url' => 'admin_yamato_csv_import',
  4614.                         ],
  4615.                         'yamato_payment42_admin_payment_status' => [
  4616.                             'name' => 'yamato_payment.admin.nav.payment_list',
  4617.                             'url' => 'yamato_payment42_admin_payment_status',
  4618.                         ],
  4619.                     ],
  4620.                 ],
  4621.                 'customer' => [
  4622.                     'name' => 'admin.customer.customer_management',
  4623.                     'icon' => 'fa-users',
  4624.                     'children' => [
  4625.                         'customer_master' => [
  4626.                             'name' => 'admin.customer.customer_list',
  4627.                             'url' => 'admin_customer',
  4628.                         ],
  4629.                         'customer_edit' => [
  4630.                             'name' => 'admin.customer.customer_registration',
  4631.                             'url' => 'admin_customer_new',
  4632.                         ],
  4633.                     ],
  4634.                 ],
  4635.                 'content' => [
  4636.                     'name' => 'admin.content.contents_management',
  4637.                     'icon' => 'fa-file-text-o',
  4638.                     'children' => [
  4639.                         'news' => [
  4640.                             'name' => 'admin.content.news_management',
  4641.                             'url' => 'admin_content_news',
  4642.                         ],
  4643.                         'file' => [
  4644.                             'name' => 'admin.content.file_management',
  4645.                             'url' => 'admin_content_file',
  4646.                         ],
  4647.                         'layout' => [
  4648.                             'name' => 'admin.content.layout_management',
  4649.                             'url' => 'admin_content_layout',
  4650.                         ],
  4651.                         'page' => [
  4652.                             'name' => 'admin.content.page_management',
  4653.                             'url' => 'admin_content_page',
  4654.                         ],
  4655.                         'css' => [
  4656.                             'name' => 'admin.content.css_management',
  4657.                             'url' => 'admin_content_css',
  4658.                         ],
  4659.                         'js' => [
  4660.                             'name' => 'admin.content.js_management',
  4661.                             'url' => 'admin_content_js',
  4662.                         ],
  4663.                         'block' => [
  4664.                             'name' => 'admin.content.block_management',
  4665.                             'url' => 'admin_content_block',
  4666.                         ],
  4667.                         'cache' => [
  4668.                             'name' => 'admin.content.cache_management',
  4669.                             'url' => 'admin_content_cache',
  4670.                         ],
  4671.                         'maintenance' => [
  4672.                             'name' => 'admin.content.maintenance_management',
  4673.                             'url' => 'admin_content_maintenance',
  4674.                         ],
  4675.                     ],
  4676.                 ],
  4677.                 'setting' => [
  4678.                     'name' => 'admin.setting',
  4679.                     'icon' => 'fa-cog',
  4680.                     'children' => [
  4681.                         'shop' => [
  4682.                             'name' => 'admin.setting.shop',
  4683.                             'children' => [
  4684.                                 'shop_index' => [
  4685.                                     'name' => 'admin.setting.shop.shop_setting',
  4686.                                     'url' => 'admin_setting_shop',
  4687.                                 ],
  4688.                                 'shop_tradelaw' => [
  4689.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4690.                                     'url' => 'admin_setting_shop_tradelaw',
  4691.                                 ],
  4692.                                 'shop_agreement' => [
  4693.                                     'name' => 'admin.setting.shop.agreement_setting',
  4694.                                     'url' => 'admin_content_page_edit',
  4695.                                     'param' => [
  4696.                                         'id' => 19,
  4697.                                         'return' => 'agreement',
  4698.                                     ],
  4699.                                 ],
  4700.                                 'shop_payment' => [
  4701.                                     'name' => 'admin.setting.shop.payment_setting',
  4702.                                     'url' => 'admin_setting_shop_payment',
  4703.                                 ],
  4704.                                 'shop_delivery' => [
  4705.                                     'name' => 'admin.setting.shop.delivery_setting',
  4706.                                     'url' => 'admin_setting_shop_delivery',
  4707.                                 ],
  4708.                                 'shop_tax' => [
  4709.                                     'name' => 'admin.setting.shop.tax_setting',
  4710.                                     'url' => 'admin_setting_shop_tax',
  4711.                                 ],
  4712.                                 'shop_mail' => [
  4713.                                     'name' => 'admin.setting.shop.mail_setting',
  4714.                                     'url' => 'admin_setting_shop_mail',
  4715.                                 ],
  4716.                                 'shop_csv' => [
  4717.                                     'name' => 'admin.setting.shop.csv_setting',
  4718.                                     'url' => 'admin_setting_shop_csv',
  4719.                                 ],
  4720.                                 'shop_order_status' => [
  4721.                                     'name' => 'admin.setting.shop.order_status_setting',
  4722.                                     'url' => 'admin_setting_shop_order_status',
  4723.                                 ],
  4724.                                 'shop_calendar' => [
  4725.                                     'name' => 'admin.setting.shop.calendar_setting',
  4726.                                     'url' => 'admin_setting_shop_calendar',
  4727.                                 ],
  4728.                                 'point_ex_setting' => [
  4729.                                     'name' => 'ポイント設定',
  4730.                                     'url' => 'admin_setting_shop_point_ex',
  4731.                                 ],
  4732.                             ],
  4733.                         ],
  4734.                         'system' => [
  4735.                             'name' => 'admin.setting.system',
  4736.                             'children' => [
  4737.                                 'member' => [
  4738.                                     'name' => 'admin.setting.system.member_management',
  4739.                                     'url' => 'admin_setting_system_member',
  4740.                                 ],
  4741.                                 'authority' => [
  4742.                                     'name' => 'admin.setting.system.authority_management',
  4743.                                     'url' => 'admin_setting_system_authority',
  4744.                                 ],
  4745.                                 'security' => [
  4746.                                     'name' => 'admin.setting.system.security_management',
  4747.                                     'url' => 'admin_setting_system_security',
  4748.                                 ],
  4749.                                 'login_history' => [
  4750.                                     'name' => 'admin.setting.system.login_history',
  4751.                                     'url' => 'admin_setting_system_login_history',
  4752.                                 ],
  4753.                                 'log' => [
  4754.                                     'name' => 'admin.setting.system.log_display',
  4755.                                     'url' => 'admin_setting_system_log',
  4756.                                 ],
  4757.                                 'masterdata' => [
  4758.                                     'name' => 'admin.setting.system.master_data_management',
  4759.                                     'url' => 'admin_setting_system_masterdata',
  4760.                                 ],
  4761.                                 'system_index' => [
  4762.                                     'name' => 'admin.setting.system.system_info',
  4763.                                     'url' => 'admin_setting_system_system',
  4764.                                 ],
  4765.                                 'attachwysiwygeditor' => [
  4766.                                     'name' => 'リッチエディタ設定',
  4767.                                     'url' => 'awe_admin_config',
  4768.                                 ],
  4769.                             ],
  4770.                         ],
  4771.                     ],
  4772.                 ],
  4773.                 'store' => [
  4774.                     'name' => 'admin.store',
  4775.                     'icon' => 'fa-plug',
  4776.                     'children' => [
  4777.                         'plugin' => [
  4778.                             'name' => 'admin.store.plugin',
  4779.                             'children' => [
  4780.                                 'plugin_owners_search' => [
  4781.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4782.                                     'url' => 'admin_store_plugin_owners_search',
  4783.                                 ],
  4784.                                 'plugin_list' => [
  4785.                                     'name' => 'admin.store.plugin.plugin_list',
  4786.                                     'url' => 'admin_store_plugin',
  4787.                                 ],
  4788.                             ],
  4789.                         ],
  4790.                         'template' => [
  4791.                             'name' => 'admin.store.template',
  4792.                             'children' => [
  4793.                                 'template_list' => [
  4794.                                     'name' => 'admin.store.template.template_list',
  4795.                                     'url' => 'admin_store_template',
  4796.                                 ],
  4797.                                 'template_install' => [
  4798.                                     'name' => 'admin.store.template.template_install',
  4799.                                     'url' => 'admin_store_template_install',
  4800.                                 ],
  4801.                             ],
  4802.                         ],
  4803.                         'authentication_setting' => [
  4804.                             'name' => 'admin.store.setting',
  4805.                             'url' => 'admin_store_authentication_setting',
  4806.                         ],
  4807.                     ],
  4808.                 ],
  4809.                 'mailmagazine' => [
  4810.                     'id' => 'mailmagazine',
  4811.                     'name' => 'mailmagazine.title',
  4812.                     'icon' => 'fa-envelope',
  4813.                     'children' => [
  4814.                         'mailmagazine' => [
  4815.                             'id' => 'mailmagazine',
  4816.                             'name' => 'mailmagazine.index.title',
  4817.                             'url' => 'plugin_mail_magazine',
  4818.                         ],
  4819.                         'mailmagazine_template' => [
  4820.                             'id' => 'mailmagazine_template',
  4821.                             'name' => 'mailmagazine.template.title',
  4822.                             'url' => 'plugin_mail_magazine_template',
  4823.                         ],
  4824.                         'mailmagazine_history' => [
  4825.                             'id' => 'mailmagazine_history',
  4826.                             'name' => 'mailmagazine.history.title',
  4827.                             'url' => 'plugin_mail_magazine_history',
  4828.                         ],
  4829.                     ],
  4830.                 ],
  4831.                 'noshidelivery' => [
  4832.                     'id' => 'noshidelivery',
  4833.                     'name' => '配送別のし設定',
  4834.                     'icon' => 'fa-truck',
  4835.                     'children' => [
  4836.                         'noshidelivery_kind' => [
  4837.                             'name' => 'のしの種類',
  4838.                             'url' => 'admin_noshidelivery_noshidelivery_kind',
  4839.                         ],
  4840.                         'noshidelivery_tie' => [
  4841.                             'name' => '表書き(上段)',
  4842.                             'url' => 'admin_noshidelivery_noshidelivery_tie',
  4843.                         ],
  4844.                         'noshidelivery_plg' => [
  4845.                             'name' => 'プラグイン設定',
  4846.                             'url' => 'noshidelivery_admin_config',
  4847.                         ],
  4848.                     ],
  4849.                 ],
  4850.             ],
  4851.             'env(MAILER_DSN)' => 'null://null',
  4852.             'eccube.twig_sandbox.allowed_tags' => [
  4853.                 => 'apply',
  4854.                 => 'block',
  4855.                 => 'deprecated',
  4856.                 => 'embed',
  4857.                 => 'extends',
  4858.                 => 'flush',
  4859.                 => 'for',
  4860.                 => 'if',
  4861.                 => 'set',
  4862.                 => 'spaceless',
  4863.                 10 => 'verbatim',
  4864.                 11 => 'with',
  4865.                 12 => 'form_theme',
  4866.                 13 => 'stopwatch',
  4867.                 14 => 'trans',
  4868.                 15 => 'trans_default_domain',
  4869.             ],
  4870.             'eccube.twig_sandbox.allowed_filters' => [
  4871.                 => 'abs',
  4872.                 => 'batch',
  4873.                 => 'capitalize',
  4874.                 => 'column',
  4875.                 => 'convert_encoding',
  4876.                 => 'country_name',
  4877.                 => 'currency_name',
  4878.                 => 'currency_symbol',
  4879.                 => 'date',
  4880.                 => 'date_modify',
  4881.                 10 => 'default',
  4882.                 11 => 'escape',
  4883.                 12 => 'first',
  4884.                 13 => 'format',
  4885.                 14 => 'format_currency',
  4886.                 15 => 'format_date',
  4887.                 16 => 'format_datetime',
  4888.                 17 => 'format_number',
  4889.                 18 => 'format_time',
  4890.                 19 => 'join',
  4891.                 20 => 'json_encode',
  4892.                 21 => 'keys',
  4893.                 22 => 'language_name',
  4894.                 23 => 'last',
  4895.                 24 => 'length',
  4896.                 25 => 'locale_name',
  4897.                 26 => 'lower',
  4898.                 27 => 'merge',
  4899.                 28 => 'nl2br',
  4900.                 29 => 'number_format',
  4901.                 30 => 'replace',
  4902.                 31 => 'reverse',
  4903.                 32 => 'round',
  4904.                 33 => 'slice',
  4905.                 34 => 'spaceless',
  4906.                 35 => 'split',
  4907.                 36 => 'striptags',
  4908.                 37 => 'timezone_name',
  4909.                 38 => 'title',
  4910.                 39 => 'trim',
  4911.                 40 => 'upper',
  4912.                 41 => 'url_encode',
  4913.                 42 => 'abbr_class',
  4914.                 43 => 'abbr_method',
  4915.                 44 => 'file_link',
  4916.                 45 => 'file_relative',
  4917.                 46 => 'format_args',
  4918.                 47 => 'format_args_as_text',
  4919.                 48 => 'humanize',
  4920.                 49 => 'serialize',
  4921.                 50 => 'trans',
  4922.                 51 => 'yaml_dump',
  4923.                 52 => 'yaml_encode',
  4924.                 53 => 'currency_symbol',
  4925.                 54 => 'date_day',
  4926.                 55 => 'date_day_with_weekday',
  4927.                 56 => 'date_format',
  4928.                 57 => 'date_min',
  4929.                 58 => 'date_sec',
  4930.                 59 => 'doctrine_format_sql',
  4931.                 60 => 'doctrine_prettify_sql',
  4932.                 61 => 'doctrine_pretty_query',
  4933.                 62 => 'doctrine_replace_query_parameters',
  4934.                 63 => 'e',
  4935.                 64 => 'ellipsis',
  4936.                 65 => 'file_ext_icon',
  4937.                 66 => 'form_encode_currency',
  4938.                 67 => 'format_*_number',
  4939.                 68 => 'format_log_message',
  4940.                 69 => 'no_image_product',
  4941.                 70 => 'price',
  4942.                 71 => 'purify',
  4943.                 72 => 'time_ago',
  4944.             ],
  4945.             'eccube.twig_sandbox.allowed_functions' => [
  4946.                 => 'cycle',
  4947.                 => 'date',
  4948.                 => 'max',
  4949.                 => 'min',
  4950.                 => 'random',
  4951.                 => 'range',
  4952.                 => 'country_timezones',
  4953.                 => 'absolute_url',
  4954.                 => 'asset',
  4955.                 => 'asset_version',
  4956.                 10 => 'csrf_token',
  4957.                 11 => 'form_parent',
  4958.                 12 => 'fragment_uri',
  4959.                 13 => 'impersonation_exit_path',
  4960.                 14 => 'impersonation_exit_url',
  4961.                 15 => 'is_granted',
  4962.                 16 => 'logout_path',
  4963.                 17 => 'logout_url',
  4964.                 18 => 'path',
  4965.                 19 => 'relative_path',
  4966.                 20 => 't',
  4967.                 21 => 'url',
  4968.                 22 => 'active_menus',
  4969.                 23 => 'class_categories_as_json',
  4970.                 24 => 'country_names',
  4971.                 25 => 'csrf_token_for_anchor',
  4972.                 26 => 'currency_names',
  4973.                 27 => 'currency_symbol',
  4974.                 28 => 'field_choices',
  4975.                 29 => 'field_errors',
  4976.                 30 => 'field_help',
  4977.                 31 => 'field_label',
  4978.                 32 => 'field_name',
  4979.                 33 => 'field_value',
  4980.                 34 => 'get_all_carts',
  4981.                 35 => 'get_cart',
  4982.                 36 => 'get_carts_total_price',
  4983.                 37 => 'get_carts_total_quantity',
  4984.                 38 => 'has_errors',
  4985.                 39 => 'is_reduced_tax_rate',
  4986.                 40 => 'language_names',
  4987.                 41 => 'product',
  4988.                 42 => 'workflow_can',
  4989.                 43 => 'workflow_has_marked_place',
  4990.                 44 => 'workflow_marked_places',
  4991.                 45 => 'workflow_metadata',
  4992.                 46 => 'workflow_transition',
  4993.                 47 => 'workflow_transition_blockers',
  4994.                 48 => 'workflow_transitions',
  4995.             ],
  4996.             'eccube.twig_sandbox.allowed_methods' => [
  4997.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4998.                     => 'getrequest',
  4999.                 ],
  5000.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  5001.                     => 'geturi',
  5002.                 ],
  5003.             ],
  5004.             'eccube.twig_sandbox.allowed_properties' => [
  5005.             ],
  5006.             'amazon_pay_v2' => [
  5007.                 'test_account' => [
  5008.                     'seller_id' => 'A2A80MN1XQCQBA',
  5009.                     'public_key_id' => 'AGWGWRKYSUOV4KUBKCQNV4UB',
  5010.                     'private_key_path' => 'app/Plugin/AmazonPayV2_42/Resource/key/Test_Eccube_Demo_AmazonPay.pem',
  5011.                 ],
  5012.                 'max_billable_amount' => 70000,
  5013.                 'amazon_sc_url' => 'https://sellercentral.amazon.co.jp/hz/me/pmd/payment-details?orderReferenceId=',
  5014.                 'toggle' => [
  5015.                     'off' => 0,
  5016.                     'on' => 1,
  5017.                 ],
  5018.                 'account_mode' => [
  5019.                     'shared' => 1,
  5020.                     'owned' => 2,
  5021.                 ],
  5022.                 'env' => [
  5023.                     'sandbox' => 1,
  5024.                     'prod' => 2,
  5025.                 ],
  5026.                 'sale' => [
  5027.                     'authori' => 1,
  5028.                     'capture' => 2,
  5029.                 ],
  5030.                 'button_place' => [
  5031.                     'auto' => 1,
  5032.                     'manual' => 2,
  5033.                 ],
  5034.                 'api' => [
  5035.                     'config' => [
  5036.                         'thlottle_err_limit' => 5,
  5037.                         'thlottle_sleep' => 2,
  5038.                         'authorize_limit' => 3,
  5039.                     ],
  5040.                     'payload' => [
  5041.                         'currency_code' => 'JPY',
  5042.                     ],
  5043.                     'prod' => [
  5044.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  5045.                     ],
  5046.                     'sandbox' => [
  5047.                         'checkout_script_url' => 'https://static-fe.payments-amazon.com/checkout.js',
  5048.                     ],
  5049.                     'error' => [
  5050.                         'payment_method_not_allowed' => 1,
  5051.                         'invalid_payment_method' => 2,
  5052.                         'amazon_rejected' => 3,
  5053.                         'transaction_timeout' => 4,
  5054.                     ],
  5055.                 ],
  5056.             ],
  5057.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  5058.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  5059.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  5060.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  5061.             'post_carrier_dir' => (\dirname(__DIR__3).'/post_carrier'),
  5062.             'post_carrier_config_url' => 'https://www.postcarrier.jp/webservice1/api/v1/config',
  5063.             'post_carrier_account_free_user' => 'free',
  5064.             'post_carrier_account_free_pass' => 'free',
  5065.             'post_carrier_effective_address_count_key' => 'hj0H_MpRt3z0ezZkAC3CDqYtBHf2sKww',
  5066.             'product_review_display_count_min' => 1,
  5067.             'product_review_display_count_max' => 30,
  5068.             'plugin_recommend.text_area_len' => 4000,
  5069.             'related_product.text_area_len' => 4000,
  5070.             'related_product.max_item_count' => 6,
  5071.             'sales_report_product_maximum_display' => 20,
  5072.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5073.             'YAMATO_SERVICE_NAME' => 'ネット総合決済サービス',
  5074.             'YAMATO_API_HTTP_TIMEOUT' => 20,
  5075.             'RECV_ALLOW_HOST' => [
  5076.                 => '127.0.0.1',
  5077.                 => '192.168.56.1',
  5078.                 => '218.40.0.72',
  5079.                 => '52.155.115.90',
  5080.             ],
  5081.             'YAMATO_PAYID_CREDIT' => 10,
  5082.             'YAMATO_PAYID_CVS' => 30,
  5083.             'YAMATO_PAYID_EDY' => 42,
  5084.             'YAMATO_PAYID_MOBILEEDY' => 43,
  5085.             'YAMATO_PAYID_SUICA' => 44,
  5086.             'YAMATO_PAYID_MOBILESUICA' => 45,
  5087.             'YAMATO_PAYID_WAON' => 46,
  5088.             'YAMATO_PAYID_MOBILEWAON' => 47,
  5089.             'YAMATO_PAYID_NETBANK' => 52,
  5090.             'YAMATO_PAYID_DEFERRED' => 60,
  5091.             'YAMATO_PAYID_SMS_DEFERRED' => 80,
  5092.             'YAMATO_PAYID_PAYPAY' => 91,
  5093.             'YAMATO_PAYID' => [
  5094.                 'CREDIT' => 10,
  5095.                 'CVS' => 30,
  5096.                 'DEFERRED' => 60,
  5097.                 'SMS_DEFERRED' => 80,
  5098.                 'PAYPAY' => 91,
  5099.             ],
  5100.             'YAMATO_ACTION_STATUS_SEND_REQUEST' => 0,
  5101.             'YAMATO_ACTION_STATUS_COMP_REQUEST' => 1,
  5102.             'YAMATO_ACTION_STATUS_PROMPT_REPORT' => 2,
  5103.             'YAMATO_ACTION_STATUS_DIFINIT_REPORT' => 3,
  5104.             'YAMATO_ACTION_STATUS_COMP_AUTH' => 4,
  5105.             'YAMATO_ACTION_STATUS_COMP_RESERVE' => 5,
  5106.             'YAMATO_ACTION_STATUS_NG_CUSTOMER' => 11,
  5107.             'YAMATO_ACTION_STATUS_NG_SHOP' => 12,
  5108.             'YAMATO_ACTION_STATUS_NG_PAYMENT' => 13,
  5109.             'YAMATO_ACTION_STATUS_NG_SYSTEM' => 14,
  5110.             'YAMATO_ACTION_STATUS_NG_RESERVE' => 15,
  5111.             'YAMATO_ACTION_STATUS_NG_REQUEST_CANCEL' => 16,
  5112.             'YAMATO_ACTION_STATUS_NG_CHANGE_PAYMENT' => 17,
  5113.             'YAMATO_ACTION_STATUS_NG_TRANSACTION' => 20,
  5114.             'YAMATO_ACTION_STATUS_WAIT' => 21,
  5115.             'YAMATO_ACTION_STATUS_INCREASE_WAIT' => 23,
  5116.             'YAMATO_ACTION_STATUS_WAIT_SETTLEMENT' => 30,
  5117.             'YAMATO_ACTION_STATUS_COMMIT_SETTLEMENT' => 31,
  5118.             'YAMATO_ACTION_STATUS_CANCEL' => 40,
  5119.             'YAMATO_ACTION_STATUS_3D_WAIT' => 50,
  5120.             'DEFERRED_STATUS_AUTH_OK' => 1,
  5121.             'DEFERRED_STATUS_AUTH_CANCEL' => 2,
  5122.             'DEFERRED_STATUS_REGIST_DELIV_SLIP' => 3,
  5123.             'DEFERRED_STATUS_RESEARCH_DELIV' => 5,
  5124.             'DEFERRED_STATUS_SEND_WARNING' => 6,
  5125.             'DEFERRED_STATUS_SALES_OK' => 10,
  5126.             'DEFERRED_STATUS_SEND_BILL' => 11,
  5127.             'DEFERRED_STATUS_PAID' => 12,
  5128.             'DEFERRED_AVAILABLE' => 0,
  5129.             'DEFERRED_NOT_AVAILABLE' => 1,
  5130.             'DEFERRED_OVER_LIMIT' => 2,
  5131.             'DEFERRED_UNDER_EXAM' => 3,
  5132.             'DEFERRED_SMS_AVAILABLE' => 1,
  5133.             'DEFERRED_SMS_CODE_INVALID' => 2,
  5134.             'DEFERRED_SMS_CODE_EXPIRED' => 3,
  5135.             'DEFERRED_SMS_BAD_DELIVERY' => 4,
  5136.             'DEFERRED_SMS_BAD_STATUS' => 5,
  5137.             'MESSAGE_DEFERRED_SMS_CODE_INVALID' => '認証コードが間違っています。',
  5138.             'MESSAGE_DEFERRED_SMS_CODE_EXPIRED' => '認証コードの有効期限が切れています。',
  5139.             'MESSAGE_DEFERRED_SMS_BAD_DELIVERY' => '認証コードの受信に失敗しました。',
  5140.             'MESSAGE_DEFERRED_SMS_BAD_STATUS' => '与信が必要なお取引ではありませんでした。',
  5141.             'MESSAGE_DEFERRED_SMS_GENERAL' => '認証に失敗しました。',
  5142.             'DEFFERED_FALL_AUTH' => '申し訳ありません。今回のご注文分に関してはお取引できません。別の決済手段にて再度ご注文いただけますようお願いいたします。',
  5143.             'DEFERRED_INVOICE_REISSUE' => 1,
  5144.             'DEFERRED_INVOICE_REISSUE_WITHDRAWN' => 3,
  5145.             'ORDER_SHIPPING_REGISTERED' => 9625,
  5146.             'DELIV_COMPLETE_MAIL_ID' => 9625,
  5147.             'DEFERRED_DELIV_SLIP_URL' => 'http://toi.kuronekoyamato.co.jp/cgi-bin/tneko',
  5148.             'YAMATO_PAYNAME_CREDIT' => 'クレジットカード決済',
  5149.             'YAMATO_PAYNAME_CVS' => 'コンビニ決済',
  5150.             'YAMATO_PAYNAME_DEFERRED' => 'クロネコ代金後払い決済',
  5151.             'YAMATO_PAYNAME_PAYPAY' => 'PayPay決済',
  5152.             'YAMATO_PAYCODE_CREDIT' => 'Credit',
  5153.             'YAMATO_PAYCODE_CVS' => 'CVS',
  5154.             'YAMATO_PAYCODE_DEFERRED' => 'Deferred',
  5155.             'DEFERRED_SEND_DELIV_CHARGE' => 100,
  5156.             'DEFERRED_CHARGE' => 190,
  5157.             'CREDIT_METHOD_UC' => 1,
  5158.             'CREDIT_METHOD_DINERS' => 2,
  5159.             'CREDIT_METHOD_JCB' => 3,
  5160.             'CREDIT_METHOD_DC' => 4,
  5161.             'CREDIT_METHOD_MITSUISUMITOMO' => 5,
  5162.             'CREDIT_METHOD_UFJ' => 6,
  5163.             'CREDIT_METHOD_SAISON' => 7,
  5164.             'CREDIT_METHOD_NICOS' => 8,
  5165.             'CREDIT_METHOD_VISA' => 9,
  5166.             'CREDIT_METHOD_MASTER' => 10,
  5167.             'CREDIT_METHOD_AEON' => 11,
  5168.             'CREDIT_METHOD_AMEX' => 12,
  5169.             'CREDIT_METHOD_TOP' => 13,
  5170.             'CREDIT_METHOD_RAKUTEN' => 14,
  5171.             'CREDIT_METHOD_OTHER' => 99,
  5172.             'CONVENI_ID_SEVENELEVEN' => 21,
  5173.             'CONVENI_ID_LAWSON' => 22,
  5174.             'CONVENI_ID_FAMILYMART' => 23,
  5175.             'CONVENI_ID_SEICOMART' => 24,
  5176.             'CONVENI_ID_MINISTOP' => 25,
  5177.             'CONVENI_ID_CIRCLEK' => 26,
  5178.             'CONVENI_NAME_SEVENELEVEN' => 'セブンイレブン',
  5179.             'CONVENI_NAME_LAWSON' => 'ローソン',
  5180.             'CONVENI_NAME_FAMILYMART' => 'ファミリーマート',
  5181.             'CONVENI_NAME_SEICOMART' => 'セイコーマート',
  5182.             'CONVENI_NAME_MINISTOP' => 'ミニストップ',
  5183.             'CONVENI_NAME_CIRCLEK' => 'サークルKサンクス',
  5184.             'CONVENI_FUNCTION_DIV_21' => 'B01',
  5185.             'CONVENI_FUNCTION_DIV_22' => 'B03',
  5186.             'CONVENI_FUNCTION_DIV_23' => 'B02',
  5187.             'CONVENI_FUNCTION_DIV_24' => 'B06',
  5188.             'CONVENI_FUNCTION_DIV_25' => 'B05',
  5189.             'CONVENI_FUNCTION_DIV_26' => 'B04',
  5190.             'EMONEY_METHOD_RAKUTENEDY' => 61,
  5191.             'EMONEY_METHOD_M_RAKUTENEDY' => 62,
  5192.             'EMONEY_METHOD_SUICA' => 63,
  5193.             'EMONEY_METHOD_M_SUICA' => 64,
  5194.             'EMONEY_METHOD_WAON' => 65,
  5195.             'EMONEY_METHOD_M_WAON' => 66,
  5196.             'EMONEY_NAME_RAKUTENEDY' => '楽天Edy決済',
  5197.             'EMONEY_NAME_M_RAKUTENEDY' => '楽天モバイルEdy決済',
  5198.             'EMONEY_NAME_SUICA' => 'Suica決済',
  5199.             'EMONEY_NAME_M_SUICA' => 'モバイルSuica決済',
  5200.             'EMONEY_NAME_WAON' => 'WAON決済',
  5201.             'EMONEY_NAME_M_WAON' => 'モバイルWAON決済',
  5202.             'NETBANK_METHOD_RAKUTENBANK' => 41,
  5203.             'DELIV_TIMECODE' => [
  5204.                 => '',
  5205.                 => '0812',
  5206.                 => '1214',
  5207.                 => '1416',
  5208.                 => '1618',
  5209.                 => '1820',
  5210.                 => '1921',
  5211.                 => '2021',
  5212.                 => '0010',
  5213.                 => '0017',
  5214.             ],
  5215.             'DELETE_DELIV_TIMECODE' => [
  5216.                 => '1214',
  5217.                 => '2021',
  5218.             ],
  5219.             'DELIV_SLIP_TYPE_CORECT' => 2,
  5220.             'DELIV_SLIP_TYPE_NEKOPOS' => 7,
  5221.             'CREDIT_SAVE_LIMIT' => 3,
  5222.             'YAMATO_ENABLE_PAYMENT_VALUE' => 0,
  5223.             'YAMATO_DISABLE_PAYMENT_VALUE' => 1,
  5224.             'YAMATO_MYPAGE_CARD_REGISTER' => 'yamato.mypage.card.register',
  5225.             'YAMATO_MYPAGE_CARD_DELETE' => 'yamato.mypage.card.delete',
  5226.             'YAMATO_DELIV_ADDR_MAX' => 99,
  5227.             'YAMATO_SHIPPED_MAX' => 3,
  5228.             'DEFERRED_DELIV_ADDR_MAX' => 10,
  5229.             'SALE_TYPE_ID_RESERVE' => 9625,
  5230.             'YAMATO_DEADLINE_RECREDIT' => 9,
  5231.             'YAMATO_TRADER_URL' => 'shopping/load_payment_module.php?mode=3dTran',
  5232.             'YAMATO_3D_EXCLUDED' => 'A012050002',
  5233.             'CREDIT_NO_LEN' => 16,
  5234.             'SECURITY_CODE_MIN_LEN' => 3,
  5235.             'SECURITY_CODE_MAX_LEN' => 4,
  5236.             'CARD_ORNER_LEN' => 20,
  5237.             'ITEM_NAME_LEN' => 200,
  5238.             'DEF_REQ_AUTH' => 'KAAAU0010APIAction',
  5239.             'DEF_GET_AUTH_RESULT' => 'KAARS0010APIAction',
  5240.             'DEF_ENTRY_SHIPMENT' => 'KAASL0010APIAction',
  5241.             'DEF_GET_TRAN_STATUS' => 'KAAST0010APIAction',
  5242.             'DEF_CANCEL_AUTH' => 'KAACL0010APIAction',
  5243.             'DEF_GET_INVOICE' => 'KAASD0010APIAction',
  5244.             'DEF_REQ_AUTH_REALTIME' => 'KAARA0010APIAction',
  5245.             'DEF_CHANGE_AMOUNT' => 'KAAKK0010APIAction',
  5246.             'DEF_REISSUE_INVOICE' => 'KAARR0010APIAction',
  5247.             'DEF_SMS_REQ_AUTH' => 'KAASA0020APIAction',
  5248.             'api.name' => [
  5249.                 'A01' => 'クレジット決済登録通常用',
  5250.                 'A02' => 'クレジット決済登録3Dセキュア結果用',
  5251.                 'A03' => 'クレジットカードのお預かり情報照会',
  5252.                 'A04' => 'クレジットカードのお預かり情報変更',
  5253.                 'A05' => 'クレジットカードのお預かり情報削除',
  5254.                 'A06' => 'クレジット決済取消',
  5255.                 'A07' => 'クレジット金額変更',
  5256.                 'A08' => 'クレジット決済登録通常用(トークン)',
  5257.                 'A09' => 'クレジット決済登録3Dセキュア結果用(トークン)',
  5258.                 'A11' => 'クレジット再与信',
  5259.                 'B01' => 'コンビニ(オンライン払い)セブン-イレブン',
  5260.                 'B02' => 'コンビニ(オンライン払い)ファミリーマート',
  5261.                 'B03' => 'コンビニ(オンライン払い)ローソン',
  5262.                 'B04' => 'コンビニ(オンライン払い)サークルKサンクス',
  5263.                 'B05' => 'コンビニ(オンライン払い)ミニストップ',
  5264.                 'B06' => 'コンビニ(オンライン払い)セイコーマート',
  5265.                 'C01' => '電子マネー決済登録(楽天Edy(Cyber))',
  5266.                 'C02' => '電子マネー決済登録(楽天Edy(Mobile))',
  5267.                 'C03' => '電子マネー決済登録(Suica(インターネットサービス))',
  5268.                 'C04' => '電子マネー決済登録(Suica(Mobile))',
  5269.                 'C05' => '電子マネー決済登録(Waon(PC))',
  5270.                 'C06' => '電子マネー決済登録(Waon(MB))',
  5271.                 'D01' => 'ネットバンク決済登録(楽天銀行)',
  5272.                 'E01' => '出荷情報登録',
  5273.                 'E02' => '出荷情報取消',
  5274.                 'E03' => '出荷予定日変更',
  5275.                 'E04' => '取引情報照会',
  5276.                 'F01' => '接続元加盟店ECサーバ認証',
  5277.                 'F02' => '出荷情報登録(切売)',
  5278.                 'F03' => '出荷情報取消(切売)',
  5279.                 'F04' => '取引情報照会(切売)',
  5280.                 'H01' => 'グローバルIPアドレス照会',
  5281.                 'L01' => 'PayPay決済登録',
  5282.                 'L02' => 'PayPay決済取消',
  5283.                 'L03' => 'PayPay金額変更',
  5284.                 'KAAAU0010APIAction' => '後払い与信依頼',
  5285.                 'KAARS0010APIAction' => '後払い与信結果取得',
  5286.                 'KAASL0010APIAction' => '後払い出荷情報登録',
  5287.                 'KAAST0010APIAction' => '後払い取引状況取得',
  5288.                 'KAACL0010APIAction' => '後払い与信取消依頼',
  5289.                 'KAASD0010APIAction' => '後払い請求書印字データ取得',
  5290.                 'KAARA0010APIAction' => '後払いリアルタイムオーソリ',
  5291.                 'KAAKK0010APIAction' => '後払い金額変更(減額)',
  5292.                 'KAARR0010APIAction' => '後払い請求書再発行',
  5293.             ],
  5294.             'api.url' => [
  5295.                 'A01' => 'https://api.kuronekoyamato.co.jp/api/credit',
  5296.                 'A02' => 'https://api.kuronekoyamato.co.jp/api/credit3D',
  5297.                 'A03' => 'https://api.kuronekoyamato.co.jp/api/creditInfoGet',
  5298.                 'A04' => 'https://api.kuronekoyamato.co.jp/api/creditInfoUpdate',
  5299.                 'A05' => 'https://api.kuronekoyamato.co.jp/api/creditInfoDelete',
  5300.                 'A06' => 'https://api.kuronekoyamato.co.jp/api/creditCancel',
  5301.                 'A07' => 'https://api.kuronekoyamato.co.jp/api/creditChangePrice',
  5302.                 'A08' => 'https://api.kuronekoyamato.co.jp/api/creditToken',
  5303.                 'A09' => 'https://api.kuronekoyamato.co.jp/api/creditToken3D',
  5304.                 'A11' => 'https://api.kuronekoyamato.co.jp/api/reAuth',
  5305.                 'B01' => 'https://api.kuronekoyamato.co.jp/api/cvs1',
  5306.                 'B02' => 'https://api.kuronekoyamato.co.jp/api/cvs2',
  5307.                 'B03' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  5308.                 'B04' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  5309.                 'B05' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  5310.                 'B06' => 'https://api.kuronekoyamato.co.jp/api/cvs3',
  5311.                 'C01' => 'https://api.kuronekoyamato.co.jp/api/e_money1',
  5312.                 'C02' => 'https://api.kuronekoyamato.co.jp/api/e_money2',
  5313.                 'C03' => 'https://api.kuronekoyamato.co.jp/api/e_money3',
  5314.                 'C04' => 'https://api.kuronekoyamato.co.jp/api/e_money4',
  5315.                 'C05' => 'https://api.kuronekoyamato.co.jp/api/e_money5',
  5316.                 'C06' => 'https://api.kuronekoyamato.co.jp/api/e_money6',
  5317.                 'D01' => 'https://api.kuronekoyamato.co.jp/api/bank1',
  5318.                 'E01' => 'https://api.kuronekoyamato.co.jp/api/shipmentEntry',
  5319.                 'E02' => 'https://api.kuronekoyamato.co.jp/api/shipmentCancel',
  5320.                 'E03' => 'https://api.kuronekoyamato.co.jp/api/changeDate',
  5321.                 'E04' => 'https://api.kuronekoyamato.co.jp/api/tradeInfo',
  5322.                 'F01' => 'https://apixp.kuronekoyamato.co.jp/api/xp/authXp',
  5323.                 'F02' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentEntryXp',
  5324.                 'F03' => 'https://apixp.kuronekoyamato.co.jp/api/xp/shipmentCancelXp',
  5325.                 'F04' => 'https://apixp.kuronekoyamato.co.jp/api/xp/tradeInfoXp',
  5326.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  5327.                 'L01' => 'https://api.kuronekoyamato.co.jp/api/paypaySettle',
  5328.                 'L02' => 'https://api.kuronekoyamato.co.jp/api/paypaySettleCancel',
  5329.                 'L03' => 'https://api.kuronekoyamato.co.jp/api/paypayChangePrice',
  5330.                 'KAAAU0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAAU0010APIAction_execute.action',
  5331.                 'KAARS0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  5332.                 'KAASL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  5333.                 'KAAST0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  5334.                 'KAACL0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  5335.                 'KAASD0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  5336.                 'KAARA0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  5337.                 'KAAKK0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  5338.                 'KAARR0010APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  5339.                 'KAASA0020APIAction' => 'https://atobarai.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  5340.             ],
  5341.             'api.test.gateway' => [
  5342.                 'A01' => 'https://ptwebcollect.jp/test_gateway/credit.api',
  5343.                 'A02' => 'https://ptwebcollect.jp/test_gateway/credit3D.api',
  5344.                 'A03' => 'https://ptwebcollect.jp/test_gateway/creditInfoGet.api',
  5345.                 'A04' => 'https://ptwebcollect.jp/test_gateway/creditInfoUpdate.api',
  5346.                 'A05' => 'https://ptwebcollect.jp/test_gateway/creditInfoDelete.api',
  5347.                 'A06' => 'https://ptwebcollect.jp/test_gateway/creditCancel.api',
  5348.                 'A07' => 'https://ptwebcollect.jp/test_gateway/creditChangePrice.api',
  5349.                 'A08' => 'https://ptwebcollect.jp/test_gateway/creditToken.api',
  5350.                 'A09' => 'https://ptwebcollect.jp/test_gateway/creditToken3D.api',
  5351.                 'A11' => 'https://ptwebcollect.jp/test_gateway/reAuth.api',
  5352.                 'B01' => 'https://ptwebcollect.jp/test_gateway/cvs1.api',
  5353.                 'B02' => 'https://ptwebcollect.jp/test_gateway/cvs2.api',
  5354.                 'B03' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  5355.                 'B04' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  5356.                 'B05' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  5357.                 'B06' => 'https://ptwebcollect.jp/test_gateway/cvs3.api',
  5358.                 'C01' => 'https://ptwebcollect.jp/test_gateway/e_money1.api',
  5359.                 'C02' => 'https://ptwebcollect.jp/test_gateway/e_money2.api',
  5360.                 'C03' => 'https://ptwebcollect.jp/test_gateway/e_money3.api',
  5361.                 'C04' => 'https://ptwebcollect.jp/test_gateway/e_money4.api',
  5362.                 'C05' => 'https://ptwebcollect.jp/test_gateway/e_money5.api',
  5363.                 'C06' => 'https://ptwebcollect.jp/test_gateway/e_money6.api',
  5364.                 'D01' => 'https://ptwebcollect.jp/test_gateway/bank1.api',
  5365.                 'E01' => 'https://ptwebcollect.jp/test_gateway/shipmentEntry.api',
  5366.                 'E02' => 'https://ptwebcollect.jp/test_gateway/shipmentCancel.api',
  5367.                 'E03' => 'https://ptwebcollect.jp/test_gateway/changeDate.api',
  5368.                 'E04' => 'https://ptwebcollect.jp/test_gateway/tradeInfo.api',
  5369.                 'F01' => 'https://ptwebcollect.jp/test_gateway/xp/authXp.api',
  5370.                 'F02' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentEntryXp.api',
  5371.                 'F03' => 'https://ptwebcollect.jp/test_gateway/xp/shipmentCancelXp.api',
  5372.                 'F04' => 'https://ptwebcollect.jp/test_gateway/xp/tradeInfoXp.api',
  5373.                 'H01' => 'https://ptwebcollect.jp/test_gateway/traderIp.api',
  5374.                 'L01' => 'https://ptwebcollect.jp/test_gateway/paypaySettle.api',
  5375.                 'L02' => 'https://ptwebcollect.jp/test_gateway/paypaySettleCancel.api',
  5376.                 'L03' => 'https://ptwebcollect.jp/test_gateway/paypayChangePrice.api',
  5377.                 'KAARS0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARS0010APIAction_execute.action',
  5378.                 'KAASL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASL0010APIAction_execute.action',
  5379.                 'KAAST0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAST0010APIAction_execute.action',
  5380.                 'KAACL0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAACL0010APIAction_execute.action',
  5381.                 'KAASD0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASD0010APIAction_execute.action',
  5382.                 'KAARA0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARA0010APIAction_execute.action',
  5383.                 'KAAKK0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAAKK0010APIAction_execute.action',
  5384.                 'KAARR0010APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAARR0010APIAction_execute.action',
  5385.                 'KAASA0020APIAction' => 'https://atobarai-test.kuronekoyamato.co.jp/kuroneko-atobarai-api/KAASA0020APIAction_execute.action',
  5386.             ],
  5387.             'TOKEN_URL_1' => 'https://api.kuronekoyamato.co.jp/api/token/js/embeddedTokenLib.js',
  5388.             'TOKEN_URL_0' => 'https://ptwebcollect.jp/test_gateway/token/js/embeddedTokenLib.js',
  5389.             'USE_SECURITY_CODE' => 1,
  5390.             'YAMATO_MULTI_ATACK_PERMIT_COUNT' => 5,
  5391.             'YAMATO_MULTI_ATACK_WAIT' => 5,
  5392.             'ERR_DEF_AMOUNT_NOT_CHANGE' => 'kaakk049E',
  5393.             'yamato_error_msg' => [
  5394.                 'A011010201' => '加盟店コードなし',
  5395.                 'A011010202' => '加盟店コードの桁数不正',
  5396.                 'A011010204' => '加盟店コードに禁止文字あり',
  5397.                 'A011010301' => '端末区分なし',
  5398.                 'A011010306' => '端末区分の不正セット',
  5399.                 'A011010401' => '受付番号なし',
  5400.                 'A011010402' => '受付番号の桁数不正',
  5401.                 'A011010404' => '受付番号に禁止文字あり',
  5402.                 'A011010501' => '決済金額なし',
  5403.                 'A011010502' => '決済金額の桁数不正',
  5404.                 'A011010504' => '決済金額に禁止文字あり',
  5405.                 'A011010601' => '購入者名(漢字)なし',
  5406.                 'A011010603' => '購入者名(漢字)のバイト数不正',
  5407.                 'A011010701' => '購入者TELなし',
  5408.                 'A011010702' => '購入者TELの桁数不正',
  5409.                 'A011010704' => '購入者TELに禁止文字あり',
  5410.                 'A011010801' => '購入者E-Mailなし',
  5411.                 'A011010802' => '購入者E-Mailの桁数不正',
  5412.                 'A011010901' => '認証区分なし',
  5413.                 'A011011001' => '支払回数なし',
  5414.                 'A011011002' => '支払回数の桁数不正',
  5415.                 'A011011004' => '支払回数に禁止文字あり',
  5416.                 'A011011101' => 'オプションサービス区分なし',
  5417.                 'A011011106' => 'オプションサービス区分の不正セット',
  5418.                 'A011010571' => '決済金額の下限額オーバ',
  5419.                 'A011011271' => '商品名に禁止文字あり',
  5420.                 'A011011272' => '商品名の半角桁・全角桁・バイト数不正',
  5421.                 'A011010671' => '購入者名(漢字)に禁止文字あり',
  5422.                 'A011010672' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5423.                 'A011010871' => '購入者E-Mailに禁止文字あり',
  5424.                 'A011010971' => '認証区分の不正セット',
  5425.                 'A011010972' => '認証区分の不正セット',
  5426.                 'A011011371' => 'カード会社コード(API用)なし',
  5427.                 'A011011372' => 'カード番号が不正です。確認し再入力するか、別のカードをご利用ください。',
  5428.                 'A011011471' => 'カード番号なし',
  5429.                 'A011011472' => 'カード番号の桁数不正',
  5430.                 'A011011473' => 'カード番号に禁止文字あり',
  5431.                 'A011011571' => 'セキュリティコードなし',
  5432.                 'A011011572' => 'セキュリティコードの桁数不正',
  5433.                 'A011011573' => 'セキュリティコードに禁止文字あり',
  5434.                 'A011011671' => 'カード名義人なし',
  5435.                 'A011011672' => 'カード名義人の桁数不正',
  5436.                 'A011011673' => 'カード名義人に禁止文字あり',
  5437.                 'A011011771' => 'カード有効期限なし',
  5438.                 'A011011772' => 'カード有効期限の形式不正',
  5439.                 'A011011773' => 'カード有効期限の期限不正',
  5440.                 'A011011871' => '加盟店ECサイトURLなし',
  5441.                 'A011011872' => '加盟店ECサイトURLの桁数不正',
  5442.                 'A011011873' => '加盟店ECサイトURLの形式不正',
  5443.                 'A011011971' => '会員IDなし',
  5444.                 'A011011972' => '会員IDの桁数不正',
  5445.                 'A011011973' => '会員IDに禁止文字あり',
  5446.                 'A011012071' => '認証キーなし',
  5447.                 'A011012072' => '認証キーの桁数不正',
  5448.                 'A011012073' => '認証キーに禁止文字あり',
  5449.                 'A011012171' => 'カード識別キーの不正セット',
  5450.                 'A011012271' => '最終利用日時の形式不正',
  5451.                 'A011012371' => '出荷予定日なし',
  5452.                 'A011012372' => '出荷予定日の形式不正',
  5453.                 'A011012373' => '出荷予定日の日付不正(下限日)',
  5454.                 'A011012374' => '出荷予定日の日付不正(上限日)',
  5455.                 'A011012471' => 'チェックサムなし',
  5456.                 'A011012472' => 'チェックサムの改ざんあり',
  5457.                 'A012000001' => '当該加盟店の利用デバイス決済利用不可',
  5458.                 'A012000002' => '当該加盟店のクレジット決済利用不可',
  5459.                 'A012000003' => '当該加盟店の認証不可',
  5460.                 'A011010572' => '決済金額の上限額オーバ',
  5461.                 'A012010001' => '当該受注の二重決済',
  5462.                 'A012020001' => '当該加盟店のお預かり利用不可',
  5463.                 'A012030001' => '当該加盟店のお預かり取得不可',
  5464.                 'A012040001' => '当該加盟店のカード会社情報取得不可',
  5465.                 'A012040002' => '当該加盟店の支払方法取得不可',
  5466.                 'A012050001' => '3D認証に失敗しました。別のカードをご利用ください。',
  5467.                 'A012050002' => '3D認証対象外',
  5468.                 'A012060001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5469.                 'A012070001' => '当該加盟店のお預かり処理不可',
  5470.                 'A012080001' => '各種マスタ取得失敗',
  5471.                 'A012090001' => '請求後取消用のお預かり処理失敗',
  5472.                 'A021010201' => '加盟店コードなし',
  5473.                 'A021010202' => '加盟店コードの桁数不正',
  5474.                 'A021010204' => '加盟店コードに禁止文字あり',
  5475.                 'A021010301' => '受付番号なし',
  5476.                 'A021010302' => '受付番号の桁数不正',
  5477.                 'A021010304' => '受付番号に禁止文字あり',
  5478.                 'A021010401' => '3D認証応答電文パラメータ不正',
  5479.                 'A021010501' => '3D認証応答電文パラメータ不正',
  5480.                 'A021010601' => '3D認証応答電文パラメータ不正',
  5481.                 'A021010701' => '3D認証応答電文パラメータ不正',
  5482.                 'A021010801' => '3D認証応答電文パラメータ不正',
  5483.                 'A021010901' => '3D認証応答電文パラメータ不正',
  5484.                 'A021011001' => '3D認証応答電文パラメータ不正',
  5485.                 'A021011101' => '3D認証応答電文パラメータ不正',
  5486.                 'A021011201' => '3D認証応答電文パラメータ不正',
  5487.                 'A021011501' => '3D認証応答電文パラメータ不正',
  5488.                 'A021011701' => '3D認証応答電文パラメータ不正',
  5489.                 'A021011801' => '3D認証応答電文パラメータ不正',
  5490.                 'A021011901' => '3D認証応答電文パラメータ不正',
  5491.                 'A021012001' => '3Dトークンなし',
  5492.                 'A021012002' => '3Dトークンの桁数不正',
  5493.                 'A022000001' => '当該加盟店の利用デバイス決済利用不可',
  5494.                 'A022000002' => '当該加盟店のクレジット決済利用不可',
  5495.                 'A022010001' => '当該受注の二重決済',
  5496.                 'A022020001' => '3D認証応答電文不正',
  5497.                 'A022020002' => '3D認証結果不正',
  5498.                 'A022030001' => 'カード情報に誤りがあります。確認し再入力するか、別のカードをご利用ください。',
  5499.                 'A022040001' => '当該加盟店のお預かり処理不可',
  5500.                 'A022050001' => '各種マスタ取得失敗',
  5501.                 'A022060001' => '請求後取消失敗',
  5502.                 'A061010201' => '加盟店コードなし',
  5503.                 'A061010202' => '加盟店コードの桁数不正',
  5504.                 'A061010204' => '加盟店コードに禁止文字あり',
  5505.                 'A061010301' => '受付番号なし',
  5506.                 'A061010302' => '受付番号の桁数不正',
  5507.                 'A061010304' => '受付番号に禁止文字あり',
  5508.                 'A062010001' => '受注データが存在しない',
  5509.                 'A062010002' => '受注データ方式不正',
  5510.                 'A062010003' => '受注データが取消不可ステータス',
  5511.                 'A062010004' => '決済機関に処理レコードが存在しない(クレジットカード精算済み)',
  5512.                 'A062010005' => '与信エラー:ステータスNG',
  5513.                 'A062010007' => '与信エラー:更新無し',
  5514.                 'A062030001' => '請求後取消失敗',
  5515.                 'A070000000' => 'バッチ処理時間帯により金額変更機能使用不可',
  5516.                 'A071010201' => '加盟店コードなし',
  5517.                 'A071010202' => '加盟店コードの桁数不正',
  5518.                 'A071010204' => '加盟店コードに禁止文字あり',
  5519.                 'A071010301' => '受付番号なし',
  5520.                 'A071010302' => '受付番号の桁数不正',
  5521.                 'A071010304' => '受付番号に禁止文字あり',
  5522.                 'A071010401' => '変更後決済金額なし',
  5523.                 'A071010402' => '変更後決済金額の桁数不正',
  5524.                 'A071010404' => '決済金額に禁止文字あり',
  5525.                 'A071010471' => '決済金額の下限額オーバ',
  5526.                 'A071010472' => '決済金額の上限額オーバ',
  5527.                 'A072000001' => '当該加盟店の金額変更サービス利用不可',
  5528.                 'A073000001' => '受付番号の受注データ不正',
  5529.                 'A073000002' => '同梱中受注',
  5530.                 'A074000001' => '金額変更なし',
  5531.                 'A074000002' => '当該加盟店の増額利用不可',
  5532.                 'A075000001' => '金額変更に利用するクレジットカード情報なし',
  5533.                 'A076000001' => '金額変更時の与信処理に失敗',
  5534.                 'A077000001' => '金額変更時の取消処理に失敗',
  5535.                 'A031010201' => '加盟店コードなし',
  5536.                 'A031010202' => '加盟店コードの桁数不正',
  5537.                 'A031010204' => '加盟店コードに禁止文字あり',
  5538.                 'A031010301' => '会員IDなし',
  5539.                 'A031010302' => '会員IDの桁数不正',
  5540.                 'A031010401' => '認証キーなし',
  5541.                 'A031010402' => '認証キーの桁数不正',
  5542.                 'A031010501' => 'チェックサムなし',
  5543.                 'A031010371' => '会員IDに禁止文字あり',
  5544.                 'A031010471' => '認証キーに禁止文字あり',
  5545.                 'A031010571' => 'チェックサム不正',
  5546.                 'A032000001' => '当該加盟店のお預かりサービス利用不可',
  5547.                 'A033000001' => 'お預かり情報の取得エラー',
  5548.                 'A041010201' => '加盟店コードなし',
  5549.                 'A041010202' => '加盟店コードの桁数不正',
  5550.                 'A041010204' => '加盟店コードに禁止文字あり',
  5551.                 'A041010301' => '会員IDなし',
  5552.                 'A041010302' => '会員IDの桁数不正',
  5553.                 'A041010401' => '認証キーなし',
  5554.                 'A041010402' => '認証キーの桁数不正',
  5555.                 'A041010501' => 'チェックサムなし',
  5556.                 'A041010601' => 'カード識別キーなし',
  5557.                 'A041010606' => 'カード識別キーの不正セット',
  5558.                 'A041010705' => 'カード有効期限のフォーマット不正',
  5559.                 'A041010802' => 'カード名義人の桁数不正',
  5560.                 'A041010804' => 'カード名義人に禁止文字あり',
  5561.                 'A041010906' => 'カード会社コードの不正セット',
  5562.                 'A041011001' => '最終利用日時なし',
  5563.                 'A041011005' => '最終利用日時のフォーマット不正',
  5564.                 'A041010371' => '会員IDに禁止文字あり',
  5565.                 'A041010471' => '認証キーに禁止文字あり',
  5566.                 'A041010571' => 'チェックサム不正',
  5567.                 'A041010771' => 'カードの有効期限切れ',
  5568.                 'A042000001' => '当該加盟店の決済利用不可',
  5569.                 'A042000002' => '当該加盟店のクレジット利用不可',
  5570.                 'A042000003' => '当該加盟店のお預かりサービス利用不可',
  5571.                 'A042000004' => '当該加盟店のカード会社利用不可',
  5572.                 'A043000001' => '当該カードの排他エラー',
  5573.                 'A043000002' => '当該カードの変更なし',
  5574.                 'A043000003' => '当該カードの取得エラー',
  5575.                 'A044000001' => '当該カードの有効性エラー',
  5576.                 'A045000001' => '当該カードの更新エラー',
  5577.                 'A051010201' => '加盟店コードなし',
  5578.                 'A051010202' => '加盟店コードの桁数不正',
  5579.                 'A051010204' => '加盟店コードに禁止文字あり',
  5580.                 'A051010301' => '会員IDなし',
  5581.                 'A051010302' => '会員IDの桁数不正',
  5582.                 'A051010401' => '認証キーなし',
  5583.                 'A051010402' => '認証キーの桁数不正',
  5584.                 'A051010501' => 'チェックサムなし',
  5585.                 'A051010601' => 'カード識別キーなし',
  5586.                 'A051010606' => 'カード識別キーの不正セット',
  5587.                 'A051010701' => '最終利用日時なし',
  5588.                 'A051010705' => '最終利用日時のフォーマット不正',
  5589.                 'A051010371' => '会員IDに禁止文字あり',
  5590.                 'A051010471' => '認証キーに禁止文字あり',
  5591.                 'A051010571' => 'チェックサム不正',
  5592.                 'A052000001' => '当該加盟店のお預かりサービス利用不可',
  5593.                 'A053000001' => '当該カードの排他エラー',
  5594.                 'A054000001' => '当該カードの削除エラー',
  5595.                 'A081010201' => '加盟店コードの設定がありません。',
  5596.                 'A081010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5597.                 'A081010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5598.                 'A081010301' => '端末区分の設定がありません。',
  5599.                 'A081010306' => '端末区分に「1」、「2」以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5600.                 'A081010401' => '受付番号の設定がありません。',
  5601.                 'A081010402' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5602.                 'A081010404' => '受付番号にご利用頂けない文字種別が設定されております。',
  5603.                 'A081010501' => '決済金額の設定がありません。',
  5604.                 'A081010502' => 'ご利用可能な決済金額をオーバーしております。',
  5605.                 'A081010504' => '決済金額に半角数字以外の文字種別が設定されております。',
  5606.                 'A081010571' => '決済金額は1円以上となっております。',
  5607.                 'A081010572' => 'ご利用可能な決済金額上限をご確認ください。',
  5608.                 'A081010601' => '購入者名(漢字)の設定がありません。',
  5609.                 'A081010671' => '購入者名(漢字)にサポート対象外の文字が含まれております。',
  5610.                 'A081010672' => '購入者名(漢字)の桁数もしくはバイト数がオーバーしております。',
  5611.                 'A081010701' => '購入者TELの設定がありません。',
  5612.                 'A081010702' => '購入者TELの桁数に誤りがございます。',
  5613.                 'A081010704' => '購入者TELに半角数字、「-(半角ハイフン)」以外の文字種別が設定されております。',
  5614.                 'A081010801' => '購入者E-Mailの設定がありません。',
  5615.                 'A081010802' => '購入者E-Mailの桁数をオーバーしております。',
  5616.                 'A081010871' => '購入者E-Mailが誤っております。',
  5617.                 'A081010872' => '購入者E-mailのアカウント部分(@(アットマーク)より前)もしくはドメイン部分(@(アットマーク)より後)が入力されておりません。',
  5618.                 'A081010901' => '支払回数の設定がありません。',
  5619.                 'A081010902' => '支払回数の桁数が誤っております。支払回数をご確認ください。',
  5620.                 'A081010904' => '支払回数に半角数字以外の文字種別が設定されております。',
  5621.                 'A081011071' => '商品名にサポート対象外の文字が含まれております。商品名をご確認ください。',
  5622.                 'A081011072' => '商品名の桁数もしくはバイト数がオーバーしております。',
  5623.                 'A081011171' => 'カード会社コード(API用)の設定がありません。',
  5624.                 'A081011172' => '決済手段一覧区分1~13以外の値が設定されておりますので、リクエスト内容をご確認ください。',
  5625.                 'A081011201' => 'トークンの設定がありません。',
  5626.                 'A081011202' => 'トークンの桁数に誤りがございます。',
  5627.                 'A081011204' => 'トークンにサポート対象外の文字が含まれております。トークンをご確認ください。',
  5628.                 'A081011371' => '加盟店ECサイトURLの設定がありません。',
  5629.                 'A081011372' => '加盟店ECサイトURLの桁数をオーバーしております。',
  5630.                 'A081011373' => '加盟店様ECサイトURLがhttps形式ではございません。',
  5631.                 'A081011471' => '出荷予定日の日付形式が誤っております。',
  5632.                 'A081011472' => '出荷予定日に過去日が設定されております。有効期限をご確認下さい。',
  5633.                 'A081011473' => '出荷予定日に誤りがあります。',
  5634.                 'A082000001' => '加盟店の決済利用不可',
  5635.                 'A082000002' => 'クレジット決済利用開始日設定不備',
  5636.                 'A082000003' => 'リクエスト頂いた受付番号がすでに登録されております。受付番号をご確認ください。',
  5637.                 'A082000004' => 'トークンのカード情報取得に失敗しました。',
  5638.                 'A082000005' => 'オプションサービスの契約がございません。',
  5639.                 'A082000006' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5640.                 'A082000007' => 'ご利用可能なクレジットカード支払回数が設定されておりません。支払回数をご確認ください。',
  5641.                 'A082000008' => '決済を行うクレジットカード情報のご確認をお願い致します',
  5642.                 'A082000010' => '与信処理不可',
  5643.                 'A082000011' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5644.                 'A082000012' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5645.                 'A091010201' => '加盟店コードの設定がありません。',
  5646.                 'A091010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5647.                 'A091010204' => '半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5648.                 'A091010301' => '受付番号の設定がありません。',
  5649.                 'A091010302' => '受付番号の桁数をオーバーしております。23桁以下にして頂きますようお願い致します。',
  5650.                 'A091010304' => '受付番号文字種別誤り',
  5651.                 'A091010401' => '3Dセキュア応答電文パラメータ誤り',
  5652.                 'A091010501' => '3Dセキュア応答電文パラメータ誤り',
  5653.                 'A091010601' => '3Dセキュア応答電文パラメータ誤り',
  5654.                 'A091010701' => '3Dセキュア応答電文パラメータ誤り',
  5655.                 'A091010801' => '3Dセキュア応答電文パラメータ誤り',
  5656.                 'A091010901' => '3Dセキュア応答電文パラメータ誤り',
  5657.                 'A091011001' => '3Dセキュア応答電文パラメータ誤り',
  5658.                 'A091011101' => '3Dセキュア応答電文パラメータ誤り',
  5659.                 'A091011201' => '3Dセキュア応答電文パラメータ誤り',
  5660.                 'A091011501' => '3Dセキュア応答電文パラメータ誤り',
  5661.                 'A091011701' => '3Dセキュア応答電文パラメータ誤り',
  5662.                 'A091011801' => '3Dセキュア応答電文パラメータ誤り',
  5663.                 'A091011901' => '3Dセキュア応答電文パラメータ誤り',
  5664.                 'A091012001' => '3Dトークンの設定がありません。',
  5665.                 'A091012002' => '3Dトークンの桁数が誤っております。',
  5666.                 'A092000001' => 'リクエスト頂いた受付番号がすでに登録されております。',
  5667.                 'A092000002' => 'システムエラー(カード情報取得)',
  5668.                 'A092000003' => '3Dセキュア応答電文誤り',
  5669.                 'A092000004' => '3Dセキュアがキャンセルされました。',
  5670.                 'A092000005' => '与信処理不可',
  5671.                 'A092000006' => 'お預かり処理不可。①登録できるカードは3件までです。or ②リクエスト頂いたクレジットカード情報は、すでにお預け済み(登録済)です。',
  5672.                 'A110000000' => '23:00~1:00は、夜間処理中の為、再与信が行えません。',
  5673.                 'A111010201' => '加加盟店コードの設定がありません。',
  5674.                 'A111010202' => '加盟店コードの桁数をオーバーしております。加盟店コードをご確認ください。',
  5675.                 'A111010204' => '加盟店コードに半角英数以外の値が設定されております。加盟店コードをご確認ください。',
  5676.                 'A111010301' => '受付番号の設定がありません。',
  5677.                 'A111010302' => '受付番号の桁数をオーバーしております。',
  5678.                 'A111010304' => '受付番号にご利用頂けない文字種別が設定されております。',
  5679.                 'A112000001' => '加盟店のクレジット設定不備',
  5680.                 'A112000002' => '再与信対象外 該当の受注に対して再与信は行えません。',
  5681.                 'A112000003' => 'システムエラーが発生しています。時間をおいて再度リクエストしてください。',
  5682.                 'A112000004' => '再与信NG 再与信を行いましたが、カードの有効性が確認できずNGとなりました。',
  5683.                 'B011010201' => '加盟店コードなし',
  5684.                 'B011010202' => '加盟店コードの桁数不正',
  5685.                 'B011010204' => '加盟店コードに禁止文字あり',
  5686.                 'B011010301' => '端末区分なし',
  5687.                 'B011010306' => '端末区分の不正セット',
  5688.                 'B011010401' => '受付番号なし',
  5689.                 'B011010402' => '受付番号の桁数不正',
  5690.                 'B011010404' => '受付番号に禁止文字あり',
  5691.                 'B011010601' => '決済金額なし',
  5692.                 'B011010602' => '決済金額の桁数不正',
  5693.                 'B011010604' => '決済金額に禁止文字あり',
  5694.                 'B011010701' => '購入者名(漢字)なし',
  5695.                 'B011010702' => '購入者名(漢字)の桁数不正',
  5696.                 'B011010801' => '購入者E-Mailなし',
  5697.                 'B011010802' => '購入者E-Mailの桁数不正',
  5698.                 'B011010671' => '決済金額の下限額オーバー',
  5699.                 'B011010672' => '決済金額のセブン-イレブン上限額オーバー',
  5700.                 'B011010571' => '商品名に禁止文字あり',
  5701.                 'B011010572' => '商品名の半角桁・全角桁・バイト数不正',
  5702.                 'B011010771' => '購入者名(漢字)に禁止文字あり',
  5703.                 'B011010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5704.                 'B011010871' => '購入者E-Mailに禁止文字あり',
  5705.                 'B012000001' => '当該加盟店の利用デバイス決済利用不可',
  5706.                 'B012000002' => '当該加盟店のセブン-イレブン利用不可',
  5707.                 'B013000001' => '当該受注の二重決済',
  5708.                 'B014000001' => '決済申込み失敗',
  5709.                 'B021010201' => '加盟店コードなし',
  5710.                 'B021010202' => '加盟店コードの桁数不正',
  5711.                 'B021010204' => '加盟店コードに禁止文字あり',
  5712.                 'B021010301' => '端末区分なし',
  5713.                 'B021010306' => '端末区分の不正セット',
  5714.                 'B021010401' => '受付番号なし',
  5715.                 'B021010402' => '受付番号の桁数不正',
  5716.                 'B021010404' => '受付番号に禁止文字あり',
  5717.                 'B021010601' => '決済金額なし',
  5718.                 'B021010602' => '決済金額の桁数不正',
  5719.                 'B021010604' => '決済金額に禁止文字あり',
  5720.                 'B021010701' => '購入者名(漢字)なし',
  5721.                 'B021010702' => '購入者名(漢字)の桁数不正',
  5722.                 'B021010801' => '購入者名(フリガナ)なし',
  5723.                 'B021010802' => '購入者名(フリガナ)の桁数不正',
  5724.                 'B021010901' => '購入者TELなし',
  5725.                 'B021010902' => '購入者TELの桁数不正',
  5726.                 'B021010904' => '購入者TELに禁止文字あり',
  5727.                 'B021011001' => '購入者E-Mailなし',
  5728.                 'B021011002' => '購入者E-Mailの桁数不正',
  5729.                 'B021010671' => '決済金額の下限額オーバー',
  5730.                 'B021010672' => '決済金額のファミリーマート上限額オーバー',
  5731.                 'B021010571' => '商品名に禁止文字あり',
  5732.                 'B021010572' => '商品名の半角桁・全角桁・バイト数不正',
  5733.                 'B021010771' => '購入者名(漢字)に禁止文字あり',
  5734.                 'B021010871' => '購入者名(フリガナ)に禁止文字あり',
  5735.                 'B021011071' => '購入者E-Mailに禁止文字あり',
  5736.                 'B022000001' => '当該加盟店の利用デバイス決済利用不可',
  5737.                 'B022000002' => '当該加盟店のファミリーマート利用不可',
  5738.                 'B023000001' => '当該受注の二重決済',
  5739.                 'B024000001' => '決済申込み失敗',
  5740.                 'B031010201' => '加盟店コードなし',
  5741.                 'B031010202' => '加盟店コードの桁数不正',
  5742.                 'B031010204' => '加盟店コードに禁止文字あり',
  5743.                 'B031010301' => '端末区分なし',
  5744.                 'B031010306' => '端末区分の不正セット',
  5745.                 'B031010401' => '受付番号なし',
  5746.                 'B031010402' => '受付番号の桁数不正',
  5747.                 'B031010404' => '受付番号に禁止文字あり',
  5748.                 'B031010501' => '商品名なし',
  5749.                 'B031010601' => '決済金額なし',
  5750.                 'B031010602' => '決済金額の桁数不正',
  5751.                 'B031010604' => '決済金額に禁止文字あり',
  5752.                 'B031010701' => '購入者名(漢字)なし',
  5753.                 'B031010702' => '購入者名(漢字)の桁数不正',
  5754.                 'B031010801' => '購入者TELなし',
  5755.                 'B031010802' => '購入者TELの桁数不正',
  5756.                 'B031010804' => '購入者TELに禁止文字あり',
  5757.                 'B031010901' => '購入者E-Mailなし',
  5758.                 'B031010902' => '購入者E-Mailの桁数不正',
  5759.                 'B031010671' => '決済金額の下限額オーバー',
  5760.                 'B031010672' => '決済金額のローソン上限額オーバー',
  5761.                 'B031010571' => '商品名に禁止文字あり',
  5762.                 'B031010572' => '商品名の半角桁・全角桁・バイト数不正',
  5763.                 'B031010771' => '購入者名(漢字)に禁止文字あり',
  5764.                 'B031010871' => '購入者TELの桁数不正',
  5765.                 'B031010971' => '購入者E-Mailに禁止文字あり',
  5766.                 'B032000001' => '当該加盟店の利用デバイス決済利用不可',
  5767.                 'B032000002' => '当該加盟店のローソン利用不可',
  5768.                 'B033000001' => '当該受注の二重決済',
  5769.                 'B034000001' => '決済申込み失敗',
  5770.                 'B034000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5771.                 'B041010201' => '加盟店コードなし',
  5772.                 'B041010202' => '加盟店コードの桁数不正',
  5773.                 'B041010204' => '加盟店コードに禁止文字あり',
  5774.                 'B041010301' => '端末区分なし',
  5775.                 'B041010306' => '端末区分の不正セット',
  5776.                 'B041010401' => '受付番号なし',
  5777.                 'B041010402' => '受付番号の桁数不正',
  5778.                 'B041010404' => '受付番号に禁止文字あり',
  5779.                 'B041010501' => '商品名なし',
  5780.                 'B041010601' => '決済金額なし',
  5781.                 'B041010602' => '決済金額の桁数不正',
  5782.                 'B041010604' => '決済金額に禁止文字あり',
  5783.                 'B041010701' => '購入者名(漢字)なし',
  5784.                 'B041010702' => '購入者名(漢字)の桁数不正',
  5785.                 'B041010801' => '購入者TELなし',
  5786.                 'B041010802' => '購入者TELの桁数不正',
  5787.                 'B041010804' => '購入者TELに禁止文字あり',
  5788.                 'B041010901' => '購入者E-Mailなし',
  5789.                 'B041010902' => '購入者E-Mailの桁数不正',
  5790.                 'B041010671' => '決済金額の下限額オーバー',
  5791.                 'B041010672' => '決済金額のサークルKサンクス上限額オーバー',
  5792.                 'B041010571' => '商品名に禁止文字あり',
  5793.                 'B041010572' => '商品名の半角桁・全角桁・バイト数不正',
  5794.                 'B041010771' => '購入者名(漢字)に禁止文字あり',
  5795.                 'B041010871' => '購入者TELの桁数不正',
  5796.                 'B041010971' => '購入者E-Mailに禁止文字あり',
  5797.                 'B042000001' => '当該加盟店の利用デバイス決済利用不可',
  5798.                 'B042000002' => '当該加盟店のサークルKサンクス利用不可',
  5799.                 'B043000001' => '当該受注の二重決済',
  5800.                 'B044000001' => '決済申込み失敗',
  5801.                 'B044000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5802.                 'B051010201' => '加盟店コードなし',
  5803.                 'B051010202' => '加盟店コードの桁数不正',
  5804.                 'B051010204' => '加盟店コードに禁止文字あり',
  5805.                 'B051010301' => '端末区分なし',
  5806.                 'B051010306' => '端末区分の不正セット',
  5807.                 'B051010401' => '受付番号なし',
  5808.                 'B051010402' => '受付番号の桁数不正',
  5809.                 'B051010404' => '受付番号に禁止文字あり',
  5810.                 'B051010501' => '商品名なし',
  5811.                 'B051010601' => '決済金額なし',
  5812.                 'B051010602' => '決済金額の桁数不正',
  5813.                 'B051010604' => '決済金額に禁止文字あり',
  5814.                 'B051010701' => '購入者名(漢字)なし',
  5815.                 'B051010702' => '購入者名(漢字)の桁数不正',
  5816.                 'B051010801' => '購入者TELなし',
  5817.                 'B051010802' => '購入者TELの桁数不正',
  5818.                 'B051010804' => '購入者TELに禁止文字あり',
  5819.                 'B051010901' => '購入者E-Mailなし',
  5820.                 'B051010902' => '購入者E-Mailの桁数不正',
  5821.                 'B051010671' => '決済金額の下限額オーバー',
  5822.                 'B051010672' => '決済金額のミニストップ上限額オーバー',
  5823.                 'B051010571' => '商品名に禁止文字あり',
  5824.                 'B051010572' => '商品名の半角桁・全角桁・バイト数不正',
  5825.                 'B051010771' => '購入者名(漢字)に禁止文字あり',
  5826.                 'B051010871' => '購入者TELの桁数不正',
  5827.                 'B051010971' => '購入者E-Mailに禁止文字あり',
  5828.                 'B052000001' => '当該加盟店の利用デバイス決済利用不可',
  5829.                 'B052000002' => '当該加盟店のミニストップ利用不可',
  5830.                 'B053000001' => '当該受注の二重決済',
  5831.                 'B054000001' => '決済申込み失敗',
  5832.                 'B054000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5833.                 'B061010201' => '加盟店コードなし',
  5834.                 'B061010202' => '加盟店コードの桁数不正',
  5835.                 'B061010204' => '加盟店コードに禁止文字あり',
  5836.                 'B061010301' => '端末区分なし',
  5837.                 'B061010306' => '端末区分の不正セット',
  5838.                 'B061010401' => '受付番号なし',
  5839.                 'B061010402' => '受付番号の桁数不正',
  5840.                 'B061010404' => '受付番号に禁止文字あり',
  5841.                 'B061010501' => '商品名なし',
  5842.                 'B061010601' => '決済金額なし',
  5843.                 'B061010602' => '決済金額の桁数不正',
  5844.                 'B061010604' => '決済金額に禁止文字あり',
  5845.                 'B061010701' => '購入者名(漢字)なし',
  5846.                 'B061010702' => '購入者名(漢字)の桁数不正',
  5847.                 'B061010801' => '購入者TELなし',
  5848.                 'B061010802' => '購入者TELの桁数不正',
  5849.                 'B061010804' => '購入者TELに禁止文字あり',
  5850.                 'B061010901' => '購入者E-Mailなし',
  5851.                 'B061010902' => '購入者E-Mailの桁数不正',
  5852.                 'B061010671' => '決済金額の下限額オーバー',
  5853.                 'B061010672' => '決済金額のセイコーマート上限額オーバー',
  5854.                 'B061010571' => '商品名に禁止文字あり',
  5855.                 'B061010572' => '商品名の半角桁・全角桁・バイト数不正',
  5856.                 'B061010771' => '購入者名(漢字)に禁止文字あり',
  5857.                 'B061010871' => '購入者TELの桁数不正',
  5858.                 'B061010971' => '購入者E-Mailに禁止文字あり',
  5859.                 'B062000001' => '当該加盟店の利用デバイス決済利用不可',
  5860.                 'B062000002' => '当該加盟店のセイコーマート利用不可',
  5861.                 'B063000001' => '当該受注の二重決済',
  5862.                 'B064000001' => '決済申込み失敗',
  5863.                 'B064000002' => 'サイト注文番号重複エラー(決済申込み時)',
  5864.                 'C011010201' => '加盟店コードなし',
  5865.                 'C011010202' => '加盟店コードの桁数不正',
  5866.                 'C011010204' => '加盟店コードに禁止文字あり',
  5867.                 'C011010301' => '端末区分なし',
  5868.                 'C011010306' => '端末区分の不正セット',
  5869.                 'C011010401' => '受付番号なし',
  5870.                 'C011010402' => '受付番号の桁数不正',
  5871.                 'C011010404' => '受付番号に禁止文字あり',
  5872.                 'C011010601' => '決済金額なし',
  5873.                 'C011010602' => '決済金額の桁数不正',
  5874.                 'C011010604' => '決済金額に禁止文字あり',
  5875.                 'C011010701' => '購入者名(漢字)なし',
  5876.                 'C011010801' => '購入者E-Mailなし',
  5877.                 'C011010802' => '購入者E-Mailの桁数不正',
  5878.                 'C011010901' => '決済完了通知URL必須エラー',
  5879.                 'C011011071' => '決済金額の下限額オーバー',
  5880.                 'C011011072' => '決済金額の上限額オーバー',
  5881.                 'C011011171' => '商品名に禁止文字あり',
  5882.                 'C011011172' => '商品名の半角・全角桁・バイト数不正',
  5883.                 'C011011271' => '購入者名に禁止文字あり',
  5884.                 'C011011272' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5885.                 'C011011371' => '購入者E-Mailに禁止文字あり',
  5886.                 'C011011473' => '決済完了通知URLの文字形式不正',
  5887.                 'C011010572' => '決済完了通知URL桁数エラー',
  5888.                 'C012000174' => '当該加盟店のパソコン決済利用不可',
  5889.                 'C012000175' => '当該加盟店の楽天Edy利用不可',
  5890.                 'C012000251' => '当該受注の二重決済',
  5891.                 'C012000371' => '決済申込み失敗',
  5892.                 'C021010201' => '加盟店コードなし',
  5893.                 'C021010202' => '加盟店コードの桁数不正',
  5894.                 'C021010204' => '加盟店コードに禁止文字あり',
  5895.                 'C021010301' => '端末区分なし',
  5896.                 'C021010306' => '端末区分の不正セット',
  5897.                 'C021010401' => '受付番号なし',
  5898.                 'C021010402' => '受付番号の桁数不正',
  5899.                 'C021010404' => '受付番号に禁止文字あり',
  5900.                 'C021010601' => '決済金額なし',
  5901.                 'C021010602' => '決済金額の桁数不正',
  5902.                 'C021010604' => '決済金額に禁止文字あり',
  5903.                 'C021010701' => '購入者名(漢字)なし',
  5904.                 'C021010801' => '購入者E-Mailなし',
  5905.                 'C021010802' => '購入者E-Mailの桁数不正',
  5906.                 'C021010971' => '決済金額の下限額オーバー',
  5907.                 'C021010972' => '決済金額の上限額オーバー',
  5908.                 'C021011071' => '商品名に禁止文字あり',
  5909.                 'C021011072' => '商品名の半角・全角桁・バイト数不正',
  5910.                 'C021011171' => '購入者名(漢字)に禁止文字あり',
  5911.                 'C021011172' => '購入者名(漢字)の半角・全角桁・バイト数不正',
  5912.                 'C021011271' => '購入者E-Mailに禁止文字あり',
  5913.                 'C022000171' => '当該加盟店のスマートフォン決済利用不可',
  5914.                 'C022000172' => '当該加盟店のパソコン決済利用不可',
  5915.                 'C022000173' => '当該加盟店の携帯電話決済利用不可',
  5916.                 'C022000174' => '当該加盟店の楽天Edy(Mobile)利用不可',
  5917.                 'C022000251' => '当該受注の二重決済',
  5918.                 'C022000371' => '決済申込み失敗',
  5919.                 'C031010201' => '加盟店コードなし',
  5920.                 'C031010202' => '加盟店コードの桁数不正',
  5921.                 'C031010204' => '加盟店コードに禁止文字あり',
  5922.                 'C031010301' => '端末区分なし',
  5923.                 'C031010306' => '端末区分の不正セット',
  5924.                 'C031010401' => '受付番号なし',
  5925.                 'C031010402' => '受付番号の桁数不正',
  5926.                 'C031010404' => '受付番号に禁止文字あり',
  5927.                 'C031010501' => '商品名なし',
  5928.                 'C031010601' => '決済金額なし',
  5929.                 'C031010602' => '決済金額の桁数不正',
  5930.                 'C031010604' => '決済金額に禁止文字あり',
  5931.                 'C031010701' => '購入者名(漢字)なし',
  5932.                 'C031010801' => '購入者E-Mailなし',
  5933.                 'C031010802' => '購入者E-Mailの桁数不正',
  5934.                 'C031010901' => '戻り先URL必須エラー',
  5935.                 'C031011071' => '決済金額の下限額オーバー',
  5936.                 'C031011072' => '決済金額の上限額オーバー',
  5937.                 'C031011171' => '商品名に禁止文字あり',
  5938.                 'C031011172' => '商品名の半角桁・全角桁・バイト数不正',
  5939.                 'C031011271' => '購入者名(漢字)に禁止文字あり',
  5940.                 'C031011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5941.                 'C031011371' => '購入者E-Mail不正',
  5942.                 'C031011471' => '戻り先URLの文字形式不正',
  5943.                 'C031011472' => '戻り先URL桁数エラー',
  5944.                 'C032000001' => '当該加盟店のパソコン決済利用不可',
  5945.                 'C032000002' => '当該加盟店のSuica(インターネットサービス)利用不可',
  5946.                 'C032010001' => '当該受注の二重決済',
  5947.                 'C032020001' => '決済申込み失敗:その他',
  5948.                 'C032020002' => '決済申込み失敗:Suica未加入',
  5949.                 'C032020003' => '決済申込み失敗:決済依頼件数上限超過',
  5950.                 'C032020004' => '決済申込み失敗:一時利用停止',
  5951.                 'C032020005' => '決済申込み失敗:メンテナンス',
  5952.                 'C041010201' => '加盟店コードなし',
  5953.                 'C041010202' => '加盟店コードの桁数不正',
  5954.                 'C041010204' => '加盟店コードに禁止文字あり',
  5955.                 'C041010301' => '端末区分なし',
  5956.                 'C041010306' => '端末区分の不正セット',
  5957.                 'C041010401' => '受付番号なし',
  5958.                 'C041010402' => '受付番号の桁数不正',
  5959.                 'C041010404' => '受付番号に禁止文字あり',
  5960.                 'C041010501' => '商品名なし',
  5961.                 'C041010601' => '決済金額なし',
  5962.                 'C041010602' => '決済金額の桁数不正',
  5963.                 'C041010604' => '決済金額に禁止文字あり',
  5964.                 'C041010701' => '購入者名(漢字)なし',
  5965.                 'C041010801' => '購入者E-Mailなし',
  5966.                 'C041010802' => '購入者E-Mailの桁数不正',
  5967.                 'C041011071' => '決済金額の下限額オーバー',
  5968.                 'C041011072' => '決済金額の上限額オーバー',
  5969.                 'C041011171' => '商品名に禁止文字あり',
  5970.                 'C041011172' => '商品名の半角桁・全角桁・バイト数不正',
  5971.                 'C041011271' => '購入者名(漢字)に禁止文字あり',
  5972.                 'C041011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  5973.                 'C041011371' => '購入者E-Mail不正',
  5974.                 'C042000001' => '当該加盟店のスマートフォン決済利用不可',
  5975.                 'C042000002' => '当該加盟店のパソコン決済利用不可',
  5976.                 'C042000003' => '当該加盟店の携帯電話決済利用不可',
  5977.                 'C042000004' => '当該加盟店のSuica(モバイル)利用不可',
  5978.                 'C042010001' => '当該受注の二重決済',
  5979.                 'C042020001' => '決済申込み失敗:その他',
  5980.                 'C042020002' => '決済申込み失敗:モバイルSuica未加入',
  5981.                 'C042020003' => '決済申込み失敗:決済依頼件数上限超過',
  5982.                 'C042020004' => '決済申込み失敗:一時利用停止',
  5983.                 'C042020005' => '決済申込み失敗:メンテナンス',
  5984.                 'C051010201' => '加盟店コードなし',
  5985.                 'C051010202' => '加盟店コードの桁数不正',
  5986.                 'C051010204' => '加盟店コードに禁止文字あり',
  5987.                 'C051010301' => '端末区分なし',
  5988.                 'C051010306' => '端末区分の不正セット',
  5989.                 'C051010401' => '受付番号なし',
  5990.                 'C051010402' => '受付番号の桁数不正',
  5991.                 'C051010404' => '受付番号に禁止文字あり',
  5992.                 'C051010501' => '商品名なし',
  5993.                 'C051010601' => '決済金額なし',
  5994.                 'C051010602' => '決済金額の桁数不正',
  5995.                 'C051010604' => '決済金額に禁止文字あり',
  5996.                 'C051010701' => '購入者名(漢字)なし',
  5997.                 'C051010801' => '購入者E-Mailなし',
  5998.                 'C051010802' => '購入者E-Mailの桁数不正',
  5999.                 'C051010901' => '戻り先URL必須エラー',
  6000.                 'C051010902' => '戻り先URL桁数エラー',
  6001.                 'C051010904' => '戻り先URLに禁止文字あり',
  6002.                 'C051010671' => '決済金額の下限額オーバー',
  6003.                 'C051010672' => '決済金額の上限額オーバー',
  6004.                 'C051010571' => '商品名に禁止文字あり',
  6005.                 'C051010572' => '商品名の半角桁・全角桁・バイト数不正',
  6006.                 'C051010771' => '購入者名(漢字)に禁止文字あり',
  6007.                 'C051010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6008.                 'C051010871' => '購入者E-Mail不正',
  6009.                 'C051010971' => '戻り先URLの文字形式不正',
  6010.                 'C052000001' => '当該加盟店のパソコン決済利用不可',
  6011.                 'C052000002' => '当該加盟店のWaon(パソコン)利用不可',
  6012.                 'C052010001' => '当該受注の二重決済',
  6013.                 'C052000003' => '当該加盟店のWAON決済利用不可',
  6014.                 'C052020001' => '決済情報通知エラー',
  6015.                 'C061010201' => '加盟店コードなし',
  6016.                 'C061010202' => '加盟店コードの桁数不正',
  6017.                 'C061010204' => '加盟店コードに禁止文字あり',
  6018.                 'C061010301' => '端末区分なし',
  6019.                 'C061010306' => '端末区分の不正セット',
  6020.                 'C061010401' => '受付番号なし',
  6021.                 'C061010402' => '受付番号の桁数不正',
  6022.                 'C061010404' => '受付番号に禁止文字あり',
  6023.                 'C061010501' => '商品名なし',
  6024.                 'C061010601' => '決済金額なし',
  6025.                 'C061010602' => '決済金額の桁数不正',
  6026.                 'C061010604' => '決済金額に禁止文字あり',
  6027.                 'C061010701' => '購入者名(漢字)なし',
  6028.                 'C061010801' => '購入者E-Mailなし',
  6029.                 'C061010802' => '購入者E-Mailの桁数不正',
  6030.                 'C061010671' => '決済金額の下限額オーバー',
  6031.                 'C061010672' => '決済金額の上限額オーバー',
  6032.                 'C061010571' => '商品名に禁止文字あり',
  6033.                 'C061010572' => '商品名の半角桁・全角桁・バイト数不正',
  6034.                 'C061010771' => '購入者名(漢字)に禁止文字あり',
  6035.                 'C061010772' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6036.                 'C061010871' => '購入者E-Mail不正',
  6037.                 'C062000001' => '当該加盟店の携帯電話決済利用不可',
  6038.                 'C062000002' => '当該加盟店の11:モバイルWAON/モバイル JMB WAON利用不可',
  6039.                 'C062010001' => '当該受注の二重決済',
  6040.                 'C062000003' => '当該加盟店のWAON決済利用不可',
  6041.                 'C062020001' => '決済情報通知エラー',
  6042.                 'D011010201' => '加盟店コードなし',
  6043.                 'D011010202' => '加盟店コードの桁数不正',
  6044.                 'D011010204' => '加盟店コードに禁止文字あり',
  6045.                 'D011010301' => '端末区分なし',
  6046.                 'D011010306' => '端末区分の不正セット',
  6047.                 'D011010401' => '受付番号なし',
  6048.                 'D011010402' => '受付番号の桁数不正',
  6049.                 'D011010404' => '受付番号に禁止文字あり',
  6050.                 'D011010601' => '決済金額なし',
  6051.                 'D011010602' => '決済金額の桁数不正',
  6052.                 'D011010604' => '決済金額に禁止文字あり',
  6053.                 'D011010701' => '購入者名(漢字)なし',
  6054.                 'D011010801' => '購入者E-Mailなし',
  6055.                 'D011010802' => '購入者E-Mailの桁数不正',
  6056.                 'D011010901' => '完了画面URLなし',
  6057.                 'D011010903' => '完了戻りURLbyte数エラー',
  6058.                 'D011011071' => '決済金額の下限額オーバー',
  6059.                 'D011011072' => '決済金額の上限額オーバー',
  6060.                 'D011011171' => '商品名に禁止文字あり',
  6061.                 'D011011172' => '商品名の半角桁・全角桁・バイト数不正',
  6062.                 'D011011271' => '購入者名(漢字)に禁止文字あり',
  6063.                 'D011011272' => '購入者名(漢字)の半角桁・全角桁・バイト数不正',
  6064.                 'D011011371' => '購入者E-Mail不正',
  6065.                 'D011011471' => '完了戻りURLの文字形式不正',
  6066.                 'D012000001' => '当該加盟店のパソコン決済利用不可',
  6067.                 'D012000002' => '当該加盟店の携帯電話決済利用不可',
  6068.                 'D012000003' => '当該加盟店の楽天銀行決済利用不可',
  6069.                 'D012010001' => '当該受注の二重決済',
  6070.                 'E011010201' => '加盟店コードなし',
  6071.                 'E011010202' => '加盟店コードの桁数不正',
  6072.                 'E011010204' => '加盟店コードに禁止文字あり',
  6073.                 'E011010301' => '受付番号なし',
  6074.                 'E011010302' => '受付番号の桁数不正',
  6075.                 'E011010304' => '受付番号に禁止文字あり',
  6076.                 'E011010401' => '送り状番号なし',
  6077.                 'E011010402' => '送り状番号の桁数不正',
  6078.                 'E011010404' => '送り状番号に禁止文字あり',
  6079.                 'E011010251' => '加盟店の状態が出荷情報登録不可',
  6080.                 'E011010351' => '受注データ不正',
  6081.                 'E011010451' => '送り状番号不正',
  6082.                 'E012000001' => '送り状番号登録済みエラー',
  6083.                 'E012000002' => '送り状番号が99件超',
  6084.                 'E012000003' => '同梱の合計金額が30万円超',
  6085.                 'E012000004' => '同梱対象が既に3件以上登録済み',
  6086.                 'E012000005' => '登録済み受注データが修正不可',
  6087.                 'E012000006' => '登録しようとした送り状番号が同梱済み',
  6088.                 'E013000001' => '排他制御エラー',
  6089.                 'E021010201' => '加盟店コードなし',
  6090.                 'E021010202' => '加盟店コードの桁数不正',
  6091.                 'E021010204' => '加盟店コードに禁止文字あり',
  6092.                 'E021010301' => '受付番号なし',
  6093.                 'E021010302' => '受付番号の桁数不正',
  6094.                 'E021010304' => '受付番号に禁止文字あり',
  6095.                 'E021010401' => '送り状番号なし',
  6096.                 'E021010402' => '送り状番号の桁数不正',
  6097.                 'E021010404' => '送り状番号に禁止文字あり',
  6098.                 'E021010251' => '加盟店の状態が出荷情報取消不可',
  6099.                 'E021010351' => '受注データ不正',
  6100.                 'E022000001' => '送り状番データ不正',
  6101.                 'E022000002' => '複数送り状番号取消時、受注データに紐づく送り状番号が他の受注データを同梱',
  6102.                 'E022000003' => '登録済み受注データが修正不可',
  6103.                 'E023000001' => '排他制御エラー',
  6104.                 'E031010201' => '加盟店コードなし',
  6105.                 'E031010202' => '加盟店コードの桁数不正',
  6106.                 'E031010204' => '加盟店コードに禁止文字あり',
  6107.                 'E031010301' => '受付番号なし',
  6108.                 'E031010302' => '受付番号の桁数不正',
  6109.                 'E031010304' => '受付番号に禁止文字あり',
  6110.                 'E031010401' => '出荷予定日なし',
  6111.                 'E031010405' => '出荷予定日のフォーマット不正',
  6112.                 'E032000001' => '当該加盟店のオプションサービス利用不可',
  6113.                 'E031010351' => '受付番号の受注データ不正',
  6114.                 'E031010471' => '出荷予定日下限チェック不正 (過去日チェック)',
  6115.                 'E031010472' => '出荷予定日上限チェック不正 (与信承認日より180日が上限)',
  6116.                 'E033000001' => '排他制御エラー',
  6117.                 'E041010201' => '加盟店コードなし',
  6118.                 'E041010202' => '加盟店コードの桁数不正',
  6119.                 'E041010204' => '加盟店コードに禁止文字あり',
  6120.                 'E041010301' => '受付番号なし',
  6121.                 'E041010302' => '受付番号の桁数不正',
  6122.                 'E041010304' => '受付番号に禁止文字あり',
  6123.                 'H011010201' => '加盟店コードなし',
  6124.                 'H011010202' => '加盟店コードの桁数オーバー',
  6125.                 'H011010204' => '加盟店コード文字種別誤り',
  6126.                 'L011010201' => '加盟店コードなし',
  6127.                 'L011010202' => '加盟店コードの桁数オーバー',
  6128.                 'L011010204' => '加盟店コード文字種別誤り',
  6129.                 'L011010301' => '受付番号なし',
  6130.                 'L011010302' => '受付番号の桁数不正',
  6131.                 'L011010304' => '受付番号に禁止文字あり',
  6132.                 'L011010472' => '商品名の半角桁・全角桁・バイト数不正',
  6133.                 'L011010601' => '決済金額なし',
  6134.                 'L011010602' => '決済金額の桁数不正',
  6135.                 'L011010604' => '決済金額に禁止文字あり',
  6136.                 'L011010671' => '決済金額の下限額オーバー',
  6137.                 'L011010672' => '決済金額の上限額オーバー',
  6138.                 'L011010701' => '購入者名(漢字)なし',
  6139.                 'L011010702' => '購入者名(漢字)の桁数不正',
  6140.                 'L011010801' => '購入者TELなし',
  6141.                 'L011010802' => '購入者TELの桁数不正',
  6142.                 'L011010804' => '購入者TELに禁止文字あり',
  6143.                 'L011010901' => '購入者E-Mailなし',
  6144.                 'L011010902' => '購入者E-Mailの桁数不正',
  6145.                 'L011010971' => '購入者E-Mailに禁止文字あり',
  6146.                 'L011010972' => '購入者E-Mailに一部未入力あり',
  6147.                 'L011011401' => '正常時戻り先URL必須エラー',
  6148.                 'L011011402' => '正常時戻り先URL桁数エラー',
  6149.                 'L011011471' => '正常時戻り先URLに禁止文字あり',
  6150.                 'L011011502' => '異常時戻り先URL桁数エラー',
  6151.                 'L011011571' => '異常時戻り先URLに禁止文字あり',
  6152.                 'L011011701' => '決済結果通知先URL必須エラー',
  6153.                 'L011011702' => '決済結果通知先URL桁数エラー',
  6154.                 'L011011771' => '決済結果通知先URLに禁止文字あり',
  6155.                 'L011011801' => 'チェックサムなし',
  6156.                 'L011011871' => 'チェックサム不正',
  6157.                 'L012000001' => '当該加盟店の決済利用不可',
  6158.                 'L012000002' => 'PayPay決済利用開始日設定不備',
  6159.                 'L012000005' => '受付番号重複エラー',
  6160.                 'L012000006' => 'メンテナンス中エラー',
  6161.                 'L012000007' => 'システムエラー',
  6162.                 'L012000008' => '各種マスタ取得失敗',
  6163.                 'L012000009' => 'システムエラー',
  6164.                 'L021010201' => '加盟店コードなし',
  6165.                 'L021010202' => '加盟店コードの桁数オーバー',
  6166.                 'L021010204' => '加盟店コード文字種別誤り',
  6167.                 'L021010301' => '受付番号なし',
  6168.                 'L021010302' => '受付番号の桁数不正',
  6169.                 'L021010304' => '受付番号に禁止文字あり',
  6170.                 'L022000001' => '受注データなし',
  6171.                 'L022000002' => '受注データ方式不正',
  6172.                 'L022000003' => '受注データが取消不可',
  6173.                 'L022000004' => 'システムエラー',
  6174.                 'L022000005' => 'システムエラー',
  6175.                 'L022000006' => 'システムエラー',
  6176.                 'L031010201' => '加盟店コードなし',
  6177.                 'L031010202' => '加盟店コードの桁数不正',
  6178.                 'L031010204' => '加盟店コードに禁止文字あり',
  6179.                 'L031010301' => '受付番号なし',
  6180.                 'L031010302' => '受付番号の桁数不正',
  6181.                 'L031010304' => '受付番号に禁止文字あり',
  6182.                 'L031010401' => '変更後決済金額なし',
  6183.                 'L031010402' => '変更後決済金額の桁数不正',
  6184.                 'L031010404' => '決済金額に禁止文字あり',
  6185.                 'L031010471' => '決済金額の下限額オーバ',
  6186.                 'L031010472' => '決済金額の上限額オーバ',
  6187.                 'L031010502' => '注文の説明の桁数不正',
  6188.                 'L032000001' => '金額変更対象外',
  6189.                 'L032000002' => '金額変更なし',
  6190.                 'L032000003' => '請求後に増額要求不可',
  6191.                 'L032000004' => 'システムエラー',
  6192.                 'L032000005' => 'システムエラー',
  6193.                 'L032000006' => 'システムエラー',
  6194.                 'L032000007' => 'システムエラー',
  6195.                 'L032000008' => 'システムエラー',
  6196.                 'L032000009' => 'システムエラー',
  6197.                 'L032000010' => '各種マスタ取得失敗',
  6198.                 'Z012000001' => 'POST以外のリクエスト方式',
  6199.                 'Z012000002' => '機能区分なし',
  6200.                 'Z012000003' => '機能区分の不正セット',
  6201.                 'Z012000004' => '同受注番号にて決済中エラー',
  6202.                 'Z012000005' => 'リクエストタイムアウト',
  6203.                 'Z012000006' => 'APIトランザクションのプール数オーバー',
  6204.                 'Z012000007' => '当該加盟店の取引停止',
  6205.                 'Z012000008' => '当該加盟店のAPI利用不可',
  6206.                 'Z012000009' => '当該加盟店のAPI利用不可',
  6207.                 'Z012000010' => '認証パスワードエラー',
  6208.                 'Z019999999' => 'システムエラー',
  6209.                 'Z010000000' => 'メンテナンスエラー',
  6210.                 'kaara001E' => '加盟店コードが未入力です。',
  6211.                 'kaara002E' => '加盟店コードは半角数字で入力してください。',
  6212.                 'kaara003E' => '加盟店コードが桁数エラーです。',
  6213.                 'kaara004E' => '未登録の加盟店コードです。',
  6214.                 'kaara005E' => '利用できない加盟店コードです。',
  6215.                 'kaara006E' => '受注番号が未入力です。',
  6216.                 'kaara007E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6217.                 'kaara008E' => '受注番号が桁数エラーです。',
  6218.                 'kaara009E' => '受注番号が一意(ユニーク)ではありません。',
  6219.                 'kaara010E' => '受注日が未入力です。',
  6220.                 'kaara011E' => '受注日は半角数字で入力してください。',
  6221.                 'kaara012E' => '受注日が桁数エラーです。',
  6222.                 'kaara013E' => '受注日が日付として妥当ではありません。',
  6223.                 'kaara014E' => '出荷予定日が未入力です。',
  6224.                 'kaara015E' => '出荷予定日は半角数字で入力してください。',
  6225.                 'kaara016E' => '出荷予定日が桁数エラーです。',
  6226.                 'kaara017E' => '出荷予定日が日付として妥当ではありません。',
  6227.                 'kaara018E' => '出荷予定日が既定期間内ではありません。',
  6228.                 'kaara019E' => '氏名が未入力です。',
  6229.                 'kaara020E' => '氏名は全角文字で入力してください。',
  6230.                 'kaara021E' => '氏名が桁数エラーです。',
  6231.                 'kaara022E' => '氏名が指定された文字コードの範囲文字ではありません。',
  6232.                 'kaara023E' => '氏名カナは半角カナで入力してください。',
  6233.                 'kaara024E' => '氏名カナが桁数エラーです。',
  6234.                 'kaara025E' => '郵便番号が未入力です。',
  6235.                 'kaara026E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  6236.                 'kaara027E' => '郵便番号の\'-\'は1つのみ入力できます。',
  6237.                 'kaara028E' => '郵便番号が桁数エラーです。',
  6238.                 'kaara029E' => '郵便番号が実在しません。',
  6239.                 'kaara030E' => '住所1が未入力です。',
  6240.                 'kaara031E' => '住所1は全角文字で入力してください。',
  6241.                 'kaara032E' => '住所1が桁数エラーです。',
  6242.                 'kaara033E' => '住所1が指定された文字コードの範囲文字ではありません。',
  6243.                 'kaara034E' => '住所1は都道府県から入力してください。',
  6244.                 'kaara035E' => '住所2は全角文字で入力してください。',
  6245.                 'kaara036E' => '住所2が桁数エラーです。',
  6246.                 'kaara037E' => '住所2が指定された文字コードの範囲文字ではありません。',
  6247.                 'kaara038E' => '電話番号が未入力です。',
  6248.                 'kaara039E' => '電話番号は半角数字、\'-\'以外は入力出来ません。',
  6249.                 'kaara040E' => '電話番号が桁数エラーです。',
  6250.                 'kaara043E' => 'メールアドレスは半角英数字で入力してください。',
  6251.                 'kaara044E' => 'メールアドレスが桁数エラーです。',
  6252.                 'kaara045E' => 'メールアドレスに\'@\'が含まれていません。',
  6253.                 'kaara046E' => '決済金額総計が未入力です。',
  6254.                 'kaara047E' => '決済金額総計は半角数字で入力してください。',
  6255.                 'kaara048E' => '決済金額総計が桁数エラーです。',
  6256.                 'kaara049E' => '決済金額総計は1円以上、999999円以内で入力してください。',
  6257.                 'kaara050E' => '送り先区分が未入力です。',
  6258.                 'kaara051E' => '送り先区分は半角数字で入力してください。',
  6259.                 'kaara052E' => '送り先区分は\'0\'\'1\'のいずれかを入力してください。',
  6260.                 'kaara053E' => '送り先区分は\'0\'\'1\'\'2\'のいずれかを入力してください。',
  6261.                 'kaara054E' => '購入商品名称は全角文字で入力してください。',
  6262.                 'kaara055E' => '購入商品名称が桁数エラーです。',
  6263.                 'kaara056E' => '購入商品名称が指定された文字コードの範囲文字ではありません。',
  6264.                 'kaara057E' => '購入商品名称1が未入力です。',
  6265.                 'kaara058E' => '購入商品数量は半角数字で入力してください。',
  6266.                 'kaara059E' => '購入商品数量が桁数エラーです。',
  6267.                 'kaara060E' => '購入商品単価は半角数字、\'-\'以外は入力出来ません。',
  6268.                 'kaara061E' => '購入商品単価が桁数エラーです。',
  6269.                 'kaara062E' => '購入商品単価が桁数エラーです。',
  6270.                 'kaara063E' => '購入商品小計は半角数字、\'-\'以外は入力出来ません。',
  6271.                 'kaara064E' => '購入商品小計が桁数エラーです。',
  6272.                 'kaara065E' => '購入商品小計が桁数エラーです。',
  6273.                 'kaara066E' => '送り先名称は全角文字で入力してください。',
  6274.                 'kaara067E' => '送り先名称が桁数エラーです。',
  6275.                 'kaara068E' => '送り先名称が指定された文字コードの範囲文字ではありません。',
  6276.                 'kaara070E' => '送り先郵便番号は半角数字、\'-\'以外は入力出来ません。',
  6277.                 'kaara071E' => '送り先郵便番号の\'-\'は1つのみ入力できます。',
  6278.                 'kaara072E' => '送り先郵便番号が桁数エラーです。',
  6279.                 'kaara073E' => '送り先郵便番号が実在しません。',
  6280.                 'kaara075E' => '送り先住所1は全角文字で入力してください。',
  6281.                 'kaara076E' => '送り先住所1が桁数エラーです。',
  6282.                 'kaara077E' => '送り先住所1が指定された文字コードの範囲文字ではありません。',
  6283.                 'kaara078E' => '送り先住所1は都道府県から入力してください。',
  6284.                 'kaara079E' => '送り先住所2は全角文字で入力してください。',
  6285.                 'kaara080E' => '送り先住所2が桁数エラーです。',
  6286.                 'kaara081E' => '送り先住所2が指定された文字コードの範囲文字ではありません。',
  6287.                 'kaara082E' => '送り先電話番号は半角数字、\'-\'以外は入力出来ません。',
  6288.                 'kaara083E' => '送り先電話番号の\'-\'は2つ入力してください。',
  6289.                 'kaara084E' => '送り先電話番号が桁数エラーです。',
  6290.                 'kaara086E' => '依頼日時が未入力です。',
  6291.                 'kaara087E' => '依頼日時は半角数字で入力してください。',
  6292.                 'kaara088E' => '依頼日時が桁数エラーです。',
  6293.                 'kaara089E' => '依頼日時が日付及び時刻として妥当ではありません。',
  6294.                 'kaara090E' => 'パスワードが未入力です。',
  6295.                 'kaara091E' => 'パスワードは半角英数字で入力してください。',
  6296.                 'kaara092E' => 'パスワードが不正です。',
  6297.                 'kaara093E' => '電話番号は0から入力してください。',
  6298.                 'kaara094E' => '送り先電話番号は0から入力してください。',
  6299.                 'kaara100E' => '出荷予定日は受注日以降の日付で入力してください。',
  6300.                 'kaara101E' => '決済金額総計と、購入商品小計の合計金額が一致しません。',
  6301.                 'kaara102E' => '送り先名称、送り先郵便番号、送り先住所1を入力してください。',
  6302.                 'kaara103E' => '住所1と住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  6303.                 'kaara104E' => '送り先住所1と送り先住所2を結合して1つの住所とした状態で\'番地\'が指定されていません。',
  6304.                 'kaars001E' => '項目数が相違しています。',
  6305.                 'kaars002E' => '加盟店コードが桁数エラーです。',
  6306.                 'kaars003E' => '加盟店コードは半角で入力してください。',
  6307.                 'kaars004E' => '加盟店コードが未入力です。',
  6308.                 'kaars005E' => '受注番号が桁数エラーです。',
  6309.                 'kaars006E' => '受注番号は半角で入力してください。',
  6310.                 'kaars007E' => '受注番号が未入力です。',
  6311.                 'kaars014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6312.                 'kaars008E' => '受注番号が登録されていません。',
  6313.                 'kaars009E' => '依頼日が存在しない日付です。',
  6314.                 'kaars010E' => '依頼日は半角で入力してください。',
  6315.                 'kaars011E' => '依頼日が未入力です。',
  6316.                 'kaars012E' => 'パスワードが不正です。',
  6317.                 'kaars013E' => 'パスワードエラー',
  6318.                 'kaacl001E' => '項目数が相違しています。(N行目)',
  6319.                 'kaacl002E' => '加盟店コードが桁数エラーです。',
  6320.                 'kaacl003E' => '加盟店コードは半角で入力してください。',
  6321.                 'kaacl004E' => '加盟店コードが未入力です。',
  6322.                 'kaacl005E' => '受注番号が桁数エラーです。',
  6323.                 'kaacl006E' => '受注番号は半角で入力してください。',
  6324.                 'kaacl007E' => '受注番号が未入力です。',
  6325.                 'kaacl016E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6326.                 'kaacl008E' => '受注番号が登録されていません。',
  6327.                 'kaacl009E' => '既に取り消されています。',
  6328.                 'kaacl010E' => '依頼日が存在しない日付です。',
  6329.                 'kaacl011E' => '依頼日は半角で入力してください。',
  6330.                 'kaacl012E' => '依頼日が未入力です。',
  6331.                 'kaacl013E' => 'パスワードが不正です。',
  6332.                 'kaacl014E' => 'パスワードエラー',
  6333.                 'kaasl001E' => '項目数が相違しています。',
  6334.                 'kaasl002E' => '加盟店コードが桁数エラーです。',
  6335.                 'kaasl003E' => '加盟店コードは半角で入力してください。',
  6336.                 'kaasl004E' => '加盟店コードが未入力です。',
  6337.                 'kaasl005E' => '受注番号が桁数エラーです。',
  6338.                 'kaasl006E' => '受注番号は半角で入力してください。',
  6339.                 'kaasl007E' => '受注番号が未入力です。',
  6340.                 'kaasl038E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6341.                 'kaasl008E' => '指定の受注番号が存在しません。',
  6342.                 'kaasl009E' => '送り状番号登録済です。',
  6343.                 'kaasl010E' => '送り状番号が桁数エラーです。',
  6344.                 'kaasl011E' => '送り状番号が未入力です。',
  6345.                 'kaasl012E' => '送り状番号は半角で入力してください。',
  6346.                 'kaasl013E' => '取消時に送り状番号の入力はできません。',
  6347.                 'kaasl014E' => '送り状番号チェックエラー',
  6348.                 'kaasl015E' => '送り状番号チェックエラー',
  6349.                 'kaasl016E' => '送り状番号は、1件しか入力できません。',
  6350.                 'kaasl017E' => '送り状番号は、10件までしか入力できません。',
  6351.                 'kaasl018E' => '送り状番号が既に存在します。',
  6352.                 'kaasl019E' => '処理区分エラー',
  6353.                 'kaasl020E' => '登録はできません。',
  6354.                 'kaasl022E' => '変更はできません。',
  6355.                 'kaasl023E' => '出荷予定日エラー',
  6356.                 'kaasl024E' => '出荷予定日は半角で入力してください。',
  6357.                 'kaasl025E' => '出荷予定日が未入力です。',
  6358.                 'kaasl026E' => '出荷予定日は指定できません。',
  6359.                 'kaasl027E' => '出荷予定日が受注日より前の日付です。',
  6360.                 'kaasl028E' => '変更前送り状番号桁数エラーです。',
  6361.                 'kaasl029E' => '変更前送り状番号は半角で入力してください。',
  6362.                 'kaasl030E' => '出荷予定日が未入力です。',
  6363.                 'kaasl031E' => '変更前送り状番号は指定できません。',
  6364.                 'kaasl032E' => '指定した変更前送り状番号は存在しません。',
  6365.                 'kaasl033E' => '依頼日が存在しない日付です。',
  6366.                 'kaasl034E' => '依頼日は半角で入力してください。',
  6367.                 'kaasl035E' => '依頼日が未入力です。',
  6368.                 'kaasl036E' => 'パスワードが不正です。',
  6369.                 'kaasl037E' => 'パスワードエラー',
  6370.                 'kaast001E' => '項目数が相違しています。',
  6371.                 'kaast002E' => '加盟店コードが桁数エラーです。',
  6372.                 'kaast003E' => '加盟店コードは半角で入力してください。',
  6373.                 'kaast004E' => '加盟店コードが未入力です。',
  6374.                 'kaast005E' => '受注番号が桁数エラーです。',
  6375.                 'kaast006E' => '受注番号は半角で入力してください。',
  6376.                 'kaast007E' => '受注番号が未入力です。',
  6377.                 'kaast008E' => '受注番号が登録されていません。',
  6378.                 'kaast014E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6379.                 'kaast009E' => '依頼日が存在しない日付です。',
  6380.                 'kaast010E' => '依頼日は半角で入力してください。',
  6381.                 'kaast011E' => '依頼日が未入力です。',
  6382.                 'kaast012E' => 'パスワードが不正です。',
  6383.                 'kaast013E' => 'パスワードエラー',
  6384.                 'kaakk001E' => '加盟店コードが未入力です。',
  6385.                 'kaakk002E' => '加盟店コードは半角数字で入力してください。',
  6386.                 'kaakk003E' => '加盟店コードが桁数エラーです。',
  6387.                 'kaakk004E' => '金額変更機能が利用できない加盟店コードです。',
  6388.                 'kaakk005E' => '受注番号が未入力です。',
  6389.                 'kaakk006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6390.                 'kaakk007E' => '受注番号が桁数エラーです。',
  6391.                 'kaakk008E' => '該当受注番号のデータが存在しません。',
  6392.                 'kaakk009E' => '与信結果「ご利用可」の受注データのみ実行可能です。',
  6393.                 'kaakk010E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  6394.                 'kaakk011E' => 'お取引情報が「取消済み」「入金済み」のため実行できません。',
  6395.                 'kaakk013E' => '出荷予定日は半角数字で入力してください。',
  6396.                 'kaakk014E' => '出荷予定日が桁数エラーです。',
  6397.                 'kaakk015E' => '出荷予定日は指定した形式をセットしてください。[西暦年月日、yyyyMMdd形式]',
  6398.                 'kaakk016E' => '出荷予定日は本日以降の日付を設定してください。',
  6399.                 'kaakk017E' => '出荷予定日が既定期間内ではありません。',
  6400.                 'kaakk018E' => '郵便番号が未入力です。',
  6401.                 'kaakk019E' => '郵便番号は半角数字、\'-\'以外は入力出来ません。',
  6402.                 'kaakk020E' => '郵便番号が桁数エラーです。',
  6403.                 'kaakk021E' => '郵便番号の\'-\'は1つのみ入力できます。',
  6404.                 'kaakk022E' => '郵便番号が実在しません。',
  6405.                 'kaakk023E' => '住所1が未入力です。',
  6406.                 'kaakk024E' => '住所1が指定された文字コードの範囲文字ではありません。',
  6407.                 'kaakk025E' => '住所1は全角文字で入力してください。',
  6408.                 'kaakk026E' => '住所1が桁数エラーです。指定桁数(25桁)以内',
  6409.                 'kaakk027E' => '住所1は都道府県から入力してください。',
  6410.                 'kaakk028E' => '住所2が指定された文字コードの範囲文字ではありません。',
  6411.                 'kaakk029E' => '住所2は全角文字で入力してください。',
  6412.                 'kaakk030E' => '住所2が桁数エラーです。指定桁数(25桁)以内',
  6413.                 'kaakk031E' => '住所2に番地が設定されていません。',
  6414.                 'kaakk032E' => '購入商品名称(1~10)が指定されていません。',
  6415.                 'kaakk033E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  6416.                 'kaakk034E' => '購入商品名称(1~10)は全角文字で入力してください。',
  6417.                 'kaakk035E' => '購入商品名称(1~10)が桁数エラーです。指定桁数(30桁)以内',
  6418.                 'kaakk036E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6419.                 'kaakk037E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6420.                 'kaakk038E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6421.                 'kaakk039E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6422.                 'kaakk040E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6423.                 'kaakk041E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6424.                 'kaakk042E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6425.                 'kaakk043E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6426.                 'kaakk044E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6427.                 'kaakk045E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6428.                 'kaakk046E' => '決済金額総計が未入力です。',
  6429.                 'kaakk047E' => '決済金額総計は半角数字で入力してください。',
  6430.                 'kaakk048E' => '決済金額総計の桁数エラーです。指定桁数(6桁)以内',
  6431.                 'kaakk049E' => '決済金額総計が変更されていません。',
  6432.                 'kaakk050E' => '決済金額総計が初回の決済金額総計より減額されていません。',
  6433.                 'kaakk051E' => '決済金額総計が購入商品小計の合計と一致していません。',
  6434.                 'kaakk053E' => '送り先区分は半角数字で入力してください。',
  6435.                 'kaakk054E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6436.                 'kaakk055E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6437.                 'kaakk056E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6438.                 'kaakk057E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6439.                 'kaakk058E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6440.                 'kaakk059E' => 'パスワードが入力されていません。',
  6441.                 'kaakk060E' => 'パスワードの桁数エラーです。指定桁数(8桁)以内',
  6442.                 'kaakk061E' => 'パスワードが一致しません。',
  6443.                 'kaakk062E' => '依頼日時が入力されていません。',
  6444.                 'kaakk063E' => '依頼日時は半角数字で入力してください。',
  6445.                 'kaakk064E' => '依頼日時の桁数エラー。指定桁数(14桁)',
  6446.                 'kaakk065E' => '依頼日時は[西暦年月日+時分秒、yyyyMMddHHmmss形式]の形式で入力してください。',
  6447.                 'kaarr001E' => '加盟店コードが未入力です。',
  6448.                 'kaarr002E' => '加盟店コードは半角数字で入力してください。',
  6449.                 'kaarr003E' => '加盟店コードが桁数エラーです。',
  6450.                 'kaarr004E' => '存在しない加盟店コードです。',
  6451.                 'kaarr005E' => '受注番号が未入力です。',
  6452.                 'kaarr006E' => '受注番号は半角英数字、\'-\'\'_\'以外は入力出来ません。',
  6453.                 'kaarr007E' => '受注番号が桁数エラーです。',
  6454.                 'kaarr008E' => '該当受注番号のデータが存在しません。',
  6455.                 'kaarr009E' => '請求書再発行回数が上限の9回を超えています。',
  6456.                 'kaarr010E' => 'パスワードが入力されていません。',
  6457.                 'kaarr011E' => 'パスワードは半角英数字で入力してください。',
  6458.                 'kaarr012E' => 'パスワードが一致しません。',
  6459.                 'kaarr013E' => 'ご依頼内容が未入力です。',
  6460.                 'kaarr014E' => 'ご依頼内容は(1:請求内容変更・請求書再発行 3:請求書再発行取下げ)のいずれかを入力してください。',
  6461.                 'kaarr015E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6462.                 'kaarr016E' => '請求内容変更・請求書再発行が実行ないお取引です。',
  6463.                 'kaarr017E' => '請求書再発行取下げが実行できないお取引です。',
  6464.                 'kaarr018E' => '不備事由が未入力です。',
  6465.                 'kaarr019E' => '不備事由の値が不適切です。',
  6466.                 'kaarr020E' => '不備事由その他が未入力です。',
  6467.                 'kaarr021E' => '不備事由その他は指定された文字コードの範囲文字内を入力下さい。',
  6468.                 'kaarr022E' => '不備事由その他は全角漢字を入力してください。',
  6469.                 'kaarr023E' => '不備事由その他の桁数エラーです。全角指定桁数(25桁)以内',
  6470.                 'kaarr025E' => '出荷予定日は半角数字で入力下さい。',
  6471.                 'kaarr026E' => '出荷予定日の桁数エラーです。全角指定桁数(8桁)以内',
  6472.                 'kaarr027E' => '出荷予定日が日付として妥当であること「西暦年月日、yyyymmdd形式」',
  6473.                 'kaarr028E' => '出荷予定日が決済依頼日から定められた期間を超えた日付が入力されています。',
  6474.                 'kaarr029E' => '出荷予定日が受注日より前の日付が指定されています。',
  6475.                 'kaarr031E' => '送り先区分は半角数字であること。',
  6476.                 'kaarr032E' => '送り先区分は(0:別送 1:同梱)のいずれかを入力してください。',
  6477.                 'kaarr033E' => '送り先区分は(0:別送)を入力してください。(1:同梱)は別途契約が必要です。',
  6478.                 'kaarr034E' => '郵便番号が未入力です。',
  6479.                 'kaarr035E' => '郵便番号は半角数字またはハイフンの組み合わせであること。',
  6480.                 'kaarr036E' => '郵便番号はハイフンを除く7桁であること。',
  6481.                 'kaarr037E' => '郵便番号に2つ以上のハイフンが含まれています。',
  6482.                 'kaarr038E' => '実在しない郵便番号が設定されています。',
  6483.                 'kaarr039E' => '住所1が未入力です。',
  6484.                 'kaarr040E' => '住所1は全角文字で入力してください。',
  6485.                 'kaarr041E' => '住所1が指定された文字コードの範囲文字ではありません。',
  6486.                 'kaarr042E' => '住所1の桁数エラーです。全角指定桁数(25桁)以内',
  6487.                 'kaarr043E' => '住所1は都道府県から入力してください。',
  6488.                 'kaarr044E' => '住所2が未入力です。',
  6489.                 'kaarr045E' => '住所2は指定された文字コードの範囲文字ではありません。',
  6490.                 'kaarr046E' => '住所2の桁数エラーです。全角指定桁数(25桁)以内',
  6491.                 'kaarr047E' => '住所に番地が設定されていません。',
  6492.                 'kaarr048E' => '購入商品名称(1~10)が未入力です。',
  6493.                 'kaarr049E' => '購入商品名称(1~10)は全角文字で入力してください。',
  6494.                 'kaarr050E' => '購入商品名称(1~10)が指定された文字コードの範囲文字ではありません。',
  6495.                 'kaarr051E' => '購入商品名称(1~10)の桁数エラーです。全角指定桁数(30桁)以内',
  6496.                 'kaarr052E' => '購入商品数量(1~10)は半角数字で入力してください。',
  6497.                 'kaarr053E' => '購入商品数量(1~10)が桁数エラーです。指定桁数(4桁)以内',
  6498.                 'kaarr054E' => '購入商品単価(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6499.                 'kaarr055E' => '購入商品単価(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6500.                 'kaarr056E' => '購入商品単価(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6501.                 'kaarr057E' => '購入商品単価(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6502.                 'kaarr058E' => 'フリー項目は同梱の契約をされていない場合は、空白にして下さい。',
  6503.                 'kaarr059E' => 'フリー項目が指定された文字コードの範囲文字ではありません。',
  6504.                 'kaarr060E' => 'フリー項目は全角漢字、平仮名、カタカナ、英数字、\'‐\'、\'_\'又は半角英数字、カタカナ、\'‐\'、\'_\'で入力してください。',
  6505.                 'kaarr061E' => 'フリー項目の桁数エラーです。全角指定桁数(20桁)以内又は半角指定桁数(40桁)以内',
  6506.                 'kaarr063E' => '購入商品小計(1~10)は半角数字または”-”[マイナス]の組み合わせで入力してください。',
  6507.                 'kaarr064E' => '購入商品小計(1~10)が負数の場合は、”-”[マイナス]を先頭に設定してください。',
  6508.                 'kaarr065E' => '購入商品小計(1~10)が正数の場合の桁数エラーです。指定桁数(6桁)以内',
  6509.                 'kaarr066E' => '購入商品小計(1~10)が負数の場合の桁数エラーです。指定桁数(7桁)以内',
  6510.             ],
  6511.             'eccube_rate_limiter_configs' => [
  6512.             ],
  6513.             'eccube.plugins.enabled' => [
  6514.                 => 'DataMigration42',
  6515.                 => 'AmazonPayV2_42',
  6516.                 => 'CategorySort42',
  6517.                 => 'AttachWysiwygEditor42',
  6518.                 => 'Noshidelivery',
  6519.                 => 'OrderStatusEx',
  6520.                 => 'YamatoPayment42',
  6521.                 => 'MailMagazine42',
  6522.                 => 'PointExDx',
  6523.                 => 'ReportPdf2Ft',
  6524.                 10 => 'SendAllMails42',
  6525.                 11 => 'YamatoB2Csv42',
  6526.                 12 => 'MypageReceipt2Ft',
  6527.                 13 => 'ProductContact42',
  6528.             ],
  6529.             'eccube.plugins.disabled' => [
  6530.                 => 'Api42',
  6531.                 => 'Coupon42',
  6532.                 => 'PostCarrier42',
  6533.                 => 'ProductReview42',
  6534.                 => 'Recommend42',
  6535.                 => 'RelatedProduct42',
  6536.                 => 'SalesReport42',
  6537.                 => 'Securitychecker42',
  6538.                 => 'SiteKit42',
  6539.             ],
  6540.             'event_dispatcher.event_aliases' => [
  6541.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  6542.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  6543.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  6544.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  6545.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  6546.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  6547.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  6548.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  6549.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  6550.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  6551.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  6552.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  6553.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  6554.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  6555.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  6556.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  6557.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  6558.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  6559.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  6560.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  6561.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  6562.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  6563.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  6564.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  6565.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  6566.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  6567.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  6568.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  6569.             ],
  6570.             'fragment.renderer.hinclude.global_template' => NULL,
  6571.             'fragment.path' => '/_fragment',
  6572.             'kernel.http_method_override' => true,
  6573.             'kernel.trusted_hosts' => [
  6574.             ],
  6575.             'kernel.enabled_locales' => [
  6576.             ],
  6577.             'kernel.error_controller' => 'error_controller',
  6578.             'debug.file_link_format' => NULL,
  6579.             'asset.request_context.base_path' => NULL,
  6580.             'asset.request_context.secure' => NULL,
  6581.             'translator.logging' => false,
  6582.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  6583.             'debug.error_handler.throw_at' => -1,
  6584.             'router.request_context.host' => 'localhost',
  6585.             'router.request_context.scheme' => 'http',
  6586.             'router.request_context.base_url' => '',
  6587.             'router.resource' => 'kernel::loadRoutes',
  6588.             'request_listener.http_port' => 80,
  6589.             'request_listener.https_port' => 443,
  6590.             'session.metadata.storage_key' => '_sf2_meta',
  6591.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  6592.             'session.metadata.update_threshold' => 0,
  6593.             'form.type_extension.csrf.enabled' => true,
  6594.             'form.type_extension.csrf.field_name' => '_token',
  6595.             'validator.translation_domain' => 'validators',
  6596.             'profiler_listener.only_exceptions' => false,
  6597.             'profiler_listener.only_main_requests' => false,
  6598.             'security.role_hierarchy.roles' => [
  6599.             ],
  6600.             'security.access.denied_url' => NULL,
  6601.             'security.authentication.manager.erase_credentials' => true,
  6602.             'security.authentication.session_strategy.strategy' => 'migrate',
  6603.             'security.access.always_authenticate_before_granting' => false,
  6604.             'security.authentication.hide_user_not_found' => true,
  6605.             'security.firewalls' => [
  6606.                 => 'dev',
  6607.                 => 'api',
  6608.                 => 'admin',
  6609.                 => 'customer',
  6610.             ],
  6611.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  6612.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  6613.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  6614.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  6615.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  6616.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  6617.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  6618.             'doctrine.entity_managers' => [
  6619.                 'default' => 'doctrine.orm.default_entity_manager',
  6620.             ],
  6621.             'doctrine.default_entity_manager' => 'default',
  6622.             'doctrine.dbal.connection_factory.types' => [
  6623.                 'oauth2_grant' => [
  6624.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  6625.                 ],
  6626.                 'oauth2_redirect_uri' => [
  6627.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  6628.                 ],
  6629.                 'oauth2_scope' => [
  6630.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  6631.                 ],
  6632.                 'datetime' => [
  6633.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  6634.                 ],
  6635.                 'datetimetz' => [
  6636.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  6637.                 ],
  6638.             ],
  6639.             'doctrine.connections' => [
  6640.                 'default' => 'doctrine.dbal.default_connection',
  6641.             ],
  6642.             'doctrine.default_connection' => 'default',
  6643.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  6644.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  6645.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  6646.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  6647.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  6648.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  6649.             'doctrine.orm.cache.memcache_host' => 'localhost',
  6650.             'doctrine.orm.cache.memcache_port' => 11211,
  6651.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  6652.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  6653.             'doctrine.orm.cache.memcached_host' => 'localhost',
  6654.             'doctrine.orm.cache.memcached_port' => 11211,
  6655.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  6656.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  6657.             'doctrine.orm.cache.redis_host' => 'localhost',
  6658.             'doctrine.orm.cache.redis_port' => 6379,
  6659.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  6660.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  6661.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  6662.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  6663.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  6664.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  6665.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  6666.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  6667.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  6668.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  6669.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  6670.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  6671.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  6672.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  6673.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  6674.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  6675.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  6676.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  6677.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  6678.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  6679.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  6680.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  6681.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  6682.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  6683.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  6684.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  6685.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  6686.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  6687.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  6688.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  6689.             'doctrine.orm.auto_generate_proxy_classes' => true,
  6690.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  6691.             'doctrine.orm.proxy_namespace' => 'Proxies',
  6692.             'monolog.use_microseconds' => true,
  6693.             'monolog.swift_mailer.handlers' => [
  6694.             ],
  6695.             'monolog.handlers_to_channels' => [
  6696.                 'monolog.handler.YamatoPayment42' => [
  6697.                     'type' => 'inclusive',
  6698.                     'elements' => [
  6699.                         => 'YamatoPayment42',
  6700.                     ],
  6701.                 ],
  6702.                 'monolog.handler.postcarrier' => [
  6703.                     'type' => 'inclusive',
  6704.                     'elements' => [
  6705.                         => 'postcarrier',
  6706.                     ],
  6707.                 ],
  6708.                 'monolog.handler.amazon_pay' => [
  6709.                     'type' => 'inclusive',
  6710.                     'elements' => [
  6711.                         => 'amazon_pay_v2',
  6712.                     ],
  6713.                 ],
  6714.                 'monolog.handler.console' => [
  6715.                     'type' => 'exclusive',
  6716.                     'elements' => [
  6717.                         => 'event',
  6718.                         => 'doctrine',
  6719.                         => 'console',
  6720.                     ],
  6721.                 ],
  6722.                 'monolog.handler.buffered' => [
  6723.                     'type' => 'exclusive',
  6724.                     'elements' => [
  6725.                         => 'event',
  6726.                     ],
  6727.                 ],
  6728.             ],
  6729.             'twig.form.resources' => [
  6730.                 => 'form_div_layout.html.twig',
  6731.                 => 'bootstrap_5_layout.html.twig',
  6732.             ],
  6733.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  6734.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  6735.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  6736.             'web_profiler.debug_toolbar.mode' => 2,
  6737.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  6738.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  6739.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  6740.             'knp_paginator.page_range' => 5,
  6741.             'knp_paginator.page_limit' => NULL,
  6742.             'doctrine.migrations.preferred_em' => NULL,
  6743.             'doctrine.migrations.preferred_connection' => NULL,
  6744.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  6745.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  6746.             'league.oauth2_server.encryption_key.type' => 'plain',
  6747.             'league.oauth2_server.scopes.default' => [
  6748.                 => 'read',
  6749.             ],
  6750.             'maker.compatible_check.doctrine.supports_attributes' => true,
  6751.             'data_collector.templates' => [
  6752.                 'data_collector.request' => [
  6753.                     => 'request',
  6754.                     => '@WebProfiler/Collector/request.html.twig',
  6755.                 ],
  6756.                 'data_collector.time' => [
  6757.                     => 'time',
  6758.                     => '@WebProfiler/Collector/time.html.twig',
  6759.                 ],
  6760.                 'data_collector.memory' => [
  6761.                     => 'memory',
  6762.                     => '@WebProfiler/Collector/memory.html.twig',
  6763.                 ],
  6764.                 'data_collector.validator' => [
  6765.                     => 'validator',
  6766.                     => '@WebProfiler/Collector/validator.html.twig',
  6767.                 ],
  6768.                 'data_collector.ajax' => [
  6769.                     => 'ajax',
  6770.                     => '@WebProfiler/Collector/ajax.html.twig',
  6771.                 ],
  6772.                 'data_collector.form' => [
  6773.                     => 'form',
  6774.                     => '@WebProfiler/Collector/form.html.twig',
  6775.                 ],
  6776.                 'data_collector.exception' => [
  6777.                     => 'exception',
  6778.                     => '@WebProfiler/Collector/exception.html.twig',
  6779.                 ],
  6780.                 'data_collector.logger' => [
  6781.                     => 'logger',
  6782.                     => '@WebProfiler/Collector/logger.html.twig',
  6783.                 ],
  6784.                 'data_collector.events' => [
  6785.                     => 'events',
  6786.                     => '@WebProfiler/Collector/events.html.twig',
  6787.                 ],
  6788.                 'data_collector.router' => [
  6789.                     => 'router',
  6790.                     => '@WebProfiler/Collector/router.html.twig',
  6791.                 ],
  6792.                 'data_collector.cache' => [
  6793.                     => 'cache',
  6794.                     => '@WebProfiler/Collector/cache.html.twig',
  6795.                 ],
  6796.                 'data_collector.translation' => [
  6797.                     => 'translation',
  6798.                     => '@WebProfiler/Collector/translation.html.twig',
  6799.                 ],
  6800.                 'data_collector.security' => [
  6801.                     => 'security',
  6802.                     => '@Security/Collector/security.html.twig',
  6803.                 ],
  6804.                 'data_collector.twig' => [
  6805.                     => 'twig',
  6806.                     => '@WebProfiler/Collector/twig.html.twig',
  6807.                 ],
  6808.                 'data_collector.doctrine' => [
  6809.                     => 'db',
  6810.                     => '@Doctrine/Collector/db.html.twig',
  6811.                 ],
  6812.                 'doctrine_migrations.migrations_collector' => [
  6813.                     => 'doctrine_migrations',
  6814.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6815.                 ],
  6816.                 'data_collector.dump' => [
  6817.                     => 'dump',
  6818.                     => '@Debug/Profiler/dump.html.twig',
  6819.                 ],
  6820.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  6821.                 'mailer.data_collector' => [
  6822.                     => 'mailer',
  6823.                     => '@WebProfiler/Collector/mailer.html.twig',
  6824.                 ],
  6825.                 'data_collector.config' => [
  6826.                     => 'config',
  6827.                     => '@WebProfiler/Collector/config.html.twig',
  6828.                 ],
  6829.                 'eccube.collector.core' => [
  6830.                     => 'eccube_core',
  6831.                     => '@toolbar/eccube.html.twig',
  6832.                 ],
  6833.             ],
  6834.             'console.command.ids' => [
  6835.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  6836.             ],
  6837.         ];
  6838.     }
  6839.     protected function throw($message)
  6840.     {
  6841.         throw new RuntimeException($message);
  6842.     }
  6843. }