var/cache/dev/ContainerUxFarnx/Eccube_KernelDevDebugContainer.php line 3094

Open in your IDE?
  1. <?php
  2. namespace ContainerUxFarnx;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  45.             'cache.app' => 'getCache_AppService',
  46.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  47.             'cache.system' => 'getCache_SystemService',
  48.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  49.             'data_collector.dump' => 'getDataCollector_DumpService',
  50.             'doctrine' => 'getDoctrineService',
  51.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  52.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  53.             'event_dispatcher' => 'getEventDispatcherService',
  54.             'http_kernel' => 'getHttpKernelService',
  55.             'request_stack' => 'getRequestStackService',
  56.             'router' => 'getRouterService',
  57.             'translator' => 'getTranslatorService',
  58.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  59.             'cache_clearer' => 'getCacheClearerService',
  60.             'filesystem' => 'getFilesystemService',
  61.             'state_machine.order' => 'getStateMachine_OrderService',
  62.             'serializer' => 'getSerializerService',
  63.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  64.             'form.factory' => 'getForm_FactoryService',
  65.             'form.type.file' => 'getForm_Type_FileService',
  66.             'profiler' => 'getProfilerService',
  67.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  68.             'security.token_storage' => 'getSecurity_TokenStorageService',
  69.             'twig' => 'getTwigService',
  70.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  71.             'session' => 'getSessionService',
  72.             'validator' => 'getValidatorService',
  73.         ];
  74.         $this->fileMap = [
  75.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  76.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  77.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  78.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  79.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  80.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  81.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  82.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  83.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  84.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  85.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  86.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  87.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  88.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  89.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  90.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  91.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  92.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  93.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  94.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  95.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  96.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  97.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  98.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  99.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  100.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  101.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  102.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  103.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  104.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  105.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  106.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  107.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  108.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  109.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  110.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  111.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  112.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  113.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  114.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  115.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  116.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  117.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  118.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  119.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  120.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  121.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  122.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  123.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  124.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  125.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  126.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  127.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  128.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  129.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  130.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  131.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  132.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  133.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  134.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  135.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  136.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  137.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  138.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  139.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  140.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  141.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  142.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  143.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  144.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  145.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  146.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  147.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  148.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  149.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  150.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  151.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  152.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  153.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  154.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  155.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  156.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  157.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  158.             'Plugin\\CsvImportProductExt42\\Controller\\CsvImportController' => 'getCsvImportController3Service',
  159.             'Plugin\\CustomerPlus42\\Controller\\Admin\\CustomerItemController' => 'getCustomerItemControllerService',
  160.             'Plugin\\CustomerPlus42\\Controller\\Admin\\CustomerItemEditController' => 'getCustomerItemEditControllerService',
  161.             'Plugin\\CustomerPlus42\\Controller\\Admin\\CustomerItemOptionEditController' => 'getCustomerItemOptionEditControllerService',
  162.             'Plugin\\CustomerPlus42\\Controller\\ShoppingCustomerController' => 'getShoppingCustomerControllerService',
  163.             'Plugin\\CustomerRank42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  164.             'Plugin\\CustomerRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  165.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankController' => 'getCustomerRankControllerService',
  166.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankDesignController' => 'getCustomerRankDesignControllerService',
  167.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankEditController' => 'getCustomerRankEditControllerService',
  168.             'Plugin\\CustomerRank42\\Controller\\Block\\CustomerRankInfoController' => 'getCustomerRankInfoControllerService',
  169.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  170.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  171.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  172.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  173.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  174.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  175.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  176.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  177.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  178.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  179.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  180.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  181.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  182.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  183.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  184.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  185.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  186.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  187.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  188.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  189.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  190.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  191.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  192.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  193.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  194.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  195.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  196.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  197.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  198.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  199.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  200.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  201.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  202.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  203.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  204.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  205.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  206.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  207.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  208.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  209.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  210.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  211.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  212.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  213.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  214.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  215.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  216.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  217.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  218.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  219.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  220.             'Plugin\\Maker42\\Controller\\MakerController' => 'getMakerControllerService',
  221.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  222.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  223.             'Plugin\\RefineNewProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  224.             'Plugin\\RefineNewProduct42\\Controller\\RefineNewProductController' => 'getRefineNewProductControllerService',
  225.             'Plugin\\RelatedProduct42\\Controller\\Admin\\RelatedProductController' => 'getRelatedProductControllerService',
  226.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  227.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  228.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\SalesRestrictionsDesignController' => 'getSalesRestrictionsDesignControllerService',
  229.             'Plugin\\SiteKit42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  230.             'Plugin\\SiteKit42\\Controller\\Admin\\DashboardController' => 'getDashboardControllerService',
  231.             'Plugin\\SortProduct42Plus\\Controller\\Admin\\SortProductController' => 'getSortProductControllerService',
  232.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  233.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  234.             'cache.app_clearer' => 'getCache_AppClearerService',
  235.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  236.             'cache.system_clearer' => 'getCache_SystemClearerService',
  237.             'cache_warmer' => 'getCacheWarmerService',
  238.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  239.             'console.command_loader' => 'getConsole_CommandLoaderService',
  240.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  241.             'eccube.logger' => 'getEccube_LoggerService',
  242.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  243.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  244.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  245.             'error_controller' => 'getErrorControllerService',
  246.             'knp_paginator' => 'getKnpPaginatorService',
  247.             'league.oauth2_server.controller.authorization' => 'getLeague_Oauth2Server_Controller_AuthorizationService',
  248.             'league.oauth2_server.controller.token' => 'getLeague_Oauth2Server_Controller_TokenService',
  249.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  250.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  251.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  252.             'routing.loader' => 'getRouting_LoaderService',
  253.             'services_resetter' => 'getServicesResetterService',
  254.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  255.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  256.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  257.         ];
  258.         $this->aliases = [
  259.             'database_connection' => 'doctrine.dbal.default_connection',
  260.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  261.         ];
  262.         $this->privates['service_container'] = function () {
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  269.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  273.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  274.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  275.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  276.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  277.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminCustomerCustomizer.php';
  278.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminOrderCustomizer.php';
  279.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomizer.php';
  280.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  281.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductJoin.php';
  282.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  283.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductOrderBy.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  285.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  286.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  287.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  288.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  289.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  290.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  291.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  292.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  293.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  294.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  295.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  296.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  297.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  299.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  300.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  301.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  302.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  303.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  304.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  305.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  306.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  307.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  308.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  309.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  310.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  311.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  312.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  313.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  314.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  315.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  316.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  317.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  318.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  319.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  320.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  321.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ConfigRepository.php';
  322.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomerRankRepository.php';
  323.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Service/SalesRestrictionsService.php';
  324.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  325.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  326.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  329.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  330.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  332.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  333.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  336.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  345.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  360.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  362.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  366.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  368.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  483.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  484.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  485.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  491.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  492.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  493.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  495.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  498.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  499.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  500.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  501.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  502.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  503.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  505.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  508.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  511.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  515.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  516.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  518.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  519.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  523.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  524.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  527.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  528.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  529.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  530.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  531.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  533.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  550.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  554.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  599.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  604.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  605.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  606.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  607.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  608.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  609.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  617.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  640.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  641.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  642.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  643.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  644.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  645.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  646.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  647.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  650.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  651.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  652.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  653.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  655.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  664.         };
  665.     }
  666.     public function compile(): void
  667.     {
  668.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  669.     }
  670.     public function isCompiled(): bool
  671.     {
  672.         return true;
  673.     }
  674.     public function getRemovedIds(): array
  675.     {
  676.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  677.     }
  678.     protected function load($file$lazyLoad true)
  679.     {
  680.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  681.             return $class::do($this$lazyLoad);
  682.         }
  683.         if ('.' === $file[-4]) {
  684.             $class substr($class0, -4);
  685.         } else {
  686.             $file .= '.php';
  687.         }
  688.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  689.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  690.     }
  691.     protected function createProxy($class\Closure $factory)
  692.     {
  693.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  694.         return $factory();
  695.     }
  696.     /**
  697.      * Gets the public '.container.private.profiler' shared service.
  698.      *
  699.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  700.      */
  701.     protected function get_Container_Private_ProfilerService()
  702.     {
  703.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  704.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  705.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  706.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  707.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  708.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  709.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  710.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  711.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  712.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  713.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  714.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  715.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  716.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  717.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  718.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  719.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  720.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  721.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  722.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  723.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  724.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  725.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  726.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  727.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  728.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  729.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  730.         if ($this->has('kernel')) {
  731.             $e->setKernel($b);
  732.         }
  733.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  734.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  735.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  736.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  737.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  738.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  739.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  740.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  741.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  742.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  743.         $instance->add($d);
  744.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  745.         $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));
  746.         $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())));
  747.         $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([])))));
  748.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  749.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  750.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  751.         $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()))));
  752.         $instance->add($e);
  753.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  754.         return $instance;
  755.     }
  756.     /**
  757.      * Gets the public '.container.private.security.authorization_checker' shared service.
  758.      *
  759.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  760.      */
  761.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  762.     {
  763.         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()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalsefalse);
  764.     }
  765.     /**
  766.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  767.      *
  768.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  769.      */
  770.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  771.     {
  772.         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())));
  773.     }
  774.     /**
  775.      * Gets the public '.container.private.security.token_storage' shared service.
  776.      *
  777.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  778.      */
  779.     protected function get_Container_Private_Security_TokenStorageService()
  780.     {
  781.         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, [
  782.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  783.         ], [
  784.             'request_stack' => '?',
  785.         ]));
  786.     }
  787.     /**
  788.      * Gets the public '.container.private.session' shared service.
  789.      *
  790.      * @return \Symfony\Component\HttpFoundation\Session\Session
  791.      */
  792.     protected function get_Container_Private_SessionService()
  793.     {
  794.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  795.     }
  796.     /**
  797.      * Gets the public '.container.private.state_machine.order' shared service.
  798.      *
  799.      * @return \Symfony\Component\Workflow\StateMachine
  800.      */
  801.     protected function get_Container_Private_StateMachine_OrderService()
  802.     {
  803.         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'), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'order'NULL);
  804.     }
  805.     /**
  806.      * Gets the public '.container.private.twig' shared service.
  807.      *
  808.      * @return \Twig\Environment
  809.      */
  810.     protected function get_Container_Private_TwigService()
  811.     {
  812.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  813.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  814.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  815.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/RelatedProduct42'), 'RelatedProduct42');
  816.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/template'), 'RelatedProduct42');
  817.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/template'), 'SiteKit42');
  818.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/Maker42'), 'Maker42');
  819.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/template'), 'Maker42');
  820.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/template'), 'CustomerRank42');
  821.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/CustomerPlus42'), 'CustomerPlus42');
  822.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerPlus42/Resource/template'), 'CustomerPlus42');
  823.         $a->addPath((\dirname(__DIR__4).'/app/template/plugin/SalesRestrictions42'), 'SalesRestrictions42');
  824.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/template'), 'SalesRestrictions42');
  825.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CsvImportProductExt42/Resource/template'), 'CsvImportProductExt42');
  826.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefineNewProduct42/Resource/template'), 'RefineNewProduct42');
  827.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  828.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/template'), 'SortProduct42Plus');
  829.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/RefinePasswordNoneHidden42/Resource/template'), 'RefinePasswordNoneHidden42');
  830.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  831.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  832.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  833.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  834.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  835.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  836.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  837.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  838.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  839.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  840.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  841.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  842.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  843.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  844.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  845.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  846.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  847.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  848.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  849.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  850.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  851.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  852.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  853.         $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']);
  854.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  855.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  856.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  857.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  858.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  859.         $g = ($this->services['router'] ?? $this->getRouterService());
  860.         $h = new \Symfony\Component\Workflow\Registry();
  861.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  862.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  863.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  864.         $j = new \Symfony\Bridge\Twig\AppVariable();
  865.         $j->setEnvironment('dev');
  866.         $j->setDebug(true);
  867.         if ($this->has('.container.private.security.token_storage')) {
  868.             $j->setTokenStorage($c);
  869.         }
  870.         if ($this->has('request_stack')) {
  871.             $j->setRequestStack($b);
  872.         }
  873.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  874.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  875.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  876.         $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)));
  877.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  878.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  879.         $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 () {
  880.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  881.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  882.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  883.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  884.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  885.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  886.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  887.         }, 7))));
  888.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  889.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  890.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  891.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  892.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  893.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  894.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  895.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  896.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  897.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  898.         $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())));
  899.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  900.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  901.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  902.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  903.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  904.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  905.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  906.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  907.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  908.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  909.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  910.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  911.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  912.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  913.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  914.         $instance->addGlobal('app'$j);
  915.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  916.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  917.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  918.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  919.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  920.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  921.         ], [
  922.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  923.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  924.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  925.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  926.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  927.         ])));
  928.         $instance->addGlobal('BaseInfo'NULL);
  929.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  930.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  931.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  932.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  933.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  934.         return $instance;
  935.     }
  936.     /**
  937.      * Gets the public '.container.private.validator' shared service.
  938.      *
  939.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  940.      */
  941.     protected function get_Container_Private_ValidatorService()
  942.     {
  943.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  944.     }
  945.     /**
  946.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  947.      *
  948.      * @return \Detection\MobileDetect
  949.      */
  950.     protected function getMobileDetectService()
  951.     {
  952.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  953.     }
  954.     /**
  955.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  956.      *
  957.      * @return \Eccube\Common\EccubeConfig
  958.      */
  959.     protected function getEccubeConfigService()
  960.     {
  961.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  962.     }
  963.     /**
  964.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  965.      *
  966.      * @return \Eccube\Repository\PluginRepository
  967.      */
  968.     protected function getPluginRepositoryService($lazyLoad true)
  969.     {
  970.         if ($lazyLoad) {
  971.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  972.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  973.                     $wrappedInstance $this->getPluginRepositoryService(false);
  974.                     $proxy->setProxyInitializer(null);
  975.                     return true;
  976.                 });
  977.             });
  978.         }
  979.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  980.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  981.     }
  982.     /**
  983.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  984.      *
  985.      * @return \Eccube\Service\SystemService
  986.      */
  987.     protected function getSystemServiceService($lazyLoad true)
  988.     {
  989.         if ($lazyLoad) {
  990.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  991.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  992.                     $wrappedInstance $this->getSystemServiceService(false);
  993.                     $proxy->setProxyInitializer(null);
  994.                     return true;
  995.                 });
  996.             });
  997.         }
  998.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  999.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1000.     }
  1001.     /**
  1002.      * Gets the public 'cache.app' shared service.
  1003.      *
  1004.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1005.      */
  1006.     protected function getCache_AppService()
  1007.     {
  1008.         $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))));
  1009.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1010.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1011.     }
  1012.     /**
  1013.      * Gets the public 'cache.rate_limiter' shared service.
  1014.      *
  1015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1016.      */
  1017.     protected function getCache_RateLimiterService()
  1018.     {
  1019.         $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))));
  1020.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1021.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1022.     }
  1023.     /**
  1024.      * Gets the public 'cache.system' shared service.
  1025.      *
  1026.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1027.      */
  1028.     protected function getCache_SystemService()
  1029.     {
  1030.         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())));
  1031.     }
  1032.     /**
  1033.      * Gets the public 'cache.validator_expression_language' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1036.      */
  1037.     protected function getCache_ValidatorExpressionLanguageService()
  1038.     {
  1039.         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())));
  1040.     }
  1041.     /**
  1042.      * Gets the public 'data_collector.dump' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1045.      */
  1046.     protected function getDataCollector_DumpService()
  1047.     {
  1048.         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);
  1049.     }
  1050.     /**
  1051.      * Gets the public 'doctrine' shared service.
  1052.      *
  1053.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1054.      */
  1055.     protected function getDoctrineService()
  1056.     {
  1057.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1058.     }
  1059.     /**
  1060.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1061.      *
  1062.      * @return \Doctrine\DBAL\Connection
  1063.      */
  1064.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1065.     {
  1066.         $a = new \Doctrine\DBAL\Configuration();
  1067.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1068.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1069.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1070.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1071.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1072.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1073.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1074.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1075.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1076.         $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))));
  1077.         $c->setConnectionName('default');
  1078.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1079.         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, [
  1080.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1081.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1082.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1083.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => ['privates''Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber''getCustomerPriceEventSubscriberService'true],
  1084.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1085.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1086.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1087.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1088.         ], [
  1089.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1090.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1091.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1092.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => '?',
  1093.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1094.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1095.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1096.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1097.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber'=> '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']]), []);
  1098.     }
  1099.     /**
  1100.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1101.      *
  1102.      * @return \Doctrine\ORM\EntityManager
  1103.      */
  1104.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1105.     {
  1106.         if ($lazyLoad) {
  1107.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1108.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1109.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1110.                     $proxy->setProxyInitializer(null);
  1111.                     return true;
  1112.                 });
  1113.             });
  1114.         }
  1115.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1116.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1117.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1118.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1119.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1120.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1121.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1122.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1123.         include_once \dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Persistence/Mapping/Driver.php';
  1124.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1125.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1126.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1127.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1128.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1129.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1130.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1131.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1132.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1133.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1134.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1136.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1137.         $a = new \Doctrine\ORM\Configuration();
  1138.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1139.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1140.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1141.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1142.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Api42/Entity')]);
  1143.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1144.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1145.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1146.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerPlus42/Entity')]);
  1147.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1148.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Entity')]);
  1149.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1150.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1151.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1152.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1153.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1154.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Maker42/Entity')]);
  1155.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1156.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1157.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1158.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1159.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1160.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RefineNewProduct42/Entity')]);
  1161.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1162.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1163.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1164.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Entity')]);
  1165.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1166.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1167.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1168.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1169.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1170.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Entity')]);
  1171.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1172.         $b->addDriver(($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/Entity')]))), 'League\\Bundle\\OAuth2ServerBundle\\Entity');
  1173.         $b->addDriver(new \League\Bundle\OAuth2ServerBundle\Persistence\Mapping\Driver('League\\Bundle\\OAuth2ServerBundle\\Model\\Client'true), 'League\\Bundle\\OAuth2ServerBundle\\Model');
  1174.         $b->addDriver($d'Eccube\\Entity');
  1175.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1176.         $b->addDriver($e'Plugin\\Api42\\Entity');
  1177.         $b->addDriver($f'Plugin\\Coupon42\\Entity');
  1178.         $b->addDriver($g'Plugin\\CustomerPlus42\\Entity');
  1179.         $b->addDriver($h'Plugin\\CustomerRank42\\Entity');
  1180.         $b->addDriver($i'Plugin\\EccubePaymentLite42\\Entity');
  1181.         $b->addDriver($j'Plugin\\MailMagazine42\\Entity');
  1182.         $b->addDriver($k'Plugin\\Maker42\\Entity');
  1183.         $b->addDriver($l'Plugin\\ProductReview42\\Entity');
  1184.         $b->addDriver($m'Plugin\\Recommend42\\Entity');
  1185.         $b->addDriver($n'Plugin\\RefineNewProduct42\\Entity');
  1186.         $b->addDriver($o'Plugin\\RelatedProduct42\\Entity');
  1187.         $b->addDriver($p'Plugin\\SalesRestrictions42\\Entity');
  1188.         $b->addDriver($q'Plugin\\Securitychecker42\\Entity');
  1189.         $b->addDriver($r'Plugin\\SiteKit42\\Entity');
  1190.         $b->addDriver($s'Plugin\\SortProduct42Plus\\Entity');
  1191.         $a->setEntityNamespaces(['LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\Entity']);
  1192.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1193.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1194.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1195.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1196.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1197.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1198.         ], [
  1199.             'doctrine.ulid_generator' => '?',
  1200.             'doctrine.uuid_generator' => '?',
  1201.         ])));
  1202.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1203.         $a->setProxyNamespace('Proxies');
  1204.         $a->setAutoGenerateProxyClasses(true);
  1205.         $a->setSchemaIgnoreClasses([]);
  1206.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1207.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1208.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1209.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1210.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1211.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1212.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1213.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1214.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1215.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1216.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1217.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1218.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1219.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1220.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1221.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1222.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1223.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1224.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1225.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1226.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1227.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1228.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1229.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1230.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1231.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1232.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1233.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1234.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1235.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1236.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1237.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1238.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1239.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1240.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1241.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1242.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1243.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1244.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1245.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1246.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1247.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1248.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1249.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1250.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1251.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1252.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1253.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1254.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1255.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1256.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1257.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1258.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1259.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1260.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1261.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1262.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1263.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1264.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1265.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1266.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1267.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1268.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1269.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1270.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1271.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1272.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1273.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1274.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1275.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1276.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1277.             'Plugin\\Api42\\Repository\\WebHookRepository' => ['privates''Plugin\\Api42\\Repository\\WebHookRepository''getWebHookRepositoryService'true],
  1278.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1279.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1280.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1281.             'Plugin\\CustomerPlus42\\Repository\\CustomerAddressCustomRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerAddressCustomRepository''getCustomerAddressCustomRepositoryService'true],
  1282.             'Plugin\\CustomerPlus42\\Repository\\CustomerCustomRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerCustomRepository''getCustomerCustomRepositoryService'true],
  1283.             'Plugin\\CustomerPlus42\\Repository\\CustomerDataDetailRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerDataDetailRepository''getCustomerDataDetailRepositoryService'true],
  1284.             'Plugin\\CustomerPlus42\\Repository\\CustomerDataRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerDataRepository''getCustomerDataRepositoryService'true],
  1285.             'Plugin\\CustomerPlus42\\Repository\\CustomerItemOptionRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerItemOptionRepository''getCustomerItemOptionRepositoryService'true],
  1286.             'Plugin\\CustomerPlus42\\Repository\\CustomerItemRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\CustomerItemRepository''getCustomerItemRepositoryService'true],
  1287.             'Plugin\\CustomerPlus42\\Repository\\OrderCustomRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\OrderCustomRepository''getOrderCustomRepositoryService'true],
  1288.             'Plugin\\CustomerPlus42\\Repository\\ShippingCustomRepository' => ['privates''Plugin\\CustomerPlus42\\Repository\\ShippingCustomRepository''getShippingCustomRepositoryService'true],
  1289.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1290.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository''getConfigStatusRepositoryService'true],
  1291.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository''getCustomerPriceRepositoryService'true],
  1292.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerRankRepository''getCustomerRankRepositoryService'true],
  1293.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepository3Service'false],
  1294.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1295.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1296.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1297.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1298.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1299.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1300.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1301.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1302.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1303.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1304.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1305.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1306.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1307.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1308.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1309.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1310.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1311.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1312.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1313.             'Plugin\\Maker42\\Repository\\MakerRepository' => ['privates''Plugin\\Maker42\\Repository\\MakerRepository''getMakerRepositoryService'true],
  1314.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1315.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1316.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1317.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1318.             'Plugin\\RefineNewProduct42\\Repository\\RefineNewProductConfigRepository' => ['privates''Plugin\\RefineNewProduct42\\Repository\\RefineNewProductConfigRepository''getRefineNewProductConfigRepositoryService'true],
  1319.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1320.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1321.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository''getProductCustomerRankRepositoryService'false],
  1322.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1323.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1324.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => ['privates''Plugin\\SortProduct42Plus\\Repository\\SortProductRepository''getSortProductRepositoryService'true],
  1325.         ], [
  1326.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1327.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1328.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1329.             'Eccube\\Repository\\BlockRepository' => '?',
  1330.             'Eccube\\Repository\\CalendarRepository' => '?',
  1331.             'Eccube\\Repository\\CartItemRepository' => '?',
  1332.             'Eccube\\Repository\\CartRepository' => '?',
  1333.             'Eccube\\Repository\\CategoryRepository' => '?',
  1334.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1335.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1336.             'Eccube\\Repository\\CsvRepository' => '?',
  1337.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1338.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1339.             'Eccube\\Repository\\CustomerRepository' => '?',
  1340.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1341.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1342.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1343.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1344.             'Eccube\\Repository\\LayoutRepository' => '?',
  1345.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1346.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1347.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1348.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1349.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1350.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1351.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1352.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1353.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1354.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1355.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1356.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1357.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1358.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1359.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1360.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1361.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1362.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1363.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1364.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1365.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1366.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1367.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1368.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1369.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1370.             'Eccube\\Repository\\MemberRepository' => '?',
  1371.             'Eccube\\Repository\\NewsRepository' => '?',
  1372.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1373.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1374.             'Eccube\\Repository\\OrderRepository' => '?',
  1375.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1376.             'Eccube\\Repository\\PageRepository' => '?',
  1377.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1378.             'Eccube\\Repository\\PaymentRepository' => '?',
  1379.             'Eccube\\Repository\\PluginRepository' => '?',
  1380.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1381.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1382.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1383.             'Eccube\\Repository\\ProductRepository' => '?',
  1384.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1385.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1386.             'Eccube\\Repository\\ShippingRepository' => '?',
  1387.             'Eccube\\Repository\\TagRepository' => '?',
  1388.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1389.             'Eccube\\Repository\\TemplateRepository' => '?',
  1390.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1391.             'Plugin\\Api42\\Repository\\WebHookRepository' => '?',
  1392.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1393.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1394.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1395.             'Plugin\\CustomerPlus42\\Repository\\CustomerAddressCustomRepository' => '?',
  1396.             'Plugin\\CustomerPlus42\\Repository\\CustomerCustomRepository' => '?',
  1397.             'Plugin\\CustomerPlus42\\Repository\\CustomerDataDetailRepository' => '?',
  1398.             'Plugin\\CustomerPlus42\\Repository\\CustomerDataRepository' => '?',
  1399.             'Plugin\\CustomerPlus42\\Repository\\CustomerItemOptionRepository' => '?',
  1400.             'Plugin\\CustomerPlus42\\Repository\\CustomerItemRepository' => '?',
  1401.             'Plugin\\CustomerPlus42\\Repository\\OrderCustomRepository' => '?',
  1402.             'Plugin\\CustomerPlus42\\Repository\\ShippingCustomRepository' => '?',
  1403.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => '?',
  1404.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => '?',
  1405.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => '?',
  1406.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => '?',
  1407.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1408.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1409.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1410.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1411.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1412.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1413.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1414.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1415.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1416.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1417.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1418.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1419.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1420.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1421.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1422.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1423.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1424.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1425.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1426.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1427.             'Plugin\\Maker42\\Repository\\MakerRepository' => '?',
  1428.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1429.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1430.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1431.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1432.             'Plugin\\RefineNewProduct42\\Repository\\RefineNewProductConfigRepository' => '?',
  1433.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1434.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => '?',
  1435.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => '?',
  1436.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1437.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1438.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => '?',
  1439.         ])));
  1440.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1441.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1442.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1443.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1444.         $a->addEntityNamespace('LeagueOAuth2ServerBundle''League\\Bundle\\OAuth2ServerBundle\\Model');
  1445.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1446.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1447.         return $instance;
  1448.     }
  1449.     /**
  1450.      * Gets the public 'event_dispatcher' shared service.
  1451.      *
  1452.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1453.      */
  1454.     protected function getEventDispatcherService()
  1455.     {
  1456.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1457.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1458.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1459.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1460.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1461.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1462.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1463.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1464.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1465.         $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())));
  1466.         $instance->addListener('kernel.request', [=> function () {
  1467.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1468.         }, => 'onKernelRequest'], 1024);
  1469.         $instance->addListener('kernel.controller', [=> function () {
  1470.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1471.         }, => 'onKernelController'], 0);
  1472.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1473.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1474.         }, => 'checkPassport'], 1024);
  1475.         $instance->addListener('kernel.response', [=> function () {
  1476.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1477.         }, => 'onKernelResponse'], 0);
  1478.         $instance->addListener('kernel.response', [=> function () {
  1479.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1480.         }, => 'onKernelResponse'], 0);
  1481.         $instance->addListener('kernel.request', [=> function () {
  1482.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1483.         }, => 'onKernelRequest'], 0);
  1484.         $instance->addListener('league.oauth2_server.event.authorization_request_resolve', [=> function () {
  1485.             return ($this->privates['league.oauth2_server.listener.authorization_request_user_resolving'] ?? $this->load('getLeague_Oauth2Server_Listener_AuthorizationRequestUserResolvingService'));
  1486.         }, => 'onAuthorizationRequest'], 1024);
  1487.         $instance->addListener('kernel.controller', [=> function () {
  1488.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1489.         }, => 'onController'], 0);
  1490.         $instance->addListener('kernel.request', [=> function () {
  1491.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1492.         }, => 'onKernelRequest'], 512);
  1493.         $instance->addListener('kernel.request', [=> function () {
  1494.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1495.         }, => 'onKernelRequestEarly'], 500);
  1496.         $instance->addListener('kernel.request', [=> function () {
  1497.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1498.         }, => 'onKernelRequest'], 6);
  1499.         $instance->addListener('kernel.response', [=> function () {
  1500.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1501.         }, => 'onKernelResponse'], 0);
  1502.         $instance->addListener('kernel.controller', [=> function () {
  1503.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1504.         }, => 'onKernelController'], 0);
  1505.         $instance->addListener('kernel.terminate', [=> function () {
  1506.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1507.         }, => 'onKernelTerminate'], 0);
  1508.         $instance->addListener('kernel.exception', [=> function () {
  1509.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1510.         }, => 'onKernelException'], -4);
  1511.         $instance->addListener('security.interactive_login', [=> function () {
  1512.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1513.         }, => 'onInteractiveLogin'], 0);
  1514.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1515.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1516.         }, => 'onAuthenticationFailure'], 0);
  1517.         $instance->addListener('kernel.response', [=> function () {
  1518.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1519.         }, => 'onResponse'], 0);
  1520.         $instance->addListener('kernel.request', [=> function () {
  1521.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1522.         }, => 'onKernelRequest'], 512);
  1523.         $instance->addListener('kernel.request', [=> function () {
  1524.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1525.         }, => 'onKernelRequest'], 7);
  1526.         $instance->addListener('security.interactive_login', [=> function () {
  1527.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1528.         }, => 'onInteractiveLogin'], 0);
  1529.         $instance->addListener('security.authentication.failure', [=> function () {
  1530.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1531.         }, => 'onAuthenticationFailure'], 0);
  1532.         $instance->addListener('kernel.request', [=> function () {
  1533.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1534.         }, => 'onKernelRequest'], 0);
  1535.         $instance->addListener('kernel.exception', [=> function () {
  1536.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1537.         }, => 'onKernelException'], 0);
  1538.         $instance->addListener('kernel.terminate', [=> function () {
  1539.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1540.         }, => 'onKernelTerminate'], 0);
  1541.         $instance->addListener('kernel.request', [=> function () {
  1542.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1543.         }, => 'onKernelRequest'], 6);
  1544.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1545.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1546.         }, => 'onKernelController'], 7);
  1547.         $instance->addListener('form.pre_submit', [=> function () {
  1548.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1549.         }, => 'onPreSubmit'], 0);
  1550.         $instance->addListener('form.pre_submit', [=> function () {
  1551.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1552.         }, => 'purifySubmittedData'], 1000001);
  1553.         $instance->addListener('form.pre_submit', [=> function () {
  1554.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1555.         }, => 'onPreSubmit'], 0);
  1556.         $instance->addListener('workflow.order.completed', [=> function () {
  1557.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1558.         }, => 'onCompleted'], 0);
  1559.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1560.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1561.         }, => 'updatePaymentDate'], 0);
  1562.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1563.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1564.         }, => 'rollbackStock'], 0);
  1565.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1566.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1567.         }, => 'rollbackUsePoint'], 0);
  1568.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1569.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1570.         }, => 'commitStock'], 0);
  1571.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1572.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1573.         }, => 'commitUsePoint'], 0);
  1574.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1575.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1576.         }, => 'commitAddPoint'], 0);
  1577.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1578.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1579.         }, => 'rollbackUsePoint'], 0);
  1580.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1581.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1582.         }, => 'rollbackAddPoint'], 0);
  1583.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1584.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1585.         }, => 'commitUsePoint'], 0);
  1586.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1587.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1588.         }, => 'commitAddPoint'], 0);
  1589.         $instance->addListener('kernel.terminate', [=> function () {
  1590.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1591.         }, => 'disableMaintenanceEvent'], 0);
  1592.         $instance->addListener('kernel.terminate', [=> function () {
  1593.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1594.         }, => 'forceClearCache'], 0);
  1595.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1596.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1597.         }, => 'onTemplateAdminCustomerEdit'], 0);
  1598.         $instance->addListener('@admin/Customer/delivery_edit.twig', [=> function () {
  1599.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1600.         }, => 'onTemplateAdminCustomerDeliveryEdit'], 0);
  1601.         $instance->addListener('admin.customer.csv.export', [=> function () {
  1602.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1603.         }, => 'hookAdminCustomerCsvExport'], 0);
  1604.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1605.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1606.         }, => 'onTemplateAdminOrderEdit'], 0);
  1607.         $instance->addListener('@admin/Order/search_customer.twig', [=> function () {
  1608.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1609.         }, => 'onTemplateAdminOrderSearchCustomer'], 0);
  1610.         $instance->addListener('@admin/Order/shipping.twig', [=> function () {
  1611.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1612.         }, => 'onTemplateAdminOrderShipping'], 0);
  1613.         $instance->addListener('admin.order.edit.search.customer.by.id.complete', [=> function () {
  1614.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1615.         }, => 'hookAdminOrderEditSearchCustomerByIdComplete'], 0);
  1616.         $instance->addListener('admin.order.csv.export.order', [=> function () {
  1617.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1618.         }, => 'hookAdminOrderCsvExport'], 0);
  1619.         $instance->addListener('Contact/index.twig', [=> function () {
  1620.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1621.         }, => 'insertDatePickerJS'], 0);
  1622.         $instance->addListener('front.contact.index.complete', [=> function () {
  1623.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1624.         }, => 'hookFrontContactIndexComplete'], 0);
  1625.         $instance->addListener('Entry/index.twig', [=> function () {
  1626.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\EntryEvent'] ?? ($this->privates['Plugin\\CustomerPlus42\\Event\\EntryEvent'] = new \Plugin\CustomerPlus42\Event\EntryEvent($this)));
  1627.         }, => 'insertDatePickerJS'], 0);
  1628.         $instance->addListener('Mypage/change.twig', [=> function () {
  1629.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\MypageEvent'] ?? ($this->privates['Plugin\\CustomerPlus42\\Event\\MypageEvent'] = new \Plugin\CustomerPlus42\Event\MypageEvent($this)));
  1630.         }, => 'insertDatePickerJS'], 0);
  1631.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1632.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\MypageEvent'] ?? ($this->privates['Plugin\\CustomerPlus42\\Event\\MypageEvent'] = new \Plugin\CustomerPlus42\Event\MypageEvent($this)));
  1633.         }, => 'insertDatePickerJS'], 0);
  1634.         $instance->addListener('Shopping/shipping_multiple_edit.twig', [=> function () {
  1635.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShippingMultipleEvent'] ?? $this->load('getShippingMultipleEventService'));
  1636.         }, => 'insertDatePickerJS'], 0);
  1637.         $instance->addListener('front.shopping.shipping.multiple.initialize', [=> function () {
  1638.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShippingMultipleEvent'] ?? $this->load('getShippingMultipleEventService'));
  1639.         }, => 'hookFrontShoppingShippingMultipleInitialize'], 0);
  1640.         $instance->addListener('front.shopping.shipping.multiple.complete', [=> function () {
  1641.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShippingMultipleEvent'] ?? $this->load('getShippingMultipleEventService'));
  1642.         }, => 'hookFrontShoppingShippingMultipleComplete'], -10);
  1643.         $instance->addListener('Shopping/index.twig', [=> function () {
  1644.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1645.         }, => 'onTemplateShoppingIndex'], 0);
  1646.         $instance->addListener('Shopping/nonmember.twig', [=> function () {
  1647.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1648.         }, => 'onTemplateShoppingNonmember'], 0);
  1649.         $instance->addListener('Shopping/shipping_edit.twig', [=> function () {
  1650.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1651.         }, => 'insertDatePickerJS'], 0);
  1652.         $instance->addListener('front.shopping.nonmember.complete', [=> function () {
  1653.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1654.         }, => 'hookFrontShoppingNonmemberComplete'], 0);
  1655.         $instance->addListener('front.shopping.shipping.complete', [=> function () {
  1656.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1657.         }, => 'hookFrontShoppingShippingComplete'], 0);
  1658.         $instance->addListener('front.shopping.shipping.edit.initialize', [=> function () {
  1659.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1660.         }, => 'hookFrontShoppingShippingEditInitialize'], 0);
  1661.         $instance->addListener('front.shopping.shipping.edit.complete', [=> function () {
  1662.             return ($this->privates['Plugin\\CustomerPlus42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1663.         }, => 'hookFrontShoppingShippingEditComplete'], 0);
  1664.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1665.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] = new \Plugin\CustomerRank42\Event\AdminCustomerEvent()));
  1666.         }, => 'onTemplateAdminCustomer'], 0);
  1667.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1668.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] = new \Plugin\CustomerRank42\Event\AdminCustomerEvent()));
  1669.         }, => 'onTemplateAdminCustomerEdit'], 0);
  1670.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1671.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1672.         }, => 'onTemplateAdminOrder'], 0);
  1673.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1674.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1675.         }, => 'onTemplateAdminOrderEdit'], 0);
  1676.         $instance->addListener('admin.order.edit.search.product.complete', [=> function () {
  1677.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1678.         }, => 'hookAdminOrderEditSearchProductComplete'], 0);
  1679.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1680.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEvent2Service'));
  1681.         }, => 'hookAdminOrderEditIndexComplete'], 0);
  1682.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1683.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1684.         }, => 'onTemplateAdminProductEdit'], 0);
  1685.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1686.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1687.         }, => 'hookAdminProductEditComplete'], 0);
  1688.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1689.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1690.         }, => 'hookAdminProductCopyComplete'], 0);
  1691.         $instance->addListener('admin.product.csv.export', [=> function () {
  1692.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1693.         }, => 'hookAdminProductCsvExport'], 0);
  1694.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1695.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1696.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1697.         $instance->addListener('Cart/index.twig', [=> function () {
  1698.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1699.         }, => 'onTemplateCart'], 0);
  1700.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1701.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1702.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1703.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1704.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1705.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1706.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1707.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1708.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1709.         $instance->addListener('front.entry.index.complete', [=> function () {
  1710.             return ($this->privates['Plugin\\CustomerRank42\\Event\\EntryEvent'] ?? $this->load('getEntryEvent2Service'));
  1711.         }, => 'hookFrontEntryIndexComplete'], 0);
  1712.         $instance->addListener('@MailMagazine42/admin/index.twig', [=> function () {
  1713.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1714.         }, => 'onTemplateAdminCustomer'], 0);
  1715.         $instance->addListener('@MailMagazine42/admin/history_condition.twig', [=> function () {
  1716.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1717.         }, => 'onTemplateMailmagazineHistoryCondition'], 0);
  1718.         $instance->addListener('Mypage/history.twig', [=> function () {
  1719.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEvent2Service'));
  1720.         }, => 'onTemplateMypageHistory'], 0);
  1721.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1722.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEvent2Service'));
  1723.         }, => 'onTemplateMypageFavorite'], 0);
  1724.         $instance->addListener('Product/list.twig', [=> function () {
  1725.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1726.         }, => 'onTemplateProductList'], 0);
  1727.         $instance->addListener('Product/detail.twig', [=> function () {
  1728.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1729.         }, => 'onTemplateProductDetail'], 0);
  1730.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1731.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEvent2Service'));
  1732.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1733.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1734.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1735.         }, => 'onKernelController'], 0);
  1736.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1737.             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()));
  1738.         }, => 'edit'], 0);
  1739.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1740.             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)));
  1741.         }, => 'edit'], 0);
  1742.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1743.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1744.         }, => 'adminOrderEditIndexComplete'], 0);
  1745.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1746.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1747.         }, => 'adminOrderEditIndexComplete'], 0);
  1748.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1749.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1750.         }, => 'index'], 0);
  1751.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1752.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1753.         }, => 'adminOrderEditIndexComplete'], 0);
  1754.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1755.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1756.         }, => 'product'], 0);
  1757.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1758.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1759.         }, => 'index'], 0);
  1760.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1761.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1762.         }, => 'product'], 0);
  1763.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1764.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1765.         }, => 'index'], 0);
  1766.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1767.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1768.         }, => 'product'], 0);
  1769.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1770.             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()));
  1771.         }, => 'deliveryEdit'], 0);
  1772.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1773.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1774.         }, => 'frontMypageChangeIndexComplete'], 0);
  1775.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1776.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1777.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1778.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1779.             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()));
  1780.         }, => 'delivery'], 0);
  1781.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1782.             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()));
  1783.         }, => 'change_complete'], 0);
  1784.         $instance->addListener('Mypage/index.twig', [=> function () {
  1785.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1786.         }, => 'index'], 0);
  1787.         $instance->addListener('Mypage/history.twig', [=> function () {
  1788.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1789.         }, => 'index'], 0);
  1790.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1791.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1792.         }, => 'index'], 0);
  1793.         $instance->addListener('Mypage/change.twig', [=> function () {
  1794.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1795.         }, => 'index'], 0);
  1796.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1797.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1798.         }, => 'index'], 0);
  1799.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1800.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1801.         }, => 'index'], 0);
  1802.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1803.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1804.         }, => 'index'], 0);
  1805.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1806.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1807.         }, => 'index'], 0);
  1808.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1809.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1810.         }, => 'index'], 0);
  1811.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1812.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1813.         }, => 'index'], 0);
  1814.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1815.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1816.         }, => 'index'], 0);
  1817.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1818.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1819.         }, => 'index'], 0);
  1820.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1821.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1822.         }, => 'index'], 0);
  1823.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1824.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1825.         }, => 'index'], 0);
  1826.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1827.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1828.         }, => 'index'], 0);
  1829.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1830.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1831.         }, => 'index'], 0);
  1832.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1833.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1834.         }, => 'index'], 0);
  1835.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1836.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1837.         }, => 'index'], 0);
  1838.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1839.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1840.         }, => 'index'], 0);
  1841.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1842.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1843.         }, => 'index'], 0);
  1844.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1845.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1846.         }, => 'index'], 0);
  1847.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1848.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1849.         }, => 'index'], 0);
  1850.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1851.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1852.         }, => 'index'], 0);
  1853.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1854.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1855.         }, => 'index'], 0);
  1856.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1857.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1858.         }, => 'index'], 0);
  1859.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1860.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1861.         }, => 'index'], 0);
  1862.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1863.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1864.         }, => 'index'], 0);
  1865.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1866.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1867.         }, => 'index'], 0);
  1868.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1869.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1870.         }, => 'index'], 0);
  1871.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1872.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1873.         }, => 'index'], 0);
  1874.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1875.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  1876.         }, => 'index'], 0);
  1877.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1878.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  1879.         }, => 'index'], 0);
  1880.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  1881.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  1882.         }, => 'index'], 0);
  1883.         $instance->addListener('Shopping/index.twig', [=> function () {
  1884.             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()));
  1885.         }, => 'index'], 0);
  1886.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1887.             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()));
  1888.         }, => 'confirm'], 0);
  1889.         $instance->addListener('Shopping/index.twig', [=> function () {
  1890.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  1891.         }, => 'index'], 0);
  1892.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1893.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  1894.         }, => 'confirm'], 0);
  1895.         $instance->addListener('Shopping/index.twig', [=> function () {
  1896.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1897.         }, => 'index'], 0);
  1898.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1899.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  1900.         }, => 'confirm'], 0);
  1901.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1902.             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()));
  1903.         }, => 'confirm'], 0);
  1904.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1905.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  1906.         }, => 'confirm'], 0);
  1907.         $instance->addListener('Shopping/index.twig', [=> function () {
  1908.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  1909.         }, => 'index'], 0);
  1910.         $instance->addListener('Shopping/index.twig', [=> function () {
  1911.             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()));
  1912.         }, => 'index'], 0);
  1913.         $instance->addListener('Shopping/login.twig', [=> function () {
  1914.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  1915.         }, => 'index'], 0);
  1916.         $instance->addListener('Shopping/index.twig', [=> function () {
  1917.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  1918.         }, => 'index'], 0);
  1919.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1920.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  1921.         }, => 'index'], 0);
  1922.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  1923.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  1924.         }, => 'index'], 0);
  1925.         $instance->addListener('Product/detail.twig', [=> function () {
  1926.             return ($this->privates['Plugin\\Maker42\\MakerEvent'] ?? ($this->privates['Plugin\\Maker42\\MakerEvent'] = new \Plugin\Maker42\MakerEvent()));
  1927.         }, => 'onTemplateProductDetail'], 10);
  1928.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1929.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1930.         }, => 'onRenderAdminProduct'], 0);
  1931.         $instance->addListener('Product/detail.twig', [=> function () {
  1932.             return ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] ?? ($this->privates['Plugin\\RelatedProduct42\\RelatedProductEvent'] = new \Plugin\RelatedProduct42\RelatedProductEvent()));
  1933.         }, => 'onRenderProductDetail'], 0);
  1934.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1935.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1936.         }, => 'onTemplateAdminProductEdit'], 0);
  1937.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1938.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1939.         }, => 'hookAdminProductCopyComplete'], 0);
  1940.         $instance->addListener('admin.product.csv.export', [=> function () {
  1941.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  1942.         }, => 'hookAdminProductCsvExport'], 0);
  1943.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1944.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1945.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1946.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1947.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1948.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1949.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1950.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  1951.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1952.         $instance->addListener('Product/list.twig', [=> function () {
  1953.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1954.         }, => 'onTemplateProductList'], 0);
  1955.         $instance->addListener('Product/detail.twig', [=> function () {
  1956.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1957.         }, => 'onTemplateProductDetail'], 0);
  1958.         $instance->addListener('front.product.detail.initialize', [=> function () {
  1959.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1960.         }, => 'hookProductDetailInitialize'], 0);
  1961.         $instance->addListener('front.product.cart.add.complete', [=> function () {
  1962.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  1963.         }, => 'hookProductCartAddComplete'], 0);
  1964.         $instance->addListener('kernel.request', [=> function () {
  1965.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1966.         }, => 'onKernelRequest'], 4096);
  1967.         $instance->addListener('kernel.response', [=> function () {
  1968.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1969.         }, => 'onKernelResponse'], 0);
  1970.         $instance->addListener('kernel.response', [=> function () {
  1971.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1972.         }, => 'onKernelResponse'], -1024);
  1973.         $instance->addListener('kernel.request', [=> function () {
  1974.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1975.         }, => 'setDefaultLocale'], 100);
  1976.         $instance->addListener('kernel.request', [=> function () {
  1977.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1978.         }, => 'onKernelRequest'], 16);
  1979.         $instance->addListener('kernel.finish_request', [=> function () {
  1980.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1981.         }, => 'onKernelFinishRequest'], 0);
  1982.         $instance->addListener('kernel.request', [=> function () {
  1983.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1984.         }, => 'onKernelRequest'], 256);
  1985.         $instance->addListener('kernel.response', [=> function () {
  1986.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1987.         }, => 'onResponse'], -255);
  1988.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1989.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1990.         }, => 'onControllerArguments'], 0);
  1991.         $instance->addListener('kernel.exception', [=> function () {
  1992.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1993.         }, => 'logKernelException'], 0);
  1994.         $instance->addListener('kernel.exception', [=> function () {
  1995.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1996.         }, => 'onKernelException'], -128);
  1997.         $instance->addListener('kernel.response', [=> function () {
  1998.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1999.         }, => 'removeCspHeader'], -128);
  2000.         $instance->addListener('kernel.request', [=> function () {
  2001.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2002.         }, => 'onKernelRequest'], 15);
  2003.         $instance->addListener('kernel.finish_request', [=> function () {
  2004.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2005.         }, => 'onKernelFinishRequest'], -15);
  2006.         $instance->addListener('console.error', [=> function () {
  2007.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2008.         }, => 'onConsoleError'], -128);
  2009.         $instance->addListener('console.terminate', [=> function () {
  2010.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2011.         }, => 'onConsoleTerminate'], -128);
  2012.         $instance->addListener('console.error', [=> function () {
  2013.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2014.         }, => 'onConsoleError'], 0);
  2015.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2016.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2017.         }, => 'onMessage'], -255);
  2018.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2019.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2020.         }, => 'onMessage'], -255);
  2021.         $instance->addListener('kernel.response', [=> function () {
  2022.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2023.         }, => 'onKernelResponse'], 0);
  2024.         $instance->addListener('kernel.request', [=> function () {
  2025.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2026.         }, => 'onKernelRequest'], 48);
  2027.         $instance->addListener('kernel.request', [=> function () {
  2028.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2029.         }, => 'configure'], 2048);
  2030.         $instance->addListener('console.command', [=> function () {
  2031.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2032.         }, => 'configure'], 2048);
  2033.         $instance->addListener('kernel.request', [=> function () {
  2034.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2035.         }, => 'onKernelRequest'], 32);
  2036.         $instance->addListener('kernel.finish_request', [=> function () {
  2037.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2038.         }, => 'onKernelFinishRequest'], 0);
  2039.         $instance->addListener('kernel.exception', [=> function () {
  2040.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2041.         }, => 'onKernelException'], -64);
  2042.         $instance->addListener('kernel.request', [=> function () {
  2043.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2044.         }, => 'onKernelRequest'], 128);
  2045.         $instance->addListener('kernel.response', [=> function () {
  2046.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2047.         }, => 'onKernelResponse'], -1000);
  2048.         $instance->addListener('kernel.finish_request', [=> function () {
  2049.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2050.         }, => 'onFinishRequest'], 0);
  2051.         $instance->addListener('kernel.response', [=> function () {
  2052.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2053.         }, => 'onKernelResponse'], -100);
  2054.         $instance->addListener('kernel.exception', [=> function () {
  2055.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2056.         }, => 'onKernelException'], 0);
  2057.         $instance->addListener('kernel.terminate', [=> function () {
  2058.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2059.         }, => 'onKernelTerminate'], -1024);
  2060.         $instance->addListener('kernel.controller', [=> function () {
  2061.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2062.         }, => 'onKernelController'], 0);
  2063.         $instance->addListener('kernel.response', [=> function () {
  2064.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2065.         }, => 'onKernelResponse'], 0);
  2066.         $instance->addListener('kernel.response', [=> function () {
  2067.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2068.         }, => 'onKernelResponse'], 0);
  2069.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2070.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2071.         }, => 'checkPassport'], 0);
  2072.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2073.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2074.         }, => 'onLoginSuccess'], 0);
  2075.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2076.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2077.         }, => 'onVoterVote'], 0);
  2078.         $instance->addListener('kernel.request', [=> function () {
  2079.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2080.         }, => 'configureLogoutUrlGenerator'], 8);
  2081.         $instance->addListener('kernel.request', [=> function () {
  2082.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2083.         }, => 'onKernelRequest'], 8);
  2084.         $instance->addListener('kernel.finish_request', [=> function () {
  2085.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2086.         }, => 'onKernelFinishRequest'], 0);
  2087.         $instance->addListener('kernel.controller', [=> function () {
  2088.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2089.         }, => 'onKernelController'], 0);
  2090.         $instance->addListener('kernel.controller', [=> function () {
  2091.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2092.         }, => 'onKernelController'], 0);
  2093.         $instance->addListener('kernel.controller', [=> function () {
  2094.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2095.         }, => 'onKernelController'], -128);
  2096.         $instance->addListener('kernel.view', [=> function () {
  2097.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2098.         }, => 'onKernelView'], 0);
  2099.         $instance->addListener('kernel.controller', [=> function () {
  2100.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2101.         }, => 'onKernelController'], 0);
  2102.         $instance->addListener('kernel.response', [=> function () {
  2103.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2104.         }, => 'onKernelResponse'], 0);
  2105.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2106.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2107.         }, => 'onKernelControllerArguments'], 0);
  2108.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2109.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2110.         }, => 'onKernelControllerArguments'], 0);
  2111.         $instance->addListener('console.command', [=> function () {
  2112.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2113.         }, => 'onCommand'], 255);
  2114.         $instance->addListener('console.terminate', [=> function () {
  2115.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2116.         }, => 'onTerminate'], -255);
  2117.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2118.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2119.         }, => 'onMessage'], 0);
  2120.         $instance->addListener('console.command', [=> function () {
  2121.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2122.         }, => 'configure'], 1024);
  2123.         $instance->addListener('kernel.response', [=> function () {
  2124.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2125.         }, => 'onKernelResponse'], -128);
  2126.         $instance->addListener('console.error', [=> function () {
  2127.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2128.         }, => 'onConsoleError'], 0);
  2129.         $instance->addListener('console.terminate', [=> function () {
  2130.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2131.         }, => 'onConsoleTerminate'], 0);
  2132.         $instance->addListener('knp_pager.before', [=> function () {
  2133.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2134.         }, => 'before'], 0);
  2135.         $instance->addListener('knp_pager.pagination', [=> function () {
  2136.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2137.         }, => 'pagination'], 0);
  2138.         $instance->addListener('knp_pager.before', [=> function () {
  2139.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2140.         }, => 'before'], 1);
  2141.         $instance->addListener('knp_pager.before', [=> function () {
  2142.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2143.         }, => 'before'], 1);
  2144.         $instance->addListener('knp_pager.pagination', [=> function () {
  2145.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2146.         }, => 'pagination'], 1);
  2147.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2148.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  2149.         }, => 'checkPassport'], 256);
  2150.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2151.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2152.         }, => 'checkPassport'], 512);
  2153.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2154.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2155.         }, => 'onLogout'], 0);
  2156.         return $instance;
  2157.     }
  2158.     /**
  2159.      * Gets the public 'http_kernel' shared service.
  2160.      *
  2161.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2162.      */
  2163.     protected function getHttpKernelService()
  2164.     {
  2165.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2166.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $a), ($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 () {
  2167.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2168.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2169.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2170.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2171.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2172.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2173.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2174.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2175.         }, 8)), $a));
  2176.     }
  2177.     /**
  2178.      * Gets the public 'request_stack' shared service.
  2179.      *
  2180.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2181.      */
  2182.     protected function getRequestStackService()
  2183.     {
  2184.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2185.     }
  2186.     /**
  2187.      * Gets the public 'router' shared service.
  2188.      *
  2189.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2190.      */
  2191.     protected function getRouterService()
  2192.     {
  2193.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2194.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2195.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2196.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2197.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2198.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2199.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2200.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2201.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2202.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2203.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2204.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2205.         ], [
  2206.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2207.         ]))->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'));
  2208.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2209.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2210.         return $instance;
  2211.     }
  2212.     /**
  2213.      * Gets the public 'translator' shared service.
  2214.      *
  2215.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2216.      */
  2217.     protected function getTranslatorService()
  2218.     {
  2219.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2220.     }
  2221.     /**
  2222.      * Gets the public 'var_dumper.cloner' shared service.
  2223.      *
  2224.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2225.      */
  2226.     protected function getVarDumper_ClonerService()
  2227.     {
  2228.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2229.         $instance->setMaxItems(2500);
  2230.         $instance->setMinDepth(1);
  2231.         $instance->setMaxString(-1);
  2232.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2233.         return $instance;
  2234.     }
  2235.     /**
  2236.      * Gets the private '.service_locator.YP.F1Xa' shared service.
  2237.      *
  2238.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2239.      */
  2240.     protected function get_ServiceLocator_YP_F1XaService()
  2241.     {
  2242.         return $this->privates['.service_locator.YP.F1Xa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2243.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2244.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2245.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2246.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2247.         ], [
  2248.             'security.firewall.map.context.admin' => '?',
  2249.             'security.firewall.map.context.api' => '?',
  2250.             'security.firewall.map.context.customer' => '?',
  2251.             'security.firewall.map.context.dev' => '?',
  2252.         ]);
  2253.     }
  2254.     /**
  2255.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2256.      *
  2257.      * @return \Eccube\DataCollector\EccubeDataCollector
  2258.      */
  2259.     protected function getEccubeDataCollectorService()
  2260.     {
  2261.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2262.     }
  2263.     /**
  2264.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2265.      *
  2266.      * @return \Eccube\Doctrine\Query\Queries
  2267.      */
  2268.     protected function getQueriesService()
  2269.     {
  2270.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2271.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2272.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminCustomerCustomizer());
  2273.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminOrderCustomizer());
  2274.         $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->getConfigRepositoryService())));
  2275.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductJoin($a));
  2276.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductOrderBy($a));
  2277.         return $instance;
  2278.     }
  2279.     /**
  2280.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2281.      *
  2282.      * @return \Eccube\EventListener\IpAddrListener
  2283.      */
  2284.     protected function getIpAddrListenerService()
  2285.     {
  2286.         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()));
  2287.     }
  2288.     /**
  2289.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2290.      *
  2291.      * @return \Eccube\EventListener\LogListener
  2292.      */
  2293.     protected function getLogListenerService()
  2294.     {
  2295.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2296.     }
  2297.     /**
  2298.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2299.      *
  2300.      * @return \Eccube\EventListener\MaintenanceListener
  2301.      */
  2302.     protected function getMaintenanceListenerService()
  2303.     {
  2304.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2305.     }
  2306.     /**
  2307.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2308.      *
  2309.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2310.      */
  2311.     protected function getMobileTemplatePathListenerService()
  2312.     {
  2313.         return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] = new \Eccube\EventListener\MobileTemplatePathListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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))));
  2314.     }
  2315.     /**
  2316.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2317.      *
  2318.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2319.      */
  2320.     protected function getRestrictFileUploadListenerService()
  2321.     {
  2322.         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()));
  2323.     }
  2324.     /**
  2325.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2326.      *
  2327.      * @return \Eccube\EventListener\TransactionListener
  2328.      */
  2329.     protected function getTransactionListenerService()
  2330.     {
  2331.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2332.     }
  2333.     /**
  2334.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2335.      *
  2336.      * @return \Eccube\EventListener\TwigInitializeListener
  2337.      */
  2338.     protected function getTwigInitializeListenerService()
  2339.     {
  2340.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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()));
  2341.     }
  2342.     /**
  2343.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2344.      *
  2345.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2346.      */
  2347.     protected function getTwoFactorAuthListenerService()
  2348.     {
  2349.         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()));
  2350.     }
  2351.     /**
  2352.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2353.      *
  2354.      * @return \Eccube\Log\Processor\SessionProcessor
  2355.      */
  2356.     protected function getSessionProcessorService()
  2357.     {
  2358.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()));
  2359.     }
  2360.     /**
  2361.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2362.      *
  2363.      * @return \Eccube\Log\Processor\TokenProcessor
  2364.      */
  2365.     protected function getTokenProcessorService()
  2366.     {
  2367.         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()));
  2368.     }
  2369.     /**
  2370.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2371.      *
  2372.      * @return \Eccube\Repository\AuthorityRoleRepository
  2373.      */
  2374.     protected function getAuthorityRoleRepositoryService()
  2375.     {
  2376.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2377.     }
  2378.     /**
  2379.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2380.      *
  2381.      * @return \Eccube\Repository\BaseInfoRepository
  2382.      */
  2383.     protected function getBaseInfoRepositoryService()
  2384.     {
  2385.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2386.     }
  2387.     /**
  2388.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2389.      *
  2390.      * @return \Eccube\Repository\BlockPositionRepository
  2391.      */
  2392.     protected function getBlockPositionRepositoryService()
  2393.     {
  2394.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2395.     }
  2396.     /**
  2397.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2398.      *
  2399.      * @return \Eccube\Repository\BlockRepository
  2400.      */
  2401.     protected function getBlockRepositoryService()
  2402.     {
  2403.         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))));
  2404.     }
  2405.     /**
  2406.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2407.      *
  2408.      * @return \Eccube\Repository\CartRepository
  2409.      */
  2410.     protected function getCartRepositoryService()
  2411.     {
  2412.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2413.     }
  2414.     /**
  2415.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2416.      *
  2417.      * @return \Eccube\Repository\LayoutRepository
  2418.      */
  2419.     protected function getLayoutRepositoryService()
  2420.     {
  2421.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2422.     }
  2423.     /**
  2424.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2425.      *
  2426.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2427.      */
  2428.     protected function getDeviceTypeRepositoryService()
  2429.     {
  2430.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2431.     }
  2432.     /**
  2433.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2434.      *
  2435.      * @return \Eccube\Repository\OrderRepository
  2436.      */
  2437.     protected function getOrderRepositoryService()
  2438.     {
  2439.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()));
  2440.     }
  2441.     /**
  2442.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2443.      *
  2444.      * @return \Eccube\Repository\PageLayoutRepository
  2445.      */
  2446.     protected function getPageLayoutRepositoryService()
  2447.     {
  2448.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2449.     }
  2450.     /**
  2451.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2452.      *
  2453.      * @return \Eccube\Repository\PageRepository
  2454.      */
  2455.     protected function getPageRepositoryService()
  2456.     {
  2457.         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);
  2458.     }
  2459.     /**
  2460.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2461.      *
  2462.      * @return \Eccube\Repository\ProductClassRepository
  2463.      */
  2464.     protected function getProductClassRepositoryService()
  2465.     {
  2466.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2470.      *
  2471.      * @return \Eccube\Repository\ProductRepository
  2472.      */
  2473.     protected function getProductRepositoryService()
  2474.     {
  2475.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2476.     }
  2477.     /**
  2478.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2479.      *
  2480.      * @return \Eccube\Repository\TaxRuleRepository
  2481.      */
  2482.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2483.     {
  2484.         if ($lazyLoad) {
  2485.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2486.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2487.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2488.                     $proxy->setProxyInitializer(null);
  2489.                     return true;
  2490.                 });
  2491.             });
  2492.         }
  2493.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2494.         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))));
  2495.     }
  2496.     /**
  2497.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2498.      *
  2499.      * @return \Eccube\Request\Context
  2500.      */
  2501.     protected function getContextService()
  2502.     {
  2503.         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()));
  2504.     }
  2505.     /**
  2506.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2507.      *
  2508.      * @return \Eccube\Service\CartService
  2509.      */
  2510.     protected function getCartServiceService($lazyLoad true)
  2511.     {
  2512.         if ($lazyLoad) {
  2513.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2514.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2515.                     $wrappedInstance $this->getCartServiceService(false);
  2516.                     $proxy->setProxyInitializer(null);
  2517.                     return true;
  2518.                 });
  2519.             });
  2520.         }
  2521.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2522.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2523.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2524.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2525.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2526.         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()));
  2527.     }
  2528.     /**
  2529.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2530.      *
  2531.      * @return \Eccube\Service\TwoFactorAuthService
  2532.      */
  2533.     protected function getTwoFactorAuthServiceService()
  2534.     {
  2535.         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())));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2539.      *
  2540.      * @return \Eccube\Twig\Extension\EccubeExtension
  2541.      */
  2542.     protected function getEccubeExtensionService()
  2543.     {
  2544.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2548.      *
  2549.      * @return \Eccube\Twig\Extension\TaxExtension
  2550.      */
  2551.     protected function getTaxExtensionService()
  2552.     {
  2553.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2557.      *
  2558.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2559.      */
  2560.     protected function getAddRegularNavService()
  2561.     {
  2562.         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->getConfigRepository3Service()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2563.     }
  2564.     /**
  2565.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2566.      *
  2567.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2568.      */
  2569.     protected function getConfigRepository3Service()
  2570.     {
  2571.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ConfigRepository' shared autowired service.
  2575.      *
  2576.      * @return \Plugin\SalesRestrictions42\Repository\ConfigRepository
  2577.      */
  2578.     protected function getConfigRepositoryService()
  2579.     {
  2580.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] = new \Plugin\SalesRestrictions42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository' shared autowired service.
  2584.      *
  2585.      * @return \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository
  2586.      */
  2587.     protected function getProductCustomerRankRepositoryService()
  2588.     {
  2589.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] = new \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2590.     }
  2591.     /**
  2592.      * Gets the private 'Plugin\SalesRestrictions42\Service\SalesRestrictionsService' shared autowired service.
  2593.      *
  2594.      * @return \Plugin\SalesRestrictions42\Service\SalesRestrictionsService
  2595.      */
  2596.     protected function getSalesRestrictionsServiceService()
  2597.     {
  2598.         return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] = new \Plugin\SalesRestrictions42\Service\SalesRestrictionsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2599.     }
  2600.     /**
  2601.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2602.      *
  2603.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2604.      */
  2605.     protected function getWebProcessorService()
  2606.     {
  2607.         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']);
  2608.     }
  2609.     /**
  2610.      * Gets the private 'annotations.cache_adapter' shared service.
  2611.      *
  2612.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2613.      */
  2614.     protected function getAnnotations_CacheAdapterService()
  2615.     {
  2616.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2617.     }
  2618.     /**
  2619.      * Gets the private 'annotations.cached_reader' shared service.
  2620.      *
  2621.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2622.      */
  2623.     protected function getAnnotations_CachedReaderService()
  2624.     {
  2625.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2626.     }
  2627.     /**
  2628.      * Gets the private 'annotations.reader' shared service.
  2629.      *
  2630.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2631.      */
  2632.     protected function getAnnotations_ReaderService()
  2633.     {
  2634.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2635.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2636.         $a->registerUniqueLoader('class_exists');
  2637.         $instance->addGlobalIgnoredName('required'$a);
  2638.         return $instance;
  2639.     }
  2640.     /**
  2641.      * Gets the private 'assets.context' shared service.
  2642.      *
  2643.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2644.      */
  2645.     protected function getAssets_ContextService()
  2646.     {
  2647.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2648.         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());
  2649.     }
  2650.     /**
  2651.      * Gets the private 'cache.annotations' shared service.
  2652.      *
  2653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2654.      */
  2655.     protected function getCache_AnnotationsService()
  2656.     {
  2657.         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())));
  2658.     }
  2659.     /**
  2660.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2661.      *
  2662.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2663.      */
  2664.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2665.     {
  2666.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2667.     }
  2668.     /**
  2669.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2672.      */
  2673.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2674.     {
  2675.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2676.     }
  2677.     /**
  2678.      * Gets the private 'cache.property_info' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2681.      */
  2682.     protected function getCache_PropertyInfoService()
  2683.     {
  2684.         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())));
  2685.     }
  2686.     /**
  2687.      * Gets the private 'cache.security_expression_language' shared service.
  2688.      *
  2689.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2690.      */
  2691.     protected function getCache_SecurityExpressionLanguageService()
  2692.     {
  2693.         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())));
  2694.     }
  2695.     /**
  2696.      * Gets the private 'cache.security_token_verifier' shared service.
  2697.      *
  2698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2699.      */
  2700.     protected function getCache_SecurityTokenVerifierService()
  2701.     {
  2702.         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())));
  2703.     }
  2704.     /**
  2705.      * Gets the private 'cache.serializer' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2708.      */
  2709.     protected function getCache_SerializerService()
  2710.     {
  2711.         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())));
  2712.     }
  2713.     /**
  2714.      * Gets the private 'cache.validator' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2717.      */
  2718.     protected function getCache_ValidatorService()
  2719.     {
  2720.         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())));
  2721.     }
  2722.     /**
  2723.      * Gets the private 'config_cache_factory' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2726.      */
  2727.     protected function getConfigCacheFactoryService()
  2728.     {
  2729.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2730.             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)));
  2731.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2732.         }, 2));
  2733.     }
  2734.     /**
  2735.      * Gets the private 'data_collector.form' shared service.
  2736.      *
  2737.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2738.      */
  2739.     protected function getDataCollector_FormService()
  2740.     {
  2741.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2742.     }
  2743.     /**
  2744.      * Gets the private 'data_collector.request' shared service.
  2745.      *
  2746.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2747.      */
  2748.     protected function getDataCollector_RequestService()
  2749.     {
  2750.         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())));
  2751.     }
  2752.     /**
  2753.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2754.      *
  2755.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2756.      */
  2757.     protected function getDebug_DebugHandlersListenerService()
  2758.     {
  2759.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2760.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2761.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2762.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2763.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2764.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2765.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2766.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2767.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2768.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2769.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2770.     }
  2771.     /**
  2772.      * Gets the private 'debug.file_link_formatter' shared service.
  2773.      *
  2774.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2775.      */
  2776.     protected function getDebug_FileLinkFormatterService()
  2777.     {
  2778.         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 () {
  2779.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2780.         });
  2781.     }
  2782.     /**
  2783.      * Gets the private 'debug.log_processor' shared service.
  2784.      *
  2785.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2786.      */
  2787.     protected function getDebug_LogProcessorService()
  2788.     {
  2789.         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())));
  2790.     }
  2791.     /**
  2792.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2793.      *
  2794.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2795.      */
  2796.     protected function getDebug_Security_Access_DecisionManagerService()
  2797.     {
  2798.         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 () {
  2799.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2800.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2801.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2802.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  2803.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'debug.security.firewall' shared service.
  2807.      *
  2808.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2809.      */
  2810.     protected function getDebug_Security_FirewallService()
  2811.     {
  2812.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2813.     }
  2814.     /**
  2815.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  2816.      *
  2817.      * @return \Doctrine\Migrations\DependencyFactory
  2818.      */
  2819.     protected function getDoctrine_Migrations_DependencyFactoryService()
  2820.     {
  2821.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  2822.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  2823.         $a->setAllOrNothing(false);
  2824.         $a->setCheckDatabasePlatform(true);
  2825.         $a->setTransactional(true);
  2826.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  2827.         $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()));
  2828.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  2829.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  2830.         });
  2831.         return $instance;
  2832.     }
  2833.     /**
  2834.      * Gets the private 'eccube.collector.core' shared autowired service.
  2835.      *
  2836.      * @return \Eccube\DataCollector\EccubeDataCollector
  2837.      */
  2838.     protected function getEccube_Collector_CoreService()
  2839.     {
  2840.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2841.     }
  2842.     /**
  2843.      * Gets the private 'esi_listener' shared service.
  2844.      *
  2845.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  2846.      */
  2847.     protected function getEsiListenerService()
  2848.     {
  2849.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  2850.     }
  2851.     /**
  2852.      * Gets the private 'exception_listener' shared service.
  2853.      *
  2854.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2855.      */
  2856.     protected function getExceptionListenerService()
  2857.     {
  2858.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2859.     }
  2860.     /**
  2861.      * Gets the private 'fragment.listener' shared service.
  2862.      *
  2863.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  2864.      */
  2865.     protected function getFragment_ListenerService()
  2866.     {
  2867.         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');
  2868.     }
  2869.     /**
  2870.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2871.      *
  2872.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2873.      */
  2874.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2875.     {
  2876.         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())));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2880.      *
  2881.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2882.      */
  2883.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2884.     {
  2885.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  2886.     }
  2887.     /**
  2888.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  2889.      *
  2890.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  2891.      */
  2892.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  2893.     {
  2894.         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]);
  2895.     }
  2896.     /**
  2897.      * Gets the private 'locale_aware_listener' shared service.
  2898.      *
  2899.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2900.      */
  2901.     protected function getLocaleAwareListenerService()
  2902.     {
  2903.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2904.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  2905.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2906.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2907.     }
  2908.     /**
  2909.      * Gets the private 'locale_listener' shared service.
  2910.      *
  2911.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2912.      */
  2913.     protected function getLocaleListenerService()
  2914.     {
  2915.         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, []);
  2916.     }
  2917.     /**
  2918.      * Gets the private 'monolog.handler.buffered' shared service.
  2919.      *
  2920.      * @return \Monolog\Handler\BufferHandler
  2921.      */
  2922.     protected function getMonolog_Handler_BufferedService()
  2923.     {
  2924.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  2925.     }
  2926.     /**
  2927.      * Gets the private 'monolog.handler.console' shared service.
  2928.      *
  2929.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  2930.      */
  2931.     protected function getMonolog_Handler_ConsoleService()
  2932.     {
  2933.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  2934.     }
  2935.     /**
  2936.      * Gets the private 'monolog.logger' shared service.
  2937.      *
  2938.      * @return \Symfony\Bridge\Monolog\Logger
  2939.      */
  2940.     protected function getMonolog_LoggerService()
  2941.     {
  2942.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2943.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2944.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2945.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2946.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2947.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2948.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2949.         $instance->useMicrosecondTimestamps(true);
  2950.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2951.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2952.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2953.         return $instance;
  2954.     }
  2955.     /**
  2956.      * Gets the private 'monolog.logger.cache' shared service.
  2957.      *
  2958.      * @return \Symfony\Bridge\Monolog\Logger
  2959.      */
  2960.     protected function getMonolog_Logger_CacheService()
  2961.     {
  2962.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2963.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2964.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2965.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2966.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2967.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2968.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2969.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2970.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2971.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2972.         return $instance;
  2973.     }
  2974.     /**
  2975.      * Gets the private 'monolog.logger.request' shared service.
  2976.      *
  2977.      * @return \Symfony\Bridge\Monolog\Logger
  2978.      */
  2979.     protected function getMonolog_Logger_RequestService()
  2980.     {
  2981.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2982.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2983.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2984.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2985.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2986.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2987.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2988.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2989.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2991.         return $instance;
  2992.     }
  2993.     /**
  2994.      * Gets the private 'monolog.logger.security' shared service.
  2995.      *
  2996.      * @return \Symfony\Bridge\Monolog\Logger
  2997.      */
  2998.     protected function getMonolog_Logger_SecurityService()
  2999.     {
  3000.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3001.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3002.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3003.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3004.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3005.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3006.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3007.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3008.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3010.         return $instance;
  3011.     }
  3012.     /**
  3013.      * Gets the private 'parameter_bag' shared service.
  3014.      *
  3015.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3016.      */
  3017.     protected function getParameterBagService()
  3018.     {
  3019.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3020.     }
  3021.     /**
  3022.      * Gets the private 'profiler_listener' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3025.      */
  3026.     protected function getProfilerListenerService()
  3027.     {
  3028.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3029.     }
  3030.     /**
  3031.      * Gets the private 'property_info' shared service.
  3032.      *
  3033.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3034.      */
  3035.     protected function getPropertyInfoService()
  3036.     {
  3037.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3038.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3039.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3040.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3041.         }, 3), new RewindableGenerator(function () {
  3042.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3043.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3044.         }, 2), new RewindableGenerator(function () {
  3045.             return new \EmptyIterator();
  3046.         }, 0), new RewindableGenerator(function () {
  3047.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3048.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3049.         }, 2), new RewindableGenerator(function () {
  3050.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3051.         }, 1));
  3052.     }
  3053.     /**
  3054.      * Gets the private 'router.expression_language_provider' shared service.
  3055.      *
  3056.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3057.      */
  3058.     protected function getRouter_ExpressionLanguageProviderService()
  3059.     {
  3060.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3061.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3062.         ], [
  3063.             'env' => 'Closure',
  3064.         ]));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'router.request_context' shared service.
  3068.      *
  3069.      * @return \Symfony\Component\Routing\RequestContext
  3070.      */
  3071.     protected function getRouter_RequestContextService()
  3072.     {
  3073.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3074.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3075.         return $instance;
  3076.     }
  3077.     /**
  3078.      * Gets the private 'router_listener' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3081.      */
  3082.     protected function getRouterListenerService()
  3083.     {
  3084.         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);
  3085.     }
  3086.     /**
  3087.      * Gets the private 'security.context_listener.0' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3090.      */
  3091.     protected function getSecurity_ContextListener_0Service()
  3092.     {
  3093.         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 () {
  3094.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3095.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3096.         }, 2), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ($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']);
  3097.     }
  3098.     /**
  3099.      * Gets the private 'security.context_listener.1' shared service.
  3100.      *
  3101.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3102.      */
  3103.     protected function getSecurity_ContextListener_1Service()
  3104.     {
  3105.         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 () {
  3106.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3107.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3108.         }, 2), 'customer', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService()), ($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']);
  3109.     }
  3110.     /**
  3111.      * Gets the private 'security.csrf.token_storage' shared service.
  3112.      *
  3113.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3114.      */
  3115.     protected function getSecurity_Csrf_TokenStorageService()
  3116.     {
  3117.         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())));
  3118.     }
  3119.     /**
  3120.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3121.      *
  3122.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3123.      */
  3124.     protected function getSecurity_EventDispatcher_AdminService()
  3125.     {
  3126.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3127.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3128.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3129.         }, => 'checkPassport'], 2048);
  3130.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3131.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3132.         }, => 'onSuccessfulLogin'], 0);
  3133.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3134.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3135.         }, => 'onLogout'], 0);
  3136.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3137.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3138.         }, => 'onLogout'], 0);
  3139.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3140.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3141.         }, => 'checkPassport'], 2080);
  3142.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3143.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3144.         }, => 'onSuccessfulLogin'], 0);
  3145.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3146.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3147.         }, => 'preCheckCredentials'], 256);
  3148.         $instance->addListener('security.authentication.success', [=> function () {
  3149.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3150.         }, => 'postCheckCredentials'], 256);
  3151.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3152.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3153.         }, => 'checkPassport'], 1024);
  3154.         $instance->addListener('security.interactive_login', [=> function () {
  3155.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3156.         }, => 'onInteractiveLogin'], 0);
  3157.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3158.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3159.         }, => 'onAuthenticationFailure'], 0);
  3160.         $instance->addListener('security.interactive_login', [=> function () {
  3161.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3162.         }, => 'onInteractiveLogin'], 0);
  3163.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3164.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3165.         }, => 'checkPassport'], 0);
  3166.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3167.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3168.         }, => 'onLoginSuccess'], 0);
  3169.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3170.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3171.         }, => 'checkPassport'], 256);
  3172.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3173.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3174.         }, => 'checkPassport'], 512);
  3175.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3176.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3177.         }, => 'onLogout'], 0);
  3178.         return $instance;
  3179.     }
  3180.     /**
  3181.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3182.      *
  3183.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3184.      */
  3185.     protected function getSecurity_EventDispatcher_CustomerService()
  3186.     {
  3187.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3188.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3189.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3190.         }, => 'checkPassport'], 2048);
  3191.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3192.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3193.         }, => 'onSuccessfulLogin'], 0);
  3194.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3195.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3196.         }, => 'onLogout'], 64);
  3197.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3198.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3199.         }, => 'onLogout'], 0);
  3200.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3201.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3202.         }, => 'checkPassport'], 2080);
  3203.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3204.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3205.         }, => 'onSuccessfulLogin'], 0);
  3206.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3207.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3208.         }, => 'onSuccessfulLogin'], -32);
  3209.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3210.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3211.         }, => 'onSuccessfulLogin'], -64);
  3212.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3213.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3214.         }, => 'clearCookie'], 0);
  3215.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3216.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3217.         }, => 'clearCookie'], 0);
  3218.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3219.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3220.         }, => 'clearCookie'], 0);
  3221.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3222.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3223.         }, => 'preCheckCredentials'], 256);
  3224.         $instance->addListener('security.authentication.success', [=> function () {
  3225.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3226.         }, => 'postCheckCredentials'], 256);
  3227.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3228.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3229.         }, => 'checkPassport'], 1024);
  3230.         $instance->addListener('security.interactive_login', [=> function () {
  3231.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3232.         }, => 'onInteractiveLogin'], 0);
  3233.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3234.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3235.         }, => 'onAuthenticationFailure'], 0);
  3236.         $instance->addListener('security.interactive_login', [=> function () {
  3237.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3238.         }, => 'onInteractiveLogin'], 0);
  3239.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3240.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3241.         }, => 'checkPassport'], 0);
  3242.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3243.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3244.         }, => 'onLoginSuccess'], 0);
  3245.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3246.             return ($this->privates['league.oauth2_server.listener.check_scope'] ?? $this->load('getLeague_Oauth2Server_Listener_CheckScopeService'));
  3247.         }, => 'checkPassport'], 256);
  3248.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3249.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3250.         }, => 'checkPassport'], 512);
  3251.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3252.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3253.         }, => 'onLogout'], 0);
  3254.         return $instance;
  3255.     }
  3256.     /**
  3257.      * Gets the private 'security.firewall.map' shared service.
  3258.      *
  3259.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3260.      */
  3261.     protected function getSecurity_Firewall_MapService()
  3262.     {
  3263.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.YP.F1Xa'] ?? $this->get_ServiceLocator_YP_F1XaService()), new RewindableGenerator(function () {
  3264.             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)/')));
  3265.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  3266.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.Q9rVZ8X'] ?? ($this->privates['.security.request_matcher.Q9rVZ8X'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3267.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3268.         }, 4));
  3269.     }
  3270.     /**
  3271.      * Gets the private 'security.logout_url_generator' shared service.
  3272.      *
  3273.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3274.      */
  3275.     protected function getSecurity_LogoutUrlGeneratorService()
  3276.     {
  3277.         $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()));
  3278.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3279.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3280.         return $instance;
  3281.     }
  3282.     /**
  3283.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3284.      *
  3285.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3286.      */
  3287.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3288.     {
  3289.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3290.     }
  3291.     /**
  3292.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3293.      *
  3294.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3295.      */
  3296.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3297.     {
  3298.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3299.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3300.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3301.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3302.     }
  3303.     /**
  3304.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3305.      *
  3306.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3307.      */
  3308.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3309.     {
  3310.         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()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3311.     }
  3312.     /**
  3313.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3314.      *
  3315.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3316.      */
  3317.     protected function getSensioFrameworkExtra_View_ListenerService()
  3318.     {
  3319.         $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))));
  3320.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3321.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3322.         ], [
  3323.             'twig' => '?',
  3324.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3325.         return $instance;
  3326.     }
  3327.     /**
  3328.      * Gets the private 'session.factory' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3331.      */
  3332.     protected function getSession_FactoryService()
  3333.     {
  3334.         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'), [=> ($this->privates['session_listener'] ?? $this->getSessionListenerService()), => 'onSessionUsage']);
  3335.     }
  3336.     /**
  3337.      * Gets the private 'session_listener' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3340.      */
  3341.     protected function getSessionListenerService()
  3342.     {
  3343.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3344.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3345.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3346.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3347.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3348.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3349.         ], [
  3350.             'initialized_session' => '?',
  3351.             'logger' => '?',
  3352.             'session' => '?',
  3353.             'session_collector' => '?',
  3354.             'session_factory' => '?',
  3355.         ]), true$this->getParameter('session.storage.options'));
  3356.     }
  3357.     /**
  3358.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3359.      *
  3360.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3361.      */
  3362.     protected function getStateMachine_Order_MetadataStoreService()
  3363.     {
  3364.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3365.     }
  3366.     /**
  3367.      * Gets the private 'translator.default' shared service.
  3368.      *
  3369.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3370.      */
  3371.     protected function getTranslator_DefaultService()
  3372.     {
  3373.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3374.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3375.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3376.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3377.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3378.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3379.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3380.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3381.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3382.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3383.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3384.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3385.         ], [
  3386.             'translation.loader.csv' => '?',
  3387.             'translation.loader.dat' => '?',
  3388.             'translation.loader.ini' => '?',
  3389.             'translation.loader.json' => '?',
  3390.             'translation.loader.mo' => '?',
  3391.             'translation.loader.php' => '?',
  3392.             'translation.loader.po' => '?',
  3393.             'translation.loader.qt' => '?',
  3394.             'translation.loader.res' => '?',
  3395.             'translation.loader.xliff' => '?',
  3396.             'translation.loader.yml' => '?',
  3397.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/CustomerPlus42/Resource/locale/messages.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/CsvImportProductExt42/Resource/locale/messages.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/RefineNewProduct42/Resource/locale/messages.ja.yaml'), 16 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale/messages.ja.php'), 18 => (\dirname(__DIR__4).'/app/Plugin/RefinePasswordNoneHidden42/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/RefinePasswordNoneHidden42/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 22 => (\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')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/Maker42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/CustomerPlus42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/CsvImportProductExt42/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/RefineNewProduct42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/RefinePasswordNoneHidden42/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).'/app/Plugin/Api42/Bundle/translations'), 33 => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/RelatedProduct42/Resource/locale'=> 'app/Plugin/SiteKit42/Resource/locale'=> 'app/Plugin/Maker42/Resource/locale'=> 'app/Plugin/CustomerRank42/Resource/locale'10 => 'app/Plugin/CustomerPlus42/Resource/locale'11 => 'app/Plugin/SalesRestrictions42/Resource/locale'12 => 'app/Plugin/CsvImportProductExt42/Resource/locale'13 => 'app/Plugin/RefineNewProduct42/Resource/locale'14 => 'app/Plugin/EccubePaymentLite42/Resource/locale'15 => 'app/Plugin/SortProduct42Plus/Resource/locale'16 => 'app/Plugin/RefinePasswordNoneHidden42/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 => 'app/Plugin/Api42/Bundle/translations'33 => 'vendor/league/oauth2-server-bundle/src/translations'34 => 'translations']]], []);
  3398.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3399.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the private 'validator.builder' shared service.
  3404.      *
  3405.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3406.      */
  3407.     protected function getValidator_BuilderService()
  3408.     {
  3409.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3410.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3411.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3412.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3413.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3414.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3415.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3416.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3417.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3418.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3419.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3420.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3421.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3422.         ], [
  3423.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3424.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3425.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3426.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3427.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3428.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3429.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3430.             'doctrine.orm.validator.unique' => '?',
  3431.             'security.validator.user_password' => '?',
  3432.             'validator.expression' => '?',
  3433.         ])));
  3434.         if ($this->has('translator')) {
  3435.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3436.         }
  3437.         $instance->setTranslationDomain('validators');
  3438.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3439.         $instance->enableAnnotationMapping(true);
  3440.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3441.         $instance->addMethodMapping('loadValidatorMetadata');
  3442.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3443.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3444.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the private 'var_dumper.html_dumper' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3451.      */
  3452.     protected function getVarDumper_HtmlDumperService()
  3453.     {
  3454.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3455.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3456.         return $instance;
  3457.     }
  3458.     /**
  3459.      * Gets the private 'web_profiler.csp.handler' shared service.
  3460.      *
  3461.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3462.      */
  3463.     protected function getWebProfiler_Csp_HandlerService()
  3464.     {
  3465.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3466.     }
  3467.     /**
  3468.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3469.      *
  3470.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3471.      */
  3472.     protected function getWebProfiler_DebugToolbarService()
  3473.     {
  3474.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false2, ($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()));
  3475.     }
  3476.     /**
  3477.      * Gets the public 'cache_clearer' alias.
  3478.      *
  3479.      * @return object The ".container.private.cache_clearer" service.
  3480.      */
  3481.     protected function getCacheClearerService()
  3482.     {
  3483.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3484.         return $this->get('.container.private.cache_clearer');
  3485.     }
  3486.     /**
  3487.      * Gets the public 'filesystem' alias.
  3488.      *
  3489.      * @return object The ".container.private.filesystem" service.
  3490.      */
  3491.     protected function getFilesystemService()
  3492.     {
  3493.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3494.         return $this->get('.container.private.filesystem');
  3495.     }
  3496.     /**
  3497.      * Gets the public 'state_machine.order' alias.
  3498.      *
  3499.      * @return object The ".container.private.state_machine.order" service.
  3500.      */
  3501.     protected function getStateMachine_OrderService()
  3502.     {
  3503.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3504.         return $this->get('.container.private.state_machine.order');
  3505.     }
  3506.     /**
  3507.      * Gets the public 'serializer' alias.
  3508.      *
  3509.      * @return object The ".container.private.serializer" service.
  3510.      */
  3511.     protected function getSerializerService()
  3512.     {
  3513.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3514.         return $this->get('.container.private.serializer');
  3515.     }
  3516.     /**
  3517.      * Gets the public 'security.csrf.token_manager' alias.
  3518.      *
  3519.      * @return object The ".container.private.security.csrf.token_manager" service.
  3520.      */
  3521.     protected function getSecurity_Csrf_TokenManagerService()
  3522.     {
  3523.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3524.         return $this->get('.container.private.security.csrf.token_manager');
  3525.     }
  3526.     /**
  3527.      * Gets the public 'form.factory' alias.
  3528.      *
  3529.      * @return object The ".container.private.form.factory" service.
  3530.      */
  3531.     protected function getForm_FactoryService()
  3532.     {
  3533.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3534.         return $this->get('.container.private.form.factory');
  3535.     }
  3536.     /**
  3537.      * Gets the public 'form.type.file' alias.
  3538.      *
  3539.      * @return object The ".container.private.form.type.file" service.
  3540.      */
  3541.     protected function getForm_Type_FileService()
  3542.     {
  3543.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3544.         return $this->get('.container.private.form.type.file');
  3545.     }
  3546.     /**
  3547.      * Gets the public 'profiler' alias.
  3548.      *
  3549.      * @return object The ".container.private.profiler" service.
  3550.      */
  3551.     protected function getProfilerService()
  3552.     {
  3553.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3554.         return $this->get('.container.private.profiler');
  3555.     }
  3556.     /**
  3557.      * Gets the public 'security.authorization_checker' alias.
  3558.      *
  3559.      * @return object The ".container.private.security.authorization_checker" service.
  3560.      */
  3561.     protected function getSecurity_AuthorizationCheckerService()
  3562.     {
  3563.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3564.         return $this->get('.container.private.security.authorization_checker');
  3565.     }
  3566.     /**
  3567.      * Gets the public 'security.token_storage' alias.
  3568.      *
  3569.      * @return object The ".container.private.security.token_storage" service.
  3570.      */
  3571.     protected function getSecurity_TokenStorageService()
  3572.     {
  3573.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3574.         return $this->get('.container.private.security.token_storage');
  3575.     }
  3576.     /**
  3577.      * Gets the public 'twig' alias.
  3578.      *
  3579.      * @return object The ".container.private.twig" service.
  3580.      */
  3581.     protected function getTwigService()
  3582.     {
  3583.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3584.         return $this->get('.container.private.twig');
  3585.     }
  3586.     /**
  3587.      * Gets the public 'security.password_encoder' alias.
  3588.      *
  3589.      * @return object The ".container.private.security.password_encoder" service.
  3590.      */
  3591.     protected function getSecurity_PasswordEncoderService()
  3592.     {
  3593.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3594.         return $this->get('.container.private.security.password_encoder');
  3595.     }
  3596.     /**
  3597.      * Gets the public 'session' alias.
  3598.      *
  3599.      * @return object The ".container.private.session" service.
  3600.      */
  3601.     protected function getSessionService()
  3602.     {
  3603.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3604.         return $this->get('.container.private.session');
  3605.     }
  3606.     /**
  3607.      * Gets the public 'validator' alias.
  3608.      *
  3609.      * @return object The ".container.private.validator" service.
  3610.      */
  3611.     protected function getValidatorService()
  3612.     {
  3613.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3614.         return $this->get('.container.private.validator');
  3615.     }
  3616.     /**
  3617.      * @return array|bool|float|int|string|\UnitEnum|null
  3618.      */
  3619.     public function getParameter(string $name)
  3620.     {
  3621.         if (isset($this->buildParameters[$name])) {
  3622.             return $this->buildParameters[$name];
  3623.         }
  3624.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3625.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3626.         }
  3627.         if (isset($this->loadedDynamicParameters[$name])) {
  3628.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3629.         }
  3630.         return $this->parameters[$name];
  3631.     }
  3632.     public function hasParameter(string $name): bool
  3633.     {
  3634.         if (isset($this->buildParameters[$name])) {
  3635.             return true;
  3636.         }
  3637.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3638.     }
  3639.     public function setParameter(string $name$value): void
  3640.     {
  3641.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3642.     }
  3643.     public function getParameterBag(): ParameterBagInterface
  3644.     {
  3645.         if (null === $this->parameterBag) {
  3646.             $parameters $this->parameters;
  3647.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3648.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3649.             }
  3650.             foreach ($this->buildParameters as $name => $value) {
  3651.                 $parameters[$name] = $value;
  3652.             }
  3653.             $this->parameterBag = new FrozenParameterBag($parameters);
  3654.         }
  3655.         return $this->parameterBag;
  3656.     }
  3657.     private $loadedDynamicParameters = [
  3658.         'kernel.runtime_environment' => false,
  3659.         'kernel.build_dir' => false,
  3660.         'kernel.cache_dir' => false,
  3661.         'locale' => false,
  3662.         'timezone' => false,
  3663.         'currency' => false,
  3664.         'eccube_database_url' => false,
  3665.         'eccube_mailer_dsn' => false,
  3666.         'eccube_admin_route' => false,
  3667.         'eccube_user_data_route' => false,
  3668.         'eccube_admin_allow_hosts' => false,
  3669.         'eccube_admin_deny_hosts' => false,
  3670.         'eccube_force_ssl' => false,
  3671.         'eccube.theme' => false,
  3672.         'eccube_theme_code' => false,
  3673.         'eccube_auth_magic' => false,
  3674.         'eccube_theme_front_dir' => false,
  3675.         'eccube_html_front_dir' => false,
  3676.         'eccube_csv_temp_realdir' => false,
  3677.         'eccube_owners_store_url' => false,
  3678.         'eccube_package_api_url' => false,
  3679.         'eccube_content_maintenance_file_path' => false,
  3680.         'eccube_2fa_enabled' => false,
  3681.         'eccube_2fa_cookie_name' => false,
  3682.         'eccube_2fa_expire' => false,
  3683.         'eccube_restrict_file_upload' => false,
  3684.         'kernel.secret' => false,
  3685.         'kernel.default_locale' => false,
  3686.         'debug.container.dump' => false,
  3687.         'serializer.mapping.cache.file' => false,
  3688.         'session.storage.options' => false,
  3689.         'validator.mapping.cache.file' => false,
  3690.         'profiler.storage.dsn' => false,
  3691.         'doctrine.orm.proxy_dir' => false,
  3692.         'league.oauth2_server.encryption_key' => false,
  3693.     ];
  3694.     private $dynamicParameters = [];
  3695.     private function getDynamicParameter(string $name)
  3696.     {
  3697.         switch ($name) {
  3698.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3699.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3700.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3701.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3702.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3703.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3704.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3705.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3706.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3707.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3708.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3709.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3710.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3711.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3712.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3713.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3714.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3715.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3716.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3717.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3718.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3719.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3720.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3721.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3722.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3723.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  3724.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3725.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3726.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  3727.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3728.             case 'session.storage.options'$value = [
  3729.                 'cache_limiter' => '0',
  3730.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  3731.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  3732.                 'cookie_httponly' => true,
  3733.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  3734.                 'gc_probability' => 1,
  3735.             ]; break;
  3736.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3737.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3738.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3739.             case 'league.oauth2_server.encryption_key'$value $this->getEnv('ECCUBE_OAUTH2_ENCRYPTION_KEY'); break;
  3740.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3741.         }
  3742.         $this->loadedDynamicParameters[$name] = true;
  3743.         return $this->dynamicParameters[$name] = $value;
  3744.     }
  3745.     protected function getDefaultParameters(): array
  3746.     {
  3747.         return [
  3748.             'kernel.project_dir' => \dirname(__DIR__4),
  3749.             'kernel.environment' => 'dev',
  3750.             'kernel.debug' => true,
  3751.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3752.             'kernel.bundles' => [
  3753.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3754.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3755.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3756.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  3757.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3758.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3759.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3760.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3761.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3762.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3763.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  3764.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  3765.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3766.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3767.                 'ApiBundle' => 'Plugin\\Api42\\Bundle\\ApiBundle',
  3768.                 'LeagueOAuth2ServerBundle' => 'League\\Bundle\\OAuth2ServerBundle\\LeagueOAuth2ServerBundle',
  3769.             ],
  3770.             'kernel.bundles_metadata' => [
  3771.                 'FrameworkBundle' => [
  3772.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3773.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3774.                 ],
  3775.                 'SecurityBundle' => [
  3776.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3777.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3778.                 ],
  3779.                 'DoctrineBundle' => [
  3780.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3781.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3782.                 ],
  3783.                 'DoctrineFixturesBundle' => [
  3784.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  3785.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  3786.                 ],
  3787.                 'SensioFrameworkExtraBundle' => [
  3788.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3789.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3790.                 ],
  3791.                 'MonologBundle' => [
  3792.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3793.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3794.                 ],
  3795.                 'TwigBundle' => [
  3796.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3797.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3798.                 ],
  3799.                 'DebugBundle' => [
  3800.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  3801.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  3802.                 ],
  3803.                 'WebProfilerBundle' => [
  3804.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3805.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3806.                 ],
  3807.                 'MakerBundle' => [
  3808.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3809.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3810.                 ],
  3811.                 'KnpPaginatorBundle' => [
  3812.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  3813.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  3814.                 ],
  3815.                 'ExerciseHTMLPurifierBundle' => [
  3816.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  3817.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  3818.                 ],
  3819.                 'DoctrineMigrationsBundle' => [
  3820.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3821.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3822.                 ],
  3823.                 'TwigExtraBundle' => [
  3824.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3825.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3826.                 ],
  3827.                 'ApiBundle' => [
  3828.                     'path' => (\dirname(__DIR__4).'/app/Plugin/Api42/Bundle'),
  3829.                     'namespace' => 'Plugin\\Api42\\Bundle',
  3830.                 ],
  3831.                 'LeagueOAuth2ServerBundle' => [
  3832.                     'path' => (\dirname(__DIR__4).'/vendor/league/oauth2-server-bundle/src'),
  3833.                     'namespace' => 'League\\Bundle\\OAuth2ServerBundle',
  3834.                 ],
  3835.             ],
  3836.             'kernel.charset' => 'UTF-8',
  3837.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  3838.             'container.dumper.inline_class_loader' => true,
  3839.             'env(ECCUBE_LOCALE)' => 'ja',
  3840.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  3841.             'env(ECCUBE_CURRENCY)' => 'JPY',
  3842.             'env(DATABASE_URL)' => '',
  3843.             'env(DATABASE_SERVER_VERSION)' => NULL,
  3844.             'env(DATABASE_CHARSET)' => 'utf8',
  3845.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  3846.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  3847.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  3848.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  3849.             'env(ECCUBE_FORCE_SSL)' => '0',
  3850.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  3851.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  3852.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  3853.             'env(ECCUBE_COOKIE_PATH)' => '/',
  3854.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  3855.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  3856.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  3857.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  3858.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  3859.             'env(ECCUBE_2FA_ENABLED)' => '1',
  3860.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  3861.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  3862.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  3863.             'eccube_auth_type' => 'HMAC',
  3864.             'eccube_password_hash_algos' => 'SHA256',
  3865.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  3866.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  3867.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  3868.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  3869.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  3870.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  3871.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  3872.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  3873.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  3874.             'eccube_twig_block_templates' => [
  3875.             ],
  3876.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  3877.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  3878.             'eccube_csv_size' => 5,
  3879.             'eccube_csv_split_lines' => 100,
  3880.             'eccube_default_password' => 'abc********123',
  3881.             'eccube_deliv_addr_max' => 20,
  3882.             'eccube_deliv_date_end_max' => 21,
  3883.             'eccube_id_max_len' => 50,
  3884.             'eccube_id_min_len' => 4,
  3885.             'eccube_int_len' => 9,
  3886.             'eccube_category_nest_level' => 5,
  3887.             'eccube_lltext_len' => 99999,
  3888.             'eccube_ltext_len' => 3000,
  3889.             'eccube_max_total_fee' => 9999999999,
  3890.             'eccube_mltext_len' => 1000,
  3891.             'eccube_mtext_len' => 200,
  3892.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  3893.             'plugin_html_urlpath' => '/plugin/',
  3894.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  3895.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  3896.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  3897.             'eccube_price_len' => 8,
  3898.             'eccube_search_pmax' => 12,
  3899.             'eccube_sitemap_products_per_page' => 1000,
  3900.             'eccube_stext_len' => 255,
  3901.             'eccube_sltext_len' => 500,
  3902.             'eccube_smtext_len' => 100,
  3903.             'eccube_tax_rule_priority' => [
  3904.                 => 'product_id',
  3905.                 => 'product_class_id',
  3906.                 => 'pref_id',
  3907.                 => 'country_id',
  3908.             ],
  3909.             'eccube_url_len' => 1024,
  3910.             'eccube_default_page_count' => 50,
  3911.             'eccube_admin_product_stock_status' => 3,
  3912.             'eccube_customer_reset_expire' => 10,
  3913.             'eccube_csv_export_separator' => ',',
  3914.             'eccube_csv_export_encoding' => 'SJIS-win',
  3915.             'eccube_csv_import_encoding' => [
  3916.                 => 'UTF-8',
  3917.                 => 'SJIS-win',
  3918.                 => 'SJIS',
  3919.                 => 'EUC-JP',
  3920.                 => 'ASCII',
  3921.                 => 'JIS',
  3922.             ],
  3923.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  3924.             'eccube_csv_export_multidata_separator' => ',',
  3925.             'eccube_csv_import_delimiter' => ',',
  3926.             'eccube_csv_import_enclosure' => '"',
  3927.             'eccube_csv_import_escape' => '\\',
  3928.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  3929.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  3930.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  3931.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  3932.             'eccube_name_len' => 16,
  3933.             'eccube_kana_len' => 25,
  3934.             'eccube_address1_len' => 32,
  3935.             'eccube_address2_len' => 32,
  3936.             'eccube_birth_max' => 110,
  3937.             'eccube_product_order_price_lower' => 1,
  3938.             'eccube_product_order_newer' => 2,
  3939.             'eccube_product_order_price_higher' => 3,
  3940.             'eccube_price_max' => 2147483647,
  3941.             'eccube_tel_len_max' => 14,
  3942.             'eccube_postal_code' => 8,
  3943.             'eccube_password_min_len' => 12,
  3944.             'eccube_password_max_len' => 50,
  3945.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  3946.             'eccube_composer_memory_limit' => '1536M',
  3947.             'eccube_order_mail_template_id' => 1,
  3948.             'eccube_entry_confirm_mail_template_id' => 2,
  3949.             'eccube_entry_complete_mail_template_id' => 3,
  3950.             'eccube_customer_withdraw_mail_template_id' => 4,
  3951.             'eccube_contact_mail_template_id' => 5,
  3952.             'eccube_forgot_mail_template_id' => 6,
  3953.             'eccube_reset_complete_mail_template_id' => 7,
  3954.             'eccube_shipping_notify_mail_template_id' => 8,
  3955.             'eccube_rfc_email_check' => false,
  3956.             'eccube_email_len' => 254,
  3957.             'eccube_order_no_format' => '',
  3958.             'eccube_order_pdf_message_len' => 30,
  3959.             'eccube_news_start_year' => 2000,
  3960.             'eccube_result_cache_lifetime' => 3600,
  3961.             'eccube_result_cache_lifetime_short' => 10,
  3962.             'eccube_restrict_file_upload_urls' => [
  3963.                 => 'admin_content_file',
  3964.                 => 'admin_store_plugin_install',
  3965.                 => 'admin_content_page_new',
  3966.                 => 'admin_content_page_edit',
  3967.                 => 'admin_content_block_new',
  3968.                 => 'admin_content_block_edit',
  3969.                 => 'admin_content_css',
  3970.                 => 'admin_content_js',
  3971.                 => 'admin_store_template_install',
  3972.             ],
  3973.             'eccube_login_throttling_max_attempts' => 5,
  3974.             'eccube_login_throttling_interval' => '30 minutes',
  3975.             'eccube_nav' => [
  3976.                 'product' => [
  3977.                     'name' => 'admin.product.product_management',
  3978.                     'icon' => 'fa-cube',
  3979.                     'children' => [
  3980.                         'product_master' => [
  3981.                             'name' => 'admin.product.product_list',
  3982.                             'url' => 'admin_product',
  3983.                         ],
  3984.                         'product_edit' => [
  3985.                             'name' => 'admin.product.product_registration',
  3986.                             'url' => 'admin_product_product_new',
  3987.                         ],
  3988.                         'class_name' => [
  3989.                             'name' => 'admin.product.class_management',
  3990.                             'url' => 'admin_product_class_name',
  3991.                         ],
  3992.                         'class_category' => [
  3993.                             'name' => 'admin.product.category_management',
  3994.                             'url' => 'admin_product_category',
  3995.                         ],
  3996.                         'product_tag' => [
  3997.                             'name' => 'admin.product.tag_management',
  3998.                             'url' => 'admin_product_tag',
  3999.                         ],
  4000.                         'product_csv_import' => [
  4001.                             'name' => 'admin.product.product_csv_upload',
  4002.                             'url' => 'admin_product_csv_import',
  4003.                         ],
  4004.                         'category_csv_import' => [
  4005.                             'name' => 'admin.product.category_csv_upload',
  4006.                             'url' => 'admin_product_category_csv_import',
  4007.                         ],
  4008.                         'csv_import_ext' => [
  4009.                             'id' => 'product_csv_upload_ext',
  4010.                             'name' => 'csvimportproductext.admin.nav.product.product_csv_upload_ext',
  4011.                             'url' => 'admin_product_csv_import_ext',
  4012.                         ],
  4013.                         'maker4' => [
  4014.                             'id' => 'maker4',
  4015.                             'name' => 'maker.admin.title',
  4016.                             'url' => 'maker_admin_index',
  4017.                         ],
  4018.                         'sort_product' => [
  4019.                             'name' => 'sort_product.nav',
  4020.                             'url' => 'plugin_SortProduct',
  4021.                         ],
  4022.                     ],
  4023.                 ],
  4024.                 'order' => [
  4025.                     'name' => 'admin.order.order_management',
  4026.                     'icon' => 'fa-shopping-cart',
  4027.                     'children' => [
  4028.                         'order_master' => [
  4029.                             'name' => 'admin.order.order_list',
  4030.                             'url' => 'admin_order',
  4031.                         ],
  4032.                         'order_edit' => [
  4033.                             'name' => 'admin.order.order_registration',
  4034.                             'url' => 'admin_order_new',
  4035.                         ],
  4036.                         'shipping_csv_import' => [
  4037.                             'name' => 'admin.order.shipping_csv_upload',
  4038.                             'url' => 'admin_shipping_csv_import',
  4039.                         ],
  4040.                     ],
  4041.                 ],
  4042.                 'customer' => [
  4043.                     'name' => 'admin.customer.customer_management',
  4044.                     'icon' => 'fa-users',
  4045.                     'children' => [
  4046.                         'customer_master' => [
  4047.                             'name' => 'admin.customer.customer_list',
  4048.                             'url' => 'admin_customer',
  4049.                         ],
  4050.                         'customer_edit' => [
  4051.                             'name' => 'admin.customer.customer_registration',
  4052.                             'url' => 'admin_customer_new',
  4053.                         ],
  4054.                         'customeritem' => [
  4055.                             'id' => 'admin_customer_customeritem',
  4056.                             'name' => 'customerplus.admin.nav.customer.customeritem',
  4057.                             'url' => 'admin_customer_customeritem',
  4058.                         ],
  4059.                         'rank' => [
  4060.                             'id' => 'admin_customer_rank',
  4061.                             'name' => 'customerrank.admin.nav.customer.rank',
  4062.                             'url' => 'admin_customer_rank',
  4063.                         ],
  4064.                         'rank_import_csv' => [
  4065.                             'id' => 'admin_customer_rank_csv_import',
  4066.                             'name' => 'customerrank.admin.nav.customer.rank_import_csv',
  4067.                             'url' => 'admin_customer_rank_csv_import',
  4068.                         ],
  4069.                     ],
  4070.                 ],
  4071.                 'content' => [
  4072.                     'name' => 'admin.content.contents_management',
  4073.                     'icon' => 'fa-file-text-o',
  4074.                     'children' => [
  4075.                         'news' => [
  4076.                             'name' => 'admin.content.news_management',
  4077.                             'url' => 'admin_content_news',
  4078.                         ],
  4079.                         'file' => [
  4080.                             'name' => 'admin.content.file_management',
  4081.                             'url' => 'admin_content_file',
  4082.                         ],
  4083.                         'layout' => [
  4084.                             'name' => 'admin.content.layout_management',
  4085.                             'url' => 'admin_content_layout',
  4086.                         ],
  4087.                         'page' => [
  4088.                             'name' => 'admin.content.page_management',
  4089.                             'url' => 'admin_content_page',
  4090.                         ],
  4091.                         'css' => [
  4092.                             'name' => 'admin.content.css_management',
  4093.                             'url' => 'admin_content_css',
  4094.                         ],
  4095.                         'js' => [
  4096.                             'name' => 'admin.content.js_management',
  4097.                             'url' => 'admin_content_js',
  4098.                         ],
  4099.                         'block' => [
  4100.                             'name' => 'admin.content.block_management',
  4101.                             'url' => 'admin_content_block',
  4102.                         ],
  4103.                         'cache' => [
  4104.                             'name' => 'admin.content.cache_management',
  4105.                             'url' => 'admin_content_cache',
  4106.                         ],
  4107.                         'maintenance' => [
  4108.                             'name' => 'admin.content.maintenance_management',
  4109.                             'url' => 'admin_content_maintenance',
  4110.                         ],
  4111.                         'customerrank' => [
  4112.                             'id' => 'admin_content_customerrank',
  4113.                             'name' => 'customerrank.admin.nav.content.customerrank',
  4114.                             'children' => [
  4115.                                 'list' => [
  4116.                                     'id' => 'admin_content_customerrank_list',
  4117.                                     'name' => 'customerrank.admin.nav.content.customerrank.list',
  4118.                                     'url' => 'admin_content_customerrank_list',
  4119.                                 ],
  4120.                                 'detail' => [
  4121.                                     'id' => 'admin_content_customerrank_detail',
  4122.                                     'name' => 'customerrank.admin.nav.content.customerrank.detail',
  4123.                                     'url' => 'admin_content_customerrank_detail',
  4124.                                 ],
  4125.                             ],
  4126.                         ],
  4127.                         'plugin_recommend' => [
  4128.                             'name' => 'plugin_recommend.admin.navi',
  4129.                             'url' => 'plugin_recommend_list',
  4130.                         ],
  4131.                         'salesrestrictions' => [
  4132.                             'id' => 'admin_content_salesrestrictions',
  4133.                             'name' => 'salesrestrictions.admin.nav.content.salesrestrictions',
  4134.                             'url' => 'admin_content_salesrestrictions',
  4135.                         ],
  4136.                     ],
  4137.                 ],
  4138.                 'setting' => [
  4139.                     'name' => 'admin.setting',
  4140.                     'icon' => 'fa-cog',
  4141.                     'children' => [
  4142.                         'shop' => [
  4143.                             'name' => 'admin.setting.shop',
  4144.                             'children' => [
  4145.                                 'shop_index' => [
  4146.                                     'name' => 'admin.setting.shop.shop_setting',
  4147.                                     'url' => 'admin_setting_shop',
  4148.                                 ],
  4149.                                 'shop_tradelaw' => [
  4150.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4151.                                     'url' => 'admin_setting_shop_tradelaw',
  4152.                                 ],
  4153.                                 'shop_agreement' => [
  4154.                                     'name' => 'admin.setting.shop.agreement_setting',
  4155.                                     'url' => 'admin_content_page_edit',
  4156.                                     'param' => [
  4157.                                         'id' => 19,
  4158.                                         'return' => 'agreement',
  4159.                                     ],
  4160.                                 ],
  4161.                                 'shop_payment' => [
  4162.                                     'name' => 'admin.setting.shop.payment_setting',
  4163.                                     'url' => 'admin_setting_shop_payment',
  4164.                                 ],
  4165.                                 'shop_delivery' => [
  4166.                                     'name' => 'admin.setting.shop.delivery_setting',
  4167.                                     'url' => 'admin_setting_shop_delivery',
  4168.                                 ],
  4169.                                 'shop_tax' => [
  4170.                                     'name' => 'admin.setting.shop.tax_setting',
  4171.                                     'url' => 'admin_setting_shop_tax',
  4172.                                 ],
  4173.                                 'shop_mail' => [
  4174.                                     'name' => 'admin.setting.shop.mail_setting',
  4175.                                     'url' => 'admin_setting_shop_mail',
  4176.                                 ],
  4177.                                 'shop_csv' => [
  4178.                                     'name' => 'admin.setting.shop.csv_setting',
  4179.                                     'url' => 'admin_setting_shop_csv',
  4180.                                 ],
  4181.                                 'shop_order_status' => [
  4182.                                     'name' => 'admin.setting.shop.order_status_setting',
  4183.                                     'url' => 'admin_setting_shop_order_status',
  4184.                                 ],
  4185.                                 'shop_calendar' => [
  4186.                                     'name' => 'admin.setting.shop.calendar_setting',
  4187.                                     'url' => 'admin_setting_shop_calendar',
  4188.                                 ],
  4189.                             ],
  4190.                         ],
  4191.                         'system' => [
  4192.                             'name' => 'admin.setting.system',
  4193.                             'children' => [
  4194.                                 'member' => [
  4195.                                     'name' => 'admin.setting.system.member_management',
  4196.                                     'url' => 'admin_setting_system_member',
  4197.                                 ],
  4198.                                 'authority' => [
  4199.                                     'name' => 'admin.setting.system.authority_management',
  4200.                                     'url' => 'admin_setting_system_authority',
  4201.                                 ],
  4202.                                 'security' => [
  4203.                                     'name' => 'admin.setting.system.security_management',
  4204.                                     'url' => 'admin_setting_system_security',
  4205.                                 ],
  4206.                                 'login_history' => [
  4207.                                     'name' => 'admin.setting.system.login_history',
  4208.                                     'url' => 'admin_setting_system_login_history',
  4209.                                 ],
  4210.                                 'log' => [
  4211.                                     'name' => 'admin.setting.system.log_display',
  4212.                                     'url' => 'admin_setting_system_log',
  4213.                                 ],
  4214.                                 'masterdata' => [
  4215.                                     'name' => 'admin.setting.system.master_data_management',
  4216.                                     'url' => 'admin_setting_system_masterdata',
  4217.                                 ],
  4218.                                 'system_index' => [
  4219.                                     'name' => 'admin.setting.system.system_info',
  4220.                                     'url' => 'admin_setting_system_system',
  4221.                                 ],
  4222.                             ],
  4223.                         ],
  4224.                         'setting_rank' => [
  4225.                             'id' => 'admin_setting_customerrank',
  4226.                             'name' => 'customerrank.admin.nav.setting.rank',
  4227.                             'url' => 'admin_setting_customerrank',
  4228.                         ],
  4229.                     ],
  4230.                 ],
  4231.                 'store' => [
  4232.                     'name' => 'admin.store',
  4233.                     'icon' => 'fa-plug',
  4234.                     'children' => [
  4235.                         'plugin' => [
  4236.                             'name' => 'admin.store.plugin',
  4237.                             'children' => [
  4238.                                 'plugin_owners_search' => [
  4239.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4240.                                     'url' => 'admin_store_plugin_owners_search',
  4241.                                 ],
  4242.                                 'plugin_list' => [
  4243.                                     'name' => 'admin.store.plugin.plugin_list',
  4244.                                     'url' => 'admin_store_plugin',
  4245.                                 ],
  4246.                             ],
  4247.                         ],
  4248.                         'template' => [
  4249.                             'name' => 'admin.store.template',
  4250.                             'children' => [
  4251.                                 'template_list' => [
  4252.                                     'name' => 'admin.store.template.template_list',
  4253.                                     'url' => 'admin_store_template',
  4254.                                 ],
  4255.                                 'template_install' => [
  4256.                                     'name' => 'admin.store.template.template_install',
  4257.                                     'url' => 'admin_store_template_install',
  4258.                                 ],
  4259.                             ],
  4260.                         ],
  4261.                         'authentication_setting' => [
  4262.                             'name' => 'admin.store.setting',
  4263.                             'url' => 'admin_store_authentication_setting',
  4264.                         ],
  4265.                     ],
  4266.                 ],
  4267.                 'SalesReport42' => [
  4268.                     'name' => 'sales_report.admin.nav.001',
  4269.                     'icon' => 'fa-chart-bar',
  4270.                     'children' => [
  4271.                         'sales_report_admin_term' => [
  4272.                             'id' => 'sales_report_admin_term',
  4273.                             'url' => 'sales_report_admin_term',
  4274.                             'name' => 'sales_report.admin.nav.002',
  4275.                         ],
  4276.                         'sales_report_admin_product' => [
  4277.                             'id' => 'sales_report_admin_product',
  4278.                             'url' => 'sales_report_admin_product',
  4279.                             'name' => 'sales_report.admin.nav.003',
  4280.                         ],
  4281.                         'sales_report_admin_age' => [
  4282.                             'id' => 'sales_report_admin_age',
  4283.                             'url' => 'sales_report_admin_age',
  4284.                             'name' => 'sales_report.admin.nav.004',
  4285.                         ],
  4286.                     ],
  4287.                 ],
  4288.                 'site_kit' => [
  4289.                     'name' => 'Site Kit',
  4290.                     'icon' => 'fa-google',
  4291.                     'children' => [
  4292.                         'gsc_query' => [
  4293.                             'name' => 'ダッシュボード',
  4294.                             'url' => 'site_kit_dashboard',
  4295.                         ],
  4296.                     ],
  4297.                 ],
  4298.             ],
  4299.             'env(MAILER_DSN)' => 'null://null',
  4300.             'env(ECCUBE_OAUTH2_AUTHORIZATION_SERVER_PRIVATE_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/private.key'),
  4301.             'env(ECCUBE_OAUTH2_RESOURCE_SERVER_PUBLIC_KEY)' => (\dirname(__DIR__4).'/app/PluginData/Api42/oauth/public.key'),
  4302.             'env(ECCUBE_OAUTH2_ENCRYPTION_KEY)' => '<change.me>',
  4303.             'gmo_epsilon' => [
  4304.                 'pay_id' => [
  4305.                     'credit' => '1',
  4306.                     'reg_credit' => '2',
  4307.                     'conveni' => '3',
  4308.                     'netbank_jnb' => '4',
  4309.                     'netbank_rakuten' => '5',
  4310.                     'payeasy' => '7',
  4311.                     'webmoney' => '8',
  4312.                     'ywallet' => '9',
  4313.                     'paypal' => '11',
  4314.                     'bitcash' => '12',
  4315.                     'chocom' => '13',
  4316.                     'sphone' => '15',
  4317.                     'jcb' => '16',
  4318.                     'sumishin' => '17',
  4319.                     'deferred' => '18',
  4320.                     'virtual_account' => '22',
  4321.                     'paypay' => '25',
  4322.                     'maillink' => '99',
  4323.                 ],
  4324.                 'pay_name' => [
  4325.                     'credit' => 'クレジットカード決済',
  4326.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4327.                     'conveni' => 'コンビニ決済',
  4328.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4329.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4330.                     'payeasy' => 'ペイジー決済',
  4331.                     'webmoney' => 'WebMoney決済',
  4332.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4333.                     'paypal' => 'Paypal決済',
  4334.                     'bitcash' => 'Bitcash決済',
  4335.                     'chocom' => '電子マネーちょコム決済',
  4336.                     'sphone' => 'スマートフォンキャリア決済',
  4337.                     'jcb' => 'JCB PREMO',
  4338.                     'sumishin' => '住信SBIネット銀行決済',
  4339.                     'deferred' => 'GMO後払い',
  4340.                     'virtual_account' => 'バーチャル口座',
  4341.                     'paypay' => 'Paypay',
  4342.                     'maillink' => 'メールリンク決済',
  4343.                 ],
  4344.                 'st_code' => [
  4345.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4346.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4347.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4348.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4349.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4350.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4351.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4352.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4353.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4354.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4355.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4356.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4357.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4358.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4359.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4360.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4361.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4362.                     'maillink' => 'maillink',
  4363.                 ],
  4364.                 'mission_code' => [
  4365.                     'every_month' => '21',
  4366.                     'every_other' => '25',
  4367.                     'every_three_month' => '27',
  4368.                     'every_six_month' => '29',
  4369.                     'every_year' => '31',
  4370.                 ],
  4371.                 'regular_pay_id' => [
  4372.                     'every_month' => '101',
  4373.                     'every_other_month' => '102',
  4374.                     'every_three_month' => '103',
  4375.                     'every_six_month' => '104',
  4376.                     'every_year' => '105',
  4377.                 ],
  4378.                 'regular_pay_name' => [
  4379.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4380.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4381.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4382.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4383.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4384.                 ],
  4385.                 'regular' => [
  4386.                     'rule_max' => '9999999',
  4387.                     'st_code' => '10000-0000-00000',
  4388.                     'sale_type' => '定期購入商品',
  4389.                 ],
  4390.                 'rule_max' => [
  4391.                     'credit' => '9999999',
  4392.                     'reg_credit' => '9999999',
  4393.                     'conveni' => '299999',
  4394.                     'netbank_jnb' => '9999999',
  4395.                     'netbank_rakuten' => '9999999',
  4396.                     'payeasy' => '9999999',
  4397.                     'webmoney' => '199999',
  4398.                     'ywallet' => '499999',
  4399.                     'paypal' => '499999',
  4400.                     'bitcash' => '199999',
  4401.                     'chocom' => '99999',
  4402.                     'sphone' => '50000',
  4403.                     'jcb' => '500000',
  4404.                     'sumishin' => '9999999',
  4405.                     'deferred' => '49999',
  4406.                     'virtual_account' => '9999999',
  4407.                     'paypay' => '9999999',
  4408.                     'maillink' => '9999999',
  4409.                 ],
  4410.                 'url' => [
  4411.                     'dev' => [
  4412.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4413.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4414.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4415.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4416.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4417.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4418.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4419.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4420.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4421.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4422.                     ],
  4423.                     'prod' => [
  4424.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4425.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4426.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4427.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4428.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4429.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4430.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4431.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4432.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4433.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4434.                     ],
  4435.                 ],
  4436.                 'conveni_id' => [
  4437.                     'seveneleven' => '11',
  4438.                     'familymart' => '21',
  4439.                     'lawson' => '31',
  4440.                     'seicomart' => '32',
  4441.                     'ministop' => '33',
  4442.                 ],
  4443.                 'conveni_name' => [
  4444.                     'seveneleven' => 'セブンイレブン',
  4445.                     'familymart' => 'ファミリーマート',
  4446.                     'lawson' => 'ローソン',
  4447.                     'seicomart' => 'セイコーマート',
  4448.                     'ministop' => 'ミニストップ',
  4449.                 ],
  4450.                 'conveni_pre_message' => [
  4451.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  4452.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  4453.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  4454.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  4455.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  4456.                 ],
  4457.                 'conveni_message' => [
  4458.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4459.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4460.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4461.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4462.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  4463.                 ],
  4464.                 'receive_parameters' => [
  4465.                     'result' => [
  4466.                         'ok' => 1,
  4467.                         'ng' => 9,
  4468.                         '3ds' => 5,
  4469.                         '3ds2' => 6,
  4470.                     ],
  4471.                 ],
  4472.                 'payment' => [
  4473.                     'gmo_epsilon4' => 'GmoEpsilon4',
  4474.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  4475.                 ],
  4476.             ],
  4477.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  4478.             'product_review_display_count_min' => 1,
  4479.             'product_review_display_count_max' => 30,
  4480.             'plugin_recommend.text_area_len' => 4000,
  4481.             'related_product.text_area_len' => 4000,
  4482.             'related_product.max_item_count' => 6,
  4483.             'sales_report_product_maximum_display' => 20,
  4484.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  4485.             'sort_product.list_order_by.name' => 'おすすめ順',
  4486.             'eccube.plugins.enabled' => [
  4487.                 => 'Recommend42',
  4488.                 => 'SalesReport42',
  4489.                 => 'RelatedProduct42',
  4490.                 => 'SiteKit42',
  4491.                 => 'Maker42',
  4492.                 => 'CustomerRank42',
  4493.                 => 'CustomerPlus42',
  4494.                 => 'SalesRestrictions42',
  4495.                 => 'CsvImportProductExt42',
  4496.                 => 'RefineNewProduct42',
  4497.                 10 => 'EccubePaymentLite42',
  4498.                 11 => 'SortProduct42Plus',
  4499.                 12 => 'RefinePasswordNoneHidden42',
  4500.             ],
  4501.             'eccube.plugins.disabled' => [
  4502.                 => 'Api42',
  4503.                 => 'Coupon42',
  4504.                 => 'MailMagazine42',
  4505.                 => 'ProductImagesUploader42',
  4506.                 => 'ProductReview42',
  4507.                 => 'Securitychecker42',
  4508.             ],
  4509.             'event_dispatcher.event_aliases' => [
  4510.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4511.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4512.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4513.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4514.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4515.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4516.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4517.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4518.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4519.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4520.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4521.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4522.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4523.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4524.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4525.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4526.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4527.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  4528.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  4529.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  4530.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  4531.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  4532.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  4533.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  4534.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4535.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4536.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4537.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4538.             ],
  4539.             'fragment.renderer.hinclude.global_template' => NULL,
  4540.             'fragment.path' => '/_fragment',
  4541.             'kernel.http_method_override' => true,
  4542.             'kernel.trusted_hosts' => [
  4543.             ],
  4544.             'kernel.enabled_locales' => [
  4545.             ],
  4546.             'kernel.error_controller' => 'error_controller',
  4547.             'debug.file_link_format' => NULL,
  4548.             'asset.request_context.base_path' => NULL,
  4549.             'asset.request_context.secure' => NULL,
  4550.             'translator.logging' => false,
  4551.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4552.             'debug.error_handler.throw_at' => -1,
  4553.             'router.request_context.host' => 'localhost',
  4554.             'router.request_context.scheme' => 'http',
  4555.             'router.request_context.base_url' => '',
  4556.             'router.resource' => 'kernel::loadRoutes',
  4557.             'request_listener.http_port' => 80,
  4558.             'request_listener.https_port' => 443,
  4559.             'session.metadata.storage_key' => '_sf2_meta',
  4560.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  4561.             'session.metadata.update_threshold' => 0,
  4562.             'form.type_extension.csrf.enabled' => true,
  4563.             'form.type_extension.csrf.field_name' => '_token',
  4564.             'validator.translation_domain' => 'validators',
  4565.             'profiler_listener.only_exceptions' => false,
  4566.             'profiler_listener.only_main_requests' => false,
  4567.             'security.role_hierarchy.roles' => [
  4568.             ],
  4569.             'security.access.denied_url' => NULL,
  4570.             'security.authentication.manager.erase_credentials' => true,
  4571.             'security.authentication.session_strategy.strategy' => 'migrate',
  4572.             'security.access.always_authenticate_before_granting' => false,
  4573.             'security.authentication.hide_user_not_found' => true,
  4574.             'security.firewalls' => [
  4575.                 => 'dev',
  4576.                 => 'api',
  4577.                 => 'admin',
  4578.                 => 'customer',
  4579.             ],
  4580.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4581.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4582.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4583.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4584.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4585.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4586.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4587.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4588.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4589.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4590.             'doctrine.entity_managers' => [
  4591.                 'default' => 'doctrine.orm.default_entity_manager',
  4592.             ],
  4593.             'doctrine.default_entity_manager' => 'default',
  4594.             'doctrine.dbal.connection_factory.types' => [
  4595.                 'oauth2_grant' => [
  4596.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Grant',
  4597.                 ],
  4598.                 'oauth2_redirect_uri' => [
  4599.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\RedirectUri',
  4600.                 ],
  4601.                 'oauth2_scope' => [
  4602.                     'class' => 'League\\Bundle\\OAuth2ServerBundle\\DBAL\\Type\\Scope',
  4603.                 ],
  4604.                 'datetime' => [
  4605.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  4606.                 ],
  4607.                 'datetimetz' => [
  4608.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  4609.                 ],
  4610.             ],
  4611.             'doctrine.connections' => [
  4612.                 'default' => 'doctrine.dbal.default_connection',
  4613.             ],
  4614.             'doctrine.default_connection' => 'default',
  4615.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4616.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4617.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4618.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4619.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4620.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4621.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4622.             'doctrine.orm.cache.memcache_port' => 11211,
  4623.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4624.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4625.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4626.             'doctrine.orm.cache.memcached_port' => 11211,
  4627.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4628.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4629.             'doctrine.orm.cache.redis_host' => 'localhost',
  4630.             'doctrine.orm.cache.redis_port' => 6379,
  4631.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4632.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4633.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4634.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4635.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4636.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4637.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4638.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4639.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4640.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4641.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4642.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4643.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4644.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4645.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4646.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4647.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4648.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4649.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4650.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4651.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4652.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4653.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4654.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4655.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4656.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4657.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4658.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4659.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4660.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4661.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4662.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4663.             'monolog.use_microseconds' => true,
  4664.             'monolog.swift_mailer.handlers' => [
  4665.             ],
  4666.             'monolog.handlers_to_channels' => [
  4667.                 'monolog.handler.gmo_epsilon' => [
  4668.                     'type' => 'inclusive',
  4669.                     'elements' => [
  4670.                         => 'gmo_epsilon',
  4671.                     ],
  4672.                 ],
  4673.                 'monolog.handler.console' => [
  4674.                     'type' => 'exclusive',
  4675.                     'elements' => [
  4676.                         => 'event',
  4677.                         => 'doctrine',
  4678.                         => 'console',
  4679.                     ],
  4680.                 ],
  4681.                 'monolog.handler.buffered' => [
  4682.                     'type' => 'exclusive',
  4683.                     'elements' => [
  4684.                         => 'event',
  4685.                     ],
  4686.                 ],
  4687.             ],
  4688.             'twig.form.resources' => [
  4689.                 => 'form_div_layout.html.twig',
  4690.                 => 'bootstrap_5_layout.html.twig',
  4691.             ],
  4692.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4693.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4694.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4695.             'web_profiler.debug_toolbar.mode' => 2,
  4696.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  4697.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4698.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4699.             'knp_paginator.page_range' => 5,
  4700.             'knp_paginator.page_limit' => NULL,
  4701.             'doctrine.migrations.preferred_em' => NULL,
  4702.             'doctrine.migrations.preferred_connection' => NULL,
  4703.             'league.oauth2_server.persistence.doctrine.enabled' => true,
  4704.             'league.oauth2_server.persistence.doctrine.manager' => 'default',
  4705.             'league.oauth2_server.encryption_key.type' => 'plain',
  4706.             'league.oauth2_server.scopes.default' => [
  4707.                 => 'read',
  4708.             ],
  4709.             'maker.compatible_check.doctrine.supports_attributes' => true,
  4710.             'data_collector.templates' => [
  4711.                 'data_collector.request' => [
  4712.                     => 'request',
  4713.                     => '@WebProfiler/Collector/request.html.twig',
  4714.                 ],
  4715.                 'data_collector.time' => [
  4716.                     => 'time',
  4717.                     => '@WebProfiler/Collector/time.html.twig',
  4718.                 ],
  4719.                 'data_collector.memory' => [
  4720.                     => 'memory',
  4721.                     => '@WebProfiler/Collector/memory.html.twig',
  4722.                 ],
  4723.                 'data_collector.validator' => [
  4724.                     => 'validator',
  4725.                     => '@WebProfiler/Collector/validator.html.twig',
  4726.                 ],
  4727.                 'data_collector.ajax' => [
  4728.                     => 'ajax',
  4729.                     => '@WebProfiler/Collector/ajax.html.twig',
  4730.                 ],
  4731.                 'data_collector.form' => [
  4732.                     => 'form',
  4733.                     => '@WebProfiler/Collector/form.html.twig',
  4734.                 ],
  4735.                 'data_collector.exception' => [
  4736.                     => 'exception',
  4737.                     => '@WebProfiler/Collector/exception.html.twig',
  4738.                 ],
  4739.                 'data_collector.logger' => [
  4740.                     => 'logger',
  4741.                     => '@WebProfiler/Collector/logger.html.twig',
  4742.                 ],
  4743.                 'data_collector.events' => [
  4744.                     => 'events',
  4745.                     => '@WebProfiler/Collector/events.html.twig',
  4746.                 ],
  4747.                 'data_collector.router' => [
  4748.                     => 'router',
  4749.                     => '@WebProfiler/Collector/router.html.twig',
  4750.                 ],
  4751.                 'data_collector.cache' => [
  4752.                     => 'cache',
  4753.                     => '@WebProfiler/Collector/cache.html.twig',
  4754.                 ],
  4755.                 'data_collector.translation' => [
  4756.                     => 'translation',
  4757.                     => '@WebProfiler/Collector/translation.html.twig',
  4758.                 ],
  4759.                 'data_collector.security' => [
  4760.                     => 'security',
  4761.                     => '@Security/Collector/security.html.twig',
  4762.                 ],
  4763.                 'data_collector.twig' => [
  4764.                     => 'twig',
  4765.                     => '@WebProfiler/Collector/twig.html.twig',
  4766.                 ],
  4767.                 'data_collector.doctrine' => [
  4768.                     => 'db',
  4769.                     => '@Doctrine/Collector/db.html.twig',
  4770.                 ],
  4771.                 'doctrine_migrations.migrations_collector' => [
  4772.                     => 'doctrine_migrations',
  4773.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  4774.                 ],
  4775.                 'data_collector.dump' => [
  4776.                     => 'dump',
  4777.                     => '@Debug/Profiler/dump.html.twig',
  4778.                 ],
  4779.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  4780.                 'mailer.data_collector' => [
  4781.                     => 'mailer',
  4782.                     => '@WebProfiler/Collector/mailer.html.twig',
  4783.                 ],
  4784.                 'data_collector.config' => [
  4785.                     => 'config',
  4786.                     => '@WebProfiler/Collector/config.html.twig',
  4787.                 ],
  4788.                 'eccube.collector.core' => [
  4789.                     => 'eccube_core',
  4790.                     => '@toolbar/eccube.html.twig',
  4791.                 ],
  4792.             ],
  4793.             'console.command.ids' => [
  4794.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  4795.             ],
  4796.         ];
  4797.     }
  4798.     protected function throw($message)
  4799.     {
  4800.         throw new RuntimeException($message);
  4801.     }
  4802. }