var/cache/dev/ContainerFUgixtc/Eccube_KernelDevDebugContainer.php line 907

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