var/cache/dev/ContainerIPp9DFd/Eccube_KernelDevDebugContainer.php line 2663

Open in your IDE?
  1. <?php
  2. namespace ContainerIPp9DFd;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Customize\\Controller\\CartControllerExtends' => 'getCartControllerExtendsService',
  82.             'Customize\\Controller\\ChangeControllerExtends' => 'getChangeControllerExtendsService',
  83.             'Customize\\Controller\\CouponController' => 'getCouponControllerService',
  84.             'Customize\\Controller\\EntryControllerExtends' => 'getEntryControllerExtendsService',
  85.             'Customize\\Controller\\MypageControllerExtends' => 'getMypageControllerExtendsService',
  86.             'Customize\\Controller\\PopDownloadController' => 'getPopDownloadControllerService',
  87.             'Customize\\Controller\\ProductControllerExtends' => 'getProductControllerExtendsService',
  88.             'Customize\\Controller\\RecipeMailController' => 'getRecipeMailControllerService',
  89.             'Customize\\Controller\\ReferFriendController' => 'getReferFriendControllerService',
  90.             'Customize\\Controller\\ShoppingControllerExtends' => 'getShoppingControllerExtendsService',
  91.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  92.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  93.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  94.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  95.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  96.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  97.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  98.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  99.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  100.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  101.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  102.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  103.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  104.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  105.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  106.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  107.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  108.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  109.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  110.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  111.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  112.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  113.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  114.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  115.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  116.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  117.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  118.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  119.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  124.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  128.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  129.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  130.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  135.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  137.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  138.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  139.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  140.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  141.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  142.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  143.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  144.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  145.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  146.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  147.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  148.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  149.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  150.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  151.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  152.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  153.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  154.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  155.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  156.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  157.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  158.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  159.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  160.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  161.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  162.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  163.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  164.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  165.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  166.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  167.             'Plugin\\Coupon42\\Controller\\Admin\\CouponController' => 'getCouponController2Service',
  168.             'Plugin\\Coupon42\\Controller\\Admin\\CouponSearchModelController' => 'getCouponSearchModelControllerService',
  169.             'Plugin\\Coupon42\\Controller\\CouponShoppingController' => 'getCouponShoppingControllerService',
  170.             'Plugin\\ECCUBE4LineLoginIntegration42\\Controller\\Admin\\LineLoginIntegrationAdminController' => 'getLineLoginIntegrationAdminControllerService',
  171.             'Plugin\\ECCUBE4LineLoginIntegration42\\Controller\\LineLoginIntegrationController' => 'getLineLoginIntegrationControllerService',
  172.             'Plugin\\MypageReceipt2Ft\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  173.             'Plugin\\MypageReceipt2Ft\\Controller\\MypageReceipt2FtController' => 'getMypageReceipt2FtControllerService',
  174.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  175.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  176.             'Plugin\\ProductDisplayRank42\\Controller\\Admin\\ProductController' => 'getProductController3Service',
  177.             'Plugin\\ProductDisplayRank42\\Controller\\BlockController' => 'getBlockController2Service',
  178.             'Plugin\\RecentlyViewedProducts\\Controller\\Block\\RecentlyViewedProductController' => 'getRecentlyViewedProductControllerService',
  179.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  180.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  181.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  182.             'Plugin\\VeriTrans4G2\\Controller\\AbstractVt4gController' => 'getAbstractVt4gControllerService',
  183.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Content\\Page\\Preview\\Vt4gPayment\\RakutenButtonController' => 'getRakutenButtonControllerService',
  184.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\EditController' => 'getEditController2Service',
  185.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Customer\\SubscCustomerController' => 'getSubscCustomerControllerService',
  186.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRegistrationController' => 'getCsvRegistrationControllerService',
  187.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvRequestController' => 'getCsvRequestControllerService',
  188.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvResultController' => 'getCsvResultControllerService',
  189.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\CsvUploadController' => 'getCsvUploadControllerService',
  190.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Order\\EditController' => 'getEditController3Service',
  191.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\PluginConfigController' => 'getPluginConfigControllerService',
  192.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\ChangeSaleTypeController' => 'getChangeSaleTypeControllerService',
  193.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Product\\SubscSalestypeController' => 'getSubscSalestypeControllerService',
  194.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\Shop\\PaymentRegistController' => 'getPaymentRegistControllerService',
  195.             'Plugin\\VeriTrans4G2\\Controller\\Admin\\Setting\\System\\LogDownloadController' => 'getLogDownloadControllerService',
  196.             'Plugin\\VeriTrans4G2\\Controller\\MyPage\\SubscPaymentHistoryController' => 'getSubscPaymentHistoryControllerService',
  197.             'Plugin\\VeriTrans4G2\\Controller\\PaymentController' => 'getPaymentController2Service',
  198.             'Plugin\\VeriTrans4G2\\Controller\\PaymentRecvController' => 'getPaymentRecvControllerService',
  199.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gAccountIdController' => 'getVt4gAccountIdControllerService',
  200.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gRateLimiterController' => 'getVt4gRateLimiterControllerService',
  201.             'Plugin\\VeriTrans4G2\\Controller\\Vt4gReTradeController' => 'getVt4gReTradeControllerService',
  202.             'Plugin\\VeriTrans4G2\\Service\\Method\\CommonMethod' => 'getCommonMethodService',
  203.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  204.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  205.             'cache.app_clearer' => 'getCache_AppClearerService',
  206.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  207.             'cache.system_clearer' => 'getCache_SystemClearerService',
  208.             'cache_warmer' => 'getCacheWarmerService',
  209.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  210.             'console.command_loader' => 'getConsole_CommandLoaderService',
  211.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  212.             'eccube.logger' => 'getEccube_LoggerService',
  213.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  214.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  215.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  216.             'error_controller' => 'getErrorControllerService',
  217.             'knp_paginator' => 'getKnpPaginatorService',
  218.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  219.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  220.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  221.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  222.             'routing.loader' => 'getRouting_LoaderService',
  223.             'services_resetter' => 'getServicesResetterService',
  224.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  225.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  226.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  227.         ];
  228.         $this->aliases = [
  229.             'database_connection' => 'doctrine.dbal.default_connection',
  230.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  231.         ];
  232.         $this->privates['service_container'] = function () {
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  239.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  243.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  244.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  245.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  246.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/AdminProductDisplayCustomizer.php';
  247.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ProductDisplayCustomizer.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  249.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  250.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  251.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  252.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  253.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  254.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  255.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  259.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  260.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  261.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  262.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  263.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  264.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  265.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  266.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  268.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  270.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  271.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  272.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  277.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  278.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  279.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  281.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  283.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  288.             include_once \dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Repository/ConfigRepository.php';
  289.             include_once \dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Service/UnderLimitQuantityService.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  292.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  295.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  296.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  298.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  299.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  327.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  333.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  345.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  362.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  370.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  438.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  465.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  473.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  477.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  478.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  480.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  481.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  483.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  485.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  486.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  490.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  492.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  493.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  495.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  509.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  510.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  511.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  512.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  513.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  514.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  515.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  561.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  563.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  564.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  602.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  603.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  604.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  605.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  606.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  607.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  608.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  609.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  610.             include_once \dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Twig/UnderLimitQuantityTwigExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  614.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  620.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  623.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  632.         };
  633.     }
  634.     public function compile(): void
  635.     {
  636.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  637.     }
  638.     public function isCompiled(): bool
  639.     {
  640.         return true;
  641.     }
  642.     public function getRemovedIds(): array
  643.     {
  644.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  645.     }
  646.     protected function load($file$lazyLoad true)
  647.     {
  648.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  649.             return $class::do($this$lazyLoad);
  650.         }
  651.         if ('.' === $file[-4]) {
  652.             $class substr($class0, -4);
  653.         } else {
  654.             $file .= '.php';
  655.         }
  656.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  657.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  658.     }
  659.     protected function createProxy($class\Closure $factory)
  660.     {
  661.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  662.         return $factory();
  663.     }
  664.     /**
  665.      * Gets the public '.container.private.profiler' shared service.
  666.      *
  667.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  668.      */
  669.     protected function get_Container_Private_ProfilerService()
  670.     {
  671.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  672.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  673.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  674.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  675.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  676.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  677.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  678.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  679.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  680.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  681.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  682.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  683.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  684.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  685.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  686.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  687.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  688.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  689.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  690.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  691.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  692.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  693.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  694.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  695.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  696.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  697.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  698.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  699.         if ($this->has('kernel')) {
  700.             $e->setKernel($b);
  701.         }
  702.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  703.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  704.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  705.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  706.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  707.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  708.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  709.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  710.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  711.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  712.         $instance->add($d);
  713.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  714.         $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));
  715.         $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())));
  716.         $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([])))));
  717.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  718.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  719.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  720.         $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()))));
  721.         $instance->add($e);
  722.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  723.         return $instance;
  724.     }
  725.     /**
  726.      * Gets the public '.container.private.security.authorization_checker' shared service.
  727.      *
  728.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  729.      */
  730.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  731.     {
  732.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  733.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  734.             return $this->services['.container.private.security.authorization_checker'];
  735.         }
  736.         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);
  737.     }
  738.     /**
  739.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  740.      *
  741.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  742.      */
  743.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  744.     {
  745.         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())));
  746.     }
  747.     /**
  748.      * Gets the public '.container.private.security.token_storage' shared service.
  749.      *
  750.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  751.      */
  752.     protected function get_Container_Private_Security_TokenStorageService()
  753.     {
  754.         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, [
  755.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  756.         ], [
  757.             'request_stack' => '?',
  758.         ]));
  759.     }
  760.     /**
  761.      * Gets the public '.container.private.session' shared service.
  762.      *
  763.      * @return \Symfony\Component\HttpFoundation\Session\Session
  764.      */
  765.     protected function get_Container_Private_SessionService()
  766.     {
  767.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  768.         if (isset($this->services['.container.private.session'])) {
  769.             return $this->services['.container.private.session'];
  770.         }
  771.         return $this->services['.container.private.session'] = $a->createSession();
  772.     }
  773.     /**
  774.      * Gets the public '.container.private.state_machine.order' shared service.
  775.      *
  776.      * @return \Symfony\Component\Workflow\StateMachine
  777.      */
  778.     protected function get_Container_Private_StateMachine_OrderService()
  779.     {
  780.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  781.         if (isset($this->services['.container.private.state_machine.order'])) {
  782.             return $this->services['.container.private.state_machine.order'];
  783.         }
  784.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'], [=> ($this->privates['.state_machine.order.transition.0'] ?? ($this->privates['.state_machine.order.transition.0'] = new \Symfony\Component\Workflow\Transition('pay''1''6'))), => ($this->privates['.state_machine.order.transition.1'] ?? ($this->privates['.state_machine.order.transition.1'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  785.     }
  786.     /**
  787.      * Gets the public '.container.private.twig' shared service.
  788.      *
  789.      * @return \Twig\Environment
  790.      */
  791.     protected function get_Container_Private_TwigService()
  792.     {
  793.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  794.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  795.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/template'), 'Coupon42');
  796.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  797.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/template'), 'ProductDisplayRank42');
  798.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration42/Resource/template'), 'ECCUBE4LineLoginIntegration42');
  799.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/template'), 'VeriTrans4G2');
  800.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RecentlyViewedProducts/Resource/template'), 'RecentlyViewedProducts');
  801.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MypageReceipt2Ft/Resource/template'), 'MypageReceipt2Ft');
  802.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Resource/template'), 'UnderLimitQuantityDx');
  803.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  804.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  805.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  806.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  807.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  808.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  809.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  810.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  811.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  812.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  813.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  814.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  815.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  816.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  817.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  818.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  819.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  820.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  821.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  822.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  823.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  824.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  825.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  826.         $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']);
  827.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  828.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  829.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  830.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  831.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  832.         $g = ($this->services['router'] ?? $this->getRouterService());
  833.         $h = new \Symfony\Component\Workflow\Registry();
  834.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  835.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  836.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  837.         $j = new \Symfony\Bridge\Twig\AppVariable();
  838.         $j->setEnvironment('dev');
  839.         $j->setDebug(true);
  840.         if ($this->has('.container.private.security.token_storage')) {
  841.             $j->setTokenStorage($c);
  842.         }
  843.         if ($this->has('request_stack')) {
  844.             $j->setRequestStack($b);
  845.         }
  846.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  847.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  848.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  849.         $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)));
  850.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  851.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  852.         $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 () {
  853.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  854.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  855.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  856.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  857.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  858.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  859.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  860.         }, 7))));
  861.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  862.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  863.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  864.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  865.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  866.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  867.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  868.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  869.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  870.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  871.         $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())));
  872.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  873.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  874.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  875.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  876.         $instance->addExtension(new \Eccube\Twig\Extension\IgnoreTwigSandboxErrorExtension());
  877.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  878.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  879.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  880.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  881.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  882.         $instance->addExtension(new \Plugin\UnderLimitQuantityDx\Twig\UnderLimitQuantityTwigExtension(($this->privates['Plugin\\UnderLimitQuantityDx\\Service\\UnderLimitQuantityService'] ?? $this->getUnderLimitQuantityServiceService())));
  883.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  884.         $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));
  885.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  886.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  887.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  888.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  889.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  890.         $instance->addGlobal('app'$j);
  891.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  892.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  893.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  894.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  895.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  896.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  897.         ], [
  898.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  899.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  900.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  901.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  902.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  903.         ])));
  904.         $instance->addGlobal('BaseInfo'NULL);
  905.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  906.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  907.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  908.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  909.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  910.         return $instance;
  911.     }
  912.     /**
  913.      * Gets the public '.container.private.validator' shared service.
  914.      *
  915.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  916.      */
  917.     protected function get_Container_Private_ValidatorService()
  918.     {
  919.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  920.         if (isset($this->services['.container.private.validator'])) {
  921.             return $this->services['.container.private.validator'];
  922.         }
  923.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  924.     }
  925.     /**
  926.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  927.      *
  928.      * @return \Detection\MobileDetect
  929.      */
  930.     protected function getMobileDetectService()
  931.     {
  932.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  933.     }
  934.     /**
  935.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  936.      *
  937.      * @return \Eccube\Common\EccubeConfig
  938.      */
  939.     protected function getEccubeConfigService()
  940.     {
  941.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  942.     }
  943.     /**
  944.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  945.      *
  946.      * @return \Eccube\Repository\PluginRepository
  947.      */
  948.     protected function getPluginRepositoryService($lazyLoad true)
  949.     {
  950.         if ($lazyLoad) {
  951.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  952.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  953.                     $wrappedInstance $this->getPluginRepositoryService(false);
  954.                     $proxy->setProxyInitializer(null);
  955.                     return true;
  956.                 });
  957.             });
  958.         }
  959.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  960.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  961.     }
  962.     /**
  963.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  964.      *
  965.      * @return \Eccube\Service\SystemService
  966.      */
  967.     protected function getSystemServiceService($lazyLoad true)
  968.     {
  969.         if ($lazyLoad) {
  970.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  971.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  972.                     $wrappedInstance $this->getSystemServiceService(false);
  973.                     $proxy->setProxyInitializer(null);
  974.                     return true;
  975.                 });
  976.             });
  977.         }
  978.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  979.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  980.     }
  981.     /**
  982.      * Gets the public 'cache.app' shared service.
  983.      *
  984.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  985.      */
  986.     protected function getCache_AppService()
  987.     {
  988.         $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))));
  989.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  990.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  991.     }
  992.     /**
  993.      * Gets the public 'cache.rate_limiter' shared service.
  994.      *
  995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  996.      */
  997.     protected function getCache_RateLimiterService()
  998.     {
  999.         $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))));
  1000.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1001.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1002.     }
  1003.     /**
  1004.      * Gets the public 'cache.system' shared service.
  1005.      *
  1006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1007.      */
  1008.     protected function getCache_SystemService()
  1009.     {
  1010.         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())));
  1011.     }
  1012.     /**
  1013.      * Gets the public 'cache.validator_expression_language' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1016.      */
  1017.     protected function getCache_ValidatorExpressionLanguageService()
  1018.     {
  1019.         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())));
  1020.     }
  1021.     /**
  1022.      * Gets the public 'data_collector.dump' shared service.
  1023.      *
  1024.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1025.      */
  1026.     protected function getDataCollector_DumpService()
  1027.     {
  1028.         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);
  1029.     }
  1030.     /**
  1031.      * Gets the public 'doctrine' shared service.
  1032.      *
  1033.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1034.      */
  1035.     protected function getDoctrineService()
  1036.     {
  1037.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1038.     }
  1039.     /**
  1040.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1041.      *
  1042.      * @return \Doctrine\DBAL\Connection
  1043.      */
  1044.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1045.     {
  1046.         $a = new \Doctrine\DBAL\Configuration();
  1047.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1048.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1049.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1050.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1051.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1052.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1053.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1054.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1056.         $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))));
  1057.         $c->setConnectionName('default');
  1058.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1059.         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, [
  1060.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1061.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1062.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1063.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => ['privates''Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber''getProductEventSubscriberService'true],
  1064.             'Plugin\\UnderLimitQuantityDx\\Doctrine\\EventSubscriber\\UnderLimitQuantityEventSubscriber' => ['privates''Plugin\\UnderLimitQuantityDx\\Doctrine\\EventSubscriber\\UnderLimitQuantityEventSubscriber''getUnderLimitQuantityEventSubscriberService'true],
  1065.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1066.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1067.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1068.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1069.         ], [
  1070.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1071.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1072.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1073.             'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber' => '?',
  1074.             'Plugin\\UnderLimitQuantityDx\\Doctrine\\EventSubscriber\\UnderLimitQuantityEventSubscriber' => '?',
  1075.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1076.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1077.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1078.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1079.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\ProductDisplayRank42\\EventSubscriber\\ProductEventSubscriber'=> 'Plugin\\UnderLimitQuantityDx\\Doctrine\\EventSubscriber\\UnderLimitQuantityEventSubscriber'=> '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']]), []);
  1080.     }
  1081.     /**
  1082.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1083.      *
  1084.      * @return \Doctrine\ORM\EntityManager
  1085.      */
  1086.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1087.     {
  1088.         if ($lazyLoad) {
  1089.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1090.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1091.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1092.                     $proxy->setProxyInitializer(null);
  1093.                     return true;
  1094.                 });
  1095.             });
  1096.         }
  1097.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1098.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1099.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1100.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1101.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1102.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1103.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1104.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1105.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1106.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1107.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1108.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1109.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1110.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1112.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1113.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1114.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1119.         $a = new \Doctrine\ORM\Configuration();
  1120.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1121.         $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')])));
  1122.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1123.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1124.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1125.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1126.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1127.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1128.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1129.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration42/Entity')]);
  1130.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1131.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1132.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1133.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MypageReceipt2Ft/Entity')]);
  1134.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1135.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Entity')]);
  1136.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1137.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1138.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1139.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RecentlyViewedProducts/Entity')]);
  1140.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1141.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1142.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1143.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1144.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1145.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1146.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1147.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1148.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1149.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Entity')]);
  1150.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1151.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Entity')]);
  1152.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1153.         $b->addDriver($c'Eccube\\Entity');
  1154.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1155.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true'oauth2_'), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1156.         $b->addDriver($e'Eccube\\Entity');
  1157.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1158.         $b->addDriver($f'Plugin\\Api42\\Entity');
  1159.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1160.         $b->addDriver($h'Plugin\\ECCUBE4LineLoginIntegration42\\Entity');
  1161.         $b->addDriver($i'Plugin\\MailMagazine42\\Entity');
  1162.         $b->addDriver($j'Plugin\\MypageReceipt2Ft\\Entity');
  1163.         $b->addDriver($k'Plugin\\ProductDisplayRank42\\Entity');
  1164.         $b->addDriver($l'Plugin\\ProductReview42\\Entity');
  1165.         $b->addDriver($m'Plugin\\RecentlyViewedProducts\\Entity');
  1166.         $b->addDriver($n'Plugin\\Recommend42\\Entity');
  1167.         $b->addDriver($o'Plugin\\RelatedProduct42\\Entity');
  1168.         $b->addDriver($p'Plugin\\Securitychecker42\\Entity');
  1169.         $b->addDriver($q'Plugin\\SiteKit42\\Entity');
  1170.         $b->addDriver($r'Plugin\\UnderLimitQuantityDx\\Entity');
  1171.         $b->addDriver($s'Plugin\\VeriTrans4G2\\Entity');
  1172.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1173.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1174.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1175.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1176.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1177.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1178.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1179.         ], [
  1180.             'doctrine.ulid_generator' => '?',
  1181.             'doctrine.uuid_generator' => '?',
  1182.         ])));
  1183.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1184.         $a->setProxyNamespace('Proxies');
  1185.         $a->setAutoGenerateProxyClasses(true);
  1186.         $a->setSchemaIgnoreClasses([]);
  1187.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1188.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1189.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1190.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1191.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1192.         $a->setLazyGhostObjectEnabled(false);
  1193.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1194.             'Customize\\Repository\\BoxSizeRepository' => ['privates''Customize\\Repository\\BoxSizeRepository''getBoxSizeRepositoryService'true],
  1195.             'Customize\\Repository\\CouponOrderRepository' => ['privates''Customize\\Repository\\CouponOrderRepository''getCouponOrderRepository2Service'true],
  1196.             'Customize\\Repository\\CouponRepository' => ['privates''Customize\\Repository\\CouponRepository''getCouponRepository2Service'true],
  1197.             'Customize\\Repository\\OrderRepository' => ['privates''Customize\\Repository\\OrderRepository''getOrderRepository2Service'true],
  1198.             'Customize\\Repository\\ProductRepository' => ['privates''Customize\\Repository\\ProductRepository''getProductRepository2Service'true],
  1199.             'Customize\\Repository\\ShippingRateRepository' => ['privates''Customize\\Repository\\ShippingRateRepository''getShippingRateRepositoryService'true],
  1200.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1201.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1202.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1203.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1204.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1205.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1206.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1207.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1208.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1209.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1210.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1211.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1212.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1213.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1214.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1215.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1216.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1217.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1218.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1219.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1220.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1221.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1222.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1223.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1224.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1225.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1226.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1227.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1228.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1229.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1230.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1231.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1232.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1233.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1234.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1235.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1236.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1237.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1238.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1239.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1240.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1241.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1242.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1243.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1244.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1245.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1246.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1247.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1248.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1249.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1250.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1251.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1252.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1253.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1254.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1255.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1256.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1257.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1258.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1259.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1260.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1261.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1262.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1263.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1264.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1265.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1266.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1267.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1268.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1269.             'Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationRepository' => ['privates''Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationRepository''getLineLoginIntegrationRepositoryService'true],
  1270.             'Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationSettingRepository' => ['privates''Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationSettingRepository''getLineLoginIntegrationSettingRepositoryService'true],
  1271.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1272.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1273.             'Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository' => ['privates''Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository''getMypageReceipt2FtConfigRepositoryService'true],
  1274.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1275.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1276.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1277.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1278.             'Plugin\\RecentlyViewedProducts\\Repository\\RecentlyViewedProductRepository' => ['privates''Plugin\\RecentlyViewedProducts\\Repository\\RecentlyViewedProductRepository''getRecentlyViewedProductRepositoryService'true],
  1279.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1280.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1281.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1282.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1283.             'Plugin\\UnderLimitQuantityDx\\Repository\\UnderLimitQuantityRepository' => ['privates''Plugin\\UnderLimitQuantityDx\\Repository\\UnderLimitQuantityRepository''getUnderLimitQuantityRepositoryService'true],
  1284.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository''getVt4gSubscProductOrderCmpMailInfoRepositoryService'true],
  1285.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository''getVt4gSubscProductRepositoryService'true],
  1286.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository''getVt4gSubscSaleTypeRepositoryService'true],
  1287.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository''getVt4gCsvResultLogRepositoryService'true],
  1288.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository''getVt4gOrderLogRepositoryService'true],
  1289.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository''getVt4gOrderPaymentRepositoryService'true],
  1290.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository''getVt4gPaymentMethodRepositoryService'true],
  1291.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository''getVt4gPaymentReqEventRepositoryService'true],
  1292.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository''getVt4gPaymentRequestItemRepositoryService'true],
  1293.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository''getVt4gPaymentRequestRepositoryService'true],
  1294.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository''getVt4gPluginRepositoryService'true],
  1295.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository''getVt4gSubscOrderItemRepositoryService'true],
  1296.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => ['privates''Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository''getVt4gSubscOrderRepositoryService'true],
  1297.         ], [
  1298.             'Customize\\Repository\\BoxSizeRepository' => '?',
  1299.             'Customize\\Repository\\CouponOrderRepository' => '?',
  1300.             'Customize\\Repository\\CouponRepository' => '?',
  1301.             'Customize\\Repository\\OrderRepository' => '?',
  1302.             'Customize\\Repository\\ProductRepository' => '?',
  1303.             'Customize\\Repository\\ShippingRateRepository' => '?',
  1304.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1305.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1306.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1307.             'Eccube\\Repository\\BlockRepository' => '?',
  1308.             'Eccube\\Repository\\CalendarRepository' => '?',
  1309.             'Eccube\\Repository\\CartItemRepository' => '?',
  1310.             'Eccube\\Repository\\CartRepository' => '?',
  1311.             'Eccube\\Repository\\CategoryRepository' => '?',
  1312.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1313.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1314.             'Eccube\\Repository\\CsvRepository' => '?',
  1315.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1316.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1317.             'Eccube\\Repository\\CustomerRepository' => '?',
  1318.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1319.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1320.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1321.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1322.             'Eccube\\Repository\\LayoutRepository' => '?',
  1323.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1324.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1325.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1326.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1327.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1328.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1329.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1330.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1331.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1332.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1333.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1334.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1335.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1336.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1337.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1338.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1339.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1340.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1341.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1342.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1343.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1344.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1345.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1346.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1347.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1348.             'Eccube\\Repository\\MemberRepository' => '?',
  1349.             'Eccube\\Repository\\NewsRepository' => '?',
  1350.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1351.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1352.             'Eccube\\Repository\\OrderRepository' => '?',
  1353.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1354.             'Eccube\\Repository\\PageRepository' => '?',
  1355.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1356.             'Eccube\\Repository\\PaymentRepository' => '?',
  1357.             'Eccube\\Repository\\PluginRepository' => '?',
  1358.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1359.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1360.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1361.             'Eccube\\Repository\\ProductRepository' => '?',
  1362.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1363.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1364.             'Eccube\\Repository\\ShippingRepository' => '?',
  1365.             'Eccube\\Repository\\TagRepository' => '?',
  1366.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1367.             'Eccube\\Repository\\TemplateRepository' => '?',
  1368.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1369.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1370.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1371.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1372.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1373.             'Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationRepository' => '?',
  1374.             'Plugin\\ECCUBE4LineLoginIntegration42\\Repository\\LineLoginIntegrationSettingRepository' => '?',
  1375.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1376.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1377.             'Plugin\\MypageReceipt2Ft\\Repository\\MypageReceipt2FtConfigRepository' => '?',
  1378.             'Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository' => '?',
  1379.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1380.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1381.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1382.             'Plugin\\RecentlyViewedProducts\\Repository\\RecentlyViewedProductRepository' => '?',
  1383.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1384.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1385.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1386.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1387.             'Plugin\\UnderLimitQuantityDx\\Repository\\UnderLimitQuantityRepository' => '?',
  1388.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductOrderCmpMailInfoRepository' => '?',
  1389.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscProductRepository' => '?',
  1390.             'Plugin\\VeriTrans4G2\\Repository\\Master\\Vt4gSubscSaleTypeRepository' => '?',
  1391.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gCsvResultLogRepository' => '?',
  1392.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderLogRepository' => '?',
  1393.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gOrderPaymentRepository' => '?',
  1394.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentMethodRepository' => '?',
  1395.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentReqEventRepository' => '?',
  1396.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestItemRepository' => '?',
  1397.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPaymentRequestRepository' => '?',
  1398.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gPluginRepository' => '?',
  1399.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderItemRepository' => '?',
  1400.             'Plugin\\VeriTrans4G2\\Repository\\Vt4gSubscOrderRepository' => '?',
  1401.         ])));
  1402.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1403.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1404.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1405.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1406.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1407.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1408.         return $instance;
  1409.     }
  1410.     /**
  1411.      * Gets the public 'event_dispatcher' shared service.
  1412.      *
  1413.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1414.      */
  1415.     protected function getEventDispatcherService()
  1416.     {
  1417.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1418.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1419.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1420.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1421.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1422.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1423.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1424.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1425.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1426.         $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())));
  1427.         $instance->addListener('kernel.request', [=> function () {
  1428.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1429.         }, => 'onKernelRequest'], 1024);
  1430.         $instance->addListener('kernel.controller', [=> function () {
  1431.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1432.         }, => 'onKernelController'], 0);
  1433.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1434.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1435.         }, => 'checkPassport'], 1024);
  1436.         $instance->addListener('kernel.response', [=> function () {
  1437.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1438.         }, => 'onKernelResponse'], 0);
  1439.         $instance->addListener('kernel.response', [=> function () {
  1440.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1441.         }, => 'onKernelResponse'], 0);
  1442.         $instance->addListener('kernel.request', [=> function () {
  1443.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1444.         }, => 'onKernelRequest'], 0);
  1445.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1446.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1447.         }, => 'onAuthorizationRequest'], 1024);
  1448.         $instance->addListener('kernel.controller', [=> function () {
  1449.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1450.         }, => 'onController'], 0);
  1451.         $instance->addListener('kernel.request', [=> function () {
  1452.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1453.         }, => 'onKernelRequest'], 512);
  1454.         $instance->addListener('kernel.request', [=> function () {
  1455.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1456.         }, => 'onKernelRequestEarly'], 500);
  1457.         $instance->addListener('kernel.request', [=> function () {
  1458.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1459.         }, => 'onKernelRequest'], 6);
  1460.         $instance->addListener('kernel.response', [=> function () {
  1461.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1462.         }, => 'onKernelResponse'], 0);
  1463.         $instance->addListener('kernel.controller', [=> function () {
  1464.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1465.         }, => 'onKernelController'], 0);
  1466.         $instance->addListener('kernel.terminate', [=> function () {
  1467.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1468.         }, => 'onKernelTerminate'], 0);
  1469.         $instance->addListener('kernel.exception', [=> function () {
  1470.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1471.         }, => 'onKernelException'], -4);
  1472.         $instance->addListener('security.interactive_login', [=> function () {
  1473.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1474.         }, => 'onInteractiveLogin'], 0);
  1475.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1476.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1477.         }, => 'onAuthenticationFailure'], 0);
  1478.         $instance->addListener('kernel.response', [=> function () {
  1479.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1480.         }, => 'onResponse'], 0);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1483.         }, => 'onKernelRequest'], 512);
  1484.         $instance->addListener('kernel.controller', [=> function () {
  1485.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1486.         }, => 'onController'], 0);
  1487.         $instance->addListener('kernel.request', [=> function () {
  1488.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1489.         }, => 'onKernelRequest'], 7);
  1490.         $instance->addListener('security.interactive_login', [=> function () {
  1491.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1492.         }, => 'onInteractiveLogin'], 0);
  1493.         $instance->addListener('security.authentication.failure', [=> function () {
  1494.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1495.         }, => 'onAuthenticationFailure'], 0);
  1496.         $instance->addListener('kernel.request', [=> function () {
  1497.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1498.         }, => 'onKernelRequest'], 0);
  1499.         $instance->addListener('kernel.exception', [=> function () {
  1500.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1501.         }, => 'onKernelException'], 0);
  1502.         $instance->addListener('kernel.terminate', [=> function () {
  1503.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1504.         }, => 'onKernelTerminate'], 0);
  1505.         $instance->addListener('kernel.request', [=> function () {
  1506.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1507.         }, => 'onKernelRequest'], 6);
  1508.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1509.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1510.         }, => 'onKernelController'], 7);
  1511.         $instance->addListener('form.pre_submit', [=> function () {
  1512.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1513.         }, => 'onPreSubmit'], 0);
  1514.         $instance->addListener('form.pre_submit', [=> function () {
  1515.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1516.         }, => 'purifySubmittedData'], 1000001);
  1517.         $instance->addListener('form.pre_submit', [=> function () {
  1518.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1519.         }, => 'onPreSubmit'], 0);
  1520.         $instance->addListener('workflow.order.completed', [=> function () {
  1521.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1522.         }, => 'onCompleted'], 0);
  1523.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1524.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1525.         }, => 'updatePaymentDate'], 0);
  1526.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1527.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1528.         }, => 'rollbackStock'], 0);
  1529.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1530.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1531.         }, => 'rollbackUsePoint'], 0);
  1532.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1533.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1534.         }, => 'commitStock'], 0);
  1535.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1536.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1537.         }, => 'commitUsePoint'], 0);
  1538.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1539.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1540.         }, => 'commitAddPoint'], 0);
  1541.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1542.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1543.         }, => 'rollbackUsePoint'], 0);
  1544.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1545.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1546.         }, => 'rollbackAddPoint'], 0);
  1547.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1548.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1549.         }, => 'commitUsePoint'], 0);
  1550.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1551.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1552.         }, => 'commitAddPoint'], 0);
  1553.         $instance->addListener('kernel.terminate', [=> function () {
  1554.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1555.         }, => 'disableMaintenanceEvent'], 0);
  1556.         $instance->addListener('kernel.terminate', [=> function () {
  1557.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1558.         }, => 'forceClearCache'], 0);
  1559.         $instance->addListener('Shopping/index.twig', [=> function () {
  1560.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1561.         }, => 'index'], 0);
  1562.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1563.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1564.         }, => 'index'], 0);
  1565.         $instance->addListener('Mypage/history.twig', [=> function () {
  1566.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1567.         }, => 'onRenderMypageHistory'], 0);
  1568.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1569.             return ($this->privates['Plugin\\Coupon42\\Event'] ?? $this->load('getEventService'));
  1570.         }, => 'onRenderAdminOrderEdit'], 0);
  1571.         $instance->addListener('Entry/index.twig', [=> function () {
  1572.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1573.         }, => 'onRenderEntryIndex'], 10);
  1574.         $instance->addListener('Entry/index.twig', [=> function () {
  1575.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1576.         }, => 'onRenderLineEntryButton'], -10);
  1577.         $instance->addListener('front.entry.index.complete', [=> function () {
  1578.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1579.         }, => 'onCompleteEntry'], 0);
  1580.         $instance->addListener('Entry/before.twig', [=> function () {
  1581.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1582.         }, => 'onRenderLineBeforeEntryButton'], 0);
  1583.         $instance->addListener('Mypage/login.twig', [=> function () {
  1584.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1585.         }, => 'onRenderLineLoginButton'], 0);
  1586.         $instance->addListener('Mypage/change.twig', [=> function () {
  1587.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1588.         }, => 'onRenderMypageChange'], 0);
  1589.         $instance->addListener('Shopping/login.twig', [=> function () {
  1590.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1591.         }, => 'onRenderShoppingLineLoginButton'], 0);
  1592.         $instance->addListener('Shopping/nonmember.twig', [=> function () {
  1593.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1594.         }, => 'onRenderNonmemberLineLoginButton'], 0);
  1595.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1596.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1597.         }, => 'onCompleteMypageChange'], 0);
  1598.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1599.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1600.         }, => 'onCompleteMypageWithdraw'], 0);
  1601.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1602.             return ($this->privates['Plugin\\ECCUBE4LineLoginIntegration42\\LineLoginIntegrationEvent'] ?? $this->load('getLineLoginIntegrationEventService'));
  1603.         }, => 'onCompleteCustomerEdit'], 0);
  1604.         $instance->addListener('Mypage/history.twig', [=> function () {
  1605.             return ($this->privates['Plugin\\MypageReceipt2Ft\\MypageReceipt2FtEvent'] ?? ($this->privates['Plugin\\MypageReceipt2Ft\\MypageReceipt2FtEvent'] = new \Plugin\MypageReceipt2Ft\MypageReceipt2FtEvent()));
  1606.         }, => 'onRenderMypageHistory'], 0);
  1607.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1608.             return ($this->privates['Plugin\\ProductDisplayRank42\\Event'] ?? ($this->privates['Plugin\\ProductDisplayRank42\\Event'] = new \Plugin\ProductDisplayRank42\Event()));
  1609.         }, => 'onAdminProductIndexTwig'], 0);
  1610.         $instance->addListener('security.interactive_login', [=> function () {
  1611.             return ($this->privates['Plugin\\RecentlyViewedProducts\\Event'] ?? $this->load('getEvent3Service'));
  1612.         }, => 'onInteractiveLogin'], 0);
  1613.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1614.             return ($this->privates['Plugin\\RecentlyViewedProducts\\Event'] ?? $this->load('getEvent3Service'));
  1615.         }, => 'onProductDetailInitialize'], 0);
  1616.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1617.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1618.         }, => 'onRenderAdminProduct'], 0);
  1619.         $instance->addListener('Product/detail.twig', [=> function () {
  1620.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1621.         }, => 'onRenderProductDetail'], 0);
  1622.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1623.             return ($this->privates['Plugin\\UnderLimitQuantityDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1624.         }, => 'onTemplateProductProduct'], 0);
  1625.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1626.             return ($this->privates['Plugin\\UnderLimitQuantityDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1627.         }, => 'onTemplateProductClassEdit'], -10);
  1628.         $instance->addListener('Product/list.twig', [=> function () {
  1629.             return ($this->privates['Plugin\\UnderLimitQuantityDx\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriber2Service'));
  1630.         }, => 'onTemplateProductList'], 0);
  1631.         $instance->addListener('Product/detail.twig', [=> function () {
  1632.             return ($this->privates['Plugin\\UnderLimitQuantityDx\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriber2Service'));
  1633.         }, => 'onTemplateProductDetail'], 0);
  1634.         $instance->addListener('front.product.cart.add.complete', [=> function () {
  1635.             return ($this->privates['Plugin\\UnderLimitQuantityDx\\EventSubscriber\\ProductEventSubscriber'] ?? $this->load('getProductEventSubscriber2Service'));
  1636.         }, => 'onFrontProductCartAddComplete'], -10);
  1637.         $instance->addListener('@admin/Setting/Shop/payment_edit.twig', [=> function () {
  1638.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1639.         }, => 'settingShopPaymentRenderBefore'], 0);
  1640.         $instance->addListener('@admin/Setting/Shop/payment.twig', [=> function () {
  1641.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1642.         }, => 'settingShopPaymentAddRegistBtnRenderBefore'], 0);
  1643.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1644.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1645.         }, => 'orderIndexRenderBefore'], 0);
  1646.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1647.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1648.         }, => 'orderEditRenderBefore'], 0);
  1649.         $instance->addListener('Mypage/index.twig', [=> function () {
  1650.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1651.         }, => 'myPageNaviRenderBefore'], 0);
  1652.         $instance->addListener('Mypage/history.twig', [=> function () {
  1653.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1654.         }, => 'myPageNaviRenderBefore'], 0);
  1655.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1656.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1657.         }, => 'myPageNaviRenderBefore'], 0);
  1658.         $instance->addListener('Mypage/change.twig', [=> function () {
  1659.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1660.         }, => 'myPageNaviRenderBefore'], 0);
  1661.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1662.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1663.         }, => 'myPageNaviRenderBefore'], 0);
  1664.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1665.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1666.         }, => 'myPageNaviRenderBefore'], 0);
  1667.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1668.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1669.         }, => 'myPageNaviRenderBefore'], 0);
  1670.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1671.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1672.         }, => 'myPageNaviRenderBefore'], 0);
  1673.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id.twig', [=> function () {
  1674.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1675.         }, => 'myPageNaviRenderBefore'], 0);
  1676.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade.twig', [=> function () {
  1677.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1678.         }, => 'myPageNaviRenderBefore'], 0);
  1679.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment.twig', [=> function () {
  1680.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1681.         }, => 'myPageNaviRenderBefore'], 0);
  1682.         $instance->addListener('VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history.twig', [=> function () {
  1683.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1684.         }, => 'myPageNaviRenderBefore'], 0);
  1685.         $instance->addListener('admin.setting.shop.payment.edit.complete', [=> function () {
  1686.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1687.         }, => 'settingShopPaymentEditComplete'], 0);
  1688.         $instance->addListener('mail.order', [=> function () {
  1689.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1690.         }, => 'sendOrderMailBefore'], 0);
  1691.         $instance->addListener('admin.order.mail.index.initialize', [=> function () {
  1692.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1693.         }, => 'adminOrderMailInitAfter'], 0);
  1694.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1695.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1696.         }, => 'adminOrderEditIndexComplete'], 0);
  1697.         $instance->addListener('Shopping/index.twig', [=> function () {
  1698.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1699.         }, => 'shoppingIndexRenderBefore'], 0);
  1700.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1701.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1702.         }, => 'shoppingConfirmRenderBefore'], 0);
  1703.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1704.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1705.         }, => 'frontMypageWithdrawComplete'], 0);
  1706.         $instance->addListener('admin.customer.delete.complete', [=> function () {
  1707.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1708.         }, => 'adminCustomerDeleteComplete'], 0);
  1709.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1710.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1711.         }, => 'adminCustomerEditIndexComplete'], 0);
  1712.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1713.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1714.         }, => 'adminCustomerEditRenderBefore'], 0);
  1715.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1716.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1717.         }, => 'adminCustomerCsvExport'], 0);
  1718.         $instance->addListener('front.mypage.mypage.index.search', [=> function () {
  1719.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1720.         }, => 'frontMypageIndexSearch'], 0);
  1721.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1722.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1723.         }, => 'adminProductEditComplete'], 0);
  1724.         $instance->addListener('admin.product.delete.complete', [=> function () {
  1725.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1726.         }, => 'adminProductDeleteComplete'], 0);
  1727.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1728.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1729.         }, => 'adminProductCopyComplete'], 0);
  1730.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1731.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1732.         }, => 'adminProductClassRenderBefore'], 0);
  1733.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1734.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1735.         }, => 'adminProductRenderBefore'], 0);
  1736.         $instance->addListener('Cart/index.twig', [=> function () {
  1737.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1738.         }, => 'cartRenderBefore'], 0);
  1739.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1740.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1741.         }, => 'adminOrderCsvExport'], 0);
  1742.         $instance->addListener('admin.order.csv.export.shipping', [=> function () {
  1743.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1744.         }, => 'adminOrderCsvExport'], 0);
  1745.         $instance->addListener('@admin/Setting/Shop/mail.twig', [=> function () {
  1746.             return ($this->privates['Plugin\\VeriTrans4G2\\EventListener\\Vt4gEvent'] ?? $this->load('getVt4gEventService'));
  1747.         }, => 'mailRenderBefore'], 0);
  1748.         $instance->addListener('Block/top_carousel.twig', [=> function () {
  1749.             return ($this->privates['Customize\\EventListener\\BlockEventSubscriber'] ?? $this->load('getBlockEventSubscriberService'));
  1750.         }, => 'onBlockTopCarousel'], 0);
  1751.         $instance->addListener('Block/top_carousel_sp.twig', [=> function () {
  1752.             return ($this->privates['Customize\\EventListener\\BlockEventSubscriber'] ?? $this->load('getBlockEventSubscriberService'));
  1753.         }, => 'onBlockTopCarouselSp'], 0);
  1754.         $instance->addListener('Block/feature_banner.twig', [=> function () {
  1755.             return ($this->privates['Customize\\EventListener\\BlockEventSubscriber'] ?? $this->load('getBlockEventSubscriberService'));
  1756.         }, => 'onBlockFeatureBanner'], 0);
  1757.         $instance->addListener('workflow.order.completed', [=> function () {
  1758.             return ($this->privates['Customize\\EventListener\\OrderDeliveredSubscriber'] ?? $this->load('getOrderDeliveredSubscriberService'));
  1759.         }, => 'onWorkflowCompleted'], 0);
  1760.         $instance->addListener('kernel.request', [=> function () {
  1761.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1762.         }, => 'onKernelRequest'], 4096);
  1763.         $instance->addListener('kernel.response', [=> function () {
  1764.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1765.         }, => 'onKernelResponse'], 0);
  1766.         $instance->addListener('kernel.response', [=> function () {
  1767.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1768.         }, => 'onKernelResponse'], -1024);
  1769.         $instance->addListener('kernel.request', [=> function () {
  1770.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1771.         }, => 'setDefaultLocale'], 100);
  1772.         $instance->addListener('kernel.request', [=> function () {
  1773.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1774.         }, => 'onKernelRequest'], 16);
  1775.         $instance->addListener('kernel.finish_request', [=> function () {
  1776.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1777.         }, => 'onKernelFinishRequest'], 0);
  1778.         $instance->addListener('kernel.request', [=> function () {
  1779.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1780.         }, => 'onKernelRequest'], 256);
  1781.         $instance->addListener('kernel.response', [=> function () {
  1782.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1783.         }, => 'onResponse'], -255);
  1784.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1785.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1786.         }, => 'onControllerArguments'], 0);
  1787.         $instance->addListener('kernel.exception', [=> function () {
  1788.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1789.         }, => 'logKernelException'], 0);
  1790.         $instance->addListener('kernel.exception', [=> function () {
  1791.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1792.         }, => 'onKernelException'], -128);
  1793.         $instance->addListener('kernel.response', [=> function () {
  1794.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1795.         }, => 'removeCspHeader'], -128);
  1796.         $instance->addListener('kernel.request', [=> function () {
  1797.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1798.         }, => 'onKernelRequest'], 15);
  1799.         $instance->addListener('kernel.finish_request', [=> function () {
  1800.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1801.         }, => 'onKernelFinishRequest'], -15);
  1802.         $instance->addListener('console.error', [=> function () {
  1803.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1804.         }, => 'onConsoleError'], -128);
  1805.         $instance->addListener('console.terminate', [=> function () {
  1806.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1807.         }, => 'onConsoleTerminate'], -128);
  1808.         $instance->addListener('console.error', [=> function () {
  1809.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1810.         }, => 'onConsoleError'], 0);
  1811.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1812.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1813.         }, => 'onMessage'], -255);
  1814.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1815.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1816.         }, => 'onMessage'], -255);
  1817.         $instance->addListener('kernel.response', [=> function () {
  1818.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  1819.         }, => 'onKernelResponse'], 0);
  1820.         $instance->addListener('kernel.request', [=> function () {
  1821.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  1822.         }, => 'onKernelRequest'], 48);
  1823.         $instance->addListener('kernel.request', [=> function () {
  1824.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1825.         }, => 'configure'], 2048);
  1826.         $instance->addListener('console.command', [=> function () {
  1827.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1828.         }, => 'configure'], 2048);
  1829.         $instance->addListener('kernel.request', [=> function () {
  1830.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1831.         }, => 'onKernelRequest'], 32);
  1832.         $instance->addListener('kernel.finish_request', [=> function () {
  1833.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1834.         }, => 'onKernelFinishRequest'], 0);
  1835.         $instance->addListener('kernel.exception', [=> function () {
  1836.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1837.         }, => 'onKernelException'], -64);
  1838.         $instance->addListener('kernel.request', [=> function () {
  1839.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1840.         }, => 'onKernelRequest'], 128);
  1841.         $instance->addListener('kernel.response', [=> function () {
  1842.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1843.         }, => 'onKernelResponse'], -1000);
  1844.         $instance->addListener('kernel.finish_request', [=> function () {
  1845.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1846.         }, => 'onFinishRequest'], 0);
  1847.         $instance->addListener('kernel.response', [=> function () {
  1848.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1849.         }, => 'onKernelResponse'], -100);
  1850.         $instance->addListener('kernel.exception', [=> function () {
  1851.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1852.         }, => 'onKernelException'], 0);
  1853.         $instance->addListener('kernel.terminate', [=> function () {
  1854.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1855.         }, => 'onKernelTerminate'], -1024);
  1856.         $instance->addListener('kernel.controller', [=> function () {
  1857.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1858.         }, => 'onKernelController'], 0);
  1859.         $instance->addListener('kernel.response', [=> function () {
  1860.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1861.         }, => 'onKernelResponse'], 0);
  1862.         $instance->addListener('kernel.response', [=> function () {
  1863.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1864.         }, => 'onKernelResponse'], 0);
  1865.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1866.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1867.         }, => 'checkPassport'], 0);
  1868.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1869.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1870.         }, => 'onLoginSuccess'], 0);
  1871.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1872.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1873.         }, => 'onVoterVote'], 0);
  1874.         $instance->addListener('kernel.request', [=> function () {
  1875.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1876.         }, => 'configureLogoutUrlGenerator'], 8);
  1877.         $instance->addListener('kernel.request', [=> function () {
  1878.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1879.         }, => 'onKernelRequest'], 8);
  1880.         $instance->addListener('kernel.finish_request', [=> function () {
  1881.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1882.         }, => 'onKernelFinishRequest'], 0);
  1883.         $instance->addListener('kernel.controller', [=> function () {
  1884.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1885.         }, => 'onKernelController'], 0);
  1886.         $instance->addListener('kernel.controller', [=> function () {
  1887.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1888.         }, => 'onKernelController'], 0);
  1889.         $instance->addListener('kernel.controller', [=> function () {
  1890.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1891.         }, => 'onKernelController'], -128);
  1892.         $instance->addListener('kernel.view', [=> function () {
  1893.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1894.         }, => 'onKernelView'], 0);
  1895.         $instance->addListener('kernel.controller', [=> function () {
  1896.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1897.         }, => 'onKernelController'], 0);
  1898.         $instance->addListener('kernel.response', [=> function () {
  1899.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1900.         }, => 'onKernelResponse'], 0);
  1901.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1902.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1903.         }, => 'onKernelControllerArguments'], 0);
  1904.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1905.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1906.         }, => 'onKernelControllerArguments'], 0);
  1907.         $instance->addListener('console.command', [=> function () {
  1908.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1909.         }, => 'onCommand'], 255);
  1910.         $instance->addListener('console.terminate', [=> function () {
  1911.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1912.         }, => 'onTerminate'], -255);
  1913.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1914.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1915.         }, => 'onMessage'], 0);
  1916.         $instance->addListener('console.command', [=> function () {
  1917.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1918.         }, => 'configure'], 1024);
  1919.         $instance->addListener('kernel.response', [=> function () {
  1920.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1921.         }, => 'onKernelResponse'], -128);
  1922.         $instance->addListener('console.error', [=> function () {
  1923.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1924.         }, => 'onConsoleError'], 0);
  1925.         $instance->addListener('console.terminate', [=> function () {
  1926.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1927.         }, => 'onConsoleTerminate'], 0);
  1928.         $instance->addListener('knp_pager.before', [=> function () {
  1929.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1930.         }, => 'before'], 0);
  1931.         $instance->addListener('knp_pager.pagination', [=> function () {
  1932.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  1933.         }, => 'pagination'], 0);
  1934.         $instance->addListener('knp_pager.before', [=> function () {
  1935.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  1936.         }, => 'before'], 1);
  1937.         $instance->addListener('knp_pager.before', [=> function () {
  1938.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  1939.         }, => 'before'], 1);
  1940.         $instance->addListener('knp_pager.pagination', [=> function () {
  1941.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1942.         }, => 'pagination'], 1);
  1943.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1944.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  1945.         }, => 'checkPassport'], 256);
  1946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1947.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1948.         }, => 'checkPassport'], 512);
  1949.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1950.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1951.         }, => 'onLogout'], 0);
  1952.         return $instance;
  1953.     }
  1954.     /**
  1955.      * Gets the public 'http_kernel' shared service.
  1956.      *
  1957.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1958.      */
  1959.     protected function getHttpKernelService()
  1960.     {
  1961.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1962.         if (isset($this->services['http_kernel'])) {
  1963.             return $this->services['http_kernel'];
  1964.         }
  1965.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1966.         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 () {
  1967.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1968.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1969.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1970.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1971.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1972.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1973.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1974.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1975.         }, 8)), $b));
  1976.     }
  1977.     /**
  1978.      * Gets the public 'request_stack' shared service.
  1979.      *
  1980.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1981.      */
  1982.     protected function getRequestStackService()
  1983.     {
  1984.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1985.     }
  1986.     /**
  1987.      * Gets the public 'router' shared service.
  1988.      *
  1989.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1990.      */
  1991.     protected function getRouterService()
  1992.     {
  1993.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1994.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1995.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1996.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1997.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1998.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1999.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2000.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2001.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2002.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2003.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2004.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2005.         ], [
  2006.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2007.         ]))->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'));
  2008.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2009.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the public 'translator' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2016.      */
  2017.     protected function getTranslatorService()
  2018.     {
  2019.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2020.     }
  2021.     /**
  2022.      * Gets the public 'var_dumper.cloner' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2025.      */
  2026.     protected function getVarDumper_ClonerService()
  2027.     {
  2028.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2029.         $instance->setMaxItems(2500);
  2030.         $instance->setMinDepth(1);
  2031.         $instance->setMaxString(-1);
  2032.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2033.         return $instance;
  2034.     }
  2035.     /**
  2036.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2037.      *
  2038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2039.      */
  2040.     protected function get_ServiceLocator_YP_F1XaService()
  2041.     {
  2042.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2043.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2044.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2045.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2046.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2047.         ], [
  2048.             'security.firewall.map.context.admin' => '?',
  2049.             'security.firewall.map.context.api' => '?',
  2050.             'security.firewall.map.context.customer' => '?',
  2051.             'security.firewall.map.context.dev' => '?',
  2052.         ]);
  2053.     }
  2054.     /**
  2055.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2056.      *
  2057.      * @return \Eccube\DataCollector\EccubeDataCollector
  2058.      */
  2059.     protected function getEccubeDataCollectorService()
  2060.     {
  2061.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2062.     }
  2063.     /**
  2064.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2065.      *
  2066.      * @return \Eccube\Doctrine\Query\Queries
  2067.      */
  2068.     protected function getQueriesService()
  2069.     {
  2070.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2071.         $a = ($this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService());
  2072.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2073.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\AdminProductDisplayCustomizer($a$b));
  2074.         $instance->addCustomizer(new \Plugin\ProductDisplayRank42\Repository\ProductDisplayCustomizer($a$b));
  2075.         return $instance;
  2076.     }
  2077.     /**
  2078.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2079.      *
  2080.      * @return \Eccube\EventListener\IpAddrListener
  2081.      */
  2082.     protected function getIpAddrListenerService()
  2083.     {
  2084.         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()));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2088.      *
  2089.      * @return \Eccube\EventListener\LogListener
  2090.      */
  2091.     protected function getLogListenerService()
  2092.     {
  2093.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2094.     }
  2095.     /**
  2096.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2097.      *
  2098.      * @return \Eccube\EventListener\MaintenanceListener
  2099.      */
  2100.     protected function getMaintenanceListenerService()
  2101.     {
  2102.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2103.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2104.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2105.         }
  2106.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2107.     }
  2108.     /**
  2109.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2110.      *
  2111.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2112.      */
  2113.     protected function getMobileTemplatePathListenerService()
  2114.     {
  2115.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2116.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2117.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2118.         }
  2119.         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))));
  2120.     }
  2121.     /**
  2122.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2123.      *
  2124.      * @return \Eccube\EventListener\RateLimiterListener
  2125.      */
  2126.     protected function getRateLimiterListenerService()
  2127.     {
  2128.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2129.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2130.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2131.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2132.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2133.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2134.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2135.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2136.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2137.             'limiter.vt4g_shopping_index_customer' => ['privates''limiter.vt4g_shopping_index_customer''getLimiter_Vt4gShoppingIndexCustomerService'true],
  2138.             'limiter.vt4g_shopping_index_ip' => ['privates''limiter.vt4g_shopping_index_ip''getLimiter_Vt4gShoppingIndexIpService'true],
  2139.         ], [
  2140.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2141.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2142.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2143.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2144.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2145.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2146.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2147.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2148.             'limiter.vt4g_shopping_index_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2149.             'limiter.vt4g_shopping_index_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2150.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2151.     }
  2152.     /**
  2153.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2154.      *
  2155.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2156.      */
  2157.     protected function getRestrictFileUploadListenerService()
  2158.     {
  2159.         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()));
  2160.     }
  2161.     /**
  2162.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2163.      *
  2164.      * @return \Eccube\EventListener\TransactionListener
  2165.      */
  2166.     protected function getTransactionListenerService()
  2167.     {
  2168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2169.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2170.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2171.         }
  2172.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2173.     }
  2174.     /**
  2175.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2176.      *
  2177.      * @return \Eccube\EventListener\TwigInitializeListener
  2178.      */
  2179.     protected function getTwigInitializeListenerService()
  2180.     {
  2181.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2182.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2183.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2184.         }
  2185.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2186.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2187.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2188.         }
  2189.         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);
  2190.     }
  2191.     /**
  2192.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2193.      *
  2194.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2195.      */
  2196.     protected function getTwoFactorAuthListenerService()
  2197.     {
  2198.         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()));
  2199.     }
  2200.     /**
  2201.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2202.      *
  2203.      * @return \Eccube\Log\Processor\SessionProcessor
  2204.      */
  2205.     protected function getSessionProcessorService()
  2206.     {
  2207.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2208.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2209.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2210.         }
  2211.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2212.     }
  2213.     /**
  2214.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2215.      *
  2216.      * @return \Eccube\Log\Processor\TokenProcessor
  2217.      */
  2218.     protected function getTokenProcessorService()
  2219.     {
  2220.         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()));
  2221.     }
  2222.     /**
  2223.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2224.      *
  2225.      * @return \Eccube\Repository\AuthorityRoleRepository
  2226.      */
  2227.     protected function getAuthorityRoleRepositoryService()
  2228.     {
  2229.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2230.     }
  2231.     /**
  2232.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2233.      *
  2234.      * @return \Eccube\Repository\BaseInfoRepository
  2235.      */
  2236.     protected function getBaseInfoRepositoryService()
  2237.     {
  2238.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2239.     }
  2240.     /**
  2241.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2242.      *
  2243.      * @return \Eccube\Repository\BlockPositionRepository
  2244.      */
  2245.     protected function getBlockPositionRepositoryService()
  2246.     {
  2247.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2248.     }
  2249.     /**
  2250.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2251.      *
  2252.      * @return \Eccube\Repository\BlockRepository
  2253.      */
  2254.     protected function getBlockRepositoryService()
  2255.     {
  2256.         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))));
  2257.     }
  2258.     /**
  2259.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2260.      *
  2261.      * @return \Eccube\Repository\CartRepository
  2262.      */
  2263.     protected function getCartRepositoryService()
  2264.     {
  2265.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2266.     }
  2267.     /**
  2268.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2269.      *
  2270.      * @return \Eccube\Repository\LayoutRepository
  2271.      */
  2272.     protected function getLayoutRepositoryService()
  2273.     {
  2274.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2275.     }
  2276.     /**
  2277.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2278.      *
  2279.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2280.      */
  2281.     protected function getDeviceTypeRepositoryService()
  2282.     {
  2283.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2284.     }
  2285.     /**
  2286.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2287.      *
  2288.      * @return \Eccube\Repository\OrderRepository
  2289.      */
  2290.     protected function getOrderRepositoryService()
  2291.     {
  2292.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2293.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2294.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2295.         }
  2296.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2297.     }
  2298.     /**
  2299.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2300.      *
  2301.      * @return \Eccube\Repository\PageLayoutRepository
  2302.      */
  2303.     protected function getPageLayoutRepositoryService()
  2304.     {
  2305.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2306.     }
  2307.     /**
  2308.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2309.      *
  2310.      * @return \Eccube\Repository\PageRepository
  2311.      */
  2312.     protected function getPageRepositoryService()
  2313.     {
  2314.         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);
  2315.     }
  2316.     /**
  2317.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2318.      *
  2319.      * @return \Eccube\Repository\ProductClassRepository
  2320.      */
  2321.     protected function getProductClassRepositoryService()
  2322.     {
  2323.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2324.     }
  2325.     /**
  2326.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2327.      *
  2328.      * @return \Eccube\Repository\ProductRepository
  2329.      */
  2330.     protected function getProductRepositoryService()
  2331.     {
  2332.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2333.         if (isset($this->privates['Eccube\\Repository\\ProductRepository'])) {
  2334.             return $this->privates['Eccube\\Repository\\ProductRepository'];
  2335.         }
  2336.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2337.     }
  2338.     /**
  2339.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2340.      *
  2341.      * @return \Eccube\Repository\TaxRuleRepository
  2342.      */
  2343.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2344.     {
  2345.         if ($lazyLoad) {
  2346.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2347.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2348.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2349.                     $proxy->setProxyInitializer(null);
  2350.                     return true;
  2351.                 });
  2352.             });
  2353.         }
  2354.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2355.         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))));
  2356.     }
  2357.     /**
  2358.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2359.      *
  2360.      * @return \Eccube\Request\Context
  2361.      */
  2362.     protected function getContextService()
  2363.     {
  2364.         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()));
  2365.     }
  2366.     /**
  2367.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2368.      *
  2369.      * @return \Eccube\Service\CartService
  2370.      */
  2371.     protected function getCartServiceService($lazyLoad true)
  2372.     {
  2373.         if ($lazyLoad) {
  2374.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2375.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2376.                     $wrappedInstance $this->getCartServiceService(false);
  2377.                     $proxy->setProxyInitializer(null);
  2378.                     return true;
  2379.                 });
  2380.             });
  2381.         }
  2382.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2383.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2384.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2385.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2386.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2387.         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()));
  2388.     }
  2389.     /**
  2390.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2391.      *
  2392.      * @return \Eccube\Service\TwoFactorAuthService
  2393.      */
  2394.     protected function getTwoFactorAuthServiceService()
  2395.     {
  2396.         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())));
  2397.     }
  2398.     /**
  2399.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2400.      *
  2401.      * @return \Eccube\Twig\Extension\EccubeExtension
  2402.      */
  2403.     protected function getEccubeExtensionService()
  2404.     {
  2405.         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()));
  2406.     }
  2407.     /**
  2408.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2409.      *
  2410.      * @return \Eccube\Twig\Extension\TaxExtension
  2411.      */
  2412.     protected function getTaxExtensionService()
  2413.     {
  2414.         $a = ($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2415.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2416.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2417.         }
  2418.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2419.     }
  2420.     /**
  2421.      * Gets the private 'Plugin\ProductDisplayRank42\Repository\ConfigRepository' shared autowired service.
  2422.      *
  2423.      * @return \Plugin\ProductDisplayRank42\Repository\ConfigRepository
  2424.      */
  2425.     protected function getConfigRepositoryService()
  2426.     {
  2427.         return $this->privates['Plugin\\ProductDisplayRank42\\Repository\\ConfigRepository'] = new \Plugin\ProductDisplayRank42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2428.     }
  2429.     /**
  2430.      * Gets the private 'Plugin\UnderLimitQuantityDx\Service\UnderLimitQuantityService' shared autowired service.
  2431.      *
  2432.      * @return \Plugin\UnderLimitQuantityDx\Service\UnderLimitQuantityService
  2433.      */
  2434.     protected function getUnderLimitQuantityServiceService()
  2435.     {
  2436.         $a = ($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService());
  2437.         if (isset($this->privates['Plugin\\UnderLimitQuantityDx\\Service\\UnderLimitQuantityService'])) {
  2438.             return $this->privates['Plugin\\UnderLimitQuantityDx\\Service\\UnderLimitQuantityService'];
  2439.         }
  2440.         return $this->privates['Plugin\\UnderLimitQuantityDx\\Service\\UnderLimitQuantityService'] = new \Plugin\UnderLimitQuantityDx\Service\UnderLimitQuantityService($a);
  2441.     }
  2442.     /**
  2443.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2444.      *
  2445.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2446.      */
  2447.     protected function getWebProcessorService()
  2448.     {
  2449.         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']);
  2450.     }
  2451.     /**
  2452.      * Gets the private 'annotations.cache_adapter' shared service.
  2453.      *
  2454.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2455.      */
  2456.     protected function getAnnotations_CacheAdapterService()
  2457.     {
  2458.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2459.     }
  2460.     /**
  2461.      * Gets the private 'annotations.cached_reader' shared service.
  2462.      *
  2463.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2464.      */
  2465.     protected function getAnnotations_CachedReaderService()
  2466.     {
  2467.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2468.     }
  2469.     /**
  2470.      * Gets the private 'annotations.reader' shared service.
  2471.      *
  2472.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2473.      */
  2474.     protected function getAnnotations_ReaderService()
  2475.     {
  2476.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2477.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2478.         $a->registerUniqueLoader('class_exists');
  2479.         $instance->addGlobalIgnoredName('required'$a);
  2480.         return $instance;
  2481.     }
  2482.     /**
  2483.      * Gets the private 'assets.context' shared service.
  2484.      *
  2485.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2486.      */
  2487.     protected function getAssets_ContextService()
  2488.     {
  2489.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2490.         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());
  2491.     }
  2492.     /**
  2493.      * Gets the private 'cache.annotations' shared service.
  2494.      *
  2495.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2496.      */
  2497.     protected function getCache_AnnotationsService()
  2498.     {
  2499.         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())));
  2500.     }
  2501.     /**
  2502.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2505.      */
  2506.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2507.     {
  2508.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2509.     }
  2510.     /**
  2511.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2512.      *
  2513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2514.      */
  2515.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2516.     {
  2517.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2518.     }
  2519.     /**
  2520.      * Gets the private 'cache.property_info' shared service.
  2521.      *
  2522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2523.      */
  2524.     protected function getCache_PropertyInfoService()
  2525.     {
  2526.         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())));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'cache.security_expression_language' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2532.      */
  2533.     protected function getCache_SecurityExpressionLanguageService()
  2534.     {
  2535.         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())));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'cache.security_token_verifier' shared service.
  2539.      *
  2540.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2541.      */
  2542.     protected function getCache_SecurityTokenVerifierService()
  2543.     {
  2544.         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())));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'cache.serializer' shared service.
  2548.      *
  2549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2550.      */
  2551.     protected function getCache_SerializerService()
  2552.     {
  2553.         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())));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'cache.validator' shared service.
  2557.      *
  2558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2559.      */
  2560.     protected function getCache_ValidatorService()
  2561.     {
  2562.         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())));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'config_cache_factory' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2568.      */
  2569.     protected function getConfigCacheFactoryService()
  2570.     {
  2571.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2572.             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)));
  2573.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2574.         }, 2));
  2575.     }
  2576.     /**
  2577.      * Gets the private 'data_collector.form' shared service.
  2578.      *
  2579.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2580.      */
  2581.     protected function getDataCollector_FormService()
  2582.     {
  2583.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2584.     }
  2585.     /**
  2586.      * Gets the private 'data_collector.request' shared service.
  2587.      *
  2588.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2589.      */
  2590.     protected function getDataCollector_RequestService()
  2591.     {
  2592.         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())));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2596.      *
  2597.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2598.      */
  2599.     protected function getDebug_DebugHandlersListenerService()
  2600.     {
  2601.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2602.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2603.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2604.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2605.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2606.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2607.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2608.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2609.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2610.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2611.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2612.     }
  2613.     /**
  2614.      * Gets the private 'debug.file_link_formatter' shared service.
  2615.      *
  2616.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2617.      */
  2618.     protected function getDebug_FileLinkFormatterService()
  2619.     {
  2620.         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 () {
  2621.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2622.         });
  2623.     }
  2624.     /**
  2625.      * Gets the private 'debug.log_processor' shared service.
  2626.      *
  2627.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2628.      */
  2629.     protected function getDebug_LogProcessorService()
  2630.     {
  2631.         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())));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2637.      */
  2638.     protected function getDebug_Security_Access_DecisionManagerService()
  2639.     {
  2640.         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 () {
  2641.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2642.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2643.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2644.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2645.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2646.     }
  2647.     /**
  2648.      * Gets the private 'debug.security.firewall' shared service.
  2649.      *
  2650.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2651.      */
  2652.     protected function getDebug_Security_FirewallService()
  2653.     {
  2654.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2655.         if (isset($this->privates['debug.security.firewall'])) {
  2656.             return $this->privates['debug.security.firewall'];
  2657.         }
  2658.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2659.         if (isset($this->privates['debug.security.firewall'])) {
  2660.             return $this->privates['debug.security.firewall'];
  2661.         }
  2662.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2663.     }
  2664.     /**
  2665.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2666.      *
  2667.      * @return \Doctrine\Migrations\DependencyFactory
  2668.      */
  2669.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2670.     {
  2671.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2672.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2673.         $a->setAllOrNothing(false);
  2674.         $a->setCheckDatabasePlatform(true);
  2675.         $a->setTransactional(true);
  2676.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2677.         $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()));
  2678.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2679.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2680.         });
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the private 'eccube.collector.core' shared autowired service.
  2685.      *
  2686.      * @return \Eccube\DataCollector\EccubeDataCollector
  2687.      */
  2688.     protected function getEccube_Collector_CoreService()
  2689.     {
  2690.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2691.     }
  2692.     /**
  2693.      * Gets the private 'esi_listener' shared service.
  2694.      *
  2695.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2696.      */
  2697.     protected function getEsiListenerService()
  2698.     {
  2699.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2700.     }
  2701.     /**
  2702.      * Gets the private 'exception_listener' shared service.
  2703.      *
  2704.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2705.      */
  2706.     protected function getExceptionListenerService()
  2707.     {
  2708.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2709.     }
  2710.     /**
  2711.      * Gets the private 'fragment.listener' shared service.
  2712.      *
  2713.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2714.      */
  2715.     protected function getFragment_ListenerService()
  2716.     {
  2717.         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');
  2718.     }
  2719.     /**
  2720.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2721.      *
  2722.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2723.      */
  2724.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2725.     {
  2726.         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())));
  2727.     }
  2728.     /**
  2729.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2730.      *
  2731.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2732.      */
  2733.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2734.     {
  2735.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2736.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  2737.             return $this->privates['framework_extra_bundle.event.is_granted'];
  2738.         }
  2739.         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);
  2740.     }
  2741.     /**
  2742.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2743.      *
  2744.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2745.      */
  2746.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2747.     {
  2748.         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]);
  2749.     }
  2750.     /**
  2751.      * Gets the private 'locale_aware_listener' shared service.
  2752.      *
  2753.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2754.      */
  2755.     protected function getLocaleAwareListenerService()
  2756.     {
  2757.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2758.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2759.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2760.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2761.     }
  2762.     /**
  2763.      * Gets the private 'locale_listener' shared service.
  2764.      *
  2765.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2766.      */
  2767.     protected function getLocaleListenerService()
  2768.     {
  2769.         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, []);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'monolog.handler.buffered' shared service.
  2773.      *
  2774.      * @return \Monolog\Handler\BufferHandler
  2775.      */
  2776.     protected function getMonolog_Handler_BufferedService()
  2777.     {
  2778.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2779.     }
  2780.     /**
  2781.      * Gets the private 'monolog.handler.console' shared service.
  2782.      *
  2783.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2784.      */
  2785.     protected function getMonolog_Handler_ConsoleService()
  2786.     {
  2787.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2788.     }
  2789.     /**
  2790.      * Gets the private 'monolog.logger' shared service.
  2791.      *
  2792.      * @return \Symfony\Bridge\Monolog\Logger
  2793.      */
  2794.     protected function getMonolog_LoggerService()
  2795.     {
  2796.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2797.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2798.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2799.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2800.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2801.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2802.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2803.         $instance->useMicrosecondTimestamps(true);
  2804.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2805.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2806.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2807.         return $instance;
  2808.     }
  2809.     /**
  2810.      * Gets the private 'monolog.logger.cache' shared service.
  2811.      *
  2812.      * @return \Symfony\Bridge\Monolog\Logger
  2813.      */
  2814.     protected function getMonolog_Logger_CacheService()
  2815.     {
  2816.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2817.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2818.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2819.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2820.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2821.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2822.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2823.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2824.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2826.         return $instance;
  2827.     }
  2828.     /**
  2829.      * Gets the private 'monolog.logger.request' shared service.
  2830.      *
  2831.      * @return \Symfony\Bridge\Monolog\Logger
  2832.      */
  2833.     protected function getMonolog_Logger_RequestService()
  2834.     {
  2835.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2836.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2837.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2838.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2839.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2840.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2841.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2842.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2843.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2844.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2845.         return $instance;
  2846.     }
  2847.     /**
  2848.      * Gets the private 'monolog.logger.security' shared service.
  2849.      *
  2850.      * @return \Symfony\Bridge\Monolog\Logger
  2851.      */
  2852.     protected function getMonolog_Logger_SecurityService()
  2853.     {
  2854.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2855.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2856.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2857.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2858.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2859.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2860.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2861.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2862.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2863.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2864.         return $instance;
  2865.     }
  2866.     /**
  2867.      * Gets the private 'parameter_bag' shared service.
  2868.      *
  2869.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2870.      */
  2871.     protected function getParameterBagService()
  2872.     {
  2873.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2874.     }
  2875.     /**
  2876.      * Gets the private 'profiler_listener' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2879.      */
  2880.     protected function getProfilerListenerService()
  2881.     {
  2882.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2883.         if (isset($this->privates['profiler_listener'])) {
  2884.             return $this->privates['profiler_listener'];
  2885.         }
  2886.         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);
  2887.     }
  2888.     /**
  2889.      * Gets the private 'property_info' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2892.      */
  2893.     protected function getPropertyInfoService()
  2894.     {
  2895.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2896.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2897.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2898.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2899.         }, 3), new RewindableGenerator(function () {
  2900.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2901.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2902.         }, 2), new RewindableGenerator(function () {
  2903.             return new \EmptyIterator();
  2904.         }, 0), new RewindableGenerator(function () {
  2905.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2906.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2907.         }, 2), new RewindableGenerator(function () {
  2908.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2909.         }, 1));
  2910.     }
  2911.     /**
  2912.      * Gets the private 'rate_limiter.cache' shared service.
  2913.      *
  2914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2915.      */
  2916.     protected function getRateLimiter_CacheService()
  2917.     {
  2918.         $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))));
  2919.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2920.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2921.     }
  2922.     /**
  2923.      * Gets the private 'router.expression_language_provider' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2926.      */
  2927.     protected function getRouter_ExpressionLanguageProviderService()
  2928.     {
  2929.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2930.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2931.         ], [
  2932.             'env' => 'Closure',
  2933.         ]));
  2934.     }
  2935.     /**
  2936.      * Gets the private 'router.request_context' shared service.
  2937.      *
  2938.      * @return \Symfony\Component\Routing\RequestContext
  2939.      */
  2940.     protected function getRouter_RequestContextService()
  2941.     {
  2942.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2943.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the private 'router_listener' shared service.
  2948.      *
  2949.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2950.      */
  2951.     protected function getRouterListenerService()
  2952.     {
  2953.         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);
  2954.     }
  2955.     /**
  2956.      * Gets the private 'security.context_listener.0' shared service.
  2957.      *
  2958.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2959.      */
  2960.     protected function getSecurity_ContextListener_0Service()
  2961.     {
  2962.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  2963.         if (isset($this->privates['security.context_listener.0'])) {
  2964.             return $this->privates['security.context_listener.0'];
  2965.         }
  2966.         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 () {
  2967.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2968.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2969.         }, 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']);
  2970.     }
  2971.     /**
  2972.      * Gets the private 'security.context_listener.1' shared service.
  2973.      *
  2974.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2975.      */
  2976.     protected function getSecurity_ContextListener_1Service()
  2977.     {
  2978.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  2979.         if (isset($this->privates['security.context_listener.1'])) {
  2980.             return $this->privates['security.context_listener.1'];
  2981.         }
  2982.         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 () {
  2983.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  2984.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  2985.         }, 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']);
  2986.     }
  2987.     /**
  2988.      * Gets the private 'security.csrf.token_storage' shared service.
  2989.      *
  2990.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  2991.      */
  2992.     protected function getSecurity_Csrf_TokenStorageService()
  2993.     {
  2994.         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())));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'security.event_dispatcher.admin' shared service.
  2998.      *
  2999.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3000.      */
  3001.     protected function getSecurity_EventDispatcher_AdminService()
  3002.     {
  3003.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3004.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3005.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3006.         }, => 'checkPassport'], 2048);
  3007.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3008.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3009.         }, => 'onSuccessfulLogin'], 0);
  3010.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3011.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3012.         }, => 'onLogout'], 0);
  3013.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3014.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3015.         }, => 'onLogout'], 0);
  3016.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3017.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3018.         }, => 'checkPassport'], 2080);
  3019.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3020.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3021.         }, => 'onSuccessfulLogin'], 0);
  3022.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3023.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3024.         }, => 'preCheckCredentials'], 256);
  3025.         $instance->addListener('security.authentication.success', [=> function () {
  3026.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3027.         }, => 'postCheckCredentials'], 256);
  3028.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3029.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3030.         }, => 'checkPassport'], 1024);
  3031.         $instance->addListener('security.interactive_login', [=> function () {
  3032.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3033.         }, => 'onInteractiveLogin'], 0);
  3034.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3035.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3036.         }, => 'onAuthenticationFailure'], 0);
  3037.         $instance->addListener('security.interactive_login', [=> function () {
  3038.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3039.         }, => 'onInteractiveLogin'], 0);
  3040.         $instance->addListener('security.interactive_login', [=> function () {
  3041.             return ($this->privates['Plugin\\RecentlyViewedProducts\\Event'] ?? $this->load('getEvent3Service'));
  3042.         }, => 'onInteractiveLogin'], 0);
  3043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3044.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3045.         }, => 'checkPassport'], 0);
  3046.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3047.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3048.         }, => 'onLoginSuccess'], 0);
  3049.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3050.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3051.         }, => 'checkPassport'], 256);
  3052.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3053.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3054.         }, => 'checkPassport'], 512);
  3055.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3056.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3057.         }, => 'onLogout'], 0);
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3062.      *
  3063.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3064.      */
  3065.     protected function getSecurity_EventDispatcher_CustomerService()
  3066.     {
  3067.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3068.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3069.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3070.         }, => 'checkPassport'], 2048);
  3071.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3072.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3073.         }, => 'onSuccessfulLogin'], 0);
  3074.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3075.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3076.         }, => 'onLogout'], 64);
  3077.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3078.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3079.         }, => 'onLogout'], 0);
  3080.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3081.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3082.         }, => 'checkPassport'], 2080);
  3083.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3084.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3085.         }, => 'onSuccessfulLogin'], 0);
  3086.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3087.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3088.         }, => 'onSuccessfulLogin'], -32);
  3089.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3090.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3091.         }, => 'onSuccessfulLogin'], -64);
  3092.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3093.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3094.         }, => 'clearCookie'], 0);
  3095.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3096.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3097.         }, => 'clearCookie'], 0);
  3098.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3099.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3100.         }, => 'clearCookie'], 0);
  3101.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3102.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3103.         }, => 'preCheckCredentials'], 256);
  3104.         $instance->addListener('security.authentication.success', [=> function () {
  3105.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3106.         }, => 'postCheckCredentials'], 256);
  3107.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3108.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3109.         }, => 'checkPassport'], 1024);
  3110.         $instance->addListener('security.interactive_login', [=> function () {
  3111.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3112.         }, => 'onInteractiveLogin'], 0);
  3113.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3114.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3115.         }, => 'onAuthenticationFailure'], 0);
  3116.         $instance->addListener('security.interactive_login', [=> function () {
  3117.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3118.         }, => 'onInteractiveLogin'], 0);
  3119.         $instance->addListener('security.interactive_login', [=> function () {
  3120.             return ($this->privates['Plugin\\RecentlyViewedProducts\\Event'] ?? $this->load('getEvent3Service'));
  3121.         }, => 'onInteractiveLogin'], 0);
  3122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3123.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3124.         }, => 'checkPassport'], 0);
  3125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3126.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3127.         }, => 'onLoginSuccess'], 0);
  3128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3129.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3130.         }, => 'checkPassport'], 256);
  3131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3132.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3133.         }, => 'checkPassport'], 512);
  3134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3135.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3136.         }, => 'onLogout'], 0);
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the private 'security.firewall.map' shared service.
  3141.      *
  3142.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3143.      */
  3144.     protected function getSecurity_Firewall_MapService()
  3145.     {
  3146.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3147.         if (isset($this->privates['security.firewall.map'])) {
  3148.             return $this->privates['security.firewall.map'];
  3149.         }
  3150.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3151.             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)/')));
  3152.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3153.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.FlaMlOO'] ?? ($this->privates['.security.request_matcher.FlaMlOO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3154.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3155.         }, 4));
  3156.     }
  3157.     /**
  3158.      * Gets the private 'security.logout_url_generator' shared service.
  3159.      *
  3160.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3161.      */
  3162.     protected function getSecurity_LogoutUrlGeneratorService()
  3163.     {
  3164.         $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()));
  3165.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3166.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3167.         return $instance;
  3168.     }
  3169.     /**
  3170.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3171.      *
  3172.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3173.      */
  3174.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3175.     {
  3176.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3177.     }
  3178.     /**
  3179.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3180.      *
  3181.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3182.      */
  3183.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3184.     {
  3185.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3186.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3187.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3188.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3189.     }
  3190.     /**
  3191.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3192.      *
  3193.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3194.      */
  3195.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3196.     {
  3197.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3198.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3199.             return $this->privates['sensio_framework_extra.security.listener'];
  3200.         }
  3201.         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()));
  3202.     }
  3203.     /**
  3204.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3205.      *
  3206.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3207.      */
  3208.     protected function getSensioFrameworkExtra_View_ListenerService()
  3209.     {
  3210.         $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))));
  3211.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3212.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3213.         ], [
  3214.             'twig' => '?',
  3215.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3216.         return $instance;
  3217.     }
  3218.     /**
  3219.      * Gets the private 'session.factory' shared service.
  3220.      *
  3221.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3222.      */
  3223.     protected function getSession_FactoryService()
  3224.     {
  3225.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3226.         if (isset($this->privates['session.factory'])) {
  3227.             return $this->privates['session.factory'];
  3228.         }
  3229.         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']);
  3230.     }
  3231.     /**
  3232.      * Gets the private 'session_listener' shared service.
  3233.      *
  3234.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3235.      */
  3236.     protected function getSessionListenerService()
  3237.     {
  3238.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3239.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3240.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3241.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3242.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3243.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3244.         ], [
  3245.             'initialized_session' => '?',
  3246.             'logger' => '?',
  3247.             'session' => '?',
  3248.             'session_collector' => '?',
  3249.             'session_factory' => '?',
  3250.         ]), true$this->getParameter('session.storage.options'));
  3251.     }
  3252.     /**
  3253.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3254.      *
  3255.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3256.      */
  3257.     protected function getStateMachine_Order_MetadataStoreService()
  3258.     {
  3259.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3260.     }
  3261.     /**
  3262.      * Gets the private 'translator.default' shared service.
  3263.      *
  3264.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3265.      */
  3266.     protected function getTranslator_DefaultService()
  3267.     {
  3268.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3269.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3270.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3271.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3272.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3273.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3274.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3275.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3276.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3277.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3278.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3279.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3280.         ], [
  3281.             'translation.loader.csv' => '?',
  3282.             'translation.loader.dat' => '?',
  3283.             'translation.loader.ini' => '?',
  3284.             'translation.loader.json' => '?',
  3285.             'translation.loader.mo' => '?',
  3286.             'translation.loader.php' => '?',
  3287.             'translation.loader.po' => '?',
  3288.             'translation.loader.qt' => '?',
  3289.             'translation.loader.res' => '?',
  3290.             'translation.loader.xliff' => '?',
  3291.             'translation.loader.yml' => '?',
  3292.         ]), 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/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration42/Resource/locale/message.ja.yml'), 10 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale/validators.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/RecentlyViewedProducts/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Resource/locale/messages.ja.php'), 14 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 15 => (\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')], 'yml' => [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale/messages.ja.yml.20251104')], 'php' => [=> (\dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Resource/locale/messages.ja.php.20251009')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Coupon42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductDisplayRank42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineLoginIntegration42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/VeriTrans4G2/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/RecentlyViewedProducts/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/UnderLimitQuantityDx/Resource/locale'), 12 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 13 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 14 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 27 => (\dirname(__DIR__4).'/src/Eccube/translations'), 28 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/Coupon42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/ProductDisplayRank42/Resource/locale'=> 'app/Plugin/ECCUBE4LineLoginIntegration42/Resource/locale'=> 'app/Plugin/VeriTrans4G2/Resource/locale'10 => 'app/Plugin/RecentlyViewedProducts/Resource/locale'11 => 'app/Plugin/UnderLimitQuantityDx/Resource/locale'12 => 'src/Eccube/Resource/locale/'13 => 'app/Customize/Resource/locale/'14 => 'vendor/symfony/framework-bundle/translations'15 => 'vendor/symfony/security-bundle/translations'16 => 'vendor/doctrine/doctrine-bundle/translations'17 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'18 => 'vendor/sensio/framework-extra-bundle/src/translations'19 => 'vendor/symfony/monolog-bundle/translations'20 => 'vendor/symfony/twig-bundle/translations'21 => 'vendor/symfony/debug-bundle/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'vendor/symfony/maker-bundle/src/translations'24 => 'vendor/exercise/htmlpurifier-bundle/src/translations'25 => 'vendor/doctrine/doctrine-migrations-bundle/translations'26 => 'vendor/twig/extra-bundle/translations'27 => 'src/Eccube/translations'28 => 'app/Plugin/Api42/Bundle/translations'29 => 'vendor/league/oauth2-server-bundle/src/translations'30 => 'translations']]], []);
  3293.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3294.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3295.         return $instance;
  3296.     }
  3297.     /**
  3298.      * Gets the private 'validator.builder' shared service.
  3299.      *
  3300.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3301.      */
  3302.     protected function getValidator_BuilderService()
  3303.     {
  3304.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3305.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3306.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3307.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3308.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3309.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator''getContainsPushUrlValidatorService'true],
  3310.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator''getContainsRecaptchaValidatorService'true],
  3311.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator''getContainsUsedMailFlgValidatorService'true],
  3312.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => ['privates''Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator''getContainsVeritransIdPrefixValidatorService'true],
  3313.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3314.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3315.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3316.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3317.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3318.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3319.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3320.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3321.         ], [
  3322.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3323.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3324.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsPushUrlValidator' => '?',
  3325.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsRecaptchaValidator' => '?',
  3326.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsUsedMailFlgValidator' => '?',
  3327.             'Plugin\\VeriTrans4G2\\Form\\Constraint\\ContainsVeritransIdPrefixValidator' => '?',
  3328.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3329.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3330.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3331.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3332.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3333.             'doctrine.orm.validator.unique' => '?',
  3334.             'security.validator.user_password' => '?',
  3335.             'validator.expression' => '?',
  3336.         ])));
  3337.         if ($this->has('translator')) {
  3338.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3339.         }
  3340.         $instance->setTranslationDomain('validators');
  3341.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3342.         $instance->enableAnnotationMapping(true);
  3343.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3344.         $instance->addMethodMapping('loadValidatorMetadata');
  3345.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3346.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3347.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3348.         return $instance;
  3349.     }
  3350.     /**
  3351.      * Gets the private 'var_dumper.html_dumper' shared service.
  3352.      *
  3353.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3354.      */
  3355.     protected function getVarDumper_HtmlDumperService()
  3356.     {
  3357.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3358.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3359.         return $instance;
  3360.     }
  3361.     /**
  3362.      * Gets the private 'web_profiler.csp.handler' shared service.
  3363.      *
  3364.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3365.      */
  3366.     protected function getWebProfiler_Csp_HandlerService()
  3367.     {
  3368.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3369.     }
  3370.     /**
  3371.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3372.      *
  3373.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3374.      */
  3375.     protected function getWebProfiler_DebugToolbarService()
  3376.     {
  3377.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3378.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3379.             return $this->privates['web_profiler.debug_toolbar'];
  3380.         }
  3381.         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()));
  3382.     }
  3383.     /**
  3384.      * Gets the public 'cache_clearer' alias.
  3385.      *
  3386.      * @return object The ".container.private.cache_clearer" service.
  3387.      */
  3388.     protected function getCacheClearerService()
  3389.     {
  3390.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3391.         return $this->get('.container.private.cache_clearer');
  3392.     }
  3393.     /**
  3394.      * Gets the public 'filesystem' alias.
  3395.      *
  3396.      * @return object The ".container.private.filesystem" service.
  3397.      */
  3398.     protected function getFilesystemService()
  3399.     {
  3400.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3401.         return $this->get('.container.private.filesystem');
  3402.     }
  3403.     /**
  3404.      * Gets the public 'state_machine.order' alias.
  3405.      *
  3406.      * @return object The ".container.private.state_machine.order" service.
  3407.      */
  3408.     protected function getStateMachine_OrderService()
  3409.     {
  3410.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3411.         return $this->get('.container.private.state_machine.order');
  3412.     }
  3413.     /**
  3414.      * Gets the public 'serializer' alias.
  3415.      *
  3416.      * @return object The ".container.private.serializer" service.
  3417.      */
  3418.     protected function getSerializerService()
  3419.     {
  3420.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3421.         return $this->get('.container.private.serializer');
  3422.     }
  3423.     /**
  3424.      * Gets the public 'security.csrf.token_manager' alias.
  3425.      *
  3426.      * @return object The ".container.private.security.csrf.token_manager" service.
  3427.      */
  3428.     protected function getSecurity_Csrf_TokenManagerService()
  3429.     {
  3430.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3431.         return $this->get('.container.private.security.csrf.token_manager');
  3432.     }
  3433.     /**
  3434.      * Gets the public 'form.factory' alias.
  3435.      *
  3436.      * @return object The ".container.private.form.factory" service.
  3437.      */
  3438.     protected function getForm_FactoryService()
  3439.     {
  3440.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3441.         return $this->get('.container.private.form.factory');
  3442.     }
  3443.     /**
  3444.      * Gets the public 'form.type.file' alias.
  3445.      *
  3446.      * @return object The ".container.private.form.type.file" service.
  3447.      */
  3448.     protected function getForm_Type_FileService()
  3449.     {
  3450.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3451.         return $this->get('.container.private.form.type.file');
  3452.     }
  3453.     /**
  3454.      * Gets the public 'profiler' alias.
  3455.      *
  3456.      * @return object The ".container.private.profiler" service.
  3457.      */
  3458.     protected function getProfilerService()
  3459.     {
  3460.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3461.         return $this->get('.container.private.profiler');
  3462.     }
  3463.     /**
  3464.      * Gets the public 'security.authorization_checker' alias.
  3465.      *
  3466.      * @return object The ".container.private.security.authorization_checker" service.
  3467.      */
  3468.     protected function getSecurity_AuthorizationCheckerService()
  3469.     {
  3470.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3471.         return $this->get('.container.private.security.authorization_checker');
  3472.     }
  3473.     /**
  3474.      * Gets the public 'security.token_storage' alias.
  3475.      *
  3476.      * @return object The ".container.private.security.token_storage" service.
  3477.      */
  3478.     protected function getSecurity_TokenStorageService()
  3479.     {
  3480.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3481.         return $this->get('.container.private.security.token_storage');
  3482.     }
  3483.     /**
  3484.      * Gets the public 'twig' alias.
  3485.      *
  3486.      * @return object The ".container.private.twig" service.
  3487.      */
  3488.     protected function getTwigService()
  3489.     {
  3490.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3491.         return $this->get('.container.private.twig');
  3492.     }
  3493.     /**
  3494.      * Gets the public 'security.password_encoder' alias.
  3495.      *
  3496.      * @return object The ".container.private.security.password_encoder" service.
  3497.      */
  3498.     protected function getSecurity_PasswordEncoderService()
  3499.     {
  3500.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3501.         return $this->get('.container.private.security.password_encoder');
  3502.     }
  3503.     /**
  3504.      * Gets the public 'session' alias.
  3505.      *
  3506.      * @return object The ".container.private.session" service.
  3507.      */
  3508.     protected function getSessionService()
  3509.     {
  3510.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3511.         return $this->get('.container.private.session');
  3512.     }
  3513.     /**
  3514.      * Gets the public 'validator' alias.
  3515.      *
  3516.      * @return object The ".container.private.validator" service.
  3517.      */
  3518.     protected function getValidatorService()
  3519.     {
  3520.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3521.         return $this->get('.container.private.validator');
  3522.     }
  3523.     /**
  3524.      * @return array|bool|float|int|string|\UnitEnum|null
  3525.      */
  3526.     public function getParameter(string $name)
  3527.     {
  3528.         if (isset($this->buildParameters[$name])) {
  3529.             return $this->buildParameters[$name];
  3530.         }
  3531.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3532.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3533.         }
  3534.         if (isset($this->loadedDynamicParameters[$name])) {
  3535.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3536.         }
  3537.         return $this->parameters[$name];
  3538.     }
  3539.     public function hasParameter(string $name): bool
  3540.     {
  3541.         if (isset($this->buildParameters[$name])) {
  3542.             return true;
  3543.         }
  3544.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3545.     }
  3546.     public function setParameter(string $name$value): void
  3547.     {
  3548.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3549.     }
  3550.     public function getParameterBag(): ParameterBagInterface
  3551.     {
  3552.         if (null === $this->parameterBag) {
  3553.             $parameters $this->parameters;
  3554.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3555.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3556.             }
  3557.             foreach ($this->buildParameters as $name => $value) {
  3558.                 $parameters[$name] = $value;
  3559.             }
  3560.             $this->parameterBag = new FrozenParameterBag($parameters);
  3561.         }
  3562.         return $this->parameterBag;
  3563.     }
  3564.     private $loadedDynamicParameters = [
  3565.         'kernel.runtime_environment' => false,
  3566.         'kernel.build_dir' => false,
  3567.         'kernel.cache_dir' => false,
  3568.         'locale' => false,
  3569.         'timezone' => false,
  3570.         'currency' => false,
  3571.         'crobo_api_key' => false,
  3572.         'eccube_database_url' => false,
  3573.         'eccube_mailer_dsn' => false,
  3574.         'eccube_admin_route' => false,
  3575.         'eccube_user_data_route' => false,
  3576.         'eccube_front_allow_hosts' => false,
  3577.         'eccube_front_deny_hosts' => false,
  3578.         'eccube_admin_allow_hosts' => false,
  3579.         'eccube_admin_deny_hosts' => false,
  3580.         'eccube_force_ssl' => false,
  3581.         'eccube.theme' => false,
  3582.         'eccube_theme_code' => false,
  3583.         'eccube_auth_magic' => false,
  3584.         'eccube_theme_front_dir' => false,
  3585.         'eccube_html_front_dir' => false,
  3586.         'eccube_csv_temp_realdir' => false,
  3587.         'eccube_owners_store_url' => false,
  3588.         'eccube_package_api_url' => false,
  3589.         'eccube_content_maintenance_file_path' => false,
  3590.         'eccube_2fa_enabled' => false,
  3591.         'eccube_2fa_cookie_name' => false,
  3592.         'eccube_2fa_expire' => false,
  3593.         'eccube_restrict_file_upload' => false,
  3594.         'kernel.secret' => false,
  3595.         'kernel.default_locale' => false,
  3596.         'debug.container.dump' => false,
  3597.         'serializer.mapping.cache.file' => false,
  3598.         'session.storage.options' => false,
  3599.         'validator.mapping.cache.file' => false,
  3600.         'profiler.storage.dsn' => false,
  3601.         'doctrine.orm.proxy_dir' => false,
  3602.         'league.oauth2_server.encryption_key' => false,
  3603.     ];
  3604.     private $dynamicParameters = [];
  3605.     private function getDynamicParameter(string $name)
  3606.     {
  3607.         switch ($name) {
  3608.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3609.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3610.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3611.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3612.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3613.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3614.             case 'crobo_api_key'$value $this->getEnv('CROBO_API_KEY'); break;
  3615.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3616.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3617.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3618.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3619.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3620.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3621.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3622.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3623.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3624.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3625.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3626.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3627.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3628.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3629.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3630.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3631.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3632.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3633.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3634.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3635.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3636.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3637.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3638.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3639.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3640.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3641.             case 'session.storage.options'$value = [
  3642.                 'cache_limiter' => '0',
  3643.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3644.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3645.                 'cookie_httponly' => true,
  3646.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3647.                 'gc_probability' => 1,
  3648.             ]; break;
  3649.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3650.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3651.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3652.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  3653.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3654.         }
  3655.         $this->loadedDynamicParameters[$name] = true;
  3656.         return $this->dynamicParameters[$name] = $value;
  3657.     }
  3658.     protected function getDefaultParameters(): array
  3659.     {
  3660.         return [
  3661.             'kernel.project_dir' => \dirname(__DIR__4),
  3662.             'kernel.environment' => 'dev',
  3663.             'kernel.debug' => true,
  3664.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3665.             'kernel.bundles' => [
  3666.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3667.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3668.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3669.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3670.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3671.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3672.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3673.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3674.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3675.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3676.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3677.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3678.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3679.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3680.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  3681.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  3682.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3683.             ],
  3684.             'kernel.bundles_metadata' => [
  3685.                 'FrameworkBundle' => [
  3686.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3687.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3688.                 ],
  3689.                 'SecurityBundle' => [
  3690.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3691.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3692.                 ],
  3693.                 'DoctrineBundle' => [
  3694.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3695.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3696.                 ],
  3697.                 'DoctrineFixturesBundle' => [
  3698.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3699.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3700.                 ],
  3701.                 'SensioFrameworkExtraBundle' => [
  3702.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3703.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3704.                 ],
  3705.                 'MonologBundle' => [
  3706.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3707.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3708.                 ],
  3709.                 'TwigBundle' => [
  3710.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3711.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3712.                 ],
  3713.                 'DebugBundle' => [
  3714.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3715.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3716.                 ],
  3717.                 'WebProfilerBundle' => [
  3718.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3719.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3720.                 ],
  3721.                 'MakerBundle' => [
  3722.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3723.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3724.                 ],
  3725.                 'KnpPaginatorBundle' => [
  3726.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3727.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3728.                 ],
  3729.                 'ExerciseHTMLPurifierBundle' => [
  3730.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3731.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3732.                 ],
  3733.                 'DoctrineMigrationsBundle' => [
  3734.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3735.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3736.                 ],
  3737.                 'TwigExtraBundle' => [
  3738.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3739.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3740.                 ],
  3741.                 'EccubeBundle' => [
  3742.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  3743.                     'namespace' => 'Eccube',
  3744.                 ],
  3745.                 'ApiBundle' => [
  3746.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  3747.                     'namespace' => 'Plugin\\Api42\\Bundle',
  3748.                 ],
  3749.                 'LeagueOAuth2ServerBundle' => [
  3750.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3751.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3752.                 ],
  3753.             ],
  3754.             'kernel.charset' => 'UTF-8',
  3755.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3756.             'container.dumper.inline_class_loader' => true,
  3757.             'env(ECCUBE_LOCALE)' => 'ja',
  3758.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3759.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3760.             'referrer_coupon_prefix' => 'ref0',
  3761.             'referee_coupon_prefix' => 'rfe0',
  3762.             'max_issue_count_refer_friend' => 5,
  3763.             'env(DATABASE_URL)' => '',
  3764.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3765.             'env(DATABASE_CHARSET)' => 'utf8',
  3766.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3767.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3768.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  3769.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  3770.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3771.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3772.             'env(ECCUBE_FORCE_SSL)' => '0',
  3773.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3774.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3775.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3776.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3777.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3778.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3779.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3780.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3781.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3782.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3783.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3784.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3785.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3786.             'eccube_auth_type' => 'HMAC',
  3787.             'eccube_password_hash_algos' => 'SHA256',
  3788.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3789.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3790.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3791.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3792.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3793.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3794.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3795.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3796.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3797.             'eccube_twig_block_templates' => [
  3798.             ],
  3799.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3800.             'eccube_save_pop_file_dir' => (\dirname(__DIR__4).'/html/upload/save_pop'),
  3801.             'eccube_pop_file_size' => 100,
  3802.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3803.             'eccube_csv_size' => 5,
  3804.             'eccube_csv_split_lines' => 100,
  3805.             'eccube_default_password' => 'abc********123',
  3806.             'eccube_deliv_addr_max' => 20,
  3807.             'eccube_deliv_date_end_max' => 7,
  3808.             'eccube_id_max_len' => 50,
  3809.             'eccube_id_min_len' => 4,
  3810.             'eccube_int_len' => 9,
  3811.             'eccube_category_nest_level' => 5,
  3812.             'eccube_lltext_len' => 99999,
  3813.             'eccube_ltext_len' => 3000,
  3814.             'eccube_max_total_fee' => 9999999999,
  3815.             'eccube_mltext_len' => 1000,
  3816.             'eccube_mtext_len' => 200,
  3817.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3818.             'plugin_html_urlpath' => '/plugin/',
  3819.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3820.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3821.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3822.             'eccube_price_len' => 8,
  3823.             'eccube_search_pmax' => 12,
  3824.             'eccube_sitemap_products_per_page' => 1000,
  3825.             'eccube_stext_len' => 255,
  3826.             'eccube_sltext_len' => 500,
  3827.             'eccube_smtext_len' => 100,
  3828.             'eccube_tax_rule_priority' => [
  3829.                 => 'product_id',
  3830.                 => 'product_class_id',
  3831.                 => 'pref_id',
  3832.                 => 'country_id',
  3833.             ],
  3834.             'eccube_url_len' => 1024,
  3835.             'eccube_default_page_count' => 50,
  3836.             'eccube_admin_product_stock_status' => 3,
  3837.             'eccube_customer_reset_expire' => 10,
  3838.             'eccube_csv_export_separator' => ',',
  3839.             'eccube_csv_export_encoding' => 'SJIS-win',
  3840.             'eccube_csv_import_encoding' => [
  3841.                 => 'UTF-8',
  3842.                 => 'SJIS-win',
  3843.                 => 'SJIS',
  3844.                 => 'EUC-JP',
  3845.                 => 'ASCII',
  3846.                 => 'JIS',
  3847.             ],
  3848.             'eccube_csv_export_date_format' => 'Y-m-d H:i',
  3849.             'eccube_csv_export_multidata_separator' => ',',
  3850.             'eccube_csv_import_delimiter' => ',',
  3851.             'eccube_csv_import_enclosure' => '"',
  3852.             'eccube_csv_import_escape' => '\\',
  3853.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3854.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3855.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3856.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3857.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  3858.             'eccube_name_len' => 16,
  3859.             'eccube_kana_len' => 25,
  3860.             'eccube_address1_len' => 32,
  3861.             'eccube_address2_len' => 32,
  3862.             'eccube_birth_max' => 110,
  3863.             'eccube_product_order_price_lower' => 1,
  3864.             'eccube_product_order_newer' => 2,
  3865.             'eccube_product_order_price_higher' => 3,
  3866.             'eccube_price_max' => 2147483647,
  3867.             'eccube_tel_len_max' => 14,
  3868.             'eccube_postal_code' => 8,
  3869.             'eccube_password_min_len' => 12,
  3870.             'eccube_password_max_len' => 50,
  3871.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3872.             'eccube_composer_memory_limit' => '1536M',
  3873.             'eccube_order_mail_template_id' => 1,
  3874.             'eccube_entry_confirm_mail_template_id' => 2,
  3875.             'eccube_entry_complete_mail_template_id' => 3,
  3876.             'eccube_customer_withdraw_mail_template_id' => 4,
  3877.             'eccube_contact_mail_template_id' => 5,
  3878.             'eccube_forgot_mail_template_id' => 6,
  3879.             'eccube_reset_complete_mail_template_id' => 7,
  3880.             'eccube_shipping_notify_mail_template_id' => 8,
  3881.             'eccube_rfc_email_check' => false,
  3882.             'eccube_email_len' => 254,
  3883.             'eccube_order_no_format' => '',
  3884.             'eccube_order_pdf_message_len' => 30,
  3885.             'eccube_news_start_year' => 2000,
  3886.             'eccube_result_cache_lifetime' => 3600,
  3887.             'eccube_result_cache_lifetime_short' => 10,
  3888.             'eccube_restrict_file_upload_urls' => [
  3889.                 => 'admin_content_file',
  3890.                 => 'admin_store_plugin_install',
  3891.                 => 'admin_content_page_new',
  3892.                 => 'admin_content_page_edit',
  3893.                 => 'admin_content_block_new',
  3894.                 => 'admin_content_block_edit',
  3895.                 => 'admin_content_css',
  3896.                 => 'admin_content_js',
  3897.                 => 'admin_store_template_install',
  3898.             ],
  3899.             'eccube_file_uploadable_extensions' => [
  3900.                 => 'jpg',
  3901.                 => 'jpeg',
  3902.                 => 'png',
  3903.                 => 'gif',
  3904.                 => 'webp',
  3905.                 => 'svg',
  3906.                 => 'ico',
  3907.                 => 'html',
  3908.                 => 'htm',
  3909.                 => 'js',
  3910.                 10 => 'css',
  3911.                 11 => 'txt',
  3912.                 12 => 'pdf',
  3913.             ],
  3914.             'eccube_login_throttling_max_attempts' => 5,
  3915.             'eccube_login_throttling_interval' => '30 minutes',
  3916.             'eccube_nav' => [
  3917.                 'product' => [
  3918.                     'name' => 'admin.product.product_management',
  3919.                     'icon' => 'fa-cube',
  3920.                     'children' => [
  3921.                         'product_master' => [
  3922.                             'name' => 'admin.product.product_list',
  3923.                             'url' => 'admin_product',
  3924.                         ],
  3925.                         'product_edit' => [
  3926.                             'name' => 'admin.product.product_registration',
  3927.                             'url' => 'admin_product_product_new',
  3928.                         ],
  3929.                         'class_name' => [
  3930.                             'name' => 'admin.product.class_management',
  3931.                             'url' => 'admin_product_class_name',
  3932.                         ],
  3933.                         'class_category' => [
  3934.                             'name' => 'admin.product.category_management',
  3935.                             'url' => 'admin_product_category',
  3936.                         ],
  3937.                         'product_tag' => [
  3938.                             'name' => 'admin.product.tag_management',
  3939.                             'url' => 'admin_product_tag',
  3940.                         ],
  3941.                         'product_csv_import' => [
  3942.                             'name' => 'admin.product.product_csv_upload',
  3943.                             'url' => 'admin_product_csv_import',
  3944.                         ],
  3945.                         'category_csv_import' => [
  3946.                             'name' => 'admin.product.category_csv_upload',
  3947.                             'url' => 'admin_product_category_csv_import',
  3948.                         ],
  3949.                         'product_display_rank_csv_import' => [
  3950.                             'name' => 'admin.product.product_display_rank_csv_upload',
  3951.                             'url' => 'admin_product_display_rank_csv_import',
  3952.                         ],
  3953.                         'vt4g_subsc_salestype' => [
  3954.                             'name' => 'vt4g_plugin.admin.menu.product.subsc_salestype',
  3955.                             'url' => 'vt4g_admin_subsc_salestype',
  3956.                         ],
  3957.                     ],
  3958.                 ],
  3959.                 'order' => [
  3960.                     'name' => 'admin.order.order_management',
  3961.                     'icon' => 'fa-shopping-cart',
  3962.                     'children' => [
  3963.                         'order_master' => [
  3964.                             'name' => 'admin.order.order_list',
  3965.                             'url' => 'admin_order',
  3966.                         ],
  3967.                         'order_edit' => [
  3968.                             'name' => 'admin.order.order_registration',
  3969.                             'url' => 'admin_order_new',
  3970.                         ],
  3971.                         'shipping_csv_import' => [
  3972.                             'name' => 'admin.order.shipping_csv_upload',
  3973.                             'url' => 'admin_shipping_csv_import',
  3974.                         ],
  3975.                         'plugin_coupon' => [
  3976.                             'name' => 'クーポン',
  3977.                             'url' => 'plugin_coupon_list',
  3978.                         ],
  3979.                         'vt4g_order_csv_upload' => [
  3980.                             'name' => 'vt4g_plugin.admin.menu.order.csv_upload',
  3981.                             'url' => 'vt4g_admin_order_csv_upload',
  3982.                         ],
  3983.                         'vt4g_order_csv_registration' => [
  3984.                             'name' => 'vt4g_plugin.admin.menu.order.csv_registration',
  3985.                             'url' => 'vt4g_admin_order_csv_registration',
  3986.                         ],
  3987.                         'vt4g_order_csv_request' => [
  3988.                             'name' => 'vt4g_plugin.admin.menu.order.csv_request',
  3989.                             'url' => 'vt4g_admin_order_csv_request',
  3990.                         ],
  3991.                         'vt4g_order_csv_result' => [
  3992.                             'name' => 'vt4g_plugin.admin.menu.order.csv_result',
  3993.                             'url' => 'vt4g_admin_order_csv_result',
  3994.                         ],
  3995.                     ],
  3996.                 ],
  3997.                 'customer' => [
  3998.                     'name' => 'admin.customer.customer_management',
  3999.                     'icon' => 'fa-users',
  4000.                     'children' => [
  4001.                         'customer_master' => [
  4002.                             'name' => 'admin.customer.customer_list',
  4003.                             'url' => 'admin_customer',
  4004.                         ],
  4005.                         'customer_edit' => [
  4006.                             'name' => 'admin.customer.customer_registration',
  4007.                             'url' => 'admin_customer_new',
  4008.                         ],
  4009.                         'vt4g_customer_subsc_history' => [
  4010.                             'name' => 'vt4g_plugin.admin.menu.customer.subsc_history',
  4011.                             'url' => 'vt4g_admin_subsc_customer',
  4012.                         ],
  4013.                     ],
  4014.                 ],
  4015.                 'content' => [
  4016.                     'name' => 'admin.content.contents_management',
  4017.                     'icon' => 'fa-file-text-o',
  4018.                     'children' => [
  4019.                         'news' => [
  4020.                             'name' => 'admin.content.news_management',
  4021.                             'url' => 'admin_content_news',
  4022.                         ],
  4023.                         'file' => [
  4024.                             'name' => 'admin.content.file_management',
  4025.                             'url' => 'admin_content_file',
  4026.                         ],
  4027.                         'layout' => [
  4028.                             'name' => 'admin.content.layout_management',
  4029.                             'url' => 'admin_content_layout',
  4030.                         ],
  4031.                         'page' => [
  4032.                             'name' => 'admin.content.page_management',
  4033.                             'url' => 'admin_content_page',
  4034.                         ],
  4035.                         'css' => [
  4036.                             'name' => 'admin.content.css_management',
  4037.                             'url' => 'admin_content_css',
  4038.                         ],
  4039.                         'js' => [
  4040.                             'name' => 'admin.content.js_management',
  4041.                             'url' => 'admin_content_js',
  4042.                         ],
  4043.                         'block' => [
  4044.                             'name' => 'admin.content.block_management',
  4045.                             'url' => 'admin_content_block',
  4046.                         ],
  4047.                         'cache' => [
  4048.                             'name' => 'admin.content.cache_management',
  4049.                             'url' => 'admin_content_cache',
  4050.                         ],
  4051.                         'maintenance' => [
  4052.                             'name' => 'admin.content.maintenance_management',
  4053.                             'url' => 'admin_content_maintenance',
  4054.                         ],
  4055.                         'plugin_recommend' => [
  4056.                             'name' => 'plugin_recommend.admin.navi',
  4057.                             'url' => 'plugin_recommend_list',
  4058.                         ],
  4059.                     ],
  4060.                 ],
  4061.                 'setting' => [
  4062.                     'name' => 'admin.setting',
  4063.                     'icon' => 'fa-cog',
  4064.                     'children' => [
  4065.                         'shop' => [
  4066.                             'name' => 'admin.setting.shop',
  4067.                             'children' => [
  4068.                                 'shop_index' => [
  4069.                                     'name' => 'admin.setting.shop.shop_setting',
  4070.                                     'url' => 'admin_setting_shop',
  4071.                                 ],
  4072.                                 'shop_tradelaw' => [
  4073.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4074.                                     'url' => 'admin_setting_shop_tradelaw',
  4075.                                 ],
  4076.                                 'shop_agreement' => [
  4077.                                     'name' => 'admin.setting.shop.agreement_setting',
  4078.                                     'url' => 'admin_content_page_edit',
  4079.                                     'param' => [
  4080.                                         'id' => 19,
  4081.                                         'return' => 'agreement',
  4082.                                     ],
  4083.                                 ],
  4084.                                 'shop_payment' => [
  4085.                                     'name' => 'admin.setting.shop.payment_setting',
  4086.                                     'url' => 'admin_setting_shop_payment',
  4087.                                 ],
  4088.                                 'shop_delivery' => [
  4089.                                     'name' => 'admin.setting.shop.delivery_setting',
  4090.                                     'url' => 'admin_setting_shop_delivery',
  4091.                                 ],
  4092.                                 'shop_tax' => [
  4093.                                     'name' => 'admin.setting.shop.tax_setting',
  4094.                                     'url' => 'admin_setting_shop_tax',
  4095.                                 ],
  4096.                                 'shop_mail' => [
  4097.                                     'name' => 'admin.setting.shop.mail_setting',
  4098.                                     'url' => 'admin_setting_shop_mail',
  4099.                                 ],
  4100.                                 'shop_csv' => [
  4101.                                     'name' => 'admin.setting.shop.csv_setting',
  4102.                                     'url' => 'admin_setting_shop_csv',
  4103.                                 ],
  4104.                                 'shop_order_status' => [
  4105.                                     'name' => 'admin.setting.shop.order_status_setting',
  4106.                                     'url' => 'admin_setting_shop_order_status',
  4107.                                 ],
  4108.                                 'shop_calendar' => [
  4109.                                     'name' => 'admin.setting.shop.calendar_setting',
  4110.                                     'url' => 'admin_setting_shop_calendar',
  4111.                                 ],
  4112.                             ],
  4113.                         ],
  4114.                         'system' => [
  4115.                             'name' => 'admin.setting.system',
  4116.                             'children' => [
  4117.                                 'member' => [
  4118.                                     'name' => 'admin.setting.system.member_management',
  4119.                                     'url' => 'admin_setting_system_member',
  4120.                                 ],
  4121.                                 'authority' => [
  4122.                                     'name' => 'admin.setting.system.authority_management',
  4123.                                     'url' => 'admin_setting_system_authority',
  4124.                                 ],
  4125.                                 'security' => [
  4126.                                     'name' => 'admin.setting.system.security_management',
  4127.                                     'url' => 'admin_setting_system_security',
  4128.                                 ],
  4129.                                 'login_history' => [
  4130.                                     'name' => 'admin.setting.system.login_history',
  4131.                                     'url' => 'admin_setting_system_login_history',
  4132.                                 ],
  4133.                                 'log' => [
  4134.                                     'name' => 'admin.setting.system.log_display',
  4135.                                     'url' => 'admin_setting_system_log',
  4136.                                 ],
  4137.                                 'masterdata' => [
  4138.                                     'name' => 'admin.setting.system.master_data_management',
  4139.                                     'url' => 'admin_setting_system_masterdata',
  4140.                                 ],
  4141.                                 'system_index' => [
  4142.                                     'name' => 'admin.setting.system.system_info',
  4143.                                     'url' => 'admin_setting_system_system',
  4144.                                 ],
  4145.                                 'vt4g_log_download' => [
  4146.                                     'name' => 'vt4g_plugin.admin.menu.setting.system.log_download',
  4147.                                     'url' => 'vt4g_admin_log_download',
  4148.                                 ],
  4149.                             ],
  4150.                         ],
  4151.                     ],
  4152.                 ],
  4153.                 'store' => [
  4154.                     'name' => 'admin.store',
  4155.                     'icon' => 'fa-plug',
  4156.                     'children' => [
  4157.                         'plugin' => [
  4158.                             'name' => 'admin.store.plugin',
  4159.                             'children' => [
  4160.                                 'plugin_owners_search' => [
  4161.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4162.                                     'url' => 'admin_store_plugin_owners_search',
  4163.                                 ],
  4164.                                 'plugin_list' => [
  4165.                                     'name' => 'admin.store.plugin.plugin_list',
  4166.                                     'url' => 'admin_store_plugin',
  4167.                                 ],
  4168.                             ],
  4169.                         ],
  4170.                         'template' => [
  4171.                             'name' => 'admin.store.template',
  4172.                             'children' => [
  4173.                                 'template_list' => [
  4174.                                     'name' => 'admin.store.template.template_list',
  4175.                                     'url' => 'admin_store_template',
  4176.                                 ],
  4177.                                 'template_install' => [
  4178.                                     'name' => 'admin.store.template.template_install',
  4179.                                     'url' => 'admin_store_template_install',
  4180.                                 ],
  4181.                             ],
  4182.                         ],
  4183.                         'authentication_setting' => [
  4184.                             'name' => 'admin.store.setting',
  4185.                             'url' => 'admin_store_authentication_setting',
  4186.                         ],
  4187.                     ],
  4188.                 ],
  4189.                 'plugin_line_login_integration' => [
  4190.                     'name' => 'LINE管理',
  4191.                     'icon' => 'fa-commenting',
  4192.                     'has_child' => true,
  4193.                     'children' => [
  4194.                         'plugin_line_login_setting' => [
  4195.                             'name' => 'ログイン設定',
  4196.                             'url' => 'plugin_line_login_setting',
  4197.                         ],
  4198.                     ],
  4199.                 ],
  4200.             ],
  4201.             'env(MAILER_DSN)' => 'null://null',
  4202.             'eccube.twig_sandbox.allowed_tags' => [
  4203.                 => 'apply',
  4204.                 => 'block',
  4205.                 => 'deprecated',
  4206.                 => 'embed',
  4207.                 => 'extends',
  4208.                 => 'flush',
  4209.                 => 'for',
  4210.                 => 'if',
  4211.                 => 'set',
  4212.                 => 'spaceless',
  4213.                 10 => 'verbatim',
  4214.                 11 => 'with',
  4215.                 12 => 'form_theme',
  4216.                 13 => 'stopwatch',
  4217.                 14 => 'trans',
  4218.                 15 => 'trans_default_domain',
  4219.             ],
  4220.             'eccube.twig_sandbox.allowed_filters' => [
  4221.                 => 'abs',
  4222.                 => 'batch',
  4223.                 => 'capitalize',
  4224.                 => 'column',
  4225.                 => 'convert_encoding',
  4226.                 => 'country_name',
  4227.                 => 'currency_name',
  4228.                 => 'currency_symbol',
  4229.                 => 'date',
  4230.                 => 'date_modify',
  4231.                 10 => 'default',
  4232.                 11 => 'escape',
  4233.                 12 => 'first',
  4234.                 13 => 'format',
  4235.                 14 => 'format_currency',
  4236.                 15 => 'format_date',
  4237.                 16 => 'format_datetime',
  4238.                 17 => 'format_number',
  4239.                 18 => 'format_time',
  4240.                 19 => 'join',
  4241.                 20 => 'json_encode',
  4242.                 21 => 'keys',
  4243.                 22 => 'language_name',
  4244.                 23 => 'last',
  4245.                 24 => 'length',
  4246.                 25 => 'locale_name',
  4247.                 26 => 'lower',
  4248.                 27 => 'merge',
  4249.                 28 => 'nl2br',
  4250.                 29 => 'number_format',
  4251.                 30 => 'replace',
  4252.                 31 => 'reverse',
  4253.                 32 => 'round',
  4254.                 33 => 'slice',
  4255.                 34 => 'spaceless',
  4256.                 35 => 'split',
  4257.                 36 => 'striptags',
  4258.                 37 => 'timezone_name',
  4259.                 38 => 'title',
  4260.                 39 => 'trim',
  4261.                 40 => 'upper',
  4262.                 41 => 'url_encode',
  4263.                 42 => 'abbr_class',
  4264.                 43 => 'abbr_method',
  4265.                 44 => 'file_link',
  4266.                 45 => 'file_relative',
  4267.                 46 => 'format_args',
  4268.                 47 => 'format_args_as_text',
  4269.                 48 => 'humanize',
  4270.                 49 => 'serialize',
  4271.                 50 => 'trans',
  4272.                 51 => 'yaml_dump',
  4273.                 52 => 'yaml_encode',
  4274.                 53 => 'currency_symbol',
  4275.                 54 => 'date_day',
  4276.                 55 => 'date_day_with_weekday',
  4277.                 56 => 'date_format',
  4278.                 57 => 'date_min',
  4279.                 58 => 'date_sec',
  4280.                 59 => 'doctrine_format_sql',
  4281.                 60 => 'doctrine_prettify_sql',
  4282.                 61 => 'doctrine_pretty_query',
  4283.                 62 => 'doctrine_replace_query_parameters',
  4284.                 63 => 'e',
  4285.                 64 => 'ellipsis',
  4286.                 65 => 'file_ext_icon',
  4287.                 66 => 'form_encode_currency',
  4288.                 67 => 'format_*_number',
  4289.                 68 => 'format_log_message',
  4290.                 69 => 'no_image_product',
  4291.                 70 => 'price',
  4292.                 71 => 'purify',
  4293.                 72 => 'time_ago',
  4294.             ],
  4295.             'eccube.twig_sandbox.allowed_functions' => [
  4296.                 => 'cycle',
  4297.                 => 'date',
  4298.                 => 'max',
  4299.                 => 'min',
  4300.                 => 'random',
  4301.                 => 'range',
  4302.                 => 'country_timezones',
  4303.                 => 'absolute_url',
  4304.                 => 'asset',
  4305.                 => 'asset_version',
  4306.                 10 => 'csrf_token',
  4307.                 11 => 'form_parent',
  4308.                 12 => 'fragment_uri',
  4309.                 13 => 'impersonation_exit_path',
  4310.                 14 => 'impersonation_exit_url',
  4311.                 15 => 'is_granted',
  4312.                 16 => 'logout_path',
  4313.                 17 => 'logout_url',
  4314.                 18 => 'path',
  4315.                 19 => 'relative_path',
  4316.                 20 => 't',
  4317.                 21 => 'url',
  4318.                 22 => 'active_menus',
  4319.                 23 => 'class_categories_as_json',
  4320.                 24 => 'country_names',
  4321.                 25 => 'csrf_token_for_anchor',
  4322.                 26 => 'currency_names',
  4323.                 27 => 'currency_symbol',
  4324.                 28 => 'field_choices',
  4325.                 29 => 'field_errors',
  4326.                 30 => 'field_help',
  4327.                 31 => 'field_label',
  4328.                 32 => 'field_name',
  4329.                 33 => 'field_value',
  4330.                 34 => 'get_all_carts',
  4331.                 35 => 'get_cart',
  4332.                 36 => 'get_carts_total_price',
  4333.                 37 => 'get_carts_total_quantity',
  4334.                 38 => 'has_errors',
  4335.                 39 => 'is_reduced_tax_rate',
  4336.                 40 => 'language_names',
  4337.                 41 => 'product',
  4338.                 42 => 'workflow_can',
  4339.                 43 => 'workflow_has_marked_place',
  4340.                 44 => 'workflow_marked_places',
  4341.                 45 => 'workflow_metadata',
  4342.                 46 => 'workflow_transition',
  4343.                 47 => 'workflow_transition_blockers',
  4344.                 48 => 'workflow_transitions',
  4345.             ],
  4346.             'eccube.twig_sandbox.allowed_methods' => [
  4347.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4348.                     => 'getrequest',
  4349.                 ],
  4350.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4351.                     => 'geturi',
  4352.                 ],
  4353.             ],
  4354.             'eccube.twig_sandbox.allowed_properties' => [
  4355.             ],
  4356.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4357.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4358.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4359.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4360.             'product_review_display_count_min' => 1,
  4361.             'product_review_display_count_max' => 30,
  4362.             'plugin_recommend.text_area_len' => 4000,
  4363.             'related_product.text_area_len' => 4000,
  4364.             'related_product.max_item_count' => 6,
  4365.             'sales_report_product_maximum_display' => 20,
  4366.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4367.             'vt4g_plugin.const' => [
  4368.                 'VT4G_CODE' => 'VeriTrans4G2',
  4369.                 'VT4G_SERVICE_NAME' => 'ベリトランス4G',
  4370.                 'VT4G_PLUGIN_NAME' => 'ベリトランス4G決済プラグイン',
  4371.                 'VT4G_ENCODE' => 'UTF-8',
  4372.                 'VT4G_ENCODE_SJIS' => 'SJIS',
  4373.                 'VT4G_PLUGIN_MODE' => 'vt',
  4374.                 'VT4G_PLUGIN_PATH' => 'vt4g',
  4375.                 'VT4G_PLUGIN_CSS_FILENAME' => 'vt4g_css.twig',
  4376.                 'VT4G_PLUGIN_TOKEN_JS_FILENAME' => '/js/token.js',
  4377.                 'VT4G_PLUGIN_LOADING_IMAGE' => '/img/loading.gif',
  4378.                 'VT4G_PLUGIN_TOKEN_API_ENDPOINT' => 'https://api3.veritrans.co.jp/4gtoken',
  4379.                 'VT4G_USED_MAIL_TO' => 'sales@veritrans.jp',
  4380.                 'VT4G_USED_MAIL_SUBJECT' => '[EC-CUBE4] ベリトランス4Gプラグインご利用通知',
  4381.                 'VT4G_ECCUBE_VERSION_THROTTLING' => '4.2.1',
  4382.                 'VT4G_RECAPTCHA_URL' => 'https://www.google.com/recaptcha/api.js?render=',
  4383.                 'VT4G_RECAPTCHA_SITEVERIFY_URL' => 'https://www.google.com/recaptcha/api/siteverify',
  4384.                 'VT4G_CUSTOMER_ID_DIGITS' => 10,
  4385.                 'VT4G_PAYTYPEID_CREDIT' => 10,
  4386.                 'VT4G_PAYTYPEID_CVS' => 20,
  4387.                 'VT4G_PAYTYPEID_BANK' => 30,
  4388.                 'VT4G_PAYTYPEID_ATM' => 31,
  4389.                 'VT4G_PAYTYPEID_UPOP' => 40,
  4390.                 'VT4G_PAYTYPEID_ALIPAY' => 50,
  4391.                 'VT4G_PAYTYPEID_RAKUTEN' => 60,
  4392.                 'VT4G_PAYTYPEID_RECRUIT' => 61,
  4393.                 'VT4G_PAYTYPEID_LINEPAY' => 62,
  4394.                 'VT4G_PAYTYPEID_RAKUTEN_V2' => 63,
  4395.                 'VT4G_PAYTYPEID_PAYPAL' => 70,
  4396.                 'VT4G_PAYTYPEID_PAYPAY' => 80,
  4397.                 'VT4G_PAYNAME_PAYTYPEID_10' => 'クレジットカード決済',
  4398.                 'VT4G_PAYNAME_PAYTYPEID_12' => '本人認証(クレジットカード決済)',
  4399.                 'VT4G_PAYNAME_PAYTYPEID_20' => 'コンビニ決済',
  4400.                 'VT4G_PAYNAME_PAYTYPEID_30' => 'ネットバンク決済',
  4401.                 'VT4G_PAYNAME_PAYTYPEID_31' => 'ペイジー(Pay-easy)',
  4402.                 'VT4G_PAYNAME_PAYTYPEID_40' => '銀聯ネット決済',
  4403.                 'VT4G_PAYNAME_PAYTYPEID_50' => 'Alipay決済',
  4404.                 'VT4G_PAYNAME_PAYTYPEID_60' => '楽天ペイ',
  4405.                 'VT4G_PAYNAME_PAYTYPEID_61' => 'リクルートかんたん支払い',
  4406.                 'VT4G_PAYNAME_PAYTYPEID_62' => 'LINE Pay',
  4407.                 'VT4G_PAYNAME_PAYTYPEID_63' => '楽天ペイV2',
  4408.                 'VT4G_PAYNAME_PAYTYPEID_70' => 'PayPal決済',
  4409.                 'VT4G_PAYNAME_PAYTYPEID_80' => 'PayPay',
  4410.                 'VT4G_REMOVED_PAYNAME_LABEL' => '(VT4Gプラグイン削除済み)',
  4411.                 'VT4G_PAYNAME_BEFORE_PAYEASY' => 'ATM決済',
  4412.                 'VT4G_CODE_PAYTYPEID_10' => 'Credit',
  4413.                 'VT4G_CODE_PAYTYPEID_20' => 'CVS',
  4414.                 'VT4G_CODE_PAYTYPEID_30' => 'Bank',
  4415.                 'VT4G_CODE_PAYTYPEID_31' => 'ATM',
  4416.                 'VT4G_CODE_PAYTYPEID_40' => 'UPOP',
  4417.                 'VT4G_CODE_PAYTYPEID_50' => 'Alipay',
  4418.                 'VT4G_CODE_PAYTYPEID_60' => 'Rakuten',
  4419.                 'VT4G_CODE_PAYTYPEID_61' => 'Recruit',
  4420.                 'VT4G_CODE_PAYTYPEID_62' => 'LINEPay',
  4421.                 'VT4G_CODE_PAYTYPEID_63' => 'RakutenV2',
  4422.                 'VT4G_CODE_PAYTYPEID_70' => 'PayPal',
  4423.                 'VT4G_CODE_PAYTYPEID_80' => 'PayPay',
  4424.                 'VT4G_PAYTYPEID_SORT_LIST' => [
  4425.                     => 10,
  4426.                     => 20,
  4427.                     => 30,
  4428.                     => 31,
  4429.                     => 40,
  4430.                     => 50,
  4431.                     => 60,
  4432.                     => 63,
  4433.                     => 61,
  4434.                     => 62,
  4435.                     10 => 70,
  4436.                     11 => 80,
  4437.                 ],
  4438.                 'VT4G_METHOD_COMMON' => 'CommonMethod',
  4439.                 'VT4G_SERVICE_PAYTYPEID_30' => 'netbank-pc',
  4440.                 'VT4G_SERVICE_PAYTYPEID_31' => 'atm',
  4441.                 'VT4G_PAYMENT' => [
  4442.                     'URL' => [
  4443.                         'INDEX' => [
  4444.                             'NAME' => 'vt4g_shopping_payment',
  4445.                             'LABEL' => '商品購入/ベリトランス4G決済画面',
  4446.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_payment',
  4447.                         ],
  4448.                         'COMPLETE' => [
  4449.                             'NAME' => 'vt4g_shopping_payment_complete',
  4450.                         ],
  4451.                         'BACK' => [
  4452.                             'NAME' => 'vt4g_shopping_payment_back',
  4453.                         ],
  4454.                     ],
  4455.                 ],
  4456.                 'VT4G_PAY_STATUS' => [
  4457.                     'AUTH' => [
  4458.                         'VALUE' => 1,
  4459.                         'LABEL' => '与信',
  4460.                         'RECV_NAME' => '申込結果',
  4461.                     ],
  4462.                     'CAPTURE' => [
  4463.                         'VALUE' => 2,
  4464.                         'LABEL' => '売上',
  4465.                         'RECV_NAME' => '売上結果',
  4466.                     ],
  4467.                     'CANCEL' => [
  4468.                         'VALUE' => 3,
  4469.                         'LABEL' => '取消',
  4470.                         'RECV_NAME' => '取消結果',
  4471.                     ],
  4472.                     'REQUEST' => [
  4473.                         'VALUE' => 4,
  4474.                         'LABEL' => '申込',
  4475.                     ],
  4476.                     'DEPOSIT' => [
  4477.                         'VALUE' => 5,
  4478.                         'LABEL' => '入金',
  4479.                         'RECV_NAME' => '入金結果',
  4480.                     ],
  4481.                     'REFUND' => [
  4482.                         'VALUE' => 6,
  4483.                         'LABEL' => '返金',
  4484.                         'RECV_NAME' => '返金結果',
  4485.                     ],
  4486.                     'EXPIRED' => [
  4487.                         'VALUE' => 7,
  4488.                         'LABEL' => '期限切れ',
  4489.                     ],
  4490.                     'NEWLY' => [
  4491.                         'VALUE' => 8,
  4492.                         'LABEL' => '新規決済',
  4493.                     ],
  4494.                     'CAPTURE_REQUEST' => [
  4495.                         'VALUE' => 9,
  4496.                         'LABEL' => '売上要求中',
  4497.                     ],
  4498.                     'CANCEL_REQUEST' => [
  4499.                         'VALUE' => 10,
  4500.                         'LABEL' => '取消要求中',
  4501.                     ],
  4502.                     'REDUCTION_REQUEST' => [
  4503.                         'VALUE' => 11,
  4504.                         'LABEL' => '減額要求中',
  4505.                     ],
  4506.                     'UPDATEAUTH_EXTENSION' => [
  4507.                         'VALUE' => 12,
  4508.                         'LABEL' => '与信変更(与信延長)',
  4509.                     ],
  4510.                     'UPDATEAUTH_AMOUNT' => [
  4511.                         'VALUE' => 13,
  4512.                         'LABEL' => '与信変更(金額変更)',
  4513.                     ],
  4514.                     'UPDATEAUTH_AMOUNT_AND_EXTENSION' => [
  4515.                         'VALUE' => 14,
  4516.                         'LABEL' => '与信変更(与信延長+金額変更)',
  4517.                     ],
  4518.                     'FAILURE' => [
  4519.                         'VALUE' => 99,
  4520.                         'LABEL' => '決済失敗',
  4521.                     ],
  4522.                 ],
  4523.                 'VT4G_LABEL_RENAME' => [
  4524.                     'RAKUTEN' => [
  4525.                         'REFUND' => '減額',
  4526.                     ],
  4527.                 ],
  4528.                 'VT4G_CONVENI' => [
  4529.                     'SEVENELEVEN' => [
  4530.                         'CODE' => 'sej',
  4531.                         'LABEL' => 'セブン-イレブン',
  4532.                     ],
  4533.                     'LAWSON' => [
  4534.                         'CODE' => 'lawson',
  4535.                         'LABEL' => 'ローソン(ローソン、ミニストップ、セイコーマート)',
  4536.                     ],
  4537.                     'FAMILYMART' => [
  4538.                         'CODE' => 'famima',
  4539.                         'LABEL' => 'ファミリーマート',
  4540.                     ],
  4541.                     'DAILYYAMAZAKI' => [
  4542.                         'CODE' => 'other',
  4543.                         'LABEL' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4544.                     ],
  4545.                     'ECON' => [
  4546.                         'CODE' => 'econ',
  4547.                         'LABEL' => 'ローソン・ファミリーマート・ミニストップ・セイコーマート',
  4548.                     ],
  4549.                 ],
  4550.                 'VT4G_RECV_CVS_TYPE' => [
  4551.                     'sej' => 'セブン-イレブン',
  4552.                     'econ-lw' => 'ローソン',
  4553.                     'econ-fm' => 'ファミリーマート',
  4554.                     'econ-mini' => 'ミニストップ',
  4555.                     'econ-other' => 'セイコーマート',
  4556.                     'lawson' => 'ローソン、ミニストップ、セイコーマート',
  4557.                     'famima' => 'ファミリーマート',
  4558.                     'other' => 'デイリーヤマザキ・ヤマザキデイリーストア',
  4559.                 ],
  4560.                 'VT4G_RECV_PAYPAL_FIXED' => 1,
  4561.                 'VT4G_RECV_TXN_TYPE_AUTH' => 'Authorize',
  4562.                 'VT4G_RECV_TXN_TYPE_CAPTURE' => 'Capture',
  4563.                 'VT4G_RECV_TXN_TYPE_REFUND' => 'Refund',
  4564.                 'VT4G_RECV_TXN_TYPE_CANCEL' => 'Cancel',
  4565.                 'VT4G_RECV_TXN_TYPE_CREDIT' => [
  4566.                     => 'Verify',
  4567.                     => 'AuthorizeConfirm',
  4568.                     => 'VerifyNotify',
  4569.                 ],
  4570.                 'VT4G_RECV_RECODE_HEAD' => [
  4571.                     => 'numberOfNotify',
  4572.                     => 'pushTime',
  4573.                     => 'pushId',
  4574.                 ],
  4575.                 'VT4G_RECV_RECODE_BODY' => [
  4576.                     'VT4G_PAYTYPEID_CREDIT' => [
  4577.                         => 'orderId',
  4578.                         => 'vResultCode',
  4579.                         => 'txnType',
  4580.                         => 'mpiMstatus',
  4581.                         => 'cardMstatus',
  4582.                         => 'dummy',
  4583.                     ],
  4584.                     'VT4G_PAYTYPEID_CVS' => [
  4585.                         => 'orderId',
  4586.                         => 'cvsType',
  4587.                         => 'receiptNo',
  4588.                         => 'receiptDate',
  4589.                         => 'rcvAmount',
  4590.                         => 'dummy',
  4591.                     ],
  4592.                     'VT4G_PAYTYPEID_BANK' => [
  4593.                         => 'orderId',
  4594.                         => 'kikanNo',
  4595.                         => 'kigyoNo',
  4596.                         => 'rcvDate',
  4597.                         => 'customerNo',
  4598.                         => 'confNo',
  4599.                         => 'rcvAmount',
  4600.                         => 'dummy',
  4601.                     ],
  4602.                     'VT4G_PAYTYPEID_UPOP' => [
  4603.                         => 'orderId',
  4604.                         => 'txnType',
  4605.                         => 'mstatus',
  4606.                         => 'traceNumber',
  4607.                         => 'traceTime',
  4608.                         => 'settleAmount',
  4609.                         => 'settleDate',
  4610.                         => 'settleRate',
  4611.                         => 'dummy',
  4612.                     ],
  4613.                     'VT4G_PAYTYPEID_ALIPAY' => [
  4614.                         => 'orderId',
  4615.                         => 'txnType',
  4616.                         => 'mstatus',
  4617.                         => 'vResultCode',
  4618.                         => 'centerTradeId',
  4619.                         => 'dummy',
  4620.                     ],
  4621.                     'VT4G_PAYTYPEID_RAKUTEN_V2' => [
  4622.                         => 'orderId',
  4623.                         => 'txnType',
  4624.                         => 'txnTime',
  4625.                         => 'vResultCode',
  4626.                         => 'mstatus',
  4627.                         => 'usedPoint',
  4628.                         => 'gatewayOrderId',
  4629.                         => 'dummy',
  4630.                     ],
  4631.                     'VT4G_PAYTYPEID_RAKUTEN' => [
  4632.                         => 'orderId',
  4633.                         => 'txnType',
  4634.                         => 'txnTime',
  4635.                         => 'vResultCode',
  4636.                         => 'mstatus',
  4637.                         => 'usedPoint',
  4638.                         => 'dummy',
  4639.                     ],
  4640.                     'VT4G_PAYTYPEID_RECRUIT' => [
  4641.                         => 'orderId',
  4642.                         => 'txnType',
  4643.                         => 'txnTime',
  4644.                         => 'vResultCode',
  4645.                         => 'mstatus',
  4646.                         => 'recruitOrderId',
  4647.                         => 'usePoint',
  4648.                         => 'givePoint',
  4649.                         => 'recruitCoupon',
  4650.                         => 'merchantCoupon',
  4651.                         10 => 'dummy',
  4652.                     ],
  4653.                     'VT4G_PAYTYPEID_LINEPAY' => [
  4654.                         => 'orderId',
  4655.                         => 'txnType',
  4656.                         => 'txnTime',
  4657.                         => 'vResultCode',
  4658.                         => 'mstatus',
  4659.                         => 'linepayOrderId',
  4660.                         => 'dummy',
  4661.                     ],
  4662.                     'VT4G_PAYTYPEID_PAYPAL' => [
  4663.                         => 'orderId',
  4664.                         => 'mstatus',
  4665.                         => 'txnType',
  4666.                         => 'receivedDatetime',
  4667.                         => 'amount',
  4668.                         => 'payerId',
  4669.                         => 'centerTxnId',
  4670.                         => 'dummy',
  4671.                     ],
  4672.                     'VT4G_PAYTYPEID_PAYPAY' => [
  4673.                         => 'orderId',
  4674.                         => 'txnType',
  4675.                         => 'mstatus',
  4676.                         => 'vResultCode',
  4677.                         => 'paypayOrderId',
  4678.                         => 'dummy',
  4679.                     ],
  4680.                 ],
  4681.                 'VT4G_RECV_MAIL_SUBJECT' => [
  4682.                     'ERROR' => ' - 結果通知エラー報知メール',
  4683.                     'RESULT' => '要求結果報知メール',
  4684.                     'PAYMENT_INFO' => '入金報知メール',
  4685.                 ],
  4686.                 'VT4G_OPERATION_AUTH' => 'AUTH',
  4687.                 'VT4G_OPERATION_CAPTURE' => 'CAPTURE',
  4688.                 'VT4G_OPERATION_CANCEL' => 'CANCEL',
  4689.                 'VT4G_OPERATION_REFUND' => 'REFUND',
  4690.                 'VT4G_OPERATION_REFUND_ALL' => 'REFUND_ALL',
  4691.                 'VT4G_OPERATION_NEWLY' => 'NEWLY',
  4692.                 'VT4G_OPERATION_UPDATEAUTH' => 'UPDATEAUTH',
  4693.                 'VT4G_OPERATION_UPDATEAUTH_EXTENSION' => 'UPDATEAUTH_EXTENSION',
  4694.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT' => 'UPDATEAUTH_AMOUNT',
  4695.                 'VT4G_OPERATION_UPDATEAUTH_AMOUNT_AND_EXTENSION' => 'UPDATEAUTH_AMOUNT_AND_EXTENSION',
  4696.                 'VT4G_OPERATION_NAME' => [
  4697.                     'REFUND' => '再売上(減額用)',
  4698.                     'REFUND_ALL' => '全額返金',
  4699.                 ],
  4700.                 'VT4G_MAIL_TIMING' => [
  4701.                     'ORDER' => [
  4702.                         'ON_COMPLETE' => 0,
  4703.                         'ON_PAYMENT' => 1,
  4704.                     ],
  4705.                     'BANK' => [
  4706.                         'ON_PAYMENT' => 0,
  4707.                         'ON_RECEIVE' => 1,
  4708.                     ],
  4709.                 ],
  4710.                 'VT4G_MAIL_TARGET' => [
  4711.                     'RAKUTEN' => [
  4712.                         'FAILURE' => 0,
  4713.                         'ALL' => 1,
  4714.                     ],
  4715.                 ],
  4716.                 'VT4G_FORM' => [
  4717.                     'REGEX' => [
  4718.                         'VERITRANS_ID_PREFIX' => '/^[[:alnum:]_\\-\\.]+$/i',
  4719.                         'INTEGER' => '/^[0-9]+$/',
  4720.                     ],
  4721.                     'RANGE' => [
  4722.                         'MIN' => [
  4723.                             'PAYMENT_TERM' => 1,
  4724.                             'CARDINFO_REGIST_MAX' => 1,
  4725.                             'ROLLBACK_TIME' => 1,
  4726.                         ],
  4727.                         'MAX' => [
  4728.                             'PAYMENT_TERM' => 60,
  4729.                             'CARDINFO_REGIST_MAX' => 10,
  4730.                             'ROLLBACK_TIME' => 999,
  4731.                         ],
  4732.                     ],
  4733.                     'LENGTH' => [
  4734.                         'MIN' => [
  4735.                             'VERITRANS_ID_PREFIX' => 1,
  4736.                             'CARD_NO' => 14,
  4737.                             'SECURITY_CODE' => 3,
  4738.                             'CARD_NAME' => 2,
  4739.                         ],
  4740.                         'MAX' => [
  4741.                             'PAYMENT_TERM' => 2,
  4742.                             'CONTENTS' => 12,
  4743.                             'CONTENTS_KANA' => 24,
  4744.                             'ORDER_MAIL_TITLE1' => 50,
  4745.                             'ORDER_MAIL_BODY1' => 1000,
  4746.                             'VERITRANS_ID_PREFIX' => 17,
  4747.                             'MERCHANT_CCID' => 24,
  4748.                             'MERCHANT_PASS' => 64,
  4749.                             'MERCHANT_ID' => 24,
  4750.                             'MERCHANT_HASH' => 24,
  4751.                             'TOKEN_API_KEY' => 36,
  4752.                             'VT4G_ORDER_ID_PREFIX' => 50,
  4753.                             'FREE' => 16,
  4754.                             'CARD_NO' => 16,
  4755.                             'SECURITY_CODE' => 4,
  4756.                             'CARD_NAME' => 45,
  4757.                             'COMMODITY_NAME' => 100,
  4758.                             'REFUND_REASON' => 80,
  4759.                             'ITEM_NAME' => [
  4760.                                 'LEN_255' => 255,
  4761.                                 'LEN_300' => 300,
  4762.                             ],
  4763.                             'ORDER_DESCRIPTION' => 127,
  4764.                             'PAYMENT_TERM_DAY' => 2,
  4765.                             'PUSH_URL' => 256,
  4766.                         ],
  4767.                     ],
  4768.                     'CHOICES' => [
  4769.                         'COMMON_FLG' => [
  4770.                             '利用する' => 1,
  4771.                             '利用しない' => 0,
  4772.                         ],
  4773.                         'WITH_CAPTURE' => [
  4774.                             '与信+売上' => 1,
  4775.                             '与信のみ' => 0,
  4776.                         ],
  4777.                         'CREDIT_PAY_METHOD' => [
  4778.                             '一括払い' => '10',
  4779.                             'ボーナス一括' => '21',
  4780.                             '分割2回払い' => '61C02',
  4781.                             '分割3回払い' => '61C03',
  4782.                             '分割4回払い' => '61C04',
  4783.                             '分割5回払い' => '61C05',
  4784.                             '分割6回払い' => '61C06',
  4785.                             '分割7回払い' => '61C07',
  4786.                             '分割8回払い' => '61C08',
  4787.                             '分割9回払い' => '61C09',
  4788.                             '分割10回払い' => '61C10',
  4789.                             '分割11回払い' => '61C11',
  4790.                             '分割12回払い' => '61C12',
  4791.                             '分割13回払い' => '61C13',
  4792.                             '分割14回払い' => '61C14',
  4793.                             '分割15回払い' => '61C15',
  4794.                             '分割16回払い' => '61C16',
  4795.                             '分割17回払い' => '61C17',
  4796.                             '分割18回払い' => '61C18',
  4797.                             '分割19回払い' => '61C19',
  4798.                             '分割20回払い' => '61C20',
  4799.                             '分割21回払い' => '61C21',
  4800.                             '分割22回払い' => '61C22',
  4801.                             '分割23回払い' => '61C23',
  4802.                             '分割24回払い' => '61C24',
  4803.                             'リボルビング払い' => '80',
  4804.                         ],
  4805.                         'MPI_OPTION' => [
  4806.                             '完全認証' => 'mpi-complete',
  4807.                             '通常認証(カード会社リスク負担)' => 'mpi-company',
  4808.                             '通常認証(カード会社、加盟店リスク負担)' => 'mpi-merchant',
  4809.                         ],
  4810.                         'ONE_CLICK_FLG' => [
  4811.                             'かんたん決済' => 2,
  4812.                             'ベリトランス会員ID決済' => 1,
  4813.                             '利用しない' => 0,
  4814.                         ],
  4815.                         'CONVENI' => [
  4816.                             '01:セブンイレブン' => 'sej',
  4817.                             '02:ローソン・ミニストップ・セイコーマート' => 'lawson',
  4818.                             '03:ファミリーマート' => 'famima',
  4819.                             '04:デイリーヤマザキ・ヤマザキデイリーストア' => 'other',
  4820.                             '05:ローソン・ファミリーマート・ミニストップ・セイコーマート' => 'econ',
  4821.                         ],
  4822.                         'MAIL_TIMING' => [
  4823.                             '入金通知受信時' => 1,
  4824.                             '決済申込完了時' => 0,
  4825.                         ],
  4826.                         'DUMMY_MODE_FLG' => [
  4827.                             '本番モードで稼働' => 0,
  4828.                             'ダミーモードで稼働' => 1,
  4829.                         ],
  4830.                         'RESULT_MAIL_TARGET' => [
  4831.                             'すべて' => 1,
  4832.                             '要求不成立のみ' => 0,
  4833.                         ],
  4834.                         'REGISTRATION_FLG' => [
  4835.                             '登録する' => 1,
  4836.                             '登録しない' => 0,
  4837.                             '初期値なし' => 2,
  4838.                         ],
  4839.                         'RETRADE_FLG' => [
  4840.                             'カード情報を登録する' => 1,
  4841.                             '登録しない' => 0,
  4842.                         ],
  4843.                         'SEND_PAYMENT_INFO_MAIL' => [
  4844.                             '送信する(TO:注文者、BCC:ショップ)' => 2,
  4845.                             '送信する(TO:ショップ)' => 1,
  4846.                             '送信しない' => 0,
  4847.                         ],
  4848.                         'PUSH_URL_AUTO_SETTING' => [
  4849.                             'MAPの値を利用する(自動設定しない)' => 0,
  4850.                             '自動で設定する' => 1,
  4851.                             '手動で設定する' => 2,
  4852.                         ],
  4853.                         'UPDATE_AUTHORIZE' => [
  4854.                             '使用する' => 1,
  4855.                             '使用しない' => 0,
  4856.                         ],
  4857.                         'USE_RECAPTCHA' => [
  4858.                             '利用する(プラグイン提供決済すべて)' => 2,
  4859.                             '利用する(クレジットカード決済のみ)' => 1,
  4860.                             '利用しない' => 0,
  4861.                         ],
  4862.                         'RECAPTCHA_SCORE' => [
  4863.                             '0.0' => '0.0',
  4864.                             '0.1' => '0.1',
  4865.                             '0.2' => '0.2',
  4866.                             '0.3' => '0.3',
  4867.                             '0.4' => '0.4',
  4868.                             '0.5' => '0.5',
  4869.                             '0.6' => '0.6',
  4870.                             '0.7' => '0.7',
  4871.                             '0.8' => '0.8',
  4872.                             '0.9' => '0.9',
  4873.                             '1.0' => '1.0',
  4874.                         ],
  4875.                     ],
  4876.                     'DEFAULT' => [
  4877.                         'WITH_CAPTURE' => 0,
  4878.                         'CREDIT_PAY_METHOD' => '10',
  4879.                         'SECURITY_FLG' => 1,
  4880.                         'MPI_FLG' => 1,
  4881.                         'MPI_OPTION' => 'mpi-company',
  4882.                         'ONE_CLICK_FLG' => 0,
  4883.                         'DUMMY_MODE_FLG' => 1,
  4884.                         'MAIL_TIMING' => 0,
  4885.                         'RESULT_MAIL_TARGET' => 0,
  4886.                         'CARDINFO_REGIST_DEFAULT' => 2,
  4887.                         'CARDINFO_REGIST_MAX' => 5,
  4888.                         'SEND_PAYMENT_INFO_MAIL' => 0,
  4889.                         'CONTENTS_KANA' => 'ゴチュウモンブン',
  4890.                         'COMMODITY_NAME' => 'ご注文の商品',
  4891.                         'REFUND_REASON' => 'ご注文の返金',
  4892.                         'PUSH_URL_AUTO_SETTING' => 0,
  4893.                         'UPDATE_AUTHORIZE' => 0,
  4894.                         'RATE_LIMIT' => 0,
  4895.                         'USE_RECAPTCHA' => 0,
  4896.                         'ROLLBACK_TIME' => [
  4897.                             'TIME_60' => 60,
  4898.                             'TIME_480' => 480,
  4899.                         ],
  4900.                     ],
  4901.                 ],
  4902.                 'VT4G_WITH_CAPTURE' => [
  4903.                     'AUTH' => 0,
  4904.                     'CAPTURE' => 1,
  4905.                 ],
  4906.                 'VT4G_REQUEST' => [
  4907.                     'CREDIT' => [
  4908.                         'RETRY_LIMIT' => 3,
  4909.                         'RETRY_WAIT' => 3,
  4910.                     ],
  4911.                 ],
  4912.                 'VT4G_RESPONSE' => [
  4913.                     'MSTATUS' => [
  4914.                         'OK' => 'success',
  4915.                         'NG' => 'failure',
  4916.                         'PENDING' => 'pending',
  4917.                     ],
  4918.                     'V_RESULT_CODE' => [
  4919.                         'RAKUTEN' => [
  4920.                             'REQUEST_TIMEOUT' => 'FG26',
  4921.                         ],
  4922.                     ],
  4923.                 ],
  4924.                 'VT4G_PUSH_URL_AUTO_SETTING' => [
  4925.                     'MAP' => 0,
  4926.                     'AUTO' => 1,
  4927.                     'MANUAL' => 2,
  4928.                 ],
  4929.                 'VT4G_DOC_PATH' => '/Resource/doc',
  4930.                 'VT4G_EXPLAIN_FILE_NAME_FMT' => '/explain_%s.txt',
  4931.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR98' => 98,
  4932.                 'VT4G_CREDIT_ERR_RESPONSE_YEAR99' => 99,
  4933.                 'VT4G_CREDIT_MPI_OPTION' => [
  4934.                     'COMPLETE' => 'mpi-complete',
  4935.                     'COMPANY' => 'mpi-company',
  4936.                     'MERCHANT' => 'mpi-merchant',
  4937.                 ],
  4938.                 'VT4G_CREDIT_ONE_CLICK' => [
  4939.                     'RETRADE' => 2,
  4940.                     'VERITRANS_ID' => 1,
  4941.                     'DISABLED' => 0,
  4942.                 ],
  4943.                 'VT4G_CREDIT_RETRADE' => [
  4944.                     'DATETIME_FORMAT' => 'Y-m-d 00:00:00',
  4945.                     'LIMIT_CARDS' => 10,
  4946.                     'VALID_MONTH' => 13,
  4947.                 ],
  4948.                 'VT4G_CREDIT_ERR_TRANS_PREFIX' => 'front.order.vt4g.vresult_code_',
  4949.                 'VT4G_CREDIT_VERITRANS_ID_SESSION_KEY' => 'vt4g_veritrans_id',
  4950.                 'VT4G_CREDIT_VERIFY_TIMEOUT' => 25,
  4951.                 'VT4G_CREDIT_VERIFY_RESULT_LINK' => 2,
  4952.                 'VT4G_CREDIT_PAYNOWID_TEMP_REG' => 1,
  4953.                 'VT4G_CREDIT_DEVICE_CHANNEL' => '02',
  4954.                 'VT4G_CREDIT_CARDHOLDER_HOME_PHONE_COUNTRY' => '81',
  4955.                 'VT4G_RAKUTEN_V2_PAYTYPE' => 2,
  4956.                 'VT4G_ALIPAY_CURRENCY' => 'JPY',
  4957.                 'VT4G_UPOP_TIMEOUT' => 30,
  4958.                 'VT4G_UPOP_CURRENCY' => [
  4959.                     392 => '日本円',
  4960.                     156 => '中国元',
  4961.                 ],
  4962.                 'VT4G_PAYPAL_ACTION' => [
  4963.                     'CREDIT' => 'set',
  4964.                     'COMPLETE' => 'do',
  4965.                 ],
  4966.                 'VT4G_PAYPAL_SHIPPING' => [
  4967.                     'DISABLED' => 0,
  4968.                 ],
  4969.                 'VT4G_PAYPAY_SERVICE_OPTION_TYPE' => 'online',
  4970.                 'VT4G_PAYPAY_TIMEOUT' => 5,
  4971.                 'VT4G_MERCHANT_CCID' => [
  4972.                     'EXCLUDE' => [
  4973.                         => '69951cc',
  4974.                         => '69992cc',
  4975.                     ],
  4976.                 ],
  4977.                 'VT4G_PAYMENT_INFO_MAIL' => [
  4978.                     'TO' => [
  4979.                         'CUSTOMER' => 2,
  4980.                         'SHOP' => 1,
  4981.                         'DISABLED' => 0,
  4982.                     ],
  4983.                 ],
  4984.                 'VT4G_RECAPTCHA_EXECUTE' => [
  4985.                     'ALL_PAYMENT' => 2,
  4986.                     'ONLY_CREDIT' => 1,
  4987.                     'NONE' => 0,
  4988.                 ],
  4989.                 'RULE_MIN_PAYTYPEID_10' => 2,
  4990.                 'RULE_MIN_PAYTYPEID_20' => 1,
  4991.                 'RULE_MIN_PAYTYPEID_30' => 1,
  4992.                 'RULE_MIN_PAYTYPEID_31' => 1,
  4993.                 'RULE_MIN_PAYTYPEID_40' => 1,
  4994.                 'RULE_MIN_PAYTYPEID_50' => 1,
  4995.                 'RULE_MIN_PAYTYPEID_60' => 100,
  4996.                 'RULE_MIN_PAYTYPEID_61' => 1,
  4997.                 'RULE_MIN_PAYTYPEID_62' => 1,
  4998.                 'RULE_MIN_PAYTYPEID_63' => 100,
  4999.                 'RULE_MIN_PAYTYPEID_70' => 1,
  5000.                 'RULE_MIN_PAYTYPEID_80' => 1,
  5001.                 'RULE_MAX_PAYTYPEID_10' => 99999999,
  5002.                 'RULE_MAX_PAYTYPEID_20' => 299999,
  5003.                 'RULE_MAX_PAYTYPEID_30' => 2000000000,
  5004.                 'RULE_MAX_PAYTYPEID_31' => 2000000000,
  5005.                 'RULE_MAX_PAYTYPEID_40' => 999999999,
  5006.                 'RULE_MAX_PAYTYPEID_50' => 9999999,
  5007.                 'RULE_MAX_PAYTYPEID_60' => 99999999,
  5008.                 'RULE_MAX_PAYTYPEID_61' => 9999999,
  5009.                 'RULE_MAX_PAYTYPEID_62' => 9999999,
  5010.                 'RULE_MAX_PAYTYPEID_63' => 99999999,
  5011.                 'RULE_MAX_PAYTYPEID_70' => 1000000,
  5012.                 'RULE_MAX_PAYTYPEID_80' => 500000,
  5013.                 'ORDER_CSV_COLUMN_CONFIG' => [
  5014.                     'NAME' => '注文ID',
  5015.                 ],
  5016.                 'ORDER_CSV_TEMPLATE' => 'order.csv',
  5017.                 'VT4G_MYPAGE' => [
  5018.                     'URL' => [
  5019.                         'INDEX' => [
  5020.                             'NAME' => 'mypage_vt4g_account_id',
  5021.                             'LABEL' => 'MYページ/ベリトランス会員ID',
  5022.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_account_id',
  5023.                         ],
  5024.                     ],
  5025.                 ],
  5026.                 'VT4G_RAKUTEN_BUTTON' => [
  5027.                     'URL' => [
  5028.                         'INDEX' => [
  5029.                             'NAME' => 'vt4g_admin_preview_rakuten_button',
  5030.                             'LABEL' => '商品購入/楽天ペイ支払いボタン',
  5031.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Shopping/vt4g_button_rakuten',
  5032.                         ],
  5033.                     ],
  5034.                 ],
  5035.                 'VT4G_MYPAGE_SUBSC_PAYMENT' => [
  5036.                     'URL' => [
  5037.                         'INDEX' => [
  5038.                             'NAME' => 'mypage_vt4g_subsc_payment',
  5039.                             'LABEL' => 'MYページ/継続課金決済履歴',
  5040.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment',
  5041.                         ],
  5042.                     ],
  5043.                 ],
  5044.                 'VT4G_MYPAGE_SUBSC_PAYMENT_HISTORY' => [
  5045.                     'URL' => [
  5046.                         'INDEX' => [
  5047.                             'NAME' => 'mypage_vt4g_subsc_payment_history',
  5048.                             'LABEL' => 'MYページ/継続課金決済履歴詳細',
  5049.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_subsc_payment_history',
  5050.                         ],
  5051.                     ],
  5052.                 ],
  5053.                 'VT4G_MYPAGE_RETRADE' => [
  5054.                     'URL' => [
  5055.                         'INDEX' => [
  5056.                             'NAME' => 'mypage_vt4g_retrade',
  5057.                             'LABEL' => 'MYページ/かんたん決済',
  5058.                             'TEMPLATE' => 'VeriTrans4G2/Resource/template/default/Mypage/vt4g_retrade',
  5059.                         ],
  5060.                     ],
  5061.                 ],
  5062.                 'VT4G_WITHDRAW_ERROR_MAIL_SUBJECT' => ' - ベリトランス会員ID削除エラー報知メール',
  5063.                 'VT4G_DTB_CSV' => [
  5064.                     'CUSTOMER' => [
  5065.                         'VT4G_ACCOUNT_ID' => [
  5066.                             'DISP_NAME' => 'ベリトランス会員ID',
  5067.                             'FIELD_NAME' => 'vt4g_account_id',
  5068.                         ],
  5069.                     ],
  5070.                     'ORDER' => [
  5071.                         'VT4G_PAYMENT_STATUS' => [
  5072.                             'DISP_NAME' => '決済状況',
  5073.                             'FIELD_NAME' => 'vt4g_payment_status',
  5074.                         ],
  5075.                         'VT4G_ORDER_ID' => [
  5076.                             'DISP_NAME' => '決済取引ID',
  5077.                             'FIELD_NAME' => 'vt4g_order_id',
  5078.                         ],
  5079.                         'VT4G_ROLLBACK_DATE' => [
  5080.                             'DISP_NAME' => 'ベリトランス4Gロールバック日時',
  5081.                             'FIELD_NAME' => 'vt4g_rollback_date',
  5082.                         ],
  5083.                     ],
  5084.                 ],
  5085.                 'VT4G_DTB_MAIL_TEMPLATE' => [
  5086.                     'PAYMENT_INFO' => [
  5087.                         'NAME' => 'ベリトランス4G入金お知らせメール',
  5088.                         'FILE_NAME' => 'VeriTrans4G2/Resource/template/default/Mail/vt4g_payment_recv_payment_info_1_0_0.twig',
  5089.                         'MAIL_SUBJECT' => 'ご入金を確認しました',
  5090.                     ],
  5091.                 ],
  5092.                 'VT4G_SUBSC_PRODUCT_CULUMN' => [
  5093.                     'MY_PAGE_DISP_FLG_ON' => 1,
  5094.                     'MY_PAGE_DISP_FLG_OFF' => 0,
  5095.                 ],
  5096.                 'VT4G_FEW_CREDIT_AMOUNT' => 2,
  5097.                 'VTG4_SUBSC_STATUS_SUBSC' => 1,
  5098.                 'VTG4_SUBSC_STATUS_CANCEL' => 2,
  5099.                 'VTG4_PAYMENT_REQUEST_SQL_PARAMETER' => [
  5100.                     'SORT_NO_FIRST' => 1,
  5101.                     'CONTINUE_PRODUCT_COUNT_ZERO' => 0,
  5102.                 ],
  5103.                 'VTG4_PAYMENT_REQUEST' => [
  5104.                     'REQUEST_STATUS' => [
  5105.                         'BEFORE_CREATION' => 0,
  5106.                         'NOT_APPLICABLE' => 2,
  5107.                         'WAITING_FOR_REFRECTON' => 5,
  5108.                         'SUCCESS_PAYMENT' => 7,
  5109.                         'FAILURE_PAYMENT' => 9,
  5110.                     ],
  5111.                     'REQUEST_STATUS_NAME' => [
  5112.                         'BEFORE_CREATION' => 'CSV未作成',
  5113.                         'NOT_APPLICABLE' => '対象外',
  5114.                         'WAITING_FOR_REFRECTON' => '反映待ち',
  5115.                         'SUCCESS_PAYMENT' => '決済成功',
  5116.                         'FAILURE_PAYMENT' => '決済失敗',
  5117.                     ],
  5118.                 ],
  5119.                 'VG4G_FEW_CREDIT_FLG_ON' => 1,
  5120.                 'VT4G_PAYMENT_TARGET_YES' => 1,
  5121.                 'VT4G_PAYMENT_TARGET_NO' => 0,
  5122.                 'VT4G_LOCK_TIMEOUT' => NULL,
  5123.                 'VT4G_CSV_REQUEST_DETAIL_HEADER' => [
  5124.                     => '決済依頼イベント番号',
  5125.                     => '決済依頼イベント名',
  5126.                     => '継続課金用販売種別名',
  5127.                     => '決済依頼番号',
  5128.                     => '決済依頼ステータス',
  5129.                     => '会員番号',
  5130.                     => '会員名',
  5131.                     => '初回注文ID',
  5132.                     => '取引ID',
  5133.                     => '決済金額',
  5134.                     10 => '決済手数料',
  5135.                     11 => '決済依頼明細番号',
  5136.                     12 => '商品名',
  5137.                     13 => '金額',
  5138.                     14 => '数量',
  5139.                     15 => '付与ポイント',
  5140.                     16 => '出荷ID',
  5141.                     17 => '配送先_お名前',
  5142.                     18 => '配送先_住所',
  5143.                     19 => 'CSV対象',
  5144.                 ],
  5145.             ],
  5146.             'eccube_rate_limiter_configs' => [
  5147.             ],
  5148.             'eccube.plugins.enabled' => [
  5149.                 => 'Recommend42',
  5150.                 => 'Coupon42',
  5151.                 => 'RelatedProduct42',
  5152.                 => 'ProductDisplayRank42',
  5153.                 => 'ECCUBE4LineLoginIntegration42',
  5154.                 => 'VeriTrans4G2',
  5155.                 => 'RecentlyViewedProducts',
  5156.                 => 'MypageReceipt2Ft',
  5157.                 => 'UnderLimitQuantityDx',
  5158.             ],
  5159.             'eccube.plugins.disabled' => [
  5160.                 => 'Api42',
  5161.                 => 'MailMagazine42',
  5162.                 => 'ProductReview42',
  5163.                 => 'SalesReport42',
  5164.                 => 'Securitychecker42',
  5165.                 => 'SiteKit42',
  5166.             ],
  5167.             'event_dispatcher.event_aliases' => [
  5168.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5169.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5170.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5171.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5172.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5173.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5174.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5175.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5176.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5177.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5178.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5179.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5180.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5181.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5182.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5183.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5184.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5185.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5186.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5187.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5188.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5189.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5190.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5191.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5192.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5193.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5194.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5195.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5196.             ],
  5197.             'fragment.renderer.hinclude.global_template' => NULL,
  5198.             'fragment.path' => '/_fragment',
  5199.             'kernel.http_method_override' => true,
  5200.             'kernel.trusted_hosts' => [
  5201.             ],
  5202.             'kernel.enabled_locales' => [
  5203.             ],
  5204.             'kernel.error_controller' => 'error_controller',
  5205.             'debug.file_link_format' => NULL,
  5206.             'asset.request_context.base_path' => NULL,
  5207.             'asset.request_context.secure' => NULL,
  5208.             'translator.logging' => false,
  5209.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5210.             'debug.error_handler.throw_at' => -1,
  5211.             'router.request_context.host' => 'localhost',
  5212.             'router.request_context.scheme' => 'http',
  5213.             'router.request_context.base_url' => '',
  5214.             'router.resource' => 'kernel::loadRoutes',
  5215.             'request_listener.http_port' => 80,
  5216.             'request_listener.https_port' => 443,
  5217.             'session.metadata.storage_key' => '_sf2_meta',
  5218.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5219.             'session.metadata.update_threshold' => 0,
  5220.             'form.type_extension.csrf.enabled' => true,
  5221.             'form.type_extension.csrf.field_name' => '_token',
  5222.             'validator.translation_domain' => 'validators',
  5223.             'profiler_listener.only_exceptions' => false,
  5224.             'profiler_listener.only_main_requests' => false,
  5225.             'security.role_hierarchy.roles' => [
  5226.             ],
  5227.             'security.access.denied_url' => NULL,
  5228.             'security.authentication.manager.erase_credentials' => true,
  5229.             'security.authentication.session_strategy.strategy' => 'migrate',
  5230.             'security.access.always_authenticate_before_granting' => false,
  5231.             'security.authentication.hide_user_not_found' => true,
  5232.             'security.firewalls' => [
  5233.                 => 'dev',
  5234.                 => 'api',
  5235.                 => 'admin',
  5236.                 => 'customer',
  5237.             ],
  5238.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5239.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5240.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5241.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5242.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5243.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5244.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5245.             'doctrine.entity_managers' => [
  5246.                 'default' => 'doctrine.orm.default_entity_manager',
  5247.             ],
  5248.             'doctrine.default_entity_manager' => 'default',
  5249.             'doctrine.dbal.connection_factory.types' => [
  5250.                 'oauth2_grant' => [
  5251.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  5252.                 ],
  5253.                 'oauth2_redirect_uri' => [
  5254.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  5255.                 ],
  5256.                 'oauth2_scope' => [
  5257.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  5258.                 ],
  5259.                 'datetime' => [
  5260.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5261.                 ],
  5262.                 'datetimetz' => [
  5263.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5264.                 ],
  5265.             ],
  5266.             'doctrine.connections' => [
  5267.                 'default' => 'doctrine.dbal.default_connection',
  5268.             ],
  5269.             'doctrine.default_connection' => 'default',
  5270.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5271.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5272.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5273.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5274.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5275.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5276.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5277.             'doctrine.orm.cache.memcache_port' => 11211,
  5278.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5279.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5280.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5281.             'doctrine.orm.cache.memcached_port' => 11211,
  5282.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5283.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5284.             'doctrine.orm.cache.redis_host' => 'localhost',
  5285.             'doctrine.orm.cache.redis_port' => 6379,
  5286.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5287.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5288.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5289.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5290.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5291.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5292.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5293.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5294.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5295.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5296.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5297.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5298.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5299.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5300.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5301.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5302.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5303.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5304.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5305.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5306.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5307.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5308.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5309.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5310.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5311.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5312.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5313.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5314.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5315.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5316.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5317.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5318.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5319.             'monolog.use_microseconds' => true,
  5320.             'monolog.swift_mailer.handlers' => [
  5321.             ],
  5322.             'monolog.handlers_to_channels' => [
  5323.                 'monolog.handler.console' => [
  5324.                     'type' => 'exclusive',
  5325.                     'elements' => [
  5326.                         => 'event',
  5327.                         => 'doctrine',
  5328.                         => 'console',
  5329.                     ],
  5330.                 ],
  5331.                 'monolog.handler.buffered' => [
  5332.                     'type' => 'exclusive',
  5333.                     'elements' => [
  5334.                         => 'event',
  5335.                     ],
  5336.                 ],
  5337.             ],
  5338.             'twig.form.resources' => [
  5339.                 => 'form_div_layout.html.twig',
  5340.                 => 'bootstrap_5_layout.html.twig',
  5341.             ],
  5342.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5343.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5344.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5345.             'web_profiler.debug_toolbar.mode' => 2,
  5346.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5347.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5348.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5349.             'knp_paginator.page_range' => 5,
  5350.             'knp_paginator.page_limit' => NULL,
  5351.             'doctrine.migrations.preferred_em' => NULL,
  5352.             'doctrine.migrations.preferred_connection' => NULL,
  5353.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5354.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5355.             'league.oauth2_server.encryption_key.type' => 'plain',
  5356.             'league.oauth2_server.scopes.default' => [
  5357.                 => 'read',
  5358.             ],
  5359.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5360.             'data_collector.templates' => [
  5361.                 'data_collector.request' => [
  5362.                     => 'request',
  5363.                     => '@WebProfiler/Collector/request.html.twig',
  5364.                 ],
  5365.                 'data_collector.time' => [
  5366.                     => 'time',
  5367.                     => '@WebProfiler/Collector/time.html.twig',
  5368.                 ],
  5369.                 'data_collector.memory' => [
  5370.                     => 'memory',
  5371.                     => '@WebProfiler/Collector/memory.html.twig',
  5372.                 ],
  5373.                 'data_collector.validator' => [
  5374.                     => 'validator',
  5375.                     => '@WebProfiler/Collector/validator.html.twig',
  5376.                 ],
  5377.                 'data_collector.ajax' => [
  5378.                     => 'ajax',
  5379.                     => '@WebProfiler/Collector/ajax.html.twig',
  5380.                 ],
  5381.                 'data_collector.form' => [
  5382.                     => 'form',
  5383.                     => '@WebProfiler/Collector/form.html.twig',
  5384.                 ],
  5385.                 'data_collector.exception' => [
  5386.                     => 'exception',
  5387.                     => '@WebProfiler/Collector/exception.html.twig',
  5388.                 ],
  5389.                 'data_collector.logger' => [
  5390.                     => 'logger',
  5391.                     => '@WebProfiler/Collector/logger.html.twig',
  5392.                 ],
  5393.                 'data_collector.events' => [
  5394.                     => 'events',
  5395.                     => '@WebProfiler/Collector/events.html.twig',
  5396.                 ],
  5397.                 'data_collector.router' => [
  5398.                     => 'router',
  5399.                     => '@WebProfiler/Collector/router.html.twig',
  5400.                 ],
  5401.                 'data_collector.cache' => [
  5402.                     => 'cache',
  5403.                     => '@WebProfiler/Collector/cache.html.twig',
  5404.                 ],
  5405.                 'data_collector.translation' => [
  5406.                     => 'translation',
  5407.                     => '@WebProfiler/Collector/translation.html.twig',
  5408.                 ],
  5409.                 'data_collector.security' => [
  5410.                     => 'security',
  5411.                     => '@Security/Collector/security.html.twig',
  5412.                 ],
  5413.                 'data_collector.twig' => [
  5414.                     => 'twig',
  5415.                     => '@WebProfiler/Collector/twig.html.twig',
  5416.                 ],
  5417.                 'data_collector.doctrine' => [
  5418.                     => 'db',
  5419.                     => '@Doctrine/Collector/db.html.twig',
  5420.                 ],
  5421.                 'doctrine_migrations.migrations_collector' => [
  5422.                     => 'doctrine_migrations',
  5423.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5424.                 ],
  5425.                 'data_collector.dump' => [
  5426.                     => 'dump',
  5427.                     => '@Debug/Profiler/dump.html.twig',
  5428.                 ],
  5429.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5430.                 'mailer.data_collector' => [
  5431.                     => 'mailer',
  5432.                     => '@WebProfiler/Collector/mailer.html.twig',
  5433.                 ],
  5434.                 'data_collector.config' => [
  5435.                     => 'config',
  5436.                     => '@WebProfiler/Collector/config.html.twig',
  5437.                 ],
  5438.                 'eccube.collector.core' => [
  5439.                     => 'eccube_core',
  5440.                     => '@toolbar/eccube.html.twig',
  5441.                 ],
  5442.             ],
  5443.             'console.command.ids' => [
  5444.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5445.             ],
  5446.         ];
  5447.     }
  5448.     protected function throw($message)
  5449.     {
  5450.         throw new RuntimeException($message);
  5451.     }
  5452. }