var/cache/dev/Container05qO4Xk/Eccube_KernelDevDebugContainer.php line 2545

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