var/cache/dev/ContainerQ18TTQz/Eccube_KernelDevDebugContainer.php line 2525

Open in your IDE?
  1. <?php
  2. namespace ContainerQ18TTQz;
  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.             'Customize\\Repository\\ProductRepository' => 'getProductRepositoryService',
  42.             'Detection\\MobileDetect' => 'getMobileDetectService',
  43.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  44.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'cache.app' => 'getCache_AppService',
  47.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  48.             'cache.system' => 'getCache_SystemService',
  49.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  50.             'data_collector.dump' => 'getDataCollector_DumpService',
  51.             'doctrine' => 'getDoctrineService',
  52.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  53.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  54.             'event_dispatcher' => 'getEventDispatcherService',
  55.             'http_kernel' => 'getHttpKernelService',
  56.             'request_stack' => 'getRequestStackService',
  57.             'router' => 'getRouterService',
  58.             'translator' => 'getTranslatorService',
  59.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  60.             'cache_clearer' => 'getCacheClearerService',
  61.             'filesystem' => 'getFilesystemService',
  62.             'state_machine.order' => 'getStateMachine_OrderService',
  63.             'serializer' => 'getSerializerService',
  64.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  65.             'form.factory' => 'getForm_FactoryService',
  66.             'form.type.file' => 'getForm_Type_FileService',
  67.             'profiler' => 'getProfilerService',
  68.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  69.             'security.token_storage' => 'getSecurity_TokenStorageService',
  70.             'twig' => 'getTwigService',
  71.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  72.             'session' => 'getSessionService',
  73.             'validator' => 'getValidatorService',
  74.         ];
  75.         $this->fileMap = [
  76.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  77.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  78.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  79.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  80.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  81.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  82.             'Customize\\Controller\\Admin\\DepositController' => 'getDepositControllerService',
  83.             'Customize\\Controller\\Admin\\EntryContactController' => 'getEntryContactControllerService',
  84.             'Customize\\Controller\\Admin\\EntryContactEditController' => 'getEntryContactEditControllerService',
  85.             'Customize\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportControllerService',
  86.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  87.             'Customize\\Controller\\EntryContactController' => 'getEntryContactController2Service',
  88.             'Customize\\Controller\\HistoryProductController' => 'getHistoryProductControllerService',
  89.             'Customize\\Controller\\MypageController' => 'getMypageControllerService',
  90.             'Customize\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  91.             'Customize\\Controller\\ProductController' => 'getProductControllerService',
  92.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  93.             'Customize\\Repository\\CustomerFavoriteProductRepository' => 'getCustomerFavoriteProductRepositoryService',
  94.             'Customize\\Service\\OrderHelper' => 'getOrderHelperService',
  95.             'Customize\\Service\\OrderPdfService' => 'getOrderPdfServiceService',
  96.             'Customize\\Service\\PurchaseFlow\\Processor\\AddPointProcessor' => 'getAddPointProcessorService',
  97.             'Customize\\Service\\PurchaseFlow\\Processor\\PointRateProcessor' => 'getPointRateProcessorService',
  98.             'Customize\\Service\\PurchaseFlow\\Processor\\StockDiffProcessor' => 'getStockDiffProcessorService',
  99.             'Customize\\Service\\PurchaseFlow\\Processor\\StockMultipleValidator' => 'getStockMultipleValidatorService',
  100.             'Customize\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor' => 'getStockReduceProcessorService',
  101.             'Customize\\Service\\PurchaseFlow\\Processor\\StockValidator' => 'getStockValidatorService',
  102.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  103.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  104.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  105.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  106.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  107.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  108.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  109.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  110.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  111.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  112.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  113.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  114.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  115.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  116.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  117.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  118.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  119.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service',
  120.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  121.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  122.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  123.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  124.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  125.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  126.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  127.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service',
  128.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  129.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  130.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  131.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  132.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  133.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  134.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  135.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  136.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  137.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  138.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  139.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  140.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  141.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  142.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  143.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  144.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  145.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  146.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  147.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  148.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  149.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  150.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  151.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  152.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  153.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  154.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  155.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  156.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  157.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  158.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  159.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  160.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  161.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeController2Service',
  162.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  163.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  164.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  165.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  166.             'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  167.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  168.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  169.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  170.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  171.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  172.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  173.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  174.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  175.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  176.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  177.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  178.             'Plugin\\ContactManagement42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  179.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  180.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService',
  181.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService',
  182.             'Plugin\\ContactManagement42\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService',
  183.             'Plugin\\ContactManagement42\\Controller\\ProductController' => 'getProductController4Service',
  184.             'Plugin\\CustomerRank42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  185.             'Plugin\\CustomerRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  186.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankController' => 'getCustomerRankControllerService',
  187.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankDesignController' => 'getCustomerRankDesignControllerService',
  188.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankEditController' => 'getCustomerRankEditControllerService',
  189.             'Plugin\\CustomerRank42\\Controller\\Block\\CustomerRankInfoController' => 'getCustomerRankInfoControllerService',
  190.             'Plugin\\DataMigration42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  191.             'Plugin\\ECApgSimpleCalendar\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  192.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  193.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  194.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  195.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  196.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  197.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  198.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  199.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  200.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  201.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  202.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  203.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  204.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  205.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  206.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  207.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  208.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  209.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  210.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  211.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  212.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  213.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  214.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  215.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  216.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  217.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  218.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  219.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  220.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  221.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  222.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  223.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  224.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  225.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  226.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  227.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  228.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  229.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  230.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  231.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  232.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  233.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  234.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  235.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  236.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  237.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  238.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  239.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  240.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  241.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  242.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  243.             'Plugin\\HsdRelatedProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  244.             'Plugin\\HsdRelatedProduct42\\Controller\\Block\\HsdRelatedProduct42Controller' => 'getHsdRelatedProduct42ControllerService',
  245.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  246.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\Product\\PinpointSaleDxCommon' => 'getPinpointSaleDxCommonService',
  247.             'Plugin\\ProductContact42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  248.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  249.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  250.             'Plugin\\ProductReview42\\Controller\\ProductController' => 'getProductController5Service',
  251.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  252.             'Plugin\\Recommend42\\Controller\\ProductController' => 'getProductController6Service',
  253.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  254.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  255.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  256.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\ConfigController' => 'getConfigController9Service',
  257.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\SalesRestrictionsDesignController' => 'getSalesRestrictionsDesignControllerService',
  258.             'Plugin\\SortProduct42Plus\\Controller\\Admin\\SortProductController' => 'getSortProductControllerService',
  259.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  260.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  261.             'cache.app_clearer' => 'getCache_AppClearerService',
  262.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  263.             'cache.system_clearer' => 'getCache_SystemClearerService',
  264.             'cache_warmer' => 'getCacheWarmerService',
  265.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  266.             'console.command_loader' => 'getConsole_CommandLoaderService',
  267.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  268.             'eccube.logger' => 'getEccube_LoggerService',
  269.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  270.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  271.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  272.             'error_controller' => 'getErrorControllerService',
  273.             'knp_paginator' => 'getKnpPaginatorService',
  274.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  275.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  276.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  277.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  278.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  279.             'pinpoint_sale_dx.config_migration' => 'getPinpointSaleDx_ConfigMigrationService',
  280.             'pinpoint_sale_dx.plg_migration' => 'getPinpointSaleDx_PlgMigrationService',
  281.             'routing.loader' => 'getRouting_LoaderService',
  282.             'services_resetter' => 'getServicesResetterService',
  283.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  284.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  285.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  286.         ];
  287.         $this->aliases = [
  288.             'database_connection' => 'doctrine.dbal.default_connection',
  289.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  290.         ];
  291.         $this->privates['service_container'] = function () {
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  298.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  306.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminCustomerCustomizer.php';
  307.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminOrderCustomizer.php';
  308.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomizer.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  310.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductJoin.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  312.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductOrderBy.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  314.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  315.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  319.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  326.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  327.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  329.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  330.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  337.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  338.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  343.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  345.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  347.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  352.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Repository/ConfigRepository.php';
  353.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Repository/HolidaysRepository.php';
  354.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  355.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  356.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ConfigRepository.php';
  357.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomerRankRepository.php';
  358.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Service/SalesRestrictionsService.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  360.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductRepository.php';
  361.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  362.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  363.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  366.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  367.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  369.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  370.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  398.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  404.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  441.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  517.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  518.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  520.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  521.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  522.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  524.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  525.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  528.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  531.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  532.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  533.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  534.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  535.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  538.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  539.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  540.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  541.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  544.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  548.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  552.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  554.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  556.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  557.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  564.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  579.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  598.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  632.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  634.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  635.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  636.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  637.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  639.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  640.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  641.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  642.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  650.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  673.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  674.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  675.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  676.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  677.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  678.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  679.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  680.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Twig/Extension/PluginExtension.php';
  681.             include_once \dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Twig/Extension/PinpointSaleDxTwigExtension.php';
  682.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TypeOfExtension.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  688.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  700.         };
  701.     }
  702.     public function compile(): void
  703.     {
  704.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  705.     }
  706.     public function isCompiled(): bool
  707.     {
  708.         return true;
  709.     }
  710.     public function getRemovedIds(): array
  711.     {
  712.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  713.     }
  714.     protected function load($file$lazyLoad true)
  715.     {
  716.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  717.             return $class::do($this$lazyLoad);
  718.         }
  719.         if ('.' === $file[-4]) {
  720.             $class substr($class0, -4);
  721.         } else {
  722.             $file .= '.php';
  723.         }
  724.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  725.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  726.     }
  727.     protected function createProxy($class\Closure $factory)
  728.     {
  729.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  730.         return $factory();
  731.     }
  732.     /**
  733.      * Gets the public '.container.private.profiler' shared service.
  734.      *
  735.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  736.      */
  737.     protected function get_Container_Private_ProfilerService()
  738.     {
  739.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  740.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  741.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  742.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  743.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  744.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  745.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  746.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  747.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  748.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  749.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  750.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  751.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  752.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  753.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  754.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  755.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  756.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  757.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  758.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  759.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  760.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  761.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  762.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  763.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  764.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  765.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  766.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  767.         if ($this->has('kernel')) {
  768.             $e->setKernel($b);
  769.         }
  770.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  771.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  772.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  773.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  774.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  775.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  776.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  777.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  778.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  779.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  780.         $instance->add($d);
  781.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  782.         $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));
  783.         $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())));
  784.         $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([])))));
  785.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  786.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  787.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  788.         $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()))));
  789.         $instance->add($e);
  790.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  791.         return $instance;
  792.     }
  793.     /**
  794.      * Gets the public '.container.private.security.authorization_checker' shared service.
  795.      *
  796.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  797.      */
  798.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  799.     {
  800.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  801.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  802.             return $this->services['.container.private.security.authorization_checker'];
  803.         }
  804.         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);
  805.     }
  806.     /**
  807.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  808.      *
  809.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  810.      */
  811.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  812.     {
  813.         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())));
  814.     }
  815.     /**
  816.      * Gets the public '.container.private.security.token_storage' shared service.
  817.      *
  818.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  819.      */
  820.     protected function get_Container_Private_Security_TokenStorageService()
  821.     {
  822.         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, [
  823.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  824.         ], [
  825.             'request_stack' => '?',
  826.         ]));
  827.     }
  828.     /**
  829.      * Gets the public '.container.private.session' shared service.
  830.      *
  831.      * @return \Symfony\Component\HttpFoundation\Session\Session
  832.      */
  833.     protected function get_Container_Private_SessionService()
  834.     {
  835.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  836.         if (isset($this->services['.container.private.session'])) {
  837.             return $this->services['.container.private.session'];
  838.         }
  839.         return $this->services['.container.private.session'] = $a->createSession();
  840.     }
  841.     /**
  842.      * Gets the public '.container.private.state_machine.order' shared service.
  843.      *
  844.      * @return \Symfony\Component\Workflow\StateMachine
  845.      */
  846.     protected function get_Container_Private_StateMachine_OrderService()
  847.     {
  848.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  849.         if (isset($this->services['.container.private.state_machine.order'])) {
  850.             return $this->services['.container.private.state_machine.order'];
  851.         }
  852.         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);
  853.     }
  854.     /**
  855.      * Gets the public '.container.private.twig' shared service.
  856.      *
  857.      * @return \Twig\Environment
  858.      */
  859.     protected function get_Container_Private_TwigService()
  860.     {
  861.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  862.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/template'), 'ContactManagement42');
  863.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/template'), 'CustomerRank42');
  864.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  865.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/template'), 'HsdRelatedProduct42');
  866.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/template'), 'PinpointSaleDx');
  867.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/template'), 'ProductContact42');
  868.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  869.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  870.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  871.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/template'), 'SalesRestrictions42');
  872.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/template'), 'SortProduct42Plus');
  873.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/template'), 'ECApgSimpleCalendar');
  874.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/template'), 'DataMigration42');
  875.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  876.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  877.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  878.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  879.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  880.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  881.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  882.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  883.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  884.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  885.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  886.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  887.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  888.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  889.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  890.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  891.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  892.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  893.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  894.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  895.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  896.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  897.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  898.         $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']);
  899.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  900.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  901.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  902.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  903.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  904.         $g = ($this->services['router'] ?? $this->getRouterService());
  905.         $h = new \Symfony\Component\Workflow\Registry();
  906.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  907.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  908.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  909.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  910.         $k = new \Symfony\Bridge\Twig\AppVariable();
  911.         $k->setEnvironment('dev');
  912.         $k->setDebug(true);
  913.         if ($this->has('.container.private.security.token_storage')) {
  914.             $k->setTokenStorage($c);
  915.         }
  916.         if ($this->has('request_stack')) {
  917.             $k->setRequestStack($b);
  918.         }
  919.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  920.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  921.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  922.         $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)));
  923.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  924.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  925.         $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 () {
  926.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  927.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  928.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  929.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  930.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  931.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  932.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  933.         }, 7))));
  934.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  935.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  936.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  937.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  938.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  939.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  940.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  941.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  942.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  943.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  944.         $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())));
  945.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  946.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  947.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  948.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  949.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  950.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  951.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  952.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  953.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  954.         $instance->addExtension(new \Plugin\ECApgSimpleCalendar\Twig\Extension\PluginExtension(($this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), ($this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository'] ?? $this->getHolidaysRepositoryService()), $i));
  955.         $instance->addExtension(new \Plugin\PinpointSaleDx\Twig\Extension\PinpointSaleDxTwigExtension(($this->services['Customize\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  956.         $instance->addExtension(new \Customize\Twig\Extension\TypeOfExtension());
  957.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  958.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  959.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  960.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  961.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  962.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  963.         $instance->addGlobal('app'$k);
  964.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  965.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  966.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  967.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  968.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  969.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  970.         ], [
  971.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  972.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  973.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  974.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  975.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  976.         ])));
  977.         $instance->addGlobal('BaseInfo'NULL);
  978.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  979.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  980.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  981.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  982.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  983.         return $instance;
  984.     }
  985.     /**
  986.      * Gets the public '.container.private.validator' shared service.
  987.      *
  988.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  989.      */
  990.     protected function get_Container_Private_ValidatorService()
  991.     {
  992.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  993.         if (isset($this->services['.container.private.validator'])) {
  994.             return $this->services['.container.private.validator'];
  995.         }
  996.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  997.     }
  998.     /**
  999.      * Gets the public 'Customize\Repository\ProductRepository' shared autowired service.
  1000.      *
  1001.      * @return \Customize\Repository\ProductRepository
  1002.      */
  1003.     protected function getProductRepositoryService()
  1004.     {
  1005.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  1006.         if (isset($this->services['Customize\\Repository\\ProductRepository'])) {
  1007.             return $this->services['Customize\\Repository\\ProductRepository'];
  1008.         }
  1009.         return $this->services['Customize\\Repository\\ProductRepository'] = new \Customize\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1010.     }
  1011.     /**
  1012.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1013.      *
  1014.      * @return \Detection\MobileDetect
  1015.      */
  1016.     protected function getMobileDetectService()
  1017.     {
  1018.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1019.     }
  1020.     /**
  1021.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1022.      *
  1023.      * @return \Eccube\Common\EccubeConfig
  1024.      */
  1025.     protected function getEccubeConfigService()
  1026.     {
  1027.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1028.     }
  1029.     /**
  1030.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1031.      *
  1032.      * @return \Eccube\Repository\PluginRepository
  1033.      */
  1034.     protected function getPluginRepositoryService($lazyLoad true)
  1035.     {
  1036.         if ($lazyLoad) {
  1037.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1038.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1039.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1040.                     $proxy->setProxyInitializer(null);
  1041.                     return true;
  1042.                 });
  1043.             });
  1044.         }
  1045.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1046.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1047.     }
  1048.     /**
  1049.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1050.      *
  1051.      * @return \Eccube\Service\SystemService
  1052.      */
  1053.     protected function getSystemServiceService($lazyLoad true)
  1054.     {
  1055.         if ($lazyLoad) {
  1056.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1057.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1058.                     $wrappedInstance $this->getSystemServiceService(false);
  1059.                     $proxy->setProxyInitializer(null);
  1060.                     return true;
  1061.                 });
  1062.             });
  1063.         }
  1064.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1065.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1066.     }
  1067.     /**
  1068.      * Gets the public 'cache.app' shared service.
  1069.      *
  1070.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1071.      */
  1072.     protected function getCache_AppService()
  1073.     {
  1074.         $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))));
  1075.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1076.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1077.     }
  1078.     /**
  1079.      * Gets the public 'cache.rate_limiter' shared service.
  1080.      *
  1081.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1082.      */
  1083.     protected function getCache_RateLimiterService()
  1084.     {
  1085.         $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))));
  1086.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1087.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1088.     }
  1089.     /**
  1090.      * Gets the public 'cache.system' shared service.
  1091.      *
  1092.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1093.      */
  1094.     protected function getCache_SystemService()
  1095.     {
  1096.         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())));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'cache.validator_expression_language' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1102.      */
  1103.     protected function getCache_ValidatorExpressionLanguageService()
  1104.     {
  1105.         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())));
  1106.     }
  1107.     /**
  1108.      * Gets the public 'data_collector.dump' shared service.
  1109.      *
  1110.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1111.      */
  1112.     protected function getDataCollector_DumpService()
  1113.     {
  1114.         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);
  1115.     }
  1116.     /**
  1117.      * Gets the public 'doctrine' shared service.
  1118.      *
  1119.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1120.      */
  1121.     protected function getDoctrineService()
  1122.     {
  1123.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1124.     }
  1125.     /**
  1126.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1127.      *
  1128.      * @return \Doctrine\DBAL\Connection
  1129.      */
  1130.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1131.     {
  1132.         $a = new \Doctrine\DBAL\Configuration();
  1133.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1134.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1135.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1136.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1137.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1138.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1139.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1140.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1141.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1142.         $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))));
  1143.         $c->setConnectionName('default');
  1144.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1145.         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, [
  1146.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1147.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1148.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1149.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => ['privates''Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber''getCustomerPriceEventSubscriberService'true],
  1150.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => ['privates''Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber''getPinpointSaleDxEventSubscriberService'true],
  1151.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1152.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1153.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1154.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1155.         ], [
  1156.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1157.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1158.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1159.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => '?',
  1160.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => '?',
  1161.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1162.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1163.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1164.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1165.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber'=> 'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber'=> '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']]), []);
  1166.     }
  1167.     /**
  1168.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1169.      *
  1170.      * @return \Doctrine\ORM\EntityManager
  1171.      */
  1172.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1173.     {
  1174.         if ($lazyLoad) {
  1175.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1176.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1177.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1178.                     $proxy->setProxyInitializer(null);
  1179.                     return true;
  1180.                 });
  1181.             });
  1182.         }
  1183.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1184.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1185.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1186.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1187.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1188.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1189.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1190.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1191.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1192.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1193.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1194.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1195.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1196.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1197.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1198.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1199.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1200.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1201.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1202.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1203.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1204.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1205.         $a = new \Doctrine\ORM\Configuration();
  1206.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1207.         $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')])));
  1208.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1209.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1210.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1211.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ApgSimpleCalendar/Entity')]);
  1212.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1213.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1214.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1215.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1216.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1217.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1218.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1219.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Entity')]);
  1220.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1221.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Entity')]);
  1222.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1223.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineIntegration42/Entity')]);
  1224.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1225.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ECMypageReceipt42/Entity')]);
  1226.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1227.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1228.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1229.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Entity')]);
  1230.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1231.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1232.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1233.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Entity')]);
  1234.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1235.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1236.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1237.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1238.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1239.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1240.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1241.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1242.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1243.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Entity')]);
  1244.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1245.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1246.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1247.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1248.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1249.         $y = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Entity')]);
  1250.         $y->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1251.         $b->addDriver($c'Eccube\\Entity');
  1252.         $b->addDriver($c'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1253.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1254.         $b->addDriver($e'Eccube\\Entity');
  1255.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1256.         $b->addDriver($f'Plugin\\ApgSimpleCalendar\\Entity');
  1257.         $b->addDriver($g'Plugin\\Api42\\Entity');
  1258.         $b->addDriver($h'Plugin\\ContactManagement42\\Entity');
  1259.         $b->addDriver($i'Plugin\\Coupon42\\Entity');
  1260.         $b->addDriver($j'Plugin\\CustomerRank42\\Entity');
  1261.         $b->addDriver($k'Plugin\\ECApgSimpleCalendar\\Entity');
  1262.         $b->addDriver($l'Plugin\\ECCUBE4LineIntegration42\\Entity');
  1263.         $b->addDriver($m'Plugin\\ECMypageReceipt42\\Entity');
  1264.         $b->addDriver($n'Plugin\\EccubePaymentLite42\\Entity');
  1265.         $b->addDriver($o'Plugin\\HsdRelatedProduct42\\Entity');
  1266.         $b->addDriver($p'Plugin\\MailMagazine42\\Entity');
  1267.         $b->addDriver($q'Plugin\\PinpointSaleDx\\Entity');
  1268.         $b->addDriver($r'Plugin\\ProductContact42\\Entity');
  1269.         $b->addDriver($s'Plugin\\ProductReview42\\Entity');
  1270.         $b->addDriver($t'Plugin\\Recommend42\\Entity');
  1271.         $b->addDriver($u'Plugin\\RelatedProduct42\\Entity');
  1272.         $b->addDriver($v'Plugin\\SalesRestrictions42\\Entity');
  1273.         $b->addDriver($w'Plugin\\Securitychecker42\\Entity');
  1274.         $b->addDriver($x'Plugin\\SiteKit42\\Entity');
  1275.         $b->addDriver($y'Plugin\\SortProduct42Plus\\Entity');
  1276.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity''LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1277.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1278.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1279.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1280.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1281.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1282.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1283.         ], [
  1284.             'doctrine.ulid_generator' => '?',
  1285.             'doctrine.uuid_generator' => '?',
  1286.         ])));
  1287.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1288.         $a->setProxyNamespace('Proxies');
  1289.         $a->setAutoGenerateProxyClasses(true);
  1290.         $a->setSchemaIgnoreClasses([]);
  1291.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1292.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1293.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1294.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1295.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1296.         $a->setLazyGhostObjectEnabled(false);
  1297.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1298.             'Customize\\Repository\\DepositRepository' => ['privates''Customize\\Repository\\DepositRepository''getDepositRepositoryService'true],
  1299.             'Customize\\Repository\\EntryContactReplyRepository' => ['privates''Customize\\Repository\\EntryContactReplyRepository''getEntryContactReplyRepositoryService'true],
  1300.             'Customize\\Repository\\EntryContactRepository' => ['privates''Customize\\Repository\\EntryContactRepository''getEntryContactRepositoryService'true],
  1301.             'Customize\\Repository\\EntryContactStatusRepository' => ['privates''Customize\\Repository\\EntryContactStatusRepository''getEntryContactStatusRepositoryService'true],
  1302.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1303.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1304.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1305.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1306.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1307.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1308.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1309.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1310.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1311.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1312.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1313.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1314.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['services''Customize\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1315.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1316.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1317.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1318.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1319.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1320.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1321.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1322.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1323.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1324.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1325.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1326.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1327.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1328.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1329.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1330.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1331.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1332.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1333.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1334.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1335.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1336.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1337.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1338.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1339.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1340.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1341.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1342.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1343.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1344.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1345.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1346.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1347.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1348.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1349.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1350.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1351.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1352.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1353.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1354.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1355.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1356.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1357.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1358.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1359.             'Eccube\\Repository\\ProductRepository' => ['services''Customize\\Repository\\ProductRepository''getProductRepositoryService'false],
  1360.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1361.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1362.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1363.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1364.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1365.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1366.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1367.             'Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository' => ['privates''Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1368.             'Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository' => ['privates''Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository''getHolidaysRepository2Service'true],
  1369.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1370.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1371.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1372.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1373.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1374.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1375.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1376.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1377.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1378.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository''getConfigStatusRepositoryService'true],
  1379.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository''getCustomerPriceRepositoryService'true],
  1380.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerRankRepository''getCustomerRankRepositoryService'true],
  1381.             'Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository' => ['privates''Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1382.             'Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository' => ['privates''Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository''getHolidaysRepositoryService'false],
  1383.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository''getLineIntegrationHistoryRepositoryService'true],
  1384.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository''getLineIntegrationRepositoryService'true],
  1385.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository''getLineIntegrationSettingRepositoryService'true],
  1386.             'Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository' => ['privates''Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository''getECMypageReceipt42ConfigRepositoryService'true],
  1387.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepository6Service'false],
  1388.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1389.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1390.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1391.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1392.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1393.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1394.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1395.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1396.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1397.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1398.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1399.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1400.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1401.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1402.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1403.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1404.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1405.             'Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1406.             'Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository' => ['privates''Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository''getHsdRelatedProduct42RepositoryService'true],
  1407.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1408.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1409.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository''getPinpointRepeatRepositoryService'true],
  1410.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepository''getPinpointRepositoryService'true],
  1411.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'true],
  1412.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'true],
  1413.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository''getProductPinpointRepositoryService'true],
  1414.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1415.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1416.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1417.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1418.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1419.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1420.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1421.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository''getProductCustomerRankRepositoryService'false],
  1422.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository9Service'true],
  1423.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1424.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => ['privates''Plugin\\SortProduct42Plus\\Repository\\SortProductRepository''getSortProductRepositoryService'true],
  1425.         ], [
  1426.             'Customize\\Repository\\DepositRepository' => '?',
  1427.             'Customize\\Repository\\EntryContactReplyRepository' => '?',
  1428.             'Customize\\Repository\\EntryContactRepository' => '?',
  1429.             'Customize\\Repository\\EntryContactStatusRepository' => '?',
  1430.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1431.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1432.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1433.             'Eccube\\Repository\\BlockRepository' => '?',
  1434.             'Eccube\\Repository\\CalendarRepository' => '?',
  1435.             'Eccube\\Repository\\CartItemRepository' => '?',
  1436.             'Eccube\\Repository\\CartRepository' => '?',
  1437.             'Eccube\\Repository\\CategoryRepository' => '?',
  1438.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1439.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1440.             'Eccube\\Repository\\CsvRepository' => '?',
  1441.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1442.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1443.             'Eccube\\Repository\\CustomerRepository' => '?',
  1444.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1445.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1446.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1447.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1448.             'Eccube\\Repository\\LayoutRepository' => '?',
  1449.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1450.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1451.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1452.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1453.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1454.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1455.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1456.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1457.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1458.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1459.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1460.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1461.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1462.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1463.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1464.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1465.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1466.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1467.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1468.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1469.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1470.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1471.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1472.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1473.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1474.             'Eccube\\Repository\\MemberRepository' => '?',
  1475.             'Eccube\\Repository\\NewsRepository' => '?',
  1476.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1477.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1478.             'Eccube\\Repository\\OrderRepository' => '?',
  1479.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1480.             'Eccube\\Repository\\PageRepository' => '?',
  1481.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1482.             'Eccube\\Repository\\PaymentRepository' => '?',
  1483.             'Eccube\\Repository\\PluginRepository' => '?',
  1484.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1485.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1486.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1487.             'Eccube\\Repository\\ProductRepository' => '?',
  1488.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1489.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1490.             'Eccube\\Repository\\ShippingRepository' => '?',
  1491.             'Eccube\\Repository\\TagRepository' => '?',
  1492.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1493.             'Eccube\\Repository\\TemplateRepository' => '?',
  1494.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1495.             'Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository' => '?',
  1496.             'Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository' => '?',
  1497.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1498.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1499.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1500.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1501.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1502.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1503.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1504.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1505.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => '?',
  1506.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => '?',
  1507.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => '?',
  1508.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => '?',
  1509.             'Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository' => '?',
  1510.             'Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository' => '?',
  1511.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository' => '?',
  1512.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository' => '?',
  1513.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository' => '?',
  1514.             'Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository' => '?',
  1515.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1516.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1517.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1518.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1519.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1520.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1521.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1522.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1523.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1524.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1525.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1526.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1527.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1528.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1529.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1530.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1531.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1532.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1533.             'Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository' => '?',
  1534.             'Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository' => '?',
  1535.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1536.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1537.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => '?',
  1538.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => '?',
  1539.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => '?',
  1540.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => '?',
  1541.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => '?',
  1542.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1543.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1544.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1545.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1546.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1547.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1548.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => '?',
  1549.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => '?',
  1550.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1551.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1552.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => '?',
  1553.         ])));
  1554.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1555.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1556.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1557.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1558.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1559.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1560.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1561.         return $instance;
  1562.     }
  1563.     /**
  1564.      * Gets the public 'event_dispatcher' shared service.
  1565.      *
  1566.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1567.      */
  1568.     protected function getEventDispatcherService()
  1569.     {
  1570.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1571.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1572.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1573.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1574.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1575.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1576.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1577.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1578.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1579.         $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())));
  1580.         $instance->addListener('kernel.request', [=> function () {
  1581.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1582.         }, => 'onKernelRequest'], 1024);
  1583.         $instance->addListener('kernel.controller', [=> function () {
  1584.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1585.         }, => 'onKernelController'], 0);
  1586.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1587.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1588.         }, => 'checkPassport'], 1024);
  1589.         $instance->addListener('kernel.response', [=> function () {
  1590.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1591.         }, => 'onKernelResponse'], 0);
  1592.         $instance->addListener('kernel.response', [=> function () {
  1593.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1594.         }, => 'onKernelResponse'], 0);
  1595.         $instance->addListener('kernel.request', [=> function () {
  1596.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1597.         }, => 'onKernelRequest'], 0);
  1598.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1599.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1600.         }, => 'onAuthorizationRequest'], 1024);
  1601.         $instance->addListener('kernel.controller', [=> function () {
  1602.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1603.         }, => 'onController'], 0);
  1604.         $instance->addListener('kernel.request', [=> function () {
  1605.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1606.         }, => 'onKernelRequest'], 512);
  1607.         $instance->addListener('kernel.request', [=> function () {
  1608.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1609.         }, => 'onKernelRequestEarly'], 500);
  1610.         $instance->addListener('kernel.request', [=> function () {
  1611.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1612.         }, => 'onKernelRequest'], 6);
  1613.         $instance->addListener('kernel.response', [=> function () {
  1614.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1615.         }, => 'onKernelResponse'], 0);
  1616.         $instance->addListener('kernel.controller', [=> function () {
  1617.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1618.         }, => 'onKernelController'], 0);
  1619.         $instance->addListener('kernel.terminate', [=> function () {
  1620.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1621.         }, => 'onKernelTerminate'], 0);
  1622.         $instance->addListener('kernel.exception', [=> function () {
  1623.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1624.         }, => 'onKernelException'], -4);
  1625.         $instance->addListener('security.interactive_login', [=> function () {
  1626.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1627.         }, => 'onInteractiveLogin'], 0);
  1628.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1629.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1630.         }, => 'onAuthenticationFailure'], 0);
  1631.         $instance->addListener('kernel.response', [=> function () {
  1632.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1633.         }, => 'onResponse'], 0);
  1634.         $instance->addListener('kernel.request', [=> function () {
  1635.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1636.         }, => 'onKernelRequest'], 512);
  1637.         $instance->addListener('kernel.controller', [=> function () {
  1638.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1639.         }, => 'onController'], 0);
  1640.         $instance->addListener('kernel.request', [=> function () {
  1641.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1642.         }, => 'onKernelRequest'], 7);
  1643.         $instance->addListener('security.interactive_login', [=> function () {
  1644.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1645.         }, => 'onInteractiveLogin'], 0);
  1646.         $instance->addListener('security.authentication.failure', [=> function () {
  1647.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1648.         }, => 'onAuthenticationFailure'], 0);
  1649.         $instance->addListener('kernel.request', [=> function () {
  1650.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1651.         }, => 'onKernelRequest'], 0);
  1652.         $instance->addListener('kernel.exception', [=> function () {
  1653.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1654.         }, => 'onKernelException'], 0);
  1655.         $instance->addListener('kernel.terminate', [=> function () {
  1656.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1657.         }, => 'onKernelTerminate'], 0);
  1658.         $instance->addListener('kernel.request', [=> function () {
  1659.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1660.         }, => 'onKernelRequest'], 6);
  1661.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1662.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1663.         }, => 'onKernelController'], 7);
  1664.         $instance->addListener('form.pre_submit', [=> function () {
  1665.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1666.         }, => 'onPreSubmit'], 0);
  1667.         $instance->addListener('form.pre_submit', [=> function () {
  1668.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1669.         }, => 'purifySubmittedData'], 1000001);
  1670.         $instance->addListener('form.pre_submit', [=> function () {
  1671.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1672.         }, => 'onPreSubmit'], 0);
  1673.         $instance->addListener('workflow.order.completed', [=> function () {
  1674.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1675.         }, => 'onCompleted'], 0);
  1676.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1677.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1678.         }, => 'updatePaymentDate'], 0);
  1679.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1680.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1681.         }, => 'rollbackStock'], 0);
  1682.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1683.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1684.         }, => 'rollbackUsePoint'], 0);
  1685.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1686.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1687.         }, => 'commitStock'], 0);
  1688.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1689.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1690.         }, => 'commitUsePoint'], 0);
  1691.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1692.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1693.         }, => 'commitAddPoint'], 0);
  1694.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1695.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1696.         }, => 'rollbackUsePoint'], 0);
  1697.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1698.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1699.         }, => 'rollbackAddPoint'], 0);
  1700.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1701.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1702.         }, => 'commitUsePoint'], 0);
  1703.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1704.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1705.         }, => 'commitAddPoint'], 0);
  1706.         $instance->addListener('kernel.terminate', [=> function () {
  1707.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1708.         }, => 'disableMaintenanceEvent'], 0);
  1709.         $instance->addListener('kernel.terminate', [=> function () {
  1710.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1711.         }, => 'forceClearCache'], 0);
  1712.         $instance->addListener('front.contact.index.complete', [=> function () {
  1713.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1714.         }, => 'onContactComplete'], 0);
  1715.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1716.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1717.         }, => 'onAdminCustomerEditTwig'], 0);
  1718.         $instance->addListener('Block/contact_product.twig', [=> function () {
  1719.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1720.         }, => 'onBlock'], 0);
  1721.         $instance->addListener('Product/detail.twig', [=> function () {
  1722.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1723.         }, => 'onDetail'], 0);
  1724.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1725.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1726.         }, => 'onTemplateAdminCustomer'], 0);
  1727.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1728.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1729.         }, => 'onTemplateAdminCustomerEdit'], 0);
  1730.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1731.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1732.         }, => 'onTemplateAdminOrder'], 0);
  1733.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1734.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1735.         }, => 'onTemplateAdminOrderEdit'], 0);
  1736.         $instance->addListener('admin.order.edit.search.product.complete', [=> function () {
  1737.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1738.         }, => 'hookAdminOrderEditSearchProductComplete'], 0);
  1739.         $instance->addListener('admin.order.edit.index.progress', [=> function () {
  1740.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1741.         }, => 'hookAdminOrderEditIndexProgress'], 0);
  1742.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1743.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1744.         }, => 'hookAdminOrderEditIndexComplete'], 0);
  1745.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1746.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1747.         }, => 'onTemplateAdminProductEdit'], 0);
  1748.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1749.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1750.         }, => 'hookAdminProductEditComplete'], 0);
  1751.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1752.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1753.         }, => 'hookAdminProductCopyComplete'], 0);
  1754.         $instance->addListener('admin.product.csv.export', [=> function () {
  1755.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1756.         }, => 'hookAdminProductCsvExport'], 0);
  1757.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1758.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1759.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1760.         $instance->addListener('Cart/index.twig', [=> function () {
  1761.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1762.         }, => 'onTemplateCart'], 0);
  1763.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1764.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1765.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1766.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1767.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1768.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1769.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1770.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1771.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1772.         $instance->addListener('front.entry.index.complete', [=> function () {
  1773.             return ($this->privates['Plugin\\CustomerRank42\\Event\\EntryEvent'] ?? $this->load('getEntryEventService'));
  1774.         }, => 'hookFrontEntryIndexComplete'], 0);
  1775.         $instance->addListener('@MailMagazine42/admin/index.twig', [=> function () {
  1776.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1777.         }, => 'onTemplateAdminCustomer'], 0);
  1778.         $instance->addListener('@MailMagazine42/admin/history_condition.twig', [=> function () {
  1779.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1780.         }, => 'onTemplateMailmagazineHistoryCondition'], 0);
  1781.         $instance->addListener('Mypage/history.twig', [=> function () {
  1782.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1783.         }, => 'onTemplateMypageHistory'], 0);
  1784.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1785.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1786.         }, => 'onTemplateMypageFavorite'], 0);
  1787.         $instance->addListener('Product/list.twig', [=> function () {
  1788.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1789.         }, => 'onTemplateProductList'], 0);
  1790.         $instance->addListener('Product/detail.twig', [=> function () {
  1791.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1792.         }, => 'onTemplateProductDetail'], 0);
  1793.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1794.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1795.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1796.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1797.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1798.         }, => 'onKernelController'], 0);
  1799.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1800.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddCompletePaymentButtonEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddCompletePaymentButtonEventSubscriber()));
  1801.         }, => 'edit'], 0);
  1802.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1803.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\AddPaymentStatusFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Order\AddPaymentStatusFormEventSubscriber($this)));
  1804.         }, => 'edit'], 0);
  1805.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1806.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1807.         }, => 'adminOrderEditIndexComplete'], 0);
  1808.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1809.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1810.         }, => 'adminOrderEditIndexComplete'], 0);
  1811.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1812.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1813.         }, => 'index'], 0);
  1814.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1815.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1816.         }, => 'adminOrderEditIndexComplete'], 0);
  1817.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1818.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1819.         }, => 'product'], 0);
  1820.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1821.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1822.         }, => 'index'], 0);
  1823.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1824.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1825.         }, => 'product'], 0);
  1826.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1827.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1828.         }, => 'index'], 0);
  1829.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1830.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1831.         }, => 'product'], 0);
  1832.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1833.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Setting\\AddDeliveryCompanyFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\Setting\AddDeliveryCompanyFormEventSubscriber()));
  1834.         }, => 'deliveryEdit'], 0);
  1835.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1836.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1837.         }, => 'frontMypageChangeIndexComplete'], 0);
  1838.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1839.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1840.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1841.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1842.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1843.         }, => 'delivery'], 0);
  1844.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1845.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashMessage'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Mypage\AddFlashMessage()));
  1846.         }, => 'change_complete'], 0);
  1847.         $instance->addListener('Mypage/index.twig', [=> function () {
  1848.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1849.         }, => 'index'], 0);
  1850.         $instance->addListener('Mypage/history.twig', [=> function () {
  1851.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1852.         }, => 'index'], 0);
  1853.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1854.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1855.         }, => 'index'], 0);
  1856.         $instance->addListener('Mypage/change.twig', [=> function () {
  1857.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1858.         }, => 'index'], 0);
  1859.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1860.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1861.         }, => 'index'], 0);
  1862.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1863.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1864.         }, => 'index'], 0);
  1865.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1866.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1867.         }, => 'index'], 0);
  1868.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1869.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1870.         }, => 'index'], 0);
  1871.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1872.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1873.         }, => 'index'], 0);
  1874.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1875.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1876.         }, => 'index'], 0);
  1877.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1878.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1879.         }, => 'index'], 0);
  1880.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1881.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1882.         }, => 'index'], 0);
  1883.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1884.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1885.         }, => 'index'], 0);
  1886.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1887.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1888.         }, => 'index'], 0);
  1889.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1890.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1891.         }, => 'index'], 0);
  1892.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1893.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1894.         }, => 'index'], 0);
  1895.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1896.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1897.         }, => 'index'], 0);
  1898.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1899.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1900.         }, => 'index'], 0);
  1901.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1902.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1903.         }, => 'index'], 0);
  1904.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1905.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1906.         }, => 'index'], 0);
  1907.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1908.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1909.         }, => 'index'], 0);
  1910.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1911.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1912.         }, => 'index'], 0);
  1913.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1914.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1915.         }, => 'index'], 0);
  1916.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1917.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1918.         }, => 'index'], 0);
  1919.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1920.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1921.         }, => 'index'], 0);
  1922.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1923.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1924.         }, => 'index'], 0);
  1925.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1926.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1927.         }, => 'index'], 0);
  1928.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1929.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1930.         }, => 'index'], 0);
  1931.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1932.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1933.         }, => 'index'], 0);
  1934.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1935.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1936.         }, => 'index'], 0);
  1937.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1938.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1939.         }, => 'index'], 0);
  1940.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1941.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1942.         }, => 'index'], 0);
  1943.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  1944.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1945.         }, => 'index'], 0);
  1946.         $instance->addListener('Shopping/index.twig', [=> function () {
  1947.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1948.         }, => 'index'], 0);
  1949.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1950.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddConveniFormEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\AddConveniFormEventSubscriber()));
  1951.         }, => 'confirm'], 0);
  1952.         $instance->addListener('Shopping/index.twig', [=> function () {
  1953.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1954.         }, => 'index'], 0);
  1955.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1956.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1957.         }, => 'confirm'], 0);
  1958.         $instance->addListener('Shopping/index.twig', [=> function () {
  1959.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1960.         }, => 'index'], 0);
  1961.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1962.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1963.         }, => 'confirm'], 0);
  1964.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1965.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeButtonTextSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\ChangeButtonTextSubscriber()));
  1966.         }, => 'confirm'], 0);
  1967.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1968.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1969.         }, => 'confirm'], 0);
  1970.         $instance->addListener('Shopping/index.twig', [=> function () {
  1971.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1972.         }, => 'index'], 0);
  1973.         $instance->addListener('Shopping/index.twig', [=> function () {
  1974.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] ?? ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\HideAddDeliveryBtnEventSubscriber'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Front\Shopping\HideAddDeliveryBtnEventSubscriber()));
  1975.         }, => 'index'], 0);
  1976.         $instance->addListener('Shopping/login.twig', [=> function () {
  1977.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1978.         }, => 'index'], 0);
  1979.         $instance->addListener('Shopping/index.twig', [=> function () {
  1980.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1981.         }, => 'index'], 0);
  1982.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1983.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1984.         }, => 'index'], 0);
  1985.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1986.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1987.         }, => 'index'], 0);
  1988.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1989.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1990.         }, => 'onTemplateProductProduct'], -10);
  1991.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1992.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1993.         }, => 'onTemplateProductClassEdit'], -10);
  1994.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  1995.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  1996.         }, => 'onTemplateProductIndex'], 10);
  1997.         $instance->addListener('Block/product_sale_block.twig', [=> function () {
  1998.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\BlockEvent'] ?? $this->load('getBlockEventService'));
  1999.         }, => 'onProductSale'], 0);
  2000.         $instance->addListener('Cart/index.twig', [=> function () {
  2001.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  2002.         }, => 'onTemplateCartIndex'], 0);
  2003.         $instance->addListener('Cart/index.twig', [=> function () {
  2004.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  2005.         }, => 'onCartIndexHook'], -10);
  2006.         $instance->addListener('Mypage/history.twig', [=> function () {
  2007.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  2008.         }, => 'onTemplateMypageHistory'], 0);
  2009.         $instance->addListener('Product/detail.twig', [=> function () {
  2010.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService'));
  2011.         }, => 'onTemplateProductDetail'], 0);
  2012.         $instance->addListener('Shopping/index.twig', [=> function () {
  2013.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  2014.         }, => 'onTemplateShopping'], 0);
  2015.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2016.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  2017.         }, => 'onTemplateShoppingConfirm'], 0);
  2018.         $instance->addListener('Product/detail.twig', [=> function () {
  2019.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2020.         }, => 'onRenderProductDetail'], 0);
  2021.         $instance->addListener('front.contact.index.initialize', [=> function () {
  2022.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2023.         }, => 'onFrontContactIndexInitialize'], 0);
  2024.         $instance->addListener('plugin.contact.index.complete', [=> function () {
  2025.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2026.         }, => 'onFrontContactIndexComplete'], 0);
  2027.         $instance->addListener('Product/detail.twig', [=> function () {
  2028.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  2029.         }, => 'detail'], 0);
  2030.         $instance->addListener('Block/review_block.twig', [=> function () {
  2031.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  2032.         }, => 'onReviewBlock'], 0);
  2033.         $instance->addListener('Block/recommend_product_block.twig', [=> function () {
  2034.             return ($this->privates['Plugin\\Recommend42\\RecommendEvent'] ?? $this->load('getRecommendEventService'));
  2035.         }, => 'onRecommendProduct'], 0);
  2036.         $instance->addListener('@Recommend42/Product/list.twig', [=> function () {
  2037.             return ($this->privates['Plugin\\Recommend42\\RecommendEvent'] ?? $this->load('getRecommendEventService'));
  2038.         }, => 'onProductList'], 0);
  2039.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2040.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2041.         }, => 'onTemplateAdminProductEdit'], 0);
  2042.         $instance->addListener('admin.product.copy.complete', [=> function () {
  2043.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2044.         }, => 'hookAdminProductCopyComplete'], 0);
  2045.         $instance->addListener('admin.product.csv.export', [=> function () {
  2046.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2047.         }, => 'hookAdminProductCsvExport'], 0);
  2048.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  2049.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2050.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  2051.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  2052.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2053.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  2054.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  2055.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2056.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  2057.         $instance->addListener('Product/list.twig', [=> function () {
  2058.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2059.         }, => 'onTemplateProductList'], 0);
  2060.         $instance->addListener('Product/detail.twig', [=> function () {
  2061.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2062.         }, => 'onTemplateProductDetail'], 0);
  2063.         $instance->addListener('front.product.detail.initialize', [=> function () {
  2064.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2065.         }, => 'hookProductDetailInitialize'], 0);
  2066.         $instance->addListener('front.product.cart.add.complete', [=> function () {
  2067.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2068.         }, => 'hookProductCartAddComplete'], 0);
  2069.         $instance->addListener('Product/list.twig', [=> function () {
  2070.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2071.         }, => 'onProductList'], 0);
  2072.         $instance->addListener('Product/new.twig', [=> function () {
  2073.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2074.         }, => 'onProductList'], 0);
  2075.         $instance->addListener('Product/sale.twig', [=> function () {
  2076.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2077.         }, => 'onPinpointProductList'], 0);
  2078.         $instance->addListener('Product/detail.twig', [=> function () {
  2079.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2080.         }, => 'onProductDetail'], 0);
  2081.         $instance->addListener('@user_data/history_product_list.twig', [=> function () {
  2082.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2083.         }, => 'onProductList'], 0);
  2084.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  2085.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2086.         }, => 'onFavorite'], 0);
  2087.         $instance->addListener('Block/header.twig', [=> function () {
  2088.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2089.         }, => 'onHeader'], 0);
  2090.         $instance->addListener('Block/category_nav_sp.twig', [=> function () {
  2091.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2092.         }, => 'onHeader'], 0);
  2093.         $instance->addListener('Block/category_menu_sp.twig', [=> function () {
  2094.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2095.         }, => 'onHeader'], 0);
  2096.         $instance->addListener('Block/maker.twig', [=> function () {
  2097.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2098.         }, => 'onMaker'], 0);
  2099.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2100.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2101.         }, => 'onShoppingConfirm'], 0);
  2102.         $instance->addListener('Block/history_product.twig', [=> function () {
  2103.             return ($this->privates['Customize\\Event\\HistoryProductEvent'] ?? $this->load('getHistoryProductEventService'));
  2104.         }, => 'onHistoryProduct'], 0);
  2105.         $instance->addListener('Block/new_product.twig', [=> function () {
  2106.             return ($this->privates['Customize\\Event\\NewProductEvent'] ?? $this->load('getNewProductEventService'));
  2107.         }, => 'onNewProduct'], 0);
  2108.         $instance->addListener('Block/popular_product.twig', [=> function () {
  2109.             return ($this->privates['Customize\\Event\\PopularProductEvent'] ?? $this->load('getPopularProductEventService'));
  2110.         }, => 'onPopularProduct'], 0);
  2111.         $instance->addListener('kernel.request', [=> function () {
  2112.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2113.         }, => 'onKernelRequest'], 4096);
  2114.         $instance->addListener('kernel.response', [=> function () {
  2115.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2116.         }, => 'onKernelResponse'], 0);
  2117.         $instance->addListener('kernel.response', [=> function () {
  2118.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2119.         }, => 'onKernelResponse'], -1024);
  2120.         $instance->addListener('kernel.request', [=> function () {
  2121.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2122.         }, => 'setDefaultLocale'], 100);
  2123.         $instance->addListener('kernel.request', [=> function () {
  2124.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2125.         }, => 'onKernelRequest'], 16);
  2126.         $instance->addListener('kernel.finish_request', [=> function () {
  2127.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2128.         }, => 'onKernelFinishRequest'], 0);
  2129.         $instance->addListener('kernel.request', [=> function () {
  2130.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2131.         }, => 'onKernelRequest'], 256);
  2132.         $instance->addListener('kernel.response', [=> function () {
  2133.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2134.         }, => 'onResponse'], -255);
  2135.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2136.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2137.         }, => 'onControllerArguments'], 0);
  2138.         $instance->addListener('kernel.exception', [=> function () {
  2139.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2140.         }, => 'logKernelException'], 0);
  2141.         $instance->addListener('kernel.exception', [=> function () {
  2142.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2143.         }, => 'onKernelException'], -128);
  2144.         $instance->addListener('kernel.response', [=> function () {
  2145.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2146.         }, => 'removeCspHeader'], -128);
  2147.         $instance->addListener('kernel.request', [=> function () {
  2148.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2149.         }, => 'onKernelRequest'], 15);
  2150.         $instance->addListener('kernel.finish_request', [=> function () {
  2151.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2152.         }, => 'onKernelFinishRequest'], -15);
  2153.         $instance->addListener('console.error', [=> function () {
  2154.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2155.         }, => 'onConsoleError'], -128);
  2156.         $instance->addListener('console.terminate', [=> function () {
  2157.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2158.         }, => 'onConsoleTerminate'], -128);
  2159.         $instance->addListener('console.error', [=> function () {
  2160.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2161.         }, => 'onConsoleError'], 0);
  2162.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2163.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2164.         }, => 'onMessage'], -255);
  2165.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2166.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2167.         }, => 'onMessage'], -255);
  2168.         $instance->addListener('kernel.response', [=> function () {
  2169.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2170.         }, => 'onKernelResponse'], 0);
  2171.         $instance->addListener('kernel.request', [=> function () {
  2172.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2173.         }, => 'onKernelRequest'], 48);
  2174.         $instance->addListener('kernel.request', [=> function () {
  2175.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2176.         }, => 'configure'], 2048);
  2177.         $instance->addListener('console.command', [=> function () {
  2178.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2179.         }, => 'configure'], 2048);
  2180.         $instance->addListener('kernel.request', [=> function () {
  2181.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2182.         }, => 'onKernelRequest'], 32);
  2183.         $instance->addListener('kernel.finish_request', [=> function () {
  2184.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2185.         }, => 'onKernelFinishRequest'], 0);
  2186.         $instance->addListener('kernel.exception', [=> function () {
  2187.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2188.         }, => 'onKernelException'], -64);
  2189.         $instance->addListener('kernel.request', [=> function () {
  2190.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2191.         }, => 'onKernelRequest'], 128);
  2192.         $instance->addListener('kernel.response', [=> function () {
  2193.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2194.         }, => 'onKernelResponse'], -1000);
  2195.         $instance->addListener('kernel.finish_request', [=> function () {
  2196.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2197.         }, => 'onFinishRequest'], 0);
  2198.         $instance->addListener('kernel.response', [=> function () {
  2199.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2200.         }, => 'onKernelResponse'], -100);
  2201.         $instance->addListener('kernel.exception', [=> function () {
  2202.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2203.         }, => 'onKernelException'], 0);
  2204.         $instance->addListener('kernel.terminate', [=> function () {
  2205.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2206.         }, => 'onKernelTerminate'], -1024);
  2207.         $instance->addListener('kernel.controller', [=> function () {
  2208.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2209.         }, => 'onKernelController'], 0);
  2210.         $instance->addListener('kernel.response', [=> function () {
  2211.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2212.         }, => 'onKernelResponse'], 0);
  2213.         $instance->addListener('kernel.response', [=> function () {
  2214.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2215.         }, => 'onKernelResponse'], 0);
  2216.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2217.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2218.         }, => 'checkPassport'], 0);
  2219.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2220.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2221.         }, => 'onLoginSuccess'], 0);
  2222.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2223.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2224.         }, => 'onVoterVote'], 0);
  2225.         $instance->addListener('kernel.request', [=> function () {
  2226.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2227.         }, => 'configureLogoutUrlGenerator'], 8);
  2228.         $instance->addListener('kernel.request', [=> function () {
  2229.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2230.         }, => 'onKernelRequest'], 8);
  2231.         $instance->addListener('kernel.finish_request', [=> function () {
  2232.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2233.         }, => 'onKernelFinishRequest'], 0);
  2234.         $instance->addListener('kernel.controller', [=> function () {
  2235.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2236.         }, => 'onKernelController'], 0);
  2237.         $instance->addListener('kernel.controller', [=> function () {
  2238.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2239.         }, => 'onKernelController'], 0);
  2240.         $instance->addListener('kernel.controller', [=> function () {
  2241.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2242.         }, => 'onKernelController'], -128);
  2243.         $instance->addListener('kernel.view', [=> function () {
  2244.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2245.         }, => 'onKernelView'], 0);
  2246.         $instance->addListener('kernel.controller', [=> function () {
  2247.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2248.         }, => 'onKernelController'], 0);
  2249.         $instance->addListener('kernel.response', [=> function () {
  2250.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2251.         }, => 'onKernelResponse'], 0);
  2252.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2253.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2254.         }, => 'onKernelControllerArguments'], 0);
  2255.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2256.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2257.         }, => 'onKernelControllerArguments'], 0);
  2258.         $instance->addListener('console.command', [=> function () {
  2259.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2260.         }, => 'onCommand'], 255);
  2261.         $instance->addListener('console.terminate', [=> function () {
  2262.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2263.         }, => 'onTerminate'], -255);
  2264.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2265.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2266.         }, => 'onMessage'], 0);
  2267.         $instance->addListener('console.command', [=> function () {
  2268.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2269.         }, => 'configure'], 1024);
  2270.         $instance->addListener('kernel.response', [=> function () {
  2271.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2272.         }, => 'onKernelResponse'], -128);
  2273.         $instance->addListener('console.error', [=> function () {
  2274.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2275.         }, => 'onConsoleError'], 0);
  2276.         $instance->addListener('console.terminate', [=> function () {
  2277.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2278.         }, => 'onConsoleTerminate'], 0);
  2279.         $instance->addListener('knp_pager.before', [=> function () {
  2280.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2281.         }, => 'before'], 0);
  2282.         $instance->addListener('knp_pager.pagination', [=> function () {
  2283.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2284.         }, => 'pagination'], 0);
  2285.         $instance->addListener('knp_pager.before', [=> function () {
  2286.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2287.         }, => 'before'], 1);
  2288.         $instance->addListener('knp_pager.before', [=> function () {
  2289.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2290.         }, => 'before'], 1);
  2291.         $instance->addListener('knp_pager.pagination', [=> function () {
  2292.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2293.         }, => 'pagination'], 1);
  2294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2295.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2296.         }, => 'checkPassport'], 256);
  2297.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2298.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2299.         }, => 'checkPassport'], 512);
  2300.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2301.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2302.         }, => 'onLogout'], 0);
  2303.         return $instance;
  2304.     }
  2305.     /**
  2306.      * Gets the public 'http_kernel' shared service.
  2307.      *
  2308.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2309.      */
  2310.     protected function getHttpKernelService()
  2311.     {
  2312.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2313.         if (isset($this->services['http_kernel'])) {
  2314.             return $this->services['http_kernel'];
  2315.         }
  2316.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2317.         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 () {
  2318.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2319.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2320.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2321.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2322.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2323.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2324.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2325.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2326.         }, 8)), $b));
  2327.     }
  2328.     /**
  2329.      * Gets the public 'request_stack' shared service.
  2330.      *
  2331.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2332.      */
  2333.     protected function getRequestStackService()
  2334.     {
  2335.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2336.     }
  2337.     /**
  2338.      * Gets the public 'router' shared service.
  2339.      *
  2340.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2341.      */
  2342.     protected function getRouterService()
  2343.     {
  2344.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2345.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2346.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2347.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2348.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2349.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2350.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2351.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2352.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2353.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2354.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2355.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2356.         ], [
  2357.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2358.         ]))->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'));
  2359.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2360.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2361.         return $instance;
  2362.     }
  2363.     /**
  2364.      * Gets the public 'translator' shared service.
  2365.      *
  2366.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2367.      */
  2368.     protected function getTranslatorService()
  2369.     {
  2370.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2371.     }
  2372.     /**
  2373.      * Gets the public 'var_dumper.cloner' shared service.
  2374.      *
  2375.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2376.      */
  2377.     protected function getVarDumper_ClonerService()
  2378.     {
  2379.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2380.         $instance->setMaxItems(2500);
  2381.         $instance->setMinDepth(1);
  2382.         $instance->setMaxString(-1);
  2383.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2384.         return $instance;
  2385.     }
  2386.     /**
  2387.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2388.      *
  2389.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2390.      */
  2391.     protected function get_ServiceLocator_YP_F1XaService()
  2392.     {
  2393.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2394.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2395.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2396.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2397.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2398.         ], [
  2399.             'security.firewall.map.context.admin' => '?',
  2400.             'security.firewall.map.context.api' => '?',
  2401.             'security.firewall.map.context.customer' => '?',
  2402.             'security.firewall.map.context.dev' => '?',
  2403.         ]);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2407.      *
  2408.      * @return \Eccube\DataCollector\EccubeDataCollector
  2409.      */
  2410.     protected function getEccubeDataCollectorService()
  2411.     {
  2412.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2416.      *
  2417.      * @return \Eccube\Doctrine\Query\Queries
  2418.      */
  2419.     protected function getQueriesService()
  2420.     {
  2421.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2422.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2423.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminCustomerCustomizer());
  2424.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminOrderCustomizer());
  2425.         $instance->addCustomizer(new \Plugin\SalesRestrictions42\Repository\ProductCustomizer(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] ?? $this->getProductCustomerRankRepositoryService()), ($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] ?? $this->getSalesRestrictionsServiceService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service())));
  2426.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductJoin($a));
  2427.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductOrderBy($a));
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2432.      *
  2433.      * @return \Eccube\EventListener\IpAddrListener
  2434.      */
  2435.     protected function getIpAddrListenerService()
  2436.     {
  2437.         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()));
  2438.     }
  2439.     /**
  2440.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2441.      *
  2442.      * @return \Eccube\EventListener\LogListener
  2443.      */
  2444.     protected function getLogListenerService()
  2445.     {
  2446.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2447.     }
  2448.     /**
  2449.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2450.      *
  2451.      * @return \Eccube\EventListener\MaintenanceListener
  2452.      */
  2453.     protected function getMaintenanceListenerService()
  2454.     {
  2455.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2456.     }
  2457.     /**
  2458.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2459.      *
  2460.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2461.      */
  2462.     protected function getMobileTemplatePathListenerService()
  2463.     {
  2464.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2465.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2466.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2467.         }
  2468.         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))));
  2469.     }
  2470.     /**
  2471.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2472.      *
  2473.      * @return \Eccube\EventListener\RateLimiterListener
  2474.      */
  2475.     protected function getRateLimiterListenerService()
  2476.     {
  2477.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2478.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2479.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2480.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2481.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2482.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2483.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2484.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2485.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2486.         ], [
  2487.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2488.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2489.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2490.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2491.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2492.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2493.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2494.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2495.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2496.     }
  2497.     /**
  2498.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2499.      *
  2500.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2501.      */
  2502.     protected function getRestrictFileUploadListenerService()
  2503.     {
  2504.         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()));
  2505.     }
  2506.     /**
  2507.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2508.      *
  2509.      * @return \Eccube\EventListener\TransactionListener
  2510.      */
  2511.     protected function getTransactionListenerService()
  2512.     {
  2513.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2514.     }
  2515.     /**
  2516.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2517.      *
  2518.      * @return \Eccube\EventListener\TwigInitializeListener
  2519.      */
  2520.     protected function getTwigInitializeListenerService()
  2521.     {
  2522.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2523.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2524.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2525.         }
  2526.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2530.      *
  2531.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2532.      */
  2533.     protected function getTwoFactorAuthListenerService()
  2534.     {
  2535.         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()));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2539.      *
  2540.      * @return \Eccube\Log\Processor\SessionProcessor
  2541.      */
  2542.     protected function getSessionProcessorService()
  2543.     {
  2544.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2545.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2546.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2547.         }
  2548.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2549.     }
  2550.     /**
  2551.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2552.      *
  2553.      * @return \Eccube\Log\Processor\TokenProcessor
  2554.      */
  2555.     protected function getTokenProcessorService()
  2556.     {
  2557.         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()));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2561.      *
  2562.      * @return \Eccube\Repository\AuthorityRoleRepository
  2563.      */
  2564.     protected function getAuthorityRoleRepositoryService()
  2565.     {
  2566.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2567.     }
  2568.     /**
  2569.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2570.      *
  2571.      * @return \Eccube\Repository\BaseInfoRepository
  2572.      */
  2573.     protected function getBaseInfoRepositoryService()
  2574.     {
  2575.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2576.     }
  2577.     /**
  2578.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2579.      *
  2580.      * @return \Eccube\Repository\BlockPositionRepository
  2581.      */
  2582.     protected function getBlockPositionRepositoryService()
  2583.     {
  2584.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2585.     }
  2586.     /**
  2587.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2588.      *
  2589.      * @return \Eccube\Repository\BlockRepository
  2590.      */
  2591.     protected function getBlockRepositoryService()
  2592.     {
  2593.         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))));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2597.      *
  2598.      * @return \Eccube\Repository\CartRepository
  2599.      */
  2600.     protected function getCartRepositoryService()
  2601.     {
  2602.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2606.      *
  2607.      * @return \Eccube\Repository\LayoutRepository
  2608.      */
  2609.     protected function getLayoutRepositoryService()
  2610.     {
  2611.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2615.      *
  2616.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2617.      */
  2618.     protected function getDeviceTypeRepositoryService()
  2619.     {
  2620.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2621.     }
  2622.     /**
  2623.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2624.      *
  2625.      * @return \Eccube\Repository\OrderRepository
  2626.      */
  2627.     protected function getOrderRepositoryService()
  2628.     {
  2629.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2630.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2631.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2632.         }
  2633.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2634.     }
  2635.     /**
  2636.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2637.      *
  2638.      * @return \Eccube\Repository\PageLayoutRepository
  2639.      */
  2640.     protected function getPageLayoutRepositoryService()
  2641.     {
  2642.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2643.     }
  2644.     /**
  2645.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2646.      *
  2647.      * @return \Eccube\Repository\PageRepository
  2648.      */
  2649.     protected function getPageRepositoryService()
  2650.     {
  2651.         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);
  2652.     }
  2653.     /**
  2654.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2655.      *
  2656.      * @return \Eccube\Repository\ProductClassRepository
  2657.      */
  2658.     protected function getProductClassRepositoryService()
  2659.     {
  2660.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2661.     }
  2662.     /**
  2663.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2664.      *
  2665.      * @return \Eccube\Repository\TaxRuleRepository
  2666.      */
  2667.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2668.     {
  2669.         if ($lazyLoad) {
  2670.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2671.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2672.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2673.                     $proxy->setProxyInitializer(null);
  2674.                     return true;
  2675.                 });
  2676.             });
  2677.         }
  2678.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2679.         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))));
  2680.     }
  2681.     /**
  2682.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2683.      *
  2684.      * @return \Eccube\Request\Context
  2685.      */
  2686.     protected function getContextService()
  2687.     {
  2688.         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()));
  2689.     }
  2690.     /**
  2691.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2692.      *
  2693.      * @return \Eccube\Service\CartService
  2694.      */
  2695.     protected function getCartServiceService($lazyLoad true)
  2696.     {
  2697.         if ($lazyLoad) {
  2698.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2699.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2700.                     $wrappedInstance $this->getCartServiceService(false);
  2701.                     $proxy->setProxyInitializer(null);
  2702.                     return true;
  2703.                 });
  2704.             });
  2705.         }
  2706.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2707.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2708.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2709.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2710.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2711.         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()));
  2712.     }
  2713.     /**
  2714.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2715.      *
  2716.      * @return \Eccube\Service\TwoFactorAuthService
  2717.      */
  2718.     protected function getTwoFactorAuthServiceService()
  2719.     {
  2720.         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())));
  2721.     }
  2722.     /**
  2723.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2724.      *
  2725.      * @return \Eccube\Twig\Extension\EccubeExtension
  2726.      */
  2727.     protected function getEccubeExtensionService()
  2728.     {
  2729.         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->services['Customize\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2730.     }
  2731.     /**
  2732.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2733.      *
  2734.      * @return \Eccube\Twig\Extension\TaxExtension
  2735.      */
  2736.     protected function getTaxExtensionService()
  2737.     {
  2738.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2739.     }
  2740.     /**
  2741.      * Gets the private 'Plugin\ECApgSimpleCalendar\Repository\ConfigRepository' shared autowired service.
  2742.      *
  2743.      * @return \Plugin\ECApgSimpleCalendar\Repository\ConfigRepository
  2744.      */
  2745.     protected function getConfigRepositoryService()
  2746.     {
  2747.         return $this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository'] = new \Plugin\ECApgSimpleCalendar\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2748.     }
  2749.     /**
  2750.      * Gets the private 'Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository' shared autowired service.
  2751.      *
  2752.      * @return \Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository
  2753.      */
  2754.     protected function getHolidaysRepositoryService()
  2755.     {
  2756.         return $this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository'] = new \Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2757.     }
  2758.     /**
  2759.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2760.      *
  2761.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2762.      */
  2763.     protected function getAddRegularNavService()
  2764.     {
  2765.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2766.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2767.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2768.         }
  2769.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository6Service()), $a);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2773.      *
  2774.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2775.      */
  2776.     protected function getConfigRepository6Service()
  2777.     {
  2778.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2779.     }
  2780.     /**
  2781.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ConfigRepository' shared autowired service.
  2782.      *
  2783.      * @return \Plugin\SalesRestrictions42\Repository\ConfigRepository
  2784.      */
  2785.     protected function getConfigRepository2Service()
  2786.     {
  2787.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] = new \Plugin\SalesRestrictions42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2788.     }
  2789.     /**
  2790.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository' shared autowired service.
  2791.      *
  2792.      * @return \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository
  2793.      */
  2794.     protected function getProductCustomerRankRepositoryService()
  2795.     {
  2796.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] = new \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2797.     }
  2798.     /**
  2799.      * Gets the private 'Plugin\SalesRestrictions42\Service\SalesRestrictionsService' shared autowired service.
  2800.      *
  2801.      * @return \Plugin\SalesRestrictions42\Service\SalesRestrictionsService
  2802.      */
  2803.     protected function getSalesRestrictionsServiceService()
  2804.     {
  2805.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2806.         if (isset($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'])) {
  2807.             return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'];
  2808.         }
  2809.         return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] = new \Plugin\SalesRestrictions42\Service\SalesRestrictionsService($a);
  2810.     }
  2811.     /**
  2812.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2813.      *
  2814.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2815.      */
  2816.     protected function getWebProcessorService()
  2817.     {
  2818.         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']);
  2819.     }
  2820.     /**
  2821.      * Gets the private 'annotations.cache_adapter' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2824.      */
  2825.     protected function getAnnotations_CacheAdapterService()
  2826.     {
  2827.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2828.     }
  2829.     /**
  2830.      * Gets the private 'annotations.cached_reader' shared service.
  2831.      *
  2832.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2833.      */
  2834.     protected function getAnnotations_CachedReaderService()
  2835.     {
  2836.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2837.     }
  2838.     /**
  2839.      * Gets the private 'annotations.reader' shared service.
  2840.      *
  2841.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2842.      */
  2843.     protected function getAnnotations_ReaderService()
  2844.     {
  2845.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2846.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2847.         $a->registerUniqueLoader('class_exists');
  2848.         $instance->addGlobalIgnoredName('required'$a);
  2849.         return $instance;
  2850.     }
  2851.     /**
  2852.      * Gets the private 'assets.context' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2855.      */
  2856.     protected function getAssets_ContextService()
  2857.     {
  2858.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2859.         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());
  2860.     }
  2861.     /**
  2862.      * Gets the private 'cache.annotations' shared service.
  2863.      *
  2864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2865.      */
  2866.     protected function getCache_AnnotationsService()
  2867.     {
  2868.         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())));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2874.      */
  2875.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2876.     {
  2877.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2878.     }
  2879.     /**
  2880.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2883.      */
  2884.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2885.     {
  2886.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2887.     }
  2888.     /**
  2889.      * Gets the private 'cache.property_info' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2892.      */
  2893.     protected function getCache_PropertyInfoService()
  2894.     {
  2895.         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())));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'cache.security_expression_language' shared service.
  2899.      *
  2900.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2901.      */
  2902.     protected function getCache_SecurityExpressionLanguageService()
  2903.     {
  2904.         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())));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'cache.security_token_verifier' shared service.
  2908.      *
  2909.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2910.      */
  2911.     protected function getCache_SecurityTokenVerifierService()
  2912.     {
  2913.         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())));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'cache.serializer' shared service.
  2917.      *
  2918.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2919.      */
  2920.     protected function getCache_SerializerService()
  2921.     {
  2922.         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())));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'cache.validator' shared service.
  2926.      *
  2927.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2928.      */
  2929.     protected function getCache_ValidatorService()
  2930.     {
  2931.         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())));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'config_cache_factory' shared service.
  2935.      *
  2936.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2937.      */
  2938.     protected function getConfigCacheFactoryService()
  2939.     {
  2940.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2941.             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)));
  2942.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2943.         }, 2));
  2944.     }
  2945.     /**
  2946.      * Gets the private 'data_collector.form' shared service.
  2947.      *
  2948.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2949.      */
  2950.     protected function getDataCollector_FormService()
  2951.     {
  2952.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2953.     }
  2954.     /**
  2955.      * Gets the private 'data_collector.request' shared service.
  2956.      *
  2957.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2958.      */
  2959.     protected function getDataCollector_RequestService()
  2960.     {
  2961.         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())));
  2962.     }
  2963.     /**
  2964.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2965.      *
  2966.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2967.      */
  2968.     protected function getDebug_DebugHandlersListenerService()
  2969.     {
  2970.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2971.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2972.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2973.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2974.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2975.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2976.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2977.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2978.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2979.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2980.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2981.     }
  2982.     /**
  2983.      * Gets the private 'debug.file_link_formatter' shared service.
  2984.      *
  2985.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2986.      */
  2987.     protected function getDebug_FileLinkFormatterService()
  2988.     {
  2989.         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 () {
  2990.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2991.         });
  2992.     }
  2993.     /**
  2994.      * Gets the private 'debug.log_processor' shared service.
  2995.      *
  2996.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2997.      */
  2998.     protected function getDebug_LogProcessorService()
  2999.     {
  3000.         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())));
  3001.     }
  3002.     /**
  3003.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3006.      */
  3007.     protected function getDebug_Security_Access_DecisionManagerService()
  3008.     {
  3009.         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 () {
  3010.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3011.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3012.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3013.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3014.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3015.     }
  3016.     /**
  3017.      * Gets the private 'debug.security.firewall' shared service.
  3018.      *
  3019.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3020.      */
  3021.     protected function getDebug_Security_FirewallService()
  3022.     {
  3023.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3024.         if (isset($this->privates['debug.security.firewall'])) {
  3025.             return $this->privates['debug.security.firewall'];
  3026.         }
  3027.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3028.         if (isset($this->privates['debug.security.firewall'])) {
  3029.             return $this->privates['debug.security.firewall'];
  3030.         }
  3031.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3032.     }
  3033.     /**
  3034.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3035.      *
  3036.      * @return \Doctrine\Migrations\DependencyFactory
  3037.      */
  3038.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3039.     {
  3040.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3041.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3042.         $a->setAllOrNothing(false);
  3043.         $a->setCheckDatabasePlatform(true);
  3044.         $a->setTransactional(true);
  3045.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3046.         $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()));
  3047.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3048.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3049.         });
  3050.         return $instance;
  3051.     }
  3052.     /**
  3053.      * Gets the private 'eccube.collector.core' shared autowired service.
  3054.      *
  3055.      * @return \Eccube\DataCollector\EccubeDataCollector
  3056.      */
  3057.     protected function getEccube_Collector_CoreService()
  3058.     {
  3059.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3060.     }
  3061.     /**
  3062.      * Gets the private 'esi_listener' shared service.
  3063.      *
  3064.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3065.      */
  3066.     protected function getEsiListenerService()
  3067.     {
  3068.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3069.     }
  3070.     /**
  3071.      * Gets the private 'exception_listener' shared service.
  3072.      *
  3073.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3074.      */
  3075.     protected function getExceptionListenerService()
  3076.     {
  3077.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3078.     }
  3079.     /**
  3080.      * Gets the private 'fragment.listener' shared service.
  3081.      *
  3082.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3083.      */
  3084.     protected function getFragment_ListenerService()
  3085.     {
  3086.         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');
  3087.     }
  3088.     /**
  3089.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3090.      *
  3091.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3092.      */
  3093.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3094.     {
  3095.         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())));
  3096.     }
  3097.     /**
  3098.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3099.      *
  3100.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3101.      */
  3102.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3103.     {
  3104.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3105.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3106.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3107.         }
  3108.         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);
  3109.     }
  3110.     /**
  3111.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3112.      *
  3113.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3114.      */
  3115.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3116.     {
  3117.         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]);
  3118.     }
  3119.     /**
  3120.      * Gets the private 'locale_aware_listener' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3123.      */
  3124.     protected function getLocaleAwareListenerService()
  3125.     {
  3126.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3127.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3128.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3129.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'locale_listener' shared service.
  3133.      *
  3134.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3135.      */
  3136.     protected function getLocaleListenerService()
  3137.     {
  3138.         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, []);
  3139.     }
  3140.     /**
  3141.      * Gets the private 'monolog.handler.buffered' shared service.
  3142.      *
  3143.      * @return \Monolog\Handler\BufferHandler
  3144.      */
  3145.     protected function getMonolog_Handler_BufferedService()
  3146.     {
  3147.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3148.     }
  3149.     /**
  3150.      * Gets the private 'monolog.handler.console' shared service.
  3151.      *
  3152.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3153.      */
  3154.     protected function getMonolog_Handler_ConsoleService()
  3155.     {
  3156.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3157.     }
  3158.     /**
  3159.      * Gets the private 'monolog.logger' shared service.
  3160.      *
  3161.      * @return \Symfony\Bridge\Monolog\Logger
  3162.      */
  3163.     protected function getMonolog_LoggerService()
  3164.     {
  3165.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3166.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3167.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3168.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3169.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3170.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3171.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3172.         $instance->useMicrosecondTimestamps(true);
  3173.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3174.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3175.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the private 'monolog.logger.cache' shared service.
  3180.      *
  3181.      * @return \Symfony\Bridge\Monolog\Logger
  3182.      */
  3183.     protected function getMonolog_Logger_CacheService()
  3184.     {
  3185.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3186.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3187.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3188.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3189.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3190.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3191.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3192.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3193.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3194.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3195.         return $instance;
  3196.     }
  3197.     /**
  3198.      * Gets the private 'monolog.logger.request' shared service.
  3199.      *
  3200.      * @return \Symfony\Bridge\Monolog\Logger
  3201.      */
  3202.     protected function getMonolog_Logger_RequestService()
  3203.     {
  3204.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3205.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3206.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3207.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3208.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3209.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3210.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3211.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3212.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3213.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3214.         return $instance;
  3215.     }
  3216.     /**
  3217.      * Gets the private 'monolog.logger.security' shared service.
  3218.      *
  3219.      * @return \Symfony\Bridge\Monolog\Logger
  3220.      */
  3221.     protected function getMonolog_Logger_SecurityService()
  3222.     {
  3223.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3224.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3225.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3226.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3227.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3228.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3229.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3230.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3231.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3232.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the private 'parameter_bag' shared service.
  3237.      *
  3238.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3239.      */
  3240.     protected function getParameterBagService()
  3241.     {
  3242.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3243.     }
  3244.     /**
  3245.      * Gets the private 'profiler_listener' shared service.
  3246.      *
  3247.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3248.      */
  3249.     protected function getProfilerListenerService()
  3250.     {
  3251.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3252.         if (isset($this->privates['profiler_listener'])) {
  3253.             return $this->privates['profiler_listener'];
  3254.         }
  3255.         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);
  3256.     }
  3257.     /**
  3258.      * Gets the private 'property_info' shared service.
  3259.      *
  3260.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3261.      */
  3262.     protected function getPropertyInfoService()
  3263.     {
  3264.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3265.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3266.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3267.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3268.         }, 3), new RewindableGenerator(function () {
  3269.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3270.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3271.         }, 2), new RewindableGenerator(function () {
  3272.             return new \EmptyIterator();
  3273.         }, 0), new RewindableGenerator(function () {
  3274.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3275.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3276.         }, 2), new RewindableGenerator(function () {
  3277.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3278.         }, 1));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'rate_limiter.cache' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3284.      */
  3285.     protected function getRateLimiter_CacheService()
  3286.     {
  3287.         $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))));
  3288.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3289.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3290.     }
  3291.     /**
  3292.      * Gets the private 'router.expression_language_provider' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3295.      */
  3296.     protected function getRouter_ExpressionLanguageProviderService()
  3297.     {
  3298.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3299.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3300.         ], [
  3301.             'env' => 'Closure',
  3302.         ]));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'router.request_context' shared service.
  3306.      *
  3307.      * @return \Symfony\Component\Routing\RequestContext
  3308.      */
  3309.     protected function getRouter_RequestContextService()
  3310.     {
  3311.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3312.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3313.         return $instance;
  3314.     }
  3315.     /**
  3316.      * Gets the private 'router_listener' shared service.
  3317.      *
  3318.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3319.      */
  3320.     protected function getRouterListenerService()
  3321.     {
  3322.         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);
  3323.     }
  3324.     /**
  3325.      * Gets the private 'security.context_listener.0' shared service.
  3326.      *
  3327.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3328.      */
  3329.     protected function getSecurity_ContextListener_0Service()
  3330.     {
  3331.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3332.         if (isset($this->privates['security.context_listener.0'])) {
  3333.             return $this->privates['security.context_listener.0'];
  3334.         }
  3335.         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 () {
  3336.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3337.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3338.         }, 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']);
  3339.     }
  3340.     /**
  3341.      * Gets the private 'security.context_listener.1' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3344.      */
  3345.     protected function getSecurity_ContextListener_1Service()
  3346.     {
  3347.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3348.         if (isset($this->privates['security.context_listener.1'])) {
  3349.             return $this->privates['security.context_listener.1'];
  3350.         }
  3351.         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 () {
  3352.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3353.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3354.         }, 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']);
  3355.     }
  3356.     /**
  3357.      * Gets the private 'security.csrf.token_storage' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3360.      */
  3361.     protected function getSecurity_Csrf_TokenStorageService()
  3362.     {
  3363.         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())));
  3364.     }
  3365.     /**
  3366.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3367.      *
  3368.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3369.      */
  3370.     protected function getSecurity_EventDispatcher_AdminService()
  3371.     {
  3372.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3373.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3374.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3375.         }, => 'checkPassport'], 2048);
  3376.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3377.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3378.         }, => 'onSuccessfulLogin'], 0);
  3379.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3380.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3381.         }, => 'onLogout'], 0);
  3382.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3383.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3384.         }, => 'onLogout'], 0);
  3385.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3386.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3387.         }, => 'checkPassport'], 2080);
  3388.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3389.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3390.         }, => 'onSuccessfulLogin'], 0);
  3391.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3392.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3393.         }, => 'preCheckCredentials'], 256);
  3394.         $instance->addListener('security.authentication.success', [=> function () {
  3395.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3396.         }, => 'postCheckCredentials'], 256);
  3397.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3398.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3399.         }, => 'checkPassport'], 1024);
  3400.         $instance->addListener('security.interactive_login', [=> function () {
  3401.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3402.         }, => 'onInteractiveLogin'], 0);
  3403.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3404.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3405.         }, => 'onAuthenticationFailure'], 0);
  3406.         $instance->addListener('security.interactive_login', [=> function () {
  3407.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3408.         }, => 'onInteractiveLogin'], 0);
  3409.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3410.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3411.         }, => 'checkPassport'], 0);
  3412.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3413.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3414.         }, => 'onLoginSuccess'], 0);
  3415.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3416.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3417.         }, => 'checkPassport'], 256);
  3418.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3419.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3420.         }, => 'checkPassport'], 512);
  3421.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3422.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3423.         }, => 'onLogout'], 0);
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3430.      */
  3431.     protected function getSecurity_EventDispatcher_CustomerService()
  3432.     {
  3433.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3435.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3436.         }, => 'checkPassport'], 2048);
  3437.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3438.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3439.         }, => 'onSuccessfulLogin'], 0);
  3440.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3441.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3442.         }, => 'onLogout'], 64);
  3443.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3444.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3445.         }, => 'onLogout'], 0);
  3446.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3447.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3448.         }, => 'checkPassport'], 2080);
  3449.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3450.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3451.         }, => 'onSuccessfulLogin'], 0);
  3452.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3453.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3454.         }, => 'onSuccessfulLogin'], -32);
  3455.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3456.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3457.         }, => 'onSuccessfulLogin'], -64);
  3458.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3459.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3460.         }, => 'clearCookie'], 0);
  3461.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3462.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3463.         }, => 'clearCookie'], 0);
  3464.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3465.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3466.         }, => 'clearCookie'], 0);
  3467.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3468.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3469.         }, => 'preCheckCredentials'], 256);
  3470.         $instance->addListener('security.authentication.success', [=> function () {
  3471.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3472.         }, => 'postCheckCredentials'], 256);
  3473.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3474.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3475.         }, => 'checkPassport'], 1024);
  3476.         $instance->addListener('security.interactive_login', [=> function () {
  3477.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3478.         }, => 'onInteractiveLogin'], 0);
  3479.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3480.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3481.         }, => 'onAuthenticationFailure'], 0);
  3482.         $instance->addListener('security.interactive_login', [=> function () {
  3483.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3484.         }, => 'onInteractiveLogin'], 0);
  3485.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3486.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3487.         }, => 'checkPassport'], 0);
  3488.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3489.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3490.         }, => 'onLoginSuccess'], 0);
  3491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3492.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3493.         }, => 'checkPassport'], 256);
  3494.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3495.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3496.         }, => 'checkPassport'], 512);
  3497.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3498.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3499.         }, => 'onLogout'], 0);
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'security.firewall.map' shared service.
  3504.      *
  3505.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3506.      */
  3507.     protected function getSecurity_Firewall_MapService()
  3508.     {
  3509.         $a = ($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService());
  3510.         if (isset($this->privates['security.firewall.map'])) {
  3511.             return $this->privates['security.firewall.map'];
  3512.         }
  3513.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3514.             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)/')));
  3515.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3516.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.YD8zXk9'] ?? ($this->privates['.security.request_matcher.YD8zXk9'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3517.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3518.         }, 4));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'security.logout_url_generator' shared service.
  3522.      *
  3523.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3524.      */
  3525.     protected function getSecurity_LogoutUrlGeneratorService()
  3526.     {
  3527.         $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()));
  3528.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3529.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3530.         return $instance;
  3531.     }
  3532.     /**
  3533.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3534.      *
  3535.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3536.      */
  3537.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3538.     {
  3539.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3540.     }
  3541.     /**
  3542.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3543.      *
  3544.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3545.      */
  3546.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3547.     {
  3548.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3549.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3550.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3551.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3552.     }
  3553.     /**
  3554.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3555.      *
  3556.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3557.      */
  3558.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3559.     {
  3560.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3561.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3562.             return $this->privates['sensio_framework_extra.security.listener'];
  3563.         }
  3564.         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()));
  3565.     }
  3566.     /**
  3567.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3568.      *
  3569.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3570.      */
  3571.     protected function getSensioFrameworkExtra_View_ListenerService()
  3572.     {
  3573.         $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))));
  3574.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3575.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3576.         ], [
  3577.             'twig' => '?',
  3578.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3579.         return $instance;
  3580.     }
  3581.     /**
  3582.      * Gets the private 'session.factory' shared service.
  3583.      *
  3584.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3585.      */
  3586.     protected function getSession_FactoryService()
  3587.     {
  3588.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3589.         if (isset($this->privates['session.factory'])) {
  3590.             return $this->privates['session.factory'];
  3591.         }
  3592.         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']);
  3593.     }
  3594.     /**
  3595.      * Gets the private 'session_listener' shared service.
  3596.      *
  3597.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3598.      */
  3599.     protected function getSessionListenerService()
  3600.     {
  3601.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3602.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3603.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3604.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3605.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3606.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3607.         ], [
  3608.             'initialized_session' => '?',
  3609.             'logger' => '?',
  3610.             'session' => '?',
  3611.             'session_collector' => '?',
  3612.             'session_factory' => '?',
  3613.         ]), true$this->getParameter('session.storage.options'));
  3614.     }
  3615.     /**
  3616.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3617.      *
  3618.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3619.      */
  3620.     protected function getStateMachine_Order_MetadataStoreService()
  3621.     {
  3622.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3623.     }
  3624.     /**
  3625.      * Gets the private 'translator.default' shared service.
  3626.      *
  3627.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3628.      */
  3629.     protected function getTranslator_DefaultService()
  3630.     {
  3631.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3632.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3633.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3634.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3635.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3636.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3637.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3638.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3639.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3640.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3641.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3642.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3643.         ], [
  3644.             'translation.loader.csv' => '?',
  3645.             'translation.loader.dat' => '?',
  3646.             'translation.loader.ini' => '?',
  3647.             'translation.loader.json' => '?',
  3648.             'translation.loader.mo' => '?',
  3649.             'translation.loader.php' => '?',
  3650.             'translation.loader.po' => '?',
  3651.             'translation.loader.qt' => '?',
  3652.             'translation.loader.res' => '?',
  3653.             'translation.loader.xliff' => '?',
  3654.             'translation.loader.yml' => '?',
  3655.         ]), 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/ContactManagement42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale/validators.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale/messages.ja.php'), 11 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), 15 => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), 16 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale/messages.ja.php'), 18 => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale/validators.ja.yaml'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 23 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 24 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/DataMigration42/Resource/locale'), 17 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 18 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 19 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 32 => (\dirname(__DIR__4).'/src/Eccube/translations'), 33 => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle/translations'), 34 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 35 => (\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/ContactManagement42/Resource/locale'=> 'app/Plugin/CustomerRank42/Resource/locale'=> 'app/Plugin/EccubePaymentLite42/Resource/locale'=> 'app/Plugin/HsdRelatedProduct42/Resource/locale'=> 'app/Plugin/PinpointSaleDx/Resource/locale'=> 'app/Plugin/ProductContact42/Resource/locale'10 => 'app/Plugin/ProductReview42/Resource/locale'11 => 'app/Plugin/Recommend42/Resource/locale'12 => 'app/Plugin/SalesReport42/Resource/locale'13 => 'app/Plugin/SalesRestrictions42/Resource/locale'14 => 'app/Plugin/SortProduct42Plus/Resource/locale'15 => 'app/Plugin/ECApgSimpleCalendar/Resource/locale'16 => 'app/Plugin/DataMigration42/Resource/locale'17 => 'src/Eccube/Resource/locale/'18 => 'app/Customize/Resource/locale/'19 => 'vendor/symfony/framework-bundle/translations'20 => 'vendor/symfony/security-bundle/translations'21 => 'vendor/doctrine/doctrine-bundle/translations'22 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'23 => 'vendor/sensio/framework-extra-bundle/src/translations'24 => 'vendor/symfony/monolog-bundle/translations'25 => 'vendor/symfony/twig-bundle/translations'26 => 'vendor/symfony/debug-bundle/translations'27 => 'vendor/symfony/web-profiler-bundle/translations'28 => 'vendor/symfony/maker-bundle/src/translations'29 => 'vendor/exercise/htmlpurifier-bundle/src/translations'30 => 'vendor/doctrine/doctrine-migrations-bundle/translations'31 => 'vendor/twig/extra-bundle/translations'32 => 'src/Eccube/translations'33 => 'app/Plugin/Api42/Bundle/translations'34 => 'vendor/league/oauth2-server-bundle/src/translations'35 => 'translations']]], []);
  3656.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3657.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3658.         return $instance;
  3659.     }
  3660.     /**
  3661.      * Gets the private 'validator.builder' shared service.
  3662.      *
  3663.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3664.      */
  3665.     protected function getValidator_BuilderService()
  3666.     {
  3667.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3668.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3669.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3670.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3671.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3672.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3673.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3674.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3675.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3676.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3677.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3678.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3679.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3680.         ], [
  3681.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3682.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3683.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3684.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3685.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3686.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3687.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3688.             'doctrine.orm.validator.unique' => '?',
  3689.             'security.validator.user_password' => '?',
  3690.             'validator.expression' => '?',
  3691.         ])));
  3692.         if ($this->has('translator')) {
  3693.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3694.         }
  3695.         $instance->setTranslationDomain('validators');
  3696.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3697.         $instance->enableAnnotationMapping(true);
  3698.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3699.         $instance->addMethodMapping('loadValidatorMetadata');
  3700.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3701.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3702.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3703.         return $instance;
  3704.     }
  3705.     /**
  3706.      * Gets the private 'var_dumper.html_dumper' shared service.
  3707.      *
  3708.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3709.      */
  3710.     protected function getVarDumper_HtmlDumperService()
  3711.     {
  3712.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3713.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the private 'web_profiler.csp.handler' shared service.
  3718.      *
  3719.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3720.      */
  3721.     protected function getWebProfiler_Csp_HandlerService()
  3722.     {
  3723.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3724.     }
  3725.     /**
  3726.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3727.      *
  3728.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3729.      */
  3730.     protected function getWebProfiler_DebugToolbarService()
  3731.     {
  3732.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3733.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3734.             return $this->privates['web_profiler.debug_toolbar'];
  3735.         }
  3736.         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()));
  3737.     }
  3738.     /**
  3739.      * Gets the public 'cache_clearer' alias.
  3740.      *
  3741.      * @return object The ".container.private.cache_clearer" service.
  3742.      */
  3743.     protected function getCacheClearerService()
  3744.     {
  3745.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3746.         return $this->get('.container.private.cache_clearer');
  3747.     }
  3748.     /**
  3749.      * Gets the public 'filesystem' alias.
  3750.      *
  3751.      * @return object The ".container.private.filesystem" service.
  3752.      */
  3753.     protected function getFilesystemService()
  3754.     {
  3755.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3756.         return $this->get('.container.private.filesystem');
  3757.     }
  3758.     /**
  3759.      * Gets the public 'state_machine.order' alias.
  3760.      *
  3761.      * @return object The ".container.private.state_machine.order" service.
  3762.      */
  3763.     protected function getStateMachine_OrderService()
  3764.     {
  3765.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3766.         return $this->get('.container.private.state_machine.order');
  3767.     }
  3768.     /**
  3769.      * Gets the public 'serializer' alias.
  3770.      *
  3771.      * @return object The ".container.private.serializer" service.
  3772.      */
  3773.     protected function getSerializerService()
  3774.     {
  3775.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3776.         return $this->get('.container.private.serializer');
  3777.     }
  3778.     /**
  3779.      * Gets the public 'security.csrf.token_manager' alias.
  3780.      *
  3781.      * @return object The ".container.private.security.csrf.token_manager" service.
  3782.      */
  3783.     protected function getSecurity_Csrf_TokenManagerService()
  3784.     {
  3785.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3786.         return $this->get('.container.private.security.csrf.token_manager');
  3787.     }
  3788.     /**
  3789.      * Gets the public 'form.factory' alias.
  3790.      *
  3791.      * @return object The ".container.private.form.factory" service.
  3792.      */
  3793.     protected function getForm_FactoryService()
  3794.     {
  3795.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3796.         return $this->get('.container.private.form.factory');
  3797.     }
  3798.     /**
  3799.      * Gets the public 'form.type.file' alias.
  3800.      *
  3801.      * @return object The ".container.private.form.type.file" service.
  3802.      */
  3803.     protected function getForm_Type_FileService()
  3804.     {
  3805.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3806.         return $this->get('.container.private.form.type.file');
  3807.     }
  3808.     /**
  3809.      * Gets the public 'profiler' alias.
  3810.      *
  3811.      * @return object The ".container.private.profiler" service.
  3812.      */
  3813.     protected function getProfilerService()
  3814.     {
  3815.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3816.         return $this->get('.container.private.profiler');
  3817.     }
  3818.     /**
  3819.      * Gets the public 'security.authorization_checker' alias.
  3820.      *
  3821.      * @return object The ".container.private.security.authorization_checker" service.
  3822.      */
  3823.     protected function getSecurity_AuthorizationCheckerService()
  3824.     {
  3825.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3826.         return $this->get('.container.private.security.authorization_checker');
  3827.     }
  3828.     /**
  3829.      * Gets the public 'security.token_storage' alias.
  3830.      *
  3831.      * @return object The ".container.private.security.token_storage" service.
  3832.      */
  3833.     protected function getSecurity_TokenStorageService()
  3834.     {
  3835.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3836.         return $this->get('.container.private.security.token_storage');
  3837.     }
  3838.     /**
  3839.      * Gets the public 'twig' alias.
  3840.      *
  3841.      * @return object The ".container.private.twig" service.
  3842.      */
  3843.     protected function getTwigService()
  3844.     {
  3845.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3846.         return $this->get('.container.private.twig');
  3847.     }
  3848.     /**
  3849.      * Gets the public 'security.password_encoder' alias.
  3850.      *
  3851.      * @return object The ".container.private.security.password_encoder" service.
  3852.      */
  3853.     protected function getSecurity_PasswordEncoderService()
  3854.     {
  3855.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3856.         return $this->get('.container.private.security.password_encoder');
  3857.     }
  3858.     /**
  3859.      * Gets the public 'session' alias.
  3860.      *
  3861.      * @return object The ".container.private.session" service.
  3862.      */
  3863.     protected function getSessionService()
  3864.     {
  3865.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3866.         return $this->get('.container.private.session');
  3867.     }
  3868.     /**
  3869.      * Gets the public 'validator' alias.
  3870.      *
  3871.      * @return object The ".container.private.validator" service.
  3872.      */
  3873.     protected function getValidatorService()
  3874.     {
  3875.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3876.         return $this->get('.container.private.validator');
  3877.     }
  3878.     /**
  3879.      * @return array|bool|float|int|string|\UnitEnum|null
  3880.      */
  3881.     public function getParameter(string $name)
  3882.     {
  3883.         if (isset($this->buildParameters[$name])) {
  3884.             return $this->buildParameters[$name];
  3885.         }
  3886.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3887.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3888.         }
  3889.         if (isset($this->loadedDynamicParameters[$name])) {
  3890.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3891.         }
  3892.         return $this->parameters[$name];
  3893.     }
  3894.     public function hasParameter(string $name): bool
  3895.     {
  3896.         if (isset($this->buildParameters[$name])) {
  3897.             return true;
  3898.         }
  3899.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3900.     }
  3901.     public function setParameter(string $name$value): void
  3902.     {
  3903.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3904.     }
  3905.     public function getParameterBag(): ParameterBagInterface
  3906.     {
  3907.         if (null === $this->parameterBag) {
  3908.             $parameters $this->parameters;
  3909.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3910.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3911.             }
  3912.             foreach ($this->buildParameters as $name => $value) {
  3913.                 $parameters[$name] = $value;
  3914.             }
  3915.             $this->parameterBag = new FrozenParameterBag($parameters);
  3916.         }
  3917.         return $this->parameterBag;
  3918.     }
  3919.     private $loadedDynamicParameters = [
  3920.         'kernel.runtime_environment' => false,
  3921.         'kernel.build_dir' => false,
  3922.         'kernel.cache_dir' => false,
  3923.         'locale' => false,
  3924.         'timezone' => false,
  3925.         'currency' => false,
  3926.         'eccube_database_url' => false,
  3927.         'eccube_mailer_dsn' => false,
  3928.         'eccube_admin_route' => false,
  3929.         'eccube_user_data_route' => false,
  3930.         'eccube_front_allow_hosts' => false,
  3931.         'eccube_front_deny_hosts' => false,
  3932.         'eccube_admin_allow_hosts' => false,
  3933.         'eccube_admin_deny_hosts' => false,
  3934.         'eccube_force_ssl' => false,
  3935.         'eccube.theme' => false,
  3936.         'eccube_theme_code' => false,
  3937.         'eccube_auth_magic' => false,
  3938.         'eccube_theme_front_dir' => false,
  3939.         'eccube_html_front_dir' => false,
  3940.         'eccube_csv_temp_realdir' => false,
  3941.         'eccube_owners_store_url' => false,
  3942.         'eccube_package_api_url' => false,
  3943.         'eccube_content_maintenance_file_path' => false,
  3944.         'eccube_2fa_enabled' => false,
  3945.         'eccube_2fa_cookie_name' => false,
  3946.         'eccube_2fa_expire' => false,
  3947.         'eccube_restrict_file_upload' => false,
  3948.         'kernel.secret' => false,
  3949.         'kernel.default_locale' => false,
  3950.         'debug.container.dump' => false,
  3951.         'serializer.mapping.cache.file' => false,
  3952.         'session.storage.options' => false,
  3953.         'validator.mapping.cache.file' => false,
  3954.         'profiler.storage.dsn' => false,
  3955.         'doctrine.orm.proxy_dir' => false,
  3956.         'league.oauth2_server.encryption_key' => false,
  3957.     ];
  3958.     private $dynamicParameters = [];
  3959.     private function getDynamicParameter(string $name)
  3960.     {
  3961.         switch ($name) {
  3962.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3963.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3964.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3965.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3966.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3967.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3968.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3969.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3970.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3971.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3972.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3973.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3974.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3975.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3976.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3977.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3978.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3979.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3980.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3981.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3982.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3983.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3984.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3985.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3986.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3987.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3988.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3989.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3990.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3991.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3992.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3993.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3994.             case 'session.storage.options'$value = [
  3995.                 'cache_limiter' => '0',
  3996.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3997.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3998.                 'cookie_httponly' => true,
  3999.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4000.                 'gc_probability' => 1,
  4001.             ]; break;
  4002.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4003.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4004.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4005.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  4006.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4007.         }
  4008.         $this->loadedDynamicParameters[$name] = true;
  4009.         return $this->dynamicParameters[$name] = $value;
  4010.     }
  4011.     protected function getDefaultParameters(): array
  4012.     {
  4013.         return [
  4014.             'kernel.project_dir' => \dirname(__DIR__4),
  4015.             'kernel.environment' => 'dev',
  4016.             'kernel.debug' => true,
  4017.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4018.             'kernel.bundles' => [
  4019.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4020.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4021.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4022.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4023.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4024.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4025.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4026.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4027.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4028.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4029.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4030.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4031.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4032.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4033.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4034.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  4035.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  4036.             ],
  4037.             'kernel.bundles_metadata' => [
  4038.                 'FrameworkBundle' => [
  4039.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4040.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4041.                 ],
  4042.                 'SecurityBundle' => [
  4043.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4044.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4045.                 ],
  4046.                 'DoctrineBundle' => [
  4047.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4048.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4049.                 ],
  4050.                 'DoctrineFixturesBundle' => [
  4051.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4052.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4053.                 ],
  4054.                 'SensioFrameworkExtraBundle' => [
  4055.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4056.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4057.                 ],
  4058.                 'MonologBundle' => [
  4059.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4060.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4061.                 ],
  4062.                 'TwigBundle' => [
  4063.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4064.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4065.                 ],
  4066.                 'DebugBundle' => [
  4067.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4068.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4069.                 ],
  4070.                 'WebProfilerBundle' => [
  4071.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4072.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4073.                 ],
  4074.                 'MakerBundle' => [
  4075.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4076.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4077.                 ],
  4078.                 'KnpPaginatorBundle' => [
  4079.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4080.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4081.                 ],
  4082.                 'ExerciseHTMLPurifierBundle' => [
  4083.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4084.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4085.                 ],
  4086.                 'DoctrineMigrationsBundle' => [
  4087.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4088.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4089.                 ],
  4090.                 'TwigExtraBundle' => [
  4091.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4092.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4093.                 ],
  4094.                 'EccubeBundle' => [
  4095.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4096.                     'namespace' => 'Eccube',
  4097.                 ],
  4098.                 'ApiBundle' => [
  4099.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  4100.                     'namespace' => 'Plugin\\Api42\\Bundle',
  4101.                 ],
  4102.                 'LeagueOAuth2ServerBundle' => [
  4103.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  4104.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  4105.                 ],
  4106.             ],
  4107.             'kernel.charset' => 'UTF-8',
  4108.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4109.             'container.dumper.inline_class_loader' => true,
  4110.             'env(ECCUBE_LOCALE)' => 'ja',
  4111.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4112.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4113.             'env(DATABASE_URL)' => '',
  4114.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4115.             'env(DATABASE_CHARSET)' => 'utf8',
  4116.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4117.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4118.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4119.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4120.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4121.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4122.             'env(ECCUBE_FORCE_SSL)' => '0',
  4123.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4124.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4125.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4126.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4127.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4128.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4129.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4130.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4131.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4132.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4133.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4134.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4135.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4136.             'eccube_auth_type' => 'HMAC',
  4137.             'eccube_password_hash_algos' => 'SHA256',
  4138.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4139.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4140.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4141.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4142.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4143.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4144.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4145.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4146.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4147.             'eccube_twig_block_templates' => [
  4148.             ],
  4149.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4150.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4151.             'eccube_csv_size' => 5,
  4152.             'eccube_csv_split_lines' => 100,
  4153.             'eccube_default_password' => 'abc********123',
  4154.             'eccube_deliv_addr_max' => 20,
  4155.             'eccube_deliv_date_end_max' => 21,
  4156.             'eccube_id_max_len' => 50,
  4157.             'eccube_id_min_len' => 4,
  4158.             'eccube_int_len' => 9,
  4159.             'eccube_category_nest_level' => 5,
  4160.             'eccube_lltext_len' => 99999,
  4161.             'eccube_ltext_len' => 3000,
  4162.             'eccube_max_total_fee' => 9999999999,
  4163.             'eccube_mltext_len' => 1000,
  4164.             'eccube_mtext_len' => 200,
  4165.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4166.             'plugin_html_urlpath' => '/plugin/',
  4167.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4168.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4169.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4170.             'eccube_price_len' => 8,
  4171.             'eccube_search_pmax' => 12,
  4172.             'eccube_sitemap_products_per_page' => 1000,
  4173.             'eccube_stext_len' => 255,
  4174.             'eccube_sltext_len' => 500,
  4175.             'eccube_smtext_len' => 100,
  4176.             'eccube_tax_rule_priority' => [
  4177.                 => 'product_id',
  4178.                 => 'product_class_id',
  4179.                 => 'pref_id',
  4180.                 => 'country_id',
  4181.             ],
  4182.             'eccube_url_len' => 1024,
  4183.             'eccube_default_page_count' => 50,
  4184.             'eccube_admin_product_stock_status' => 3,
  4185.             'eccube_customer_reset_expire' => 10,
  4186.             'eccube_csv_export_separator' => ',',
  4187.             'eccube_csv_export_encoding' => 'SJIS-win',
  4188.             'eccube_csv_import_encoding' => [
  4189.                 => 'UTF-8',
  4190.                 => 'SJIS-win',
  4191.                 => 'SJIS',
  4192.                 => 'EUC-JP',
  4193.                 => 'ASCII',
  4194.                 => 'JIS',
  4195.             ],
  4196.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4197.             'eccube_csv_export_multidata_separator' => ',',
  4198.             'eccube_csv_import_delimiter' => ',',
  4199.             'eccube_csv_import_enclosure' => '"',
  4200.             'eccube_csv_import_escape' => '\\',
  4201.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4202.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4203.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4204.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4205.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4206.             'eccube_name_len' => 16,
  4207.             'eccube_kana_len' => 25,
  4208.             'eccube_address1_len' => 32,
  4209.             'eccube_address2_len' => 32,
  4210.             'eccube_birth_max' => 110,
  4211.             'eccube_product_order_price_lower' => 1,
  4212.             'eccube_product_order_newer' => 2,
  4213.             'eccube_product_order_price_higher' => 3,
  4214.             'eccube_price_max' => 2147483647,
  4215.             'eccube_tel_len_max' => 14,
  4216.             'eccube_postal_code' => 8,
  4217.             'eccube_password_min_len' => 12,
  4218.             'eccube_password_max_len' => 50,
  4219.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4220.             'eccube_composer_memory_limit' => '1536M',
  4221.             'eccube_order_mail_template_id' => 1,
  4222.             'eccube_entry_confirm_mail_template_id' => 2,
  4223.             'eccube_entry_complete_mail_template_id' => 3,
  4224.             'eccube_customer_withdraw_mail_template_id' => 4,
  4225.             'eccube_contact_mail_template_id' => 5,
  4226.             'eccube_forgot_mail_template_id' => 6,
  4227.             'eccube_reset_complete_mail_template_id' => 7,
  4228.             'eccube_shipping_notify_mail_template_id' => 8,
  4229.             'eccube_rfc_email_check' => false,
  4230.             'eccube_email_len' => 254,
  4231.             'eccube_order_no_format' => '',
  4232.             'eccube_order_pdf_message_len' => 30,
  4233.             'eccube_news_start_year' => 2000,
  4234.             'eccube_result_cache_lifetime' => 3600,
  4235.             'eccube_result_cache_lifetime_short' => 10,
  4236.             'eccube_restrict_file_upload_urls' => [
  4237.                 => 'admin_content_file',
  4238.                 => 'admin_store_plugin_install',
  4239.                 => 'admin_content_page_new',
  4240.                 => 'admin_content_page_edit',
  4241.                 => 'admin_content_block_new',
  4242.                 => 'admin_content_block_edit',
  4243.                 => 'admin_content_css',
  4244.                 => 'admin_content_js',
  4245.                 => 'admin_store_template_install',
  4246.             ],
  4247.             'eccube_file_uploadable_extensions' => [
  4248.                 => 'jpg',
  4249.                 => 'jpeg',
  4250.                 => 'png',
  4251.                 => 'gif',
  4252.                 => 'webp',
  4253.                 => 'svg',
  4254.                 => 'ico',
  4255.                 => 'html',
  4256.                 => 'htm',
  4257.                 => 'js',
  4258.                 10 => 'css',
  4259.                 11 => 'txt',
  4260.                 12 => 'pdf',
  4261.             ],
  4262.             'eccube_login_throttling_max_attempts' => 5,
  4263.             'eccube_login_throttling_interval' => '30 minutes',
  4264.             'eccube_nav' => [
  4265.                 'product' => [
  4266.                     'name' => 'admin.product.product_management',
  4267.                     'icon' => 'fa-cube',
  4268.                     'children' => [
  4269.                         'product_master' => [
  4270.                             'name' => 'admin.product.product_list',
  4271.                             'url' => 'admin_product',
  4272.                         ],
  4273.                         'product_edit' => [
  4274.                             'name' => 'admin.product.product_registration',
  4275.                             'url' => 'admin_product_product_new',
  4276.                         ],
  4277.                         'class_name' => [
  4278.                             'name' => 'admin.product.class_management',
  4279.                             'url' => 'admin_product_class_name',
  4280.                         ],
  4281.                         'class_category' => [
  4282.                             'name' => 'admin.product.category_management',
  4283.                             'url' => 'admin_product_category',
  4284.                         ],
  4285.                         'product_tag' => [
  4286.                             'name' => 'admin.product.tag_management',
  4287.                             'url' => 'admin_product_tag',
  4288.                         ],
  4289.                         'product_csv_import' => [
  4290.                             'name' => 'admin.product.product_csv_upload',
  4291.                             'url' => 'admin_product_csv_import',
  4292.                         ],
  4293.                         'category_csv_import' => [
  4294.                             'name' => 'admin.product.category_csv_upload',
  4295.                             'url' => 'admin_product_category_csv_import',
  4296.                         ],
  4297.                         'pinpoint_sale_common' => [
  4298.                             'name' => 'タイムセール設定',
  4299.                             'url' => 'admin_pinpoint_sale_common',
  4300.                         ],
  4301.                         'product_review' => [
  4302.                             'name' => 'product_review.admin.product_review.title',
  4303.                             'url' => 'product_review_admin_product_review',
  4304.                         ],
  4305.                         'sort_product' => [
  4306.                             'name' => 'sort_product.nav',
  4307.                             'url' => 'plugin_SortProduct',
  4308.                         ],
  4309.                     ],
  4310.                 ],
  4311.                 'order' => [
  4312.                     'name' => 'admin.order.order_management',
  4313.                     'icon' => 'fa-shopping-cart',
  4314.                     'children' => [
  4315.                         'order_master' => [
  4316.                             'name' => 'admin.order.order_list',
  4317.                             'url' => 'admin_order',
  4318.                         ],
  4319.                         'order_edit' => [
  4320.                             'name' => 'admin.order.order_registration',
  4321.                             'url' => 'admin_order_new',
  4322.                         ],
  4323.                         'shipping_csv_import' => [
  4324.                             'name' => 'admin.order.shipping_csv_upload',
  4325.                             'url' => 'admin_shipping_csv_import',
  4326.                         ],
  4327.                     ],
  4328.                 ],
  4329.                 'customer' => [
  4330.                     'name' => 'admin.customer.customer_management',
  4331.                     'icon' => 'fa-users',
  4332.                     'children' => [
  4333.                         'customer_master' => [
  4334.                             'name' => 'admin.customer.customer_list',
  4335.                             'url' => 'admin_customer',
  4336.                         ],
  4337.                         'customer_edit' => [
  4338.                             'name' => 'admin.customer.customer_registration',
  4339.                             'url' => 'admin_customer_new',
  4340.                         ],
  4341.                         'rank' => [
  4342.                             'id' => 'admin_customer_rank',
  4343.                             'name' => 'customerrank.admin.nav.customer.rank',
  4344.                             'url' => 'admin_customer_rank',
  4345.                         ],
  4346.                         'rank_import_csv' => [
  4347.                             'id' => 'admin_customer_rank_csv_import',
  4348.                             'name' => 'customerrank.admin.nav.customer.rank_import_csv',
  4349.                             'url' => 'admin_customer_rank_csv_import',
  4350.                         ],
  4351.                         'entrycontact_index' => [
  4352.                             'name' => '会員お問い合わせ管理',
  4353.                             'url' => 'admin_entrycontact',
  4354.                         ],
  4355.                     ],
  4356.                 ],
  4357.                 'content' => [
  4358.                     'name' => 'admin.content.contents_management',
  4359.                     'icon' => 'fa-file-text-o',
  4360.                     'children' => [
  4361.                         'news' => [
  4362.                             'name' => 'admin.content.news_management',
  4363.                             'url' => 'admin_content_news',
  4364.                         ],
  4365.                         'file' => [
  4366.                             'name' => 'admin.content.file_management',
  4367.                             'url' => 'admin_content_file',
  4368.                         ],
  4369.                         'layout' => [
  4370.                             'name' => 'admin.content.layout_management',
  4371.                             'url' => 'admin_content_layout',
  4372.                         ],
  4373.                         'page' => [
  4374.                             'name' => 'admin.content.page_management',
  4375.                             'url' => 'admin_content_page',
  4376.                         ],
  4377.                         'css' => [
  4378.                             'name' => 'admin.content.css_management',
  4379.                             'url' => 'admin_content_css',
  4380.                         ],
  4381.                         'js' => [
  4382.                             'name' => 'admin.content.js_management',
  4383.                             'url' => 'admin_content_js',
  4384.                         ],
  4385.                         'block' => [
  4386.                             'name' => 'admin.content.block_management',
  4387.                             'url' => 'admin_content_block',
  4388.                         ],
  4389.                         'cache' => [
  4390.                             'name' => 'admin.content.cache_management',
  4391.                             'url' => 'admin_content_cache',
  4392.                         ],
  4393.                         'maintenance' => [
  4394.                             'name' => 'admin.content.maintenance_management',
  4395.                             'url' => 'admin_content_maintenance',
  4396.                         ],
  4397.                         'customerrank' => [
  4398.                             'id' => 'admin_content_customerrank',
  4399.                             'name' => 'customerrank.admin.nav.content.customerrank',
  4400.                             'children' => [
  4401.                                 'list' => [
  4402.                                     'id' => 'admin_content_customerrank_list',
  4403.                                     'name' => 'customerrank.admin.nav.content.customerrank.list',
  4404.                                     'url' => 'admin_content_customerrank_list',
  4405.                                 ],
  4406.                                 'detail' => [
  4407.                                     'id' => 'admin_content_customerrank_detail',
  4408.                                     'name' => 'customerrank.admin.nav.content.customerrank.detail',
  4409.                                     'url' => 'admin_content_customerrank_detail',
  4410.                                 ],
  4411.                             ],
  4412.                         ],
  4413.                         'plugin_recommend' => [
  4414.                             'name' => 'plugin_recommend.admin.navi',
  4415.                             'url' => 'plugin_recommend_list',
  4416.                         ],
  4417.                         'salesrestrictions' => [
  4418.                             'id' => 'admin_content_salesrestrictions',
  4419.                             'name' => 'salesrestrictions.admin.nav.content.salesrestrictions',
  4420.                             'url' => 'admin_content_salesrestrictions',
  4421.                         ],
  4422.                     ],
  4423.                 ],
  4424.                 'setting' => [
  4425.                     'name' => 'admin.setting',
  4426.                     'icon' => 'fa-cog',
  4427.                     'children' => [
  4428.                         'shop' => [
  4429.                             'name' => 'admin.setting.shop',
  4430.                             'children' => [
  4431.                                 'shop_index' => [
  4432.                                     'name' => 'admin.setting.shop.shop_setting',
  4433.                                     'url' => 'admin_setting_shop',
  4434.                                 ],
  4435.                                 'shop_tradelaw' => [
  4436.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4437.                                     'url' => 'admin_setting_shop_tradelaw',
  4438.                                 ],
  4439.                                 'shop_agreement' => [
  4440.                                     'name' => 'admin.setting.shop.agreement_setting',
  4441.                                     'url' => 'admin_content_page_edit',
  4442.                                     'param' => [
  4443.                                         'id' => 19,
  4444.                                         'return' => 'agreement',
  4445.                                     ],
  4446.                                 ],
  4447.                                 'shop_payment' => [
  4448.                                     'name' => 'admin.setting.shop.payment_setting',
  4449.                                     'url' => 'admin_setting_shop_payment',
  4450.                                 ],
  4451.                                 'shop_delivery' => [
  4452.                                     'name' => 'admin.setting.shop.delivery_setting',
  4453.                                     'url' => 'admin_setting_shop_delivery',
  4454.                                 ],
  4455.                                 'shop_tax' => [
  4456.                                     'name' => 'admin.setting.shop.tax_setting',
  4457.                                     'url' => 'admin_setting_shop_tax',
  4458.                                 ],
  4459.                                 'shop_mail' => [
  4460.                                     'name' => 'admin.setting.shop.mail_setting',
  4461.                                     'url' => 'admin_setting_shop_mail',
  4462.                                 ],
  4463.                                 'shop_csv' => [
  4464.                                     'name' => 'admin.setting.shop.csv_setting',
  4465.                                     'url' => 'admin_setting_shop_csv',
  4466.                                 ],
  4467.                                 'shop_order_status' => [
  4468.                                     'name' => 'admin.setting.shop.order_status_setting',
  4469.                                     'url' => 'admin_setting_shop_order_status',
  4470.                                 ],
  4471.                                 'shop_calendar' => [
  4472.                                     'name' => 'admin.setting.shop.calendar_setting',
  4473.                                     'url' => 'admin_setting_shop_calendar',
  4474.                                 ],
  4475.                             ],
  4476.                         ],
  4477.                         'system' => [
  4478.                             'name' => 'admin.setting.system',
  4479.                             'children' => [
  4480.                                 'member' => [
  4481.                                     'name' => 'admin.setting.system.member_management',
  4482.                                     'url' => 'admin_setting_system_member',
  4483.                                 ],
  4484.                                 'authority' => [
  4485.                                     'name' => 'admin.setting.system.authority_management',
  4486.                                     'url' => 'admin_setting_system_authority',
  4487.                                 ],
  4488.                                 'security' => [
  4489.                                     'name' => 'admin.setting.system.security_management',
  4490.                                     'url' => 'admin_setting_system_security',
  4491.                                 ],
  4492.                                 'login_history' => [
  4493.                                     'name' => 'admin.setting.system.login_history',
  4494.                                     'url' => 'admin_setting_system_login_history',
  4495.                                 ],
  4496.                                 'log' => [
  4497.                                     'name' => 'admin.setting.system.log_display',
  4498.                                     'url' => 'admin_setting_system_log',
  4499.                                 ],
  4500.                                 'masterdata' => [
  4501.                                     'name' => 'admin.setting.system.master_data_management',
  4502.                                     'url' => 'admin_setting_system_masterdata',
  4503.                                 ],
  4504.                                 'system_index' => [
  4505.                                     'name' => 'admin.setting.system.system_info',
  4506.                                     'url' => 'admin_setting_system_system',
  4507.                                 ],
  4508.                             ],
  4509.                         ],
  4510.                         'setting_rank' => [
  4511.                             'id' => 'admin_setting_customerrank',
  4512.                             'name' => 'customerrank.admin.nav.setting.rank',
  4513.                             'url' => 'admin_setting_customerrank',
  4514.                         ],
  4515.                     ],
  4516.                 ],
  4517.                 'store' => [
  4518.                     'name' => 'admin.store',
  4519.                     'icon' => 'fa-plug',
  4520.                     'children' => [
  4521.                         'plugin' => [
  4522.                             'name' => 'admin.store.plugin',
  4523.                             'children' => [
  4524.                                 'plugin_owners_search' => [
  4525.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4526.                                     'url' => 'admin_store_plugin_owners_search',
  4527.                                 ],
  4528.                                 'plugin_list' => [
  4529.                                     'name' => 'admin.store.plugin.plugin_list',
  4530.                                     'url' => 'admin_store_plugin',
  4531.                                 ],
  4532.                             ],
  4533.                         ],
  4534.                         'template' => [
  4535.                             'name' => 'admin.store.template',
  4536.                             'children' => [
  4537.                                 'template_list' => [
  4538.                                     'name' => 'admin.store.template.template_list',
  4539.                                     'url' => 'admin_store_template',
  4540.                                 ],
  4541.                                 'template_install' => [
  4542.                                     'name' => 'admin.store.template.template_install',
  4543.                                     'url' => 'admin_store_template_install',
  4544.                                 ],
  4545.                             ],
  4546.                         ],
  4547.                         'authentication_setting' => [
  4548.                             'name' => 'admin.store.setting',
  4549.                             'url' => 'admin_store_authentication_setting',
  4550.                         ],
  4551.                     ],
  4552.                 ],
  4553.                 'contact' => [
  4554.                     'id' => 'contact',
  4555.                     'name' => 'contact.title',
  4556.                     'icon' => 'fa-envelope',
  4557.                     'children' => [
  4558.                         'contact' => [
  4559.                             'id' => 'contact',
  4560.                             'name' => 'admin.contact.index.title',
  4561.                             'url' => 'plugin_contact',
  4562.                         ],
  4563.                         'contact_new' => [
  4564.                             'id' => 'contact_new',
  4565.                             'name' => 'admin.contact.new.title',
  4566.                             'url' => 'plugin_contact_new',
  4567.                         ],
  4568.                     ],
  4569.                 ],
  4570.                 'plg_apg_simple_calendar' => [
  4571.                     'name' => '定休日カレンダー',
  4572.                     'icon' => 'fa-calendar',
  4573.                     'children' => [
  4574.                         'plg_apg_simple_calendar_admin_config_delivery_setting' => [
  4575.                             'name' => 'お届け日設定',
  4576.                             'url' => 'apg_simple_calendar_admin_config_delivery_setting',
  4577.                         ],
  4578.                         'plg_apg_simple_calendar_admin_config_regular_holidays' => [
  4579.                             'name' => '曜日指定',
  4580.                             'url' => 'apg_simple_calendar_admin_config_regular_holidays',
  4581.                         ],
  4582.                         'plg_apg_simple_calendar_admin_config_individual_holidays' => [
  4583.                             'name' => '個別指定',
  4584.                             'url' => 'apg_simple_calendar_admin_config_individual_holidays',
  4585.                         ],
  4586.                         'plg_apg_simple_calendar_admin_config_import_holidays' => [
  4587.                             'name' => '一括指定(CSV)',
  4588.                             'url' => 'apg_simple_calendar_admin_config_import_holidays',
  4589.                         ],
  4590.                     ],
  4591.                 ],
  4592.                 'SalesReport42' => [
  4593.                     'name' => 'sales_report.admin.nav.001',
  4594.                     'icon' => 'fa-chart-bar',
  4595.                     'children' => [
  4596.                         'sales_report_admin_term' => [
  4597.                             'id' => 'sales_report_admin_term',
  4598.                             'url' => 'sales_report_admin_term',
  4599.                             'name' => 'sales_report.admin.nav.002',
  4600.                         ],
  4601.                         'sales_report_admin_product' => [
  4602.                             'id' => 'sales_report_admin_product',
  4603.                             'url' => 'sales_report_admin_product',
  4604.                             'name' => 'sales_report.admin.nav.003',
  4605.                         ],
  4606.                         'sales_report_admin_age' => [
  4607.                             'id' => 'sales_report_admin_age',
  4608.                             'url' => 'sales_report_admin_age',
  4609.                             'name' => 'sales_report.admin.nav.004',
  4610.                         ],
  4611.                     ],
  4612.                 ],
  4613.                 'deposit' => [
  4614.                     'name' => '請求管理',
  4615.                     'icon' => 'fa-money',
  4616.                     'children' => [
  4617.                         'admin_deposit_index' => [
  4618.                             'name' => '入金一覧',
  4619.                             'url' => 'admin_deposit',
  4620.                         ],
  4621.                         'admin_deposit_new' => [
  4622.                             'name' => '入金登録',
  4623.                             'url' => 'admin_deposit_new',
  4624.                         ],
  4625.                     ],
  4626.                 ],
  4627.             ],
  4628.             'env(MAILER_DSN)' => 'null://null',
  4629.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4630.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4631.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4632.             'gmo_epsilon' => [
  4633.                 'pay_id' => [
  4634.                     'credit' => '1',
  4635.                     'reg_credit' => '2',
  4636.                     'conveni' => '3',
  4637.                     'netbank_jnb' => '4',
  4638.                     'netbank_rakuten' => '5',
  4639.                     'payeasy' => '7',
  4640.                     'webmoney' => '8',
  4641.                     'ywallet' => '9',
  4642.                     'paypal' => '11',
  4643.                     'bitcash' => '12',
  4644.                     'chocom' => '13',
  4645.                     'sphone' => '15',
  4646.                     'jcb' => '16',
  4647.                     'sumishin' => '17',
  4648.                     'deferred' => '18',
  4649.                     'virtual_account' => '22',
  4650.                     'paypay' => '25',
  4651.                     'maillink' => '99',
  4652.                 ],
  4653.                 'pay_name' => [
  4654.                     'credit' => 'クレジットカード決済',
  4655.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4656.                     'conveni' => 'コンビニ決済',
  4657.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4658.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4659.                     'payeasy' => 'ペイジー決済',
  4660.                     'webmoney' => 'WebMoney決済',
  4661.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4662.                     'paypal' => 'Paypal決済',
  4663.                     'bitcash' => 'Bitcash決済',
  4664.                     'chocom' => '電子マネーちょコム決済',
  4665.                     'sphone' => 'スマートフォンキャリア決済',
  4666.                     'jcb' => 'JCB PREMO',
  4667.                     'sumishin' => '住信SBIネット銀行決済',
  4668.                     'deferred' => 'GMO後払い',
  4669.                     'virtual_account' => 'バーチャル口座',
  4670.                     'paypay' => 'Paypay',
  4671.                     'maillink' => 'メールリンク決済',
  4672.                 ],
  4673.                 'st_code' => [
  4674.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4675.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4676.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4677.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4678.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4679.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4680.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4681.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4682.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4683.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4684.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4685.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4686.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4687.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4688.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4689.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4690.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4691.                     'maillink' => 'maillink',
  4692.                 ],
  4693.                 'mission_code' => [
  4694.                     'every_month' => '21',
  4695.                     'every_other' => '25',
  4696.                     'every_three_month' => '27',
  4697.                     'every_six_month' => '29',
  4698.                     'every_year' => '31',
  4699.                 ],
  4700.                 'regular_pay_id' => [
  4701.                     'every_month' => '101',
  4702.                     'every_other_month' => '102',
  4703.                     'every_three_month' => '103',
  4704.                     'every_six_month' => '104',
  4705.                     'every_year' => '105',
  4706.                 ],
  4707.                 'regular_pay_name' => [
  4708.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4709.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4710.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4711.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4712.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4713.                 ],
  4714.                 'regular' => [
  4715.                     'rule_max' => '9999999',
  4716.                     'st_code' => '10000-0000-00000',
  4717.                     'sale_type' => '定期購入商品',
  4718.                 ],
  4719.                 'rule_max' => [
  4720.                     'credit' => '9999999',
  4721.                     'reg_credit' => '9999999',
  4722.                     'conveni' => '299999',
  4723.                     'netbank_jnb' => '9999999',
  4724.                     'netbank_rakuten' => '9999999',
  4725.                     'payeasy' => '9999999',
  4726.                     'webmoney' => '199999',
  4727.                     'ywallet' => '499999',
  4728.                     'paypal' => '499999',
  4729.                     'bitcash' => '199999',
  4730.                     'chocom' => '99999',
  4731.                     'sphone' => '50000',
  4732.                     'jcb' => '500000',
  4733.                     'sumishin' => '9999999',
  4734.                     'deferred' => '49999',
  4735.                     'virtual_account' => '9999999',
  4736.                     'paypay' => '9999999',
  4737.                     'maillink' => '9999999',
  4738.                 ],
  4739.                 'url' => [
  4740.                     'dev' => [
  4741.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4742.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4743.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4744.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4745.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4746.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4747.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4748.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4749.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4750.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4751.                     ],
  4752.                     'prod' => [
  4753.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4754.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4755.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4756.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4757.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4758.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4759.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4760.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4761.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4762.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4763.                     ],
  4764.                 ],
  4765.                 'conveni_id' => [
  4766.                     'seveneleven' => '11',
  4767.                     'familymart' => '21',
  4768.                     'lawson' => '31',
  4769.                     'seicomart' => '32',
  4770.                     'ministop' => '33',
  4771.                 ],
  4772.                 'conveni_name' => [
  4773.                     'seveneleven' => 'セブンイレブン',
  4774.                     'familymart' => 'ファミリーマート',
  4775.                     'lawson' => 'ローソン',
  4776.                     'seicomart' => 'セイコーマート',
  4777.                     'ministop' => 'ミニストップ',
  4778.                 ],
  4779.                 'conveni_pre_message' => [
  4780.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4781.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4782.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4783.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4784.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4785.                 ],
  4786.                 'conveni_message' => [
  4787.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4788.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4789.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4790.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4791.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4792.                 ],
  4793.                 'receive_parameters' => [
  4794.                     'result' => [
  4795.                         'ok' => 1,
  4796.                         'ng' => 9,
  4797.                         '3ds' => 5,
  4798.                         '3ds2' => 6,
  4799.                     ],
  4800.                 ],
  4801.                 'payment' => [
  4802.                     'gmo_epsilon4' => 'GmoEpsilon4',
  4803.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  4804.                 ],
  4805.             ],
  4806.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4807.             'product_review_display_count_min' => 1,
  4808.             'product_review_display_count_max' => 30,
  4809.             'plugin_recommend.text_area_len' => 4000,
  4810.             'related_product.text_area_len' => 4000,
  4811.             'related_product.max_item_count' => 6,
  4812.             'sales_report_product_maximum_display' => 20,
  4813.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4814.             'sort_product.list_order_by.name' => 'おすすめ順',
  4815.             'eccube_rate_limiter_configs' => [
  4816.             ],
  4817.             'eccube.plugins.enabled' => [
  4818.                 => 'ContactManagement42',
  4819.                 => 'CustomerRank42',
  4820.                 => 'EccubePaymentLite42',
  4821.                 => 'HsdRelatedProduct42',
  4822.                 => 'PinpointSaleDx',
  4823.                 => 'ProductContact42',
  4824.                 => 'ProductReview42',
  4825.                 => 'Recommend42',
  4826.                 => 'SalesReport42',
  4827.                 => 'SalesRestrictions42',
  4828.                 10 => 'SortProduct42Plus',
  4829.                 11 => 'ECApgSimpleCalendar',
  4830.                 12 => 'DataMigration42',
  4831.             ],
  4832.             'eccube.plugins.disabled' => [
  4833.                 => 'ApgSimpleCalendar',
  4834.                 => 'Api42',
  4835.                 => 'Coupon42',
  4836.                 => 'ECCUBE4LineIntegration42',
  4837.                 => 'ECMypageReceipt42',
  4838.                 => 'MailMagazine42',
  4839.                 => 'RelatedProduct42',
  4840.                 => 'Securitychecker42',
  4841.                 => 'SiteKit42',
  4842.             ],
  4843.             'event_dispatcher.event_aliases' => [
  4844.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4845.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4846.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4847.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4848.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4849.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4850.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4851.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4852.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4853.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4854.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4855.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4856.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4857.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4858.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4859.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4860.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4861.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4862.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4863.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4864.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4865.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4866.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4867.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4868.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4869.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4870.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4871.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4872.             ],
  4873.             'fragment.renderer.hinclude.global_template' => NULL,
  4874.             'fragment.path' => '/_fragment',
  4875.             'kernel.http_method_override' => true,
  4876.             'kernel.trusted_hosts' => [
  4877.             ],
  4878.             'kernel.enabled_locales' => [
  4879.             ],
  4880.             'kernel.error_controller' => 'error_controller',
  4881.             'debug.file_link_format' => NULL,
  4882.             'asset.request_context.base_path' => NULL,
  4883.             'asset.request_context.secure' => NULL,
  4884.             'translator.logging' => false,
  4885.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4886.             'debug.error_handler.throw_at' => -1,
  4887.             'router.request_context.host' => 'localhost',
  4888.             'router.request_context.scheme' => 'http',
  4889.             'router.request_context.base_url' => '',
  4890.             'router.resource' => 'kernel::loadRoutes',
  4891.             'request_listener.http_port' => 80,
  4892.             'request_listener.https_port' => 443,
  4893.             'session.metadata.storage_key' => '_sf2_meta',
  4894.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4895.             'session.metadata.update_threshold' => 0,
  4896.             'form.type_extension.csrf.enabled' => true,
  4897.             'form.type_extension.csrf.field_name' => '_token',
  4898.             'validator.translation_domain' => 'validators',
  4899.             'profiler_listener.only_exceptions' => false,
  4900.             'profiler_listener.only_main_requests' => false,
  4901.             'security.role_hierarchy.roles' => [
  4902.             ],
  4903.             'security.access.denied_url' => NULL,
  4904.             'security.authentication.manager.erase_credentials' => true,
  4905.             'security.authentication.session_strategy.strategy' => 'migrate',
  4906.             'security.access.always_authenticate_before_granting' => false,
  4907.             'security.authentication.hide_user_not_found' => true,
  4908.             'security.firewalls' => [
  4909.                 => 'dev',
  4910.                 => 'api',
  4911.                 => 'admin',
  4912.                 => 'customer',
  4913.             ],
  4914.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4915.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4916.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4917.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4918.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4919.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4920.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4921.             'doctrine.entity_managers' => [
  4922.                 'default' => 'doctrine.orm.default_entity_manager',
  4923.             ],
  4924.             'doctrine.default_entity_manager' => 'default',
  4925.             'doctrine.dbal.connection_factory.types' => [
  4926.                 'oauth2_grant' => [
  4927.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4928.                 ],
  4929.                 'oauth2_redirect_uri' => [
  4930.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4931.                 ],
  4932.                 'oauth2_scope' => [
  4933.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4934.                 ],
  4935.                 'datetime' => [
  4936.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4937.                 ],
  4938.                 'datetimetz' => [
  4939.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4940.                 ],
  4941.             ],
  4942.             'doctrine.connections' => [
  4943.                 'default' => 'doctrine.dbal.default_connection',
  4944.             ],
  4945.             'doctrine.default_connection' => 'default',
  4946.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4947.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4948.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4949.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4950.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4951.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4952.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4953.             'doctrine.orm.cache.memcache_port' => 11211,
  4954.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4955.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4956.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4957.             'doctrine.orm.cache.memcached_port' => 11211,
  4958.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4959.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4960.             'doctrine.orm.cache.redis_host' => 'localhost',
  4961.             'doctrine.orm.cache.redis_port' => 6379,
  4962.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4963.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4964.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4965.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4966.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4967.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4968.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4969.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4970.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4971.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4972.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4973.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4974.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4975.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4976.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4977.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4978.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4979.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4980.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4981.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4982.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4983.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4984.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4985.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4986.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4987.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4988.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4989.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4990.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4991.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4992.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4993.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4994.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4995.             'monolog.use_microseconds' => true,
  4996.             'monolog.swift_mailer.handlers' => [
  4997.             ],
  4998.             'monolog.handlers_to_channels' => [
  4999.                 'monolog.handler.gmo_epsilon' => [
  5000.                     'type' => 'inclusive',
  5001.                     'elements' => [
  5002.                         => 'gmo_epsilon',
  5003.                     ],
  5004.                 ],
  5005.                 'monolog.handler.console' => [
  5006.                     'type' => 'exclusive',
  5007.                     'elements' => [
  5008.                         => 'event',
  5009.                         => 'doctrine',
  5010.                         => 'console',
  5011.                     ],
  5012.                 ],
  5013.                 'monolog.handler.buffered' => [
  5014.                     'type' => 'exclusive',
  5015.                     'elements' => [
  5016.                         => 'event',
  5017.                     ],
  5018.                 ],
  5019.             ],
  5020.             'twig.form.resources' => [
  5021.                 => 'form_div_layout.html.twig',
  5022.                 => 'bootstrap_5_layout.html.twig',
  5023.             ],
  5024.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5025.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5026.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5027.             'web_profiler.debug_toolbar.mode' => 2,
  5028.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5029.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5030.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5031.             'knp_paginator.page_range' => 5,
  5032.             'knp_paginator.page_limit' => NULL,
  5033.             'doctrine.migrations.preferred_em' => NULL,
  5034.             'doctrine.migrations.preferred_connection' => NULL,
  5035.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  5036.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  5037.             'league.oauth2_server.encryption_key.type' => 'plain',
  5038.             'league.oauth2_server.scopes.default' => [
  5039.                 => 'read',
  5040.             ],
  5041.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5042.             'data_collector.templates' => [
  5043.                 'data_collector.request' => [
  5044.                     => 'request',
  5045.                     => '@WebProfiler/Collector/request.html.twig',
  5046.                 ],
  5047.                 'data_collector.time' => [
  5048.                     => 'time',
  5049.                     => '@WebProfiler/Collector/time.html.twig',
  5050.                 ],
  5051.                 'data_collector.memory' => [
  5052.                     => 'memory',
  5053.                     => '@WebProfiler/Collector/memory.html.twig',
  5054.                 ],
  5055.                 'data_collector.validator' => [
  5056.                     => 'validator',
  5057.                     => '@WebProfiler/Collector/validator.html.twig',
  5058.                 ],
  5059.                 'data_collector.ajax' => [
  5060.                     => 'ajax',
  5061.                     => '@WebProfiler/Collector/ajax.html.twig',
  5062.                 ],
  5063.                 'data_collector.form' => [
  5064.                     => 'form',
  5065.                     => '@WebProfiler/Collector/form.html.twig',
  5066.                 ],
  5067.                 'data_collector.exception' => [
  5068.                     => 'exception',
  5069.                     => '@WebProfiler/Collector/exception.html.twig',
  5070.                 ],
  5071.                 'data_collector.logger' => [
  5072.                     => 'logger',
  5073.                     => '@WebProfiler/Collector/logger.html.twig',
  5074.                 ],
  5075.                 'data_collector.events' => [
  5076.                     => 'events',
  5077.                     => '@WebProfiler/Collector/events.html.twig',
  5078.                 ],
  5079.                 'data_collector.router' => [
  5080.                     => 'router',
  5081.                     => '@WebProfiler/Collector/router.html.twig',
  5082.                 ],
  5083.                 'data_collector.cache' => [
  5084.                     => 'cache',
  5085.                     => '@WebProfiler/Collector/cache.html.twig',
  5086.                 ],
  5087.                 'data_collector.translation' => [
  5088.                     => 'translation',
  5089.                     => '@WebProfiler/Collector/translation.html.twig',
  5090.                 ],
  5091.                 'data_collector.security' => [
  5092.                     => 'security',
  5093.                     => '@Security/Collector/security.html.twig',
  5094.                 ],
  5095.                 'data_collector.twig' => [
  5096.                     => 'twig',
  5097.                     => '@WebProfiler/Collector/twig.html.twig',
  5098.                 ],
  5099.                 'data_collector.doctrine' => [
  5100.                     => 'db',
  5101.                     => '@Doctrine/Collector/db.html.twig',
  5102.                 ],
  5103.                 'doctrine_migrations.migrations_collector' => [
  5104.                     => 'doctrine_migrations',
  5105.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5106.                 ],
  5107.                 'data_collector.dump' => [
  5108.                     => 'dump',
  5109.                     => '@Debug/Profiler/dump.html.twig',
  5110.                 ],
  5111.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5112.                 'mailer.data_collector' => [
  5113.                     => 'mailer',
  5114.                     => '@WebProfiler/Collector/mailer.html.twig',
  5115.                 ],
  5116.                 'data_collector.config' => [
  5117.                     => 'config',
  5118.                     => '@WebProfiler/Collector/config.html.twig',
  5119.                 ],
  5120.                 'eccube.collector.core' => [
  5121.                     => 'eccube_core',
  5122.                     => '@toolbar/eccube.html.twig',
  5123.                 ],
  5124.             ],
  5125.             'console.command.ids' => [
  5126.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5127.             ],
  5128.         ];
  5129.     }
  5130.     protected function throw($message)
  5131.     {
  5132.         throw new RuntimeException($message);
  5133.     }
  5134. }