var/cache/dev/ContainerUAYd8BC/Eccube_KernelDevDebugContainer.php line 2530

Open in your IDE?
  1. <?php
  2. namespace ContainerUAYd8BC;
  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.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  37.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  38.             '.container.private.session' => 'get_Container_Private_SessionService',
  39.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  40.             '.container.private.twig' => 'get_Container_Private_TwigService',
  41.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  42.             'Customize\\Repository\\ProductRepository' => 'getProductRepositoryService',
  43.             'Detection\\MobileDetect' => 'getMobileDetectService',
  44.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  45.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  46.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  47.             'cache.app' => 'getCache_AppService',
  48.             'cache.rate_limiter' => 'getCache_RateLimiterService',
  49.             'cache.system' => 'getCache_SystemService',
  50.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  51.             'data_collector.dump' => 'getDataCollector_DumpService',
  52.             'doctrine' => 'getDoctrineService',
  53.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  54.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  55.             'event_dispatcher' => 'getEventDispatcherService',
  56.             'http_kernel' => 'getHttpKernelService',
  57.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  58.             'liip_imagine.cache.resolver.aws_s3_resolver' => 'getLiipImagine_Cache_Resolver_AwsS3ResolverService',
  59.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  60.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  61.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  62.             'request_stack' => 'getRequestStackService',
  63.             'router' => 'getRouterService',
  64.             'translator' => 'getTranslatorService',
  65.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  66.             'cache_clearer' => 'getCacheClearerService',
  67.             'filesystem' => 'getFilesystemService',
  68.             'state_machine.order' => 'getStateMachine_OrderService',
  69.             'serializer' => 'getSerializerService',
  70.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  71.             'form.factory' => 'getForm_FactoryService',
  72.             'form.type.file' => 'getForm_Type_FileService',
  73.             'profiler' => 'getProfilerService',
  74.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  75.             'security.token_storage' => 'getSecurity_TokenStorageService',
  76.             'twig' => 'getTwigService',
  77.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  78.             'session' => 'getSessionService',
  79.             'validator' => 'getValidatorService',
  80.         ];
  81.         $this->fileMap = [
  82.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  83.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  84.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  85.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  86.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  87.             'Customize\\Controller\\Admin\\DepositController' => 'getDepositControllerService',
  88.             'Customize\\Controller\\Admin\\EntryContactController' => 'getEntryContactControllerService',
  89.             'Customize\\Controller\\Admin\\EntryContactEditController' => 'getEntryContactEditControllerService',
  90.             'Customize\\Controller\\Admin\\InvoiceController' => 'getInvoiceControllerService',
  91.             'Customize\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportControllerService',
  92.             'Customize\\Controller\\CartController' => 'getCartControllerService',
  93.             'Customize\\Controller\\EntryContactController' => 'getEntryContactController2Service',
  94.             'Customize\\Controller\\HistoryProductController' => 'getHistoryProductControllerService',
  95.             'Customize\\Controller\\MypageController' => 'getMypageControllerService',
  96.             'Customize\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  97.             'Customize\\Controller\\ProductController' => 'getProductControllerService',
  98.             'Customize\\Controller\\ShoppingController' => 'getShoppingControllerService',
  99.             'Customize\\Repository\\CustomerFavoriteProductRepository' => 'getCustomerFavoriteProductRepositoryService',
  100.             'Customize\\Service\\OrderHelper' => 'getOrderHelperService',
  101.             'Customize\\Service\\OrderPdfService' => 'getOrderPdfServiceService',
  102.             'Customize\\Service\\PurchaseFlow\\Processor\\AddPointProcessor' => 'getAddPointProcessorService',
  103.             'Customize\\Service\\PurchaseFlow\\Processor\\DeliveryFeeFreeByShippingPreprocessor' => 'getDeliveryFeeFreeByShippingPreprocessorService',
  104.             'Customize\\Service\\PurchaseFlow\\Processor\\DeliveryFeeFreePreprocessor' => 'getDeliveryFeeFreePreprocessorService',
  105.             'Customize\\Service\\PurchaseFlow\\Processor\\DeliveryFeePreprocessor' => 'getDeliveryFeePreprocessorService',
  106.             'Customize\\Service\\PurchaseFlow\\Processor\\PaymentChargePreprocessor' => 'getPaymentChargePreprocessorService',
  107.             'Customize\\Service\\PurchaseFlow\\Processor\\PointRateProcessor' => 'getPointRateProcessorService',
  108.             'Customize\\Service\\PurchaseFlow\\Processor\\StockDiffProcessor' => 'getStockDiffProcessorService',
  109.             'Customize\\Service\\PurchaseFlow\\Processor\\StockMultipleValidator' => 'getStockMultipleValidatorService',
  110.             'Customize\\Service\\PurchaseFlow\\Processor\\StockReduceProcessor' => 'getStockReduceProcessorService',
  111.             'Customize\\Service\\PurchaseFlow\\Processor\\StockValidator' => 'getStockValidatorService',
  112.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  113.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  114.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  115.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  116.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  117.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  118.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  119.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  120.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  121.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  122.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  123.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  124.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  125.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  126.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  127.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  128.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  129.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportController2Service',
  130.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  131.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  132.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  133.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  134.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  135.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  136.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  137.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController3Service',
  138.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  139.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductController2Service',
  140.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  141.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  142.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  143.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  144.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  145.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  146.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  147.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  148.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  149.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  150.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  151.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  152.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  153.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  154.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  155.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  156.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  157.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  158.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  159.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  160.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  161.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  162.             'Eccube\\Controller\\Block\\CartController' => 'getCartController2Service',
  163.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  164.             'Eccube\\Controller\\CartController' => 'getCartController3Service',
  165.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  166.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  167.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  168.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  169.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  170.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  171.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeController2Service',
  172.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  173.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageController2Service',
  174.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  175.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  176.             'Eccube\\Controller\\ProductController' => 'getProductController3Service',
  177.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  178.             'Eccube\\Controller\\ShoppingController' => 'getShoppingController2Service',
  179.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  180.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  181.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  182.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  183.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  184.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  185.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  186.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  187.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  188.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  189.             'Plugin\\ContactManagement42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  190.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  191.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactEditController' => 'getContactEditControllerService',
  192.             'Plugin\\ContactManagement42\\Controller\\Admin\\ContactReplyEditController' => 'getContactReplyEditControllerService',
  193.             'Plugin\\ContactManagement42\\Controller\\Admin\\SearchCustomerController' => 'getSearchCustomerControllerService',
  194.             'Plugin\\ContactManagement42\\Controller\\ProductController' => 'getProductController4Service',
  195.             'Plugin\\CustomerRank42\\Controller\\Admin\\ConfigController' => 'getConfigController2Service',
  196.             'Plugin\\CustomerRank42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController4Service',
  197.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankController' => 'getCustomerRankControllerService',
  198.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankDesignController' => 'getCustomerRankDesignControllerService',
  199.             'Plugin\\CustomerRank42\\Controller\\Admin\\CustomerRankEditController' => 'getCustomerRankEditControllerService',
  200.             'Plugin\\CustomerRank42\\Controller\\Block\\CustomerRankInfoController' => 'getCustomerRankInfoControllerService',
  201.             'Plugin\\ECApgSimpleCalendar\\Controller\\Admin\\ConfigController' => 'getConfigController3Service',
  202.             'Plugin\\ECCUBE4LineIntegration42\\Controller\\Admin\\LineIntegrationAdminController' => 'getLineIntegrationAdminControllerService',
  203.             'Plugin\\ECCUBE4LineIntegration42\\Controller\\IndexController' => 'getIndexControllerService',
  204.             'Plugin\\ECCUBE4LineIntegration42\\Controller\\LineIntegrationController' => 'getLineIntegrationControllerService',
  205.             'Plugin\\ECMypageReceipt42\\Controller\\Admin\\ConfigController' => 'getConfigController4Service',
  206.             'Plugin\\ECMypageReceipt42\\Controller\\ECMypageReceipt42Controller' => 'getECMypageReceipt42ControllerService',
  207.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  208.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  209.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  210.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  211.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  212.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  213.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController2Service',
  214.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  215.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  216.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  217.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  218.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  219.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  220.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  221.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  222.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  223.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  224.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  225.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  226.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  227.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  228.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  229.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  230.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  231.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  232.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  233.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  234.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  235.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  236.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  237.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  238.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  239.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  240.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  241.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  242.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  243.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  244.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  245.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  246.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  247.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  248.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  249.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  250.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  251.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  252.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  253.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  254.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  255.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  256.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  257.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  258.             'Plugin\\HsdRelatedProduct42\\Controller\\Admin\\ConfigController' => 'getConfigController5Service',
  259.             'Plugin\\HsdRelatedProduct42\\Controller\\Block\\HsdRelatedProduct42Controller' => 'getHsdRelatedProduct42ControllerService',
  260.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  261.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  262.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  263.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\ConfigController' => 'getConfigController6Service',
  264.             'Plugin\\PinpointSaleDx\\Controller\\Admin\\Product\\PinpointSaleDxCommon' => 'getPinpointSaleDxCommonService',
  265.             'Plugin\\ProductContact42\\Controller\\Admin\\ConfigController' => 'getConfigController7Service',
  266.             'Plugin\\ProductReview42\\Controller\\Admin\\ConfigController' => 'getConfigController8Service',
  267.             'Plugin\\ProductReview42\\Controller\\Admin\\ProductReviewController' => 'getProductReviewControllerService',
  268.             'Plugin\\ProductReview42\\Controller\\ProductController' => 'getProductController5Service',
  269.             'Plugin\\ProductReview42\\Controller\\ProductReviewController' => 'getProductReviewController2Service',
  270.             'Plugin\\Recommend42\\Controller\\ProductController' => 'getProductController6Service',
  271.             'Plugin\\Recommend42\\Controller\\RecommendController' => 'getRecommendControllerService',
  272.             'Plugin\\Recommend42\\Controller\\RecommendSearchModelController' => 'getRecommendSearchModelControllerService',
  273.             'Plugin\\ResizeImage42\\Controller\\Admin\\AmazonS3Controller' => 'getAmazonS3ControllerService',
  274.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  275.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\ConfigController' => 'getConfigController9Service',
  276.             'Plugin\\SalesRestrictions42\\Controller\\Admin\\SalesRestrictionsDesignController' => 'getSalesRestrictionsDesignControllerService',
  277.             'Plugin\\SortProduct42Plus\\Controller\\Admin\\SortProductController' => 'getSortProductControllerService',
  278.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  279.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  280.             'cache.app_clearer' => 'getCache_AppClearerService',
  281.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  282.             'cache.system_clearer' => 'getCache_SystemClearerService',
  283.             'cache_warmer' => 'getCacheWarmerService',
  284.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  285.             'console.command_loader' => 'getConsole_CommandLoaderService',
  286.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  287.             'eccube.logger' => 'getEccube_LoggerService',
  288.             'eccube.purchase.flow.cart' => 'getEccube_Purchase_Flow_CartService',
  289.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  290.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  291.             'error_controller' => 'getErrorControllerService',
  292.             'knp_paginator' => 'getKnpPaginatorService',
  293.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  294.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  295.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  296.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  297.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  298.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  299.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  300.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  301.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  302.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  303.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  304.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  305.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  306.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  307.             'monolog.logger.stripe' => 'getMonolog_Logger_StripeService',
  308.             'pinpoint_sale_dx.config_migration' => 'getPinpointSaleDx_ConfigMigrationService',
  309.             'pinpoint_sale_dx.plg_migration' => 'getPinpointSaleDx_PlgMigrationService',
  310.             'routing.loader' => 'getRouting_LoaderService',
  311.             'services_resetter' => 'getServicesResetterService',
  312.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  313.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  314.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  315.         ];
  316.         $this->aliases = [
  317.             'database_connection' => 'doctrine.dbal.default_connection',
  318.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  319.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  320.         ];
  321.         $this->privates['service_container'] = function () {
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  328.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  332.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  333.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  334.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  335.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  336.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminCustomerCustomizer.php';
  337.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerRank42/Repository/AdminOrderCustomizer.php';
  338.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomizer.php';
  339.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/JoinCustomizer.php';
  340.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductJoin.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/OrderByCustomizer.php';
  342.             include_once \dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Repository/SortProductOrderBy.php';
  343.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  344.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  345.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  346.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  355.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  356.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  357.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  358.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  364.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  365.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  367.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  368.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  369.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  370.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  371.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  372.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  373.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  374.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  375.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  376.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  377.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  378.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  380.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  381.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  382.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  383.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Repository/ConfigRepository.php';
  384.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Repository/HolidaysRepository.php';
  385.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  386.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  387.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ConfigRepository.php';
  388.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Repository/ProductCustomerRankRepository.php';
  389.             include_once \dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Service/SalesRestrictionsService.php';
  390.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  391.             include_once \dirname(__DIR__4).'/app/Customize/Repository/ProductRepository.php';
  392.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  393.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  394.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  395.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  397.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  398.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  400.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  401.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  429.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  435.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  552.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  555.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  556.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  557.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  558.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  559.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  560.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  561.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  563.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  566.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  567.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  573.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  576.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  577.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  579.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  582.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  583.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  584.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  586.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  587.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  589.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  591.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  592.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  595.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  596.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  597.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  598.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  599.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  614.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  617.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  623.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  625.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/AwsS3Resolver.php';
  626.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClientTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/AwsClient.php';
  629.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/Api/Parser/PayloadParserTrait.php';
  631.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php';
  632.             include_once \dirname(__DIR__4).'/vendor/aws/aws-sdk-php/src/S3/S3Client.php';
  633.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  634.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  635.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  636.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  648.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  683.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  701.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  720.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  721.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  722.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  723.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  724.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  725.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  726.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  727.             include_once \dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Twig/Extension/PluginExtension.php';
  728.             include_once \dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Twig/Extension/PinpointSaleDxTwigExtension.php';
  729.             include_once \dirname(__DIR__4).'/app/Customize/Twig/Extension/TypeOfExtension.php';
  730.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  731.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  733.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  734.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  735.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  737.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  738.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  740.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  749.         };
  750.     }
  751.     public function compile(): void
  752.     {
  753.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  754.     }
  755.     public function isCompiled(): bool
  756.     {
  757.         return true;
  758.     }
  759.     public function getRemovedIds(): array
  760.     {
  761.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  762.     }
  763.     protected function load($file$lazyLoad true)
  764.     {
  765.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  766.             return $class::do($this$lazyLoad);
  767.         }
  768.         if ('.' === $file[-4]) {
  769.             $class substr($class0, -4);
  770.         } else {
  771.             $file .= '.php';
  772.         }
  773.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  774.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  775.     }
  776.     protected function createProxy($class\Closure $factory)
  777.     {
  778.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  779.         return $factory();
  780.     }
  781.     /**
  782.      * Gets the public '.container.private.filesystem' shared service.
  783.      *
  784.      * @return \Symfony\Component\Filesystem\Filesystem
  785.      */
  786.     protected function get_Container_Private_FilesystemService()
  787.     {
  788.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  789.     }
  790.     /**
  791.      * Gets the public '.container.private.profiler' shared service.
  792.      *
  793.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  794.      */
  795.     protected function get_Container_Private_ProfilerService()
  796.     {
  797.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  798.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  799.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  800.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  801.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  802.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  803.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  804.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  805.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  806.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  807.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  808.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  809.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  810.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  811.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  812.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  813.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  814.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  815.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  816.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  817.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  818.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  819.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  820.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  821.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  822.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  823.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  824.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  825.         if ($this->has('kernel')) {
  826.             $e->setKernel($b);
  827.         }
  828.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  829.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  830.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  831.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  832.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  833.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  834.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  835.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  836.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  837.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  838.         $instance->add($d);
  839.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  840.         $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));
  841.         $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())));
  842.         $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([])))));
  843.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  844.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  845.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  846.         $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()))));
  847.         $instance->add($e);
  848.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  849.         return $instance;
  850.     }
  851.     /**
  852.      * Gets the public '.container.private.security.authorization_checker' shared service.
  853.      *
  854.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  855.      */
  856.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  857.     {
  858.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  859.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  860.             return $this->services['.container.private.security.authorization_checker'];
  861.         }
  862.         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);
  863.     }
  864.     /**
  865.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  866.      *
  867.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  868.      */
  869.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  870.     {
  871.         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())));
  872.     }
  873.     /**
  874.      * Gets the public '.container.private.security.token_storage' shared service.
  875.      *
  876.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  877.      */
  878.     protected function get_Container_Private_Security_TokenStorageService()
  879.     {
  880.         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, [
  881.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  882.         ], [
  883.             'request_stack' => '?',
  884.         ]));
  885.     }
  886.     /**
  887.      * Gets the public '.container.private.session' shared service.
  888.      *
  889.      * @return \Symfony\Component\HttpFoundation\Session\Session
  890.      */
  891.     protected function get_Container_Private_SessionService()
  892.     {
  893.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  894.         if (isset($this->services['.container.private.session'])) {
  895.             return $this->services['.container.private.session'];
  896.         }
  897.         return $this->services['.container.private.session'] = $a->createSession();
  898.     }
  899.     /**
  900.      * Gets the public '.container.private.state_machine.order' shared service.
  901.      *
  902.      * @return \Symfony\Component\Workflow\StateMachine
  903.      */
  904.     protected function get_Container_Private_StateMachine_OrderService()
  905.     {
  906.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  907.         if (isset($this->services['.container.private.state_machine.order'])) {
  908.             return $this->services['.container.private.state_machine.order'];
  909.         }
  910.         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);
  911.     }
  912.     /**
  913.      * Gets the public '.container.private.twig' shared service.
  914.      *
  915.      * @return \Twig\Environment
  916.      */
  917.     protected function get_Container_Private_TwigService()
  918.     {
  919.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  920.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/template'), 'Recommend42');
  921.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  922.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  923.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/template'), 'ProductReview42');
  924.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/template'), 'SortProduct42Plus');
  925.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/template'), 'ECApgSimpleCalendar');
  926.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECMypageReceipt42/Resource/template'), 'ECMypageReceipt42');
  927.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/template'), 'ProductContact42');
  928.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/template'), 'ContactManagement42');
  929.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/template'), 'PinpointSaleDx');
  930.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/template'), 'CustomerRank42');
  931.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/template'), 'SalesRestrictions42');
  932.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/template'), 'HsdRelatedProduct42');
  933.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  934.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineIntegration42/Resource/template'), 'ECCUBE4LineIntegration42');
  935.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ResizeImage42/Resource/template'), 'ResizeImage42');
  936.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  937.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  938.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  939.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  940.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  941.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  942.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  943.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  954.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  955.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  956.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  957.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  958.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  959.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  960.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  961.         $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']);
  962.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  963.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  964.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  965.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  966.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  967.         $g = ($this->services['router'] ?? $this->getRouterService());
  968.         $h = new \Symfony\Component\Workflow\Registry();
  969.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  970.         $i = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  971.         $j = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  972.         $j->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  973.         $k = new \Symfony\Bridge\Twig\AppVariable();
  974.         $k->setEnvironment('dev');
  975.         $k->setDebug(true);
  976.         if ($this->has('.container.private.security.token_storage')) {
  977.             $k->setTokenStorage($c);
  978.         }
  979.         if ($this->has('request_stack')) {
  980.             $k->setRequestStack($b);
  981.         }
  982.         $l = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  983.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  984.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  985.         $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)));
  986.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  987.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  988.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  989.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  990.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  991.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  992.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  993.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  994.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  995.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  996.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WorkflowExtension($h));
  997.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  998.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  999.         $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())));
  1000.         $instance->addExtension(new \Eccube\Twig\Extension\CartServiceExtension(($this->privates['Eccube\\Service\\CartService'] ?? $this->getCartServiceService())));
  1001.         $instance->addExtension(new \Eccube\Twig\Extension\CsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService())));
  1002.         $instance->addExtension(new \Eccube\Twig\Extension\EccubeBlockExtension($instance, []));
  1003.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] ?? $this->getEccubeExtensionService()));
  1004.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1005.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension($i));
  1006.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1007.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1008.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1009.         $instance->addExtension(new \Plugin\ECApgSimpleCalendar\Twig\Extension\PluginExtension(($this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository'] ?? $this->getConfigRepositoryService()), ($this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository'] ?? $this->getHolidaysRepositoryService()), $i));
  1010.         $instance->addExtension(new \Plugin\PinpointSaleDx\Twig\Extension\PinpointSaleDxTwigExtension(($this->services['Customize\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService())));
  1011.         $instance->addExtension(new \Customize\Twig\Extension\TypeOfExtension());
  1012.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1013.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1014.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($j));
  1015.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1016.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1017.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1018.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1019.         $instance->addGlobal('app'$k);
  1020.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1021.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1022.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1023.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1024.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1025.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1026.         ], [
  1027.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1028.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1029.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1030.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1031.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1032.         ])));
  1033.         $instance->addGlobal('BaseInfo'NULL);
  1034.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1035.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1036.         $instance->addGlobal('stripe_public_key'$this->getEnv('STRIPE_PUBLIC_KEY'));
  1037.         $instance->registerUndefinedFilterCallback([=> $l=> 'suggestFilter']);
  1038.         $instance->registerUndefinedFunctionCallback([=> $l=> 'suggestFunction']);
  1039.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1040.         return $instance;
  1041.     }
  1042.     /**
  1043.      * Gets the public '.container.private.validator' shared service.
  1044.      *
  1045.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1046.      */
  1047.     protected function get_Container_Private_ValidatorService()
  1048.     {
  1049.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1050.         if (isset($this->services['.container.private.validator'])) {
  1051.             return $this->services['.container.private.validator'];
  1052.         }
  1053.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1054.     }
  1055.     /**
  1056.      * Gets the public 'Customize\Repository\ProductRepository' shared autowired service.
  1057.      *
  1058.      * @return \Customize\Repository\ProductRepository
  1059.      */
  1060.     protected function getProductRepositoryService()
  1061.     {
  1062.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  1063.         if (isset($this->services['Customize\\Repository\\ProductRepository'])) {
  1064.             return $this->services['Customize\\Repository\\ProductRepository'];
  1065.         }
  1066.         return $this->services['Customize\\Repository\\ProductRepository'] = new \Customize\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1067.     }
  1068.     /**
  1069.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1070.      *
  1071.      * @return \Detection\MobileDetect
  1072.      */
  1073.     protected function getMobileDetectService()
  1074.     {
  1075.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1076.     }
  1077.     /**
  1078.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1079.      *
  1080.      * @return \Eccube\Common\EccubeConfig
  1081.      */
  1082.     protected function getEccubeConfigService()
  1083.     {
  1084.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1085.     }
  1086.     /**
  1087.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1088.      *
  1089.      * @return \Eccube\Repository\PluginRepository
  1090.      */
  1091.     protected function getPluginRepositoryService($lazyLoad true)
  1092.     {
  1093.         if ($lazyLoad) {
  1094.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1095.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1096.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1097.                     $proxy->setProxyInitializer(null);
  1098.                     return true;
  1099.                 });
  1100.             });
  1101.         }
  1102.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1103.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1104.     }
  1105.     /**
  1106.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1107.      *
  1108.      * @return \Eccube\Service\SystemService
  1109.      */
  1110.     protected function getSystemServiceService($lazyLoad true)
  1111.     {
  1112.         if ($lazyLoad) {
  1113.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1114.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1115.                     $wrappedInstance $this->getSystemServiceService(false);
  1116.                     $proxy->setProxyInitializer(null);
  1117.                     return true;
  1118.                 });
  1119.             });
  1120.         }
  1121.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1122.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1123.     }
  1124.     /**
  1125.      * Gets the public 'cache.app' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1128.      */
  1129.     protected function getCache_AppService()
  1130.     {
  1131.         $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))));
  1132.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1133.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1134.     }
  1135.     /**
  1136.      * Gets the public 'cache.rate_limiter' shared service.
  1137.      *
  1138.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1139.      */
  1140.     protected function getCache_RateLimiterService()
  1141.     {
  1142.         $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))));
  1143.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1144.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1145.     }
  1146.     /**
  1147.      * Gets the public 'cache.system' shared service.
  1148.      *
  1149.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1150.      */
  1151.     protected function getCache_SystemService()
  1152.     {
  1153.         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())));
  1154.     }
  1155.     /**
  1156.      * Gets the public 'cache.validator_expression_language' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1159.      */
  1160.     protected function getCache_ValidatorExpressionLanguageService()
  1161.     {
  1162.         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())));
  1163.     }
  1164.     /**
  1165.      * Gets the public 'data_collector.dump' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1168.      */
  1169.     protected function getDataCollector_DumpService()
  1170.     {
  1171.         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);
  1172.     }
  1173.     /**
  1174.      * Gets the public 'doctrine' shared service.
  1175.      *
  1176.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1177.      */
  1178.     protected function getDoctrineService()
  1179.     {
  1180.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1181.     }
  1182.     /**
  1183.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1184.      *
  1185.      * @return \Doctrine\DBAL\Connection
  1186.      */
  1187.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1188.     {
  1189.         $a = new \Doctrine\DBAL\Configuration();
  1190.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1191.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1192.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1193.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1194.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1195.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1196.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1197.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1198.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1199.         $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))));
  1200.         $c->setConnectionName('default');
  1201.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1202.         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, [
  1203.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1204.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1205.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1206.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => ['privates''Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber''getCustomerPriceEventSubscriberService'true],
  1207.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => ['privates''Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber''getPinpointSaleDxEventSubscriberService'true],
  1208.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1209.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1210.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1211.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1212.         ], [
  1213.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1214.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1215.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1216.             'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber' => '?',
  1217.             'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber' => '?',
  1218.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1219.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1220.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1221.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1222.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'Plugin\\CustomerRank42\\Doctrine\\EventSubscriber\\CustomerPriceEventSubscriber'=> 'Plugin\\PinpointSaleDx\\Doctrine\\EventSubscriber\\PinpointSaleDxEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1223.     }
  1224.     /**
  1225.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1226.      *
  1227.      * @return \Doctrine\ORM\EntityManager
  1228.      */
  1229.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1230.     {
  1231.         if ($lazyLoad) {
  1232.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1233.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1234.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1235.                     $proxy->setProxyInitializer(null);
  1236.                     return true;
  1237.                 });
  1238.             });
  1239.         }
  1240.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1249.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1252.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1253.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1256.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1257.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1258.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1259.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1260.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1261.         $a = new \Doctrine\ORM\Configuration();
  1262.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1263.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1264.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1265.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1266.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ApgSimpleCalendar/Entity')]);
  1267.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1268.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Entity')]);
  1269.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1270.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1271.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1272.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Entity')]);
  1273.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1274.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Entity')]);
  1275.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1276.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineIntegration42/Entity')]);
  1277.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1278.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ECMypageReceipt42/Entity')]);
  1279.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1280.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1281.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1282.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Entity')]);
  1283.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1284.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1285.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1286.         $o = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Entity')]);
  1287.         $o->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1288.         $p = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Entity')]);
  1289.         $p->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1290.         $q = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1291.         $q->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1292.         $r = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1293.         $r->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1294.         $s = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1295.         $s->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1296.         $t = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Entity')]);
  1297.         $t->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1298.         $u = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Securitychecker42/Entity')]);
  1299.         $u->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1300.         $v = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SiteKit42/Entity')]);
  1301.         $v->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1302.         $w = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Entity')]);
  1303.         $w->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1304.         $x = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Stripe4/Entity')]);
  1305.         $x->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1306.         $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');
  1307.         $b->addDriver($d'Eccube\\Entity');
  1308.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1309.         $b->addDriver($e'Plugin\\ApgSimpleCalendar\\Entity');
  1310.         $b->addDriver($f'Plugin\\ContactManagement42\\Entity');
  1311.         $b->addDriver($g'Plugin\\Coupon42\\Entity');
  1312.         $b->addDriver($h'Plugin\\CustomerRank42\\Entity');
  1313.         $b->addDriver($i'Plugin\\ECApgSimpleCalendar\\Entity');
  1314.         $b->addDriver($j'Plugin\\ECCUBE4LineIntegration42\\Entity');
  1315.         $b->addDriver($k'Plugin\\ECMypageReceipt42\\Entity');
  1316.         $b->addDriver($l'Plugin\\EccubePaymentLite42\\Entity');
  1317.         $b->addDriver($m'Plugin\\HsdRelatedProduct42\\Entity');
  1318.         $b->addDriver($n'Plugin\\MailMagazine42\\Entity');
  1319.         $b->addDriver($o'Plugin\\PinpointSaleDx\\Entity');
  1320.         $b->addDriver($p'Plugin\\ProductContact42\\Entity');
  1321.         $b->addDriver($q'Plugin\\ProductReview42\\Entity');
  1322.         $b->addDriver($r'Plugin\\Recommend42\\Entity');
  1323.         $b->addDriver($s'Plugin\\RelatedProduct42\\Entity');
  1324.         $b->addDriver($t'Plugin\\SalesRestrictions42\\Entity');
  1325.         $b->addDriver($u'Plugin\\Securitychecker42\\Entity');
  1326.         $b->addDriver($v'Plugin\\SiteKit42\\Entity');
  1327.         $b->addDriver($w'Plugin\\SortProduct42Plus\\Entity');
  1328.         $b->addDriver($x'Plugin\\Stripe4\\Entity');
  1329.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1330.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1331.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1332.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1333.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1334.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1335.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1336.         ], [
  1337.             'doctrine.ulid_generator' => '?',
  1338.             'doctrine.uuid_generator' => '?',
  1339.         ])));
  1340.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1341.         $a->setProxyNamespace('Proxies');
  1342.         $a->setAutoGenerateProxyClasses(true);
  1343.         $a->setSchemaIgnoreClasses([]);
  1344.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1345.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1346.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1347.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1348.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1349.         $a->setLazyGhostObjectEnabled(false);
  1350.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1351.             'Customize\\Repository\\DepositRepository' => ['privates''Customize\\Repository\\DepositRepository''getDepositRepositoryService'true],
  1352.             'Customize\\Repository\\EntryContactReplyRepository' => ['privates''Customize\\Repository\\EntryContactReplyRepository''getEntryContactReplyRepositoryService'true],
  1353.             'Customize\\Repository\\EntryContactRepository' => ['privates''Customize\\Repository\\EntryContactRepository''getEntryContactRepositoryService'true],
  1354.             'Customize\\Repository\\EntryContactStatusRepository' => ['privates''Customize\\Repository\\EntryContactStatusRepository''getEntryContactStatusRepositoryService'true],
  1355.             'Customize\\Repository\\InvoiceRepository' => ['privates''Customize\\Repository\\InvoiceRepository''getInvoiceRepositoryService'true],
  1356.             'Customize\\Repository\\OrderRepository' => ['privates''Customize\\Repository\\OrderRepository''getOrderRepositoryService'true],
  1357.             'Customize\\Repository\\ShippingRepository' => ['privates''Customize\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1358.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1359.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1360.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1361.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1362.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'true],
  1363.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1364.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1365.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1366.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1367.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1368.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1369.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1370.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['services''Customize\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1371.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'true],
  1372.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1373.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1374.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1375.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1376.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1377.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1378.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1379.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1380.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1381.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1382.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1383.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1384.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1385.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1386.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1387.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1388.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1389.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1390.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1391.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1392.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1393.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1394.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1395.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1396.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1397.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1398.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1399.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1400.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1401.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1402.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1403.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1404.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1405.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1406.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepository2Service'false],
  1407.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1408.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1409.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1410.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1411.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1412.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1413.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1414.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1415.             'Eccube\\Repository\\ProductRepository' => ['services''Customize\\Repository\\ProductRepository''getProductRepositoryService'false],
  1416.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1417.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1418.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepository2Service'true],
  1419.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1420.             'Eccube\\Repository\\TaxRuleRepository' => ['privates''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1421.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1422.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1423.             'Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository' => ['privates''Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1424.             'Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository' => ['privates''Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository''getHolidaysRepository2Service'true],
  1425.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ConfigRepository''getConfigRepository4Service'true],
  1426.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactReplyRepository''getContactReplyRepositoryService'true],
  1427.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1428.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => ['privates''Plugin\\ContactManagement42\\Repository\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1429.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1430.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1431.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepositoryService'true],
  1432.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigRepository''getConfigRepository5Service'true],
  1433.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository''getConfigStatusRepositoryService'true],
  1434.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository''getCustomerPriceRepositoryService'true],
  1435.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => ['privates''Plugin\\CustomerRank42\\Repository\\CustomerRankRepository''getCustomerRankRepositoryService'true],
  1436.             'Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository' => ['privates''Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1437.             'Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository' => ['privates''Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository''getHolidaysRepositoryService'false],
  1438.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository''getLineIntegrationHistoryRepositoryService'true],
  1439.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository''getLineIntegrationRepositoryService'true],
  1440.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository' => ['privates''Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository''getLineIntegrationSettingRepositoryService'true],
  1441.             'Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository' => ['privates''Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository''getECMypageReceipt42ConfigRepositoryService'true],
  1442.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepository6Service'false],
  1443.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1444.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1445.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1446.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1447.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1448.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1449.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1450.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1451.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1452.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1453.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1454.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1455.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1456.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1457.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1458.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1459.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1460.             'Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository' => ['privates''Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository''getConfigRepository7Service'true],
  1461.             'Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository' => ['privates''Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository''getHsdRelatedProduct42RepositoryService'true],
  1462.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1463.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1464.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository''getPinpointRepeatRepositoryService'true],
  1465.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PinpointRepository''getPinpointRepositoryService'true],
  1466.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository''getPlgConfigOptionRepositoryService'true],
  1467.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository''getPlgConfigRepositoryService'true],
  1468.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => ['privates''Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository''getProductPinpointRepositoryService'true],
  1469.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => ['privates''Plugin\\ProductContact42\\Repository\\ConfigRepository''getConfigRepository8Service'true],
  1470.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1471.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1472.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1473.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1474.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1475.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ConfigRepository''getConfigRepository2Service'false],
  1476.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => ['privates''Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository''getProductCustomerRankRepositoryService'false],
  1477.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => ['privates''Plugin\\Securitychecker42\\Repository\\ConfigRepository''getConfigRepository9Service'true],
  1478.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => ['privates''Plugin\\SiteKit42\\Repository\\IdTokenRepository''getIdTokenRepositoryService'true],
  1479.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => ['privates''Plugin\\SortProduct42Plus\\Repository\\SortProductRepository''getSortProductRepositoryService'true],
  1480.             'Plugin\\Stripe4\\Repository\\ConfigRepository' => ['privates''Plugin\\Stripe4\\Repository\\ConfigRepository''getConfigRepository10Service'true],
  1481.             'Plugin\\Stripe4\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\Stripe4\\Repository\\PaymentStatusRepository''getPaymentStatusRepository2Service'true],
  1482.         ], [
  1483.             'Customize\\Repository\\DepositRepository' => '?',
  1484.             'Customize\\Repository\\EntryContactReplyRepository' => '?',
  1485.             'Customize\\Repository\\EntryContactRepository' => '?',
  1486.             'Customize\\Repository\\EntryContactStatusRepository' => '?',
  1487.             'Customize\\Repository\\InvoiceRepository' => '?',
  1488.             'Customize\\Repository\\OrderRepository' => '?',
  1489.             'Customize\\Repository\\ShippingRepository' => '?',
  1490.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1491.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1492.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1493.             'Eccube\\Repository\\BlockRepository' => '?',
  1494.             'Eccube\\Repository\\CalendarRepository' => '?',
  1495.             'Eccube\\Repository\\CartItemRepository' => '?',
  1496.             'Eccube\\Repository\\CartRepository' => '?',
  1497.             'Eccube\\Repository\\CategoryRepository' => '?',
  1498.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1499.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1500.             'Eccube\\Repository\\CsvRepository' => '?',
  1501.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1502.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1503.             'Eccube\\Repository\\CustomerRepository' => '?',
  1504.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1505.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1506.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1507.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1508.             'Eccube\\Repository\\LayoutRepository' => '?',
  1509.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1510.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1511.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1512.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1513.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1514.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1515.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1516.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1517.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1518.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1519.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1520.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1521.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1522.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1523.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1524.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1525.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1526.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1527.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1528.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1529.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1530.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1531.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1532.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1533.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1534.             'Eccube\\Repository\\MemberRepository' => '?',
  1535.             'Eccube\\Repository\\NewsRepository' => '?',
  1536.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1537.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1538.             'Eccube\\Repository\\OrderRepository' => '?',
  1539.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1540.             'Eccube\\Repository\\PageRepository' => '?',
  1541.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1542.             'Eccube\\Repository\\PaymentRepository' => '?',
  1543.             'Eccube\\Repository\\PluginRepository' => '?',
  1544.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1545.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1546.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1547.             'Eccube\\Repository\\ProductRepository' => '?',
  1548.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1549.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1550.             'Eccube\\Repository\\ShippingRepository' => '?',
  1551.             'Eccube\\Repository\\TagRepository' => '?',
  1552.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1553.             'Eccube\\Repository\\TemplateRepository' => '?',
  1554.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1555.             'Plugin\\ApgSimpleCalendar\\Repository\\ConfigRepository' => '?',
  1556.             'Plugin\\ApgSimpleCalendar\\Repository\\HolidaysRepository' => '?',
  1557.             'Plugin\\ContactManagement42\\Repository\\ConfigRepository' => '?',
  1558.             'Plugin\\ContactManagement42\\Repository\\ContactReplyRepository' => '?',
  1559.             'Plugin\\ContactManagement42\\Repository\\ContactRepository' => '?',
  1560.             'Plugin\\ContactManagement42\\Repository\\ContactStatusRepository' => '?',
  1561.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1562.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1563.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1564.             'Plugin\\CustomerRank42\\Repository\\ConfigRepository' => '?',
  1565.             'Plugin\\CustomerRank42\\Repository\\ConfigStatusRepository' => '?',
  1566.             'Plugin\\CustomerRank42\\Repository\\CustomerPriceRepository' => '?',
  1567.             'Plugin\\CustomerRank42\\Repository\\CustomerRankRepository' => '?',
  1568.             'Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository' => '?',
  1569.             'Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository' => '?',
  1570.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationHistoryRepository' => '?',
  1571.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationRepository' => '?',
  1572.             'Plugin\\ECCUBE4LineIntegration42\\Repository\\LineIntegrationSettingRepository' => '?',
  1573.             'Plugin\\ECMypageReceipt42\\Repository\\ECMypageReceipt42ConfigRepository' => '?',
  1574.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1575.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1576.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1577.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1578.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1579.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1580.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1581.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1582.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1583.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1584.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1585.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1586.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1587.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1588.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1589.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1590.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1591.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1592.             'Plugin\\HsdRelatedProduct42\\Repository\\ConfigRepository' => '?',
  1593.             'Plugin\\HsdRelatedProduct42\\Repository\\HsdRelatedProduct42Repository' => '?',
  1594.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1595.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1596.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepeatRepository' => '?',
  1597.             'Plugin\\PinpointSaleDx\\Repository\\PinpointRepository' => '?',
  1598.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigOptionRepository' => '?',
  1599.             'Plugin\\PinpointSaleDx\\Repository\\PlgConfigRepository' => '?',
  1600.             'Plugin\\PinpointSaleDx\\Repository\\ProductPinpointRepository' => '?',
  1601.             'Plugin\\ProductContact42\\Repository\\ConfigRepository' => '?',
  1602.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1603.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1604.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1605.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1606.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1607.             'Plugin\\SalesRestrictions42\\Repository\\ConfigRepository' => '?',
  1608.             'Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository' => '?',
  1609.             'Plugin\\Securitychecker42\\Repository\\ConfigRepository' => '?',
  1610.             'Plugin\\SiteKit42\\Repository\\IdTokenRepository' => '?',
  1611.             'Plugin\\SortProduct42Plus\\Repository\\SortProductRepository' => '?',
  1612.             'Plugin\\Stripe4\\Repository\\ConfigRepository' => '?',
  1613.             'Plugin\\Stripe4\\Repository\\PaymentStatusRepository' => '?',
  1614.         ])));
  1615.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1616.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1617.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1618.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1619.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1620.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1621.         return $instance;
  1622.     }
  1623.     /**
  1624.      * Gets the public 'event_dispatcher' shared service.
  1625.      *
  1626.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1627.      */
  1628.     protected function getEventDispatcherService()
  1629.     {
  1630.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1631.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1632.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1633.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1634.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1635.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1636.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1637.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1638.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1639.         $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())));
  1640.         $instance->addListener('kernel.request', [=> function () {
  1641.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1642.         }, => 'onKernelRequest'], 1024);
  1643.         $instance->addListener('kernel.controller', [=> function () {
  1644.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1645.         }, => 'onKernelController'], 0);
  1646.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1647.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1648.         }, => 'checkPassport'], 1024);
  1649.         $instance->addListener('kernel.response', [=> function () {
  1650.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1651.         }, => 'onKernelResponse'], 0);
  1652.         $instance->addListener('kernel.response', [=> function () {
  1653.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1654.         }, => 'onKernelResponse'], 0);
  1655.         $instance->addListener('kernel.request', [=> function () {
  1656.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1657.         }, => 'onKernelRequest'], 0);
  1658.         $instance->addListener('kernel.controller', [=> function () {
  1659.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1660.         }, => 'onController'], 0);
  1661.         $instance->addListener('kernel.request', [=> function () {
  1662.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1663.         }, => 'onKernelRequest'], 512);
  1664.         $instance->addListener('kernel.request', [=> function () {
  1665.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1666.         }, => 'onKernelRequestEarly'], 500);
  1667.         $instance->addListener('kernel.request', [=> function () {
  1668.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1669.         }, => 'onKernelRequest'], 6);
  1670.         $instance->addListener('kernel.response', [=> function () {
  1671.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1672.         }, => 'onKernelResponse'], 0);
  1673.         $instance->addListener('kernel.controller', [=> function () {
  1674.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1675.         }, => 'onKernelController'], 0);
  1676.         $instance->addListener('kernel.terminate', [=> function () {
  1677.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1678.         }, => 'onKernelTerminate'], 0);
  1679.         $instance->addListener('kernel.exception', [=> function () {
  1680.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1681.         }, => 'onKernelException'], -4);
  1682.         $instance->addListener('security.interactive_login', [=> function () {
  1683.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1684.         }, => 'onInteractiveLogin'], 0);
  1685.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1686.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1687.         }, => 'onAuthenticationFailure'], 0);
  1688.         $instance->addListener('kernel.response', [=> function () {
  1689.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1690.         }, => 'onResponse'], 0);
  1691.         $instance->addListener('kernel.request', [=> function () {
  1692.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1693.         }, => 'onKernelRequest'], 512);
  1694.         $instance->addListener('kernel.controller', [=> function () {
  1695.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1696.         }, => 'onController'], 0);
  1697.         $instance->addListener('kernel.request', [=> function () {
  1698.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1699.         }, => 'onKernelRequest'], 7);
  1700.         $instance->addListener('security.interactive_login', [=> function () {
  1701.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1702.         }, => 'onInteractiveLogin'], 0);
  1703.         $instance->addListener('security.authentication.failure', [=> function () {
  1704.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1705.         }, => 'onAuthenticationFailure'], 0);
  1706.         $instance->addListener('kernel.request', [=> function () {
  1707.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1708.         }, => 'onKernelRequest'], 0);
  1709.         $instance->addListener('kernel.exception', [=> function () {
  1710.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1711.         }, => 'onKernelException'], 0);
  1712.         $instance->addListener('kernel.terminate', [=> function () {
  1713.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1714.         }, => 'onKernelTerminate'], 0);
  1715.         $instance->addListener('kernel.request', [=> function () {
  1716.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1717.         }, => 'onKernelRequest'], 6);
  1718.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1719.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1720.         }, => 'onKernelController'], 7);
  1721.         $instance->addListener('form.pre_submit', [=> function () {
  1722.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1723.         }, => 'onPreSubmit'], 0);
  1724.         $instance->addListener('form.pre_submit', [=> function () {
  1725.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1726.         }, => 'purifySubmittedData'], 1000001);
  1727.         $instance->addListener('form.pre_submit', [=> function () {
  1728.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1729.         }, => 'onPreSubmit'], 0);
  1730.         $instance->addListener('workflow.order.completed', [=> function () {
  1731.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1732.         }, => 'onCompleted'], 0);
  1733.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1734.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1735.         }, => 'updatePaymentDate'], 0);
  1736.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1737.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1738.         }, => 'rollbackStock'], 0);
  1739.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1740.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1741.         }, => 'rollbackUsePoint'], 0);
  1742.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1743.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1744.         }, => 'commitStock'], 0);
  1745.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1746.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1747.         }, => 'commitUsePoint'], 0);
  1748.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1749.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1750.         }, => 'commitAddPoint'], 0);
  1751.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1752.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1753.         }, => 'rollbackUsePoint'], 0);
  1754.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1755.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1756.         }, => 'rollbackAddPoint'], 0);
  1757.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1758.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1759.         }, => 'commitUsePoint'], 0);
  1760.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1761.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1762.         }, => 'commitAddPoint'], 0);
  1763.         $instance->addListener('kernel.terminate', [=> function () {
  1764.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1765.         }, => 'disableMaintenanceEvent'], 0);
  1766.         $instance->addListener('kernel.terminate', [=> function () {
  1767.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1768.         }, => 'forceClearCache'], 0);
  1769.         $instance->addListener('front.contact.index.complete', [=> function () {
  1770.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1771.         }, => 'onContactComplete'], 0);
  1772.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1773.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1774.         }, => 'onAdminCustomerEditTwig'], 0);
  1775.         $instance->addListener('Block/contact_product.twig', [=> function () {
  1776.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1777.         }, => 'onBlock'], 0);
  1778.         $instance->addListener('Product/detail.twig', [=> function () {
  1779.             return ($this->privates['Plugin\\ContactManagement42\\Event'] ?? $this->load('getEventService'));
  1780.         }, => 'onDetail'], 0);
  1781.         $instance->addListener('@admin/Customer/index.twig', [=> function () {
  1782.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1783.         }, => 'onTemplateAdminCustomer'], 0);
  1784.         $instance->addListener('@admin/Customer/edit.twig', [=> function () {
  1785.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminCustomerEvent'] ?? $this->load('getAdminCustomerEventService'));
  1786.         }, => 'onTemplateAdminCustomerEdit'], 0);
  1787.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1788.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1789.         }, => 'onTemplateAdminOrder'], 0);
  1790.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1791.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1792.         }, => 'onTemplateAdminOrderEdit'], 0);
  1793.         $instance->addListener('admin.order.edit.search.product.complete', [=> function () {
  1794.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1795.         }, => 'hookAdminOrderEditSearchProductComplete'], 0);
  1796.         $instance->addListener('admin.order.edit.index.progress', [=> function () {
  1797.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1798.         }, => 'hookAdminOrderEditIndexProgress'], 0);
  1799.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1800.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminOrderEvent'] ?? $this->load('getAdminOrderEventService'));
  1801.         }, => 'hookAdminOrderEditIndexComplete'], 0);
  1802.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1803.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1804.         }, => 'onTemplateAdminProductEdit'], 0);
  1805.         $instance->addListener('admin.product.edit.complete', [=> function () {
  1806.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1807.         }, => 'hookAdminProductEditComplete'], 0);
  1808.         $instance->addListener('admin.product.copy.complete', [=> function () {
  1809.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1810.         }, => 'hookAdminProductCopyComplete'], 0);
  1811.         $instance->addListener('admin.product.csv.export', [=> function () {
  1812.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1813.         }, => 'hookAdminProductCsvExport'], 0);
  1814.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1815.             return ($this->privates['Plugin\\CustomerRank42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEventService'));
  1816.         }, => 'onTemplateAdminProductClassEdit'], 0);
  1817.         $instance->addListener('Cart/index.twig', [=> function () {
  1818.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CartEvent'] ?? $this->load('getCartEventService'));
  1819.         }, => 'onTemplateCart'], 0);
  1820.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  1821.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1822.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  1823.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  1824.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1825.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  1826.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  1827.             return ($this->privates['Plugin\\CustomerRank42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEventService'));
  1828.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  1829.         $instance->addListener('front.entry.index.complete', [=> function () {
  1830.             return ($this->privates['Plugin\\CustomerRank42\\Event\\EntryEvent'] ?? $this->load('getEntryEventService'));
  1831.         }, => 'hookFrontEntryIndexComplete'], 0);
  1832.         $instance->addListener('@MailMagazine42/admin/index.twig', [=> function () {
  1833.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1834.         }, => 'onTemplateAdminCustomer'], 0);
  1835.         $instance->addListener('@MailMagazine42/admin/history_condition.twig', [=> function () {
  1836.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MailMagazineEvent'] ?? $this->load('getMailMagazineEventService'));
  1837.         }, => 'onTemplateMailmagazineHistoryCondition'], 0);
  1838.         $instance->addListener('Mypage/history.twig', [=> function () {
  1839.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1840.         }, => 'onTemplateMypageHistory'], 0);
  1841.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1842.             return ($this->privates['Plugin\\CustomerRank42\\Event\\MypageEvent'] ?? $this->load('getMypageEventService'));
  1843.         }, => 'onTemplateMypageFavorite'], 0);
  1844.         $instance->addListener('Product/list.twig', [=> function () {
  1845.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1846.         }, => 'onTemplateProductList'], 0);
  1847.         $instance->addListener('Product/detail.twig', [=> function () {
  1848.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ProductEvent'] ?? $this->load('getProductEventService'));
  1849.         }, => 'onTemplateProductDetail'], 0);
  1850.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  1851.             return ($this->privates['Plugin\\CustomerRank42\\Event\\ShoppingEvent'] ?? $this->load('getShoppingEventService'));
  1852.         }, => 'hookFrontShoppingCompleteInitialize'], 0);
  1853.         $instance->addListener('Entry/index.twig', [=> function () {
  1854.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1855.         }, => 'onRenderEntryIndex'], 10);
  1856.         $instance->addListener('Entry/index.twig', [=> function () {
  1857.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1858.         }, => 'onRenderLineEntryButton'], -10);
  1859.         $instance->addListener('front.entry.index.complete', [=> function () {
  1860.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1861.         }, => 'onCompleteEntry'], 0);
  1862.         $instance->addListener('Mypage/login.twig', [=> function () {
  1863.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1864.         }, => 'onRenderLineLoginButton'], 0);
  1865.         $instance->addListener('Mypage/change.twig', [=> function () {
  1866.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1867.         }, => 'onRenderMypageChange'], 0);
  1868.         $instance->addListener('Shopping/login.twig', [=> function () {
  1869.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1870.         }, => 'onRenderShoppingLineLoginButton'], 0);
  1871.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1872.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1873.         }, => 'onCompleteMypageChange'], 0);
  1874.         $instance->addListener('front.mypage.withdraw.index.complete', [=> function () {
  1875.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1876.         }, => 'onCompleteMypageWithdraw'], 0);
  1877.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1878.             return ($this->privates['Plugin\\ECCUBE4LineIntegration42\\LineIntegrationEvent'] ?? $this->load('getLineIntegrationEventService'));
  1879.         }, => 'onCompleteCustomerEdit'], 0);
  1880.         $instance->addListener('Mypage/history.twig', [=> function () {
  1881.             return ($this->privates['Plugin\\ECMypageReceipt42\\ECMypageReceipt42Event'] ?? ($this->privates['Plugin\\ECMypageReceipt42\\ECMypageReceipt42Event'] = new \Plugin\ECMypageReceipt42\ECMypageReceipt42Event()));
  1882.         }, => 'onRenderMypageHistory'], 0);
  1883.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1884.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1885.         }, => 'onKernelController'], 0);
  1886.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1887.             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()));
  1888.         }, => 'edit'], 0);
  1889.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1890.             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)));
  1891.         }, => 'edit'], 0);
  1892.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1893.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1894.         }, => 'adminOrderEditIndexComplete'], 0);
  1895.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1896.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1897.         }, => 'adminOrderEditIndexComplete'], 0);
  1898.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1899.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1900.         }, => 'index'], 0);
  1901.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1902.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1903.         }, => 'adminOrderEditIndexComplete'], 0);
  1904.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1905.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1906.         }, => 'product'], 0);
  1907.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1908.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1909.         }, => 'index'], 0);
  1910.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1911.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1912.         }, => 'product'], 0);
  1913.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1914.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1915.         }, => 'index'], 0);
  1916.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1917.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1918.         }, => 'product'], 0);
  1919.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1920.             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()));
  1921.         }, => 'deliveryEdit'], 0);
  1922.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1923.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1924.         }, => 'frontMypageChangeIndexComplete'], 0);
  1925.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1926.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1927.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1928.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1929.             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()));
  1930.         }, => 'delivery'], 0);
  1931.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1932.             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()));
  1933.         }, => 'change_complete'], 0);
  1934.         $instance->addListener('Mypage/index.twig', [=> function () {
  1935.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1936.         }, => 'index'], 0);
  1937.         $instance->addListener('Mypage/history.twig', [=> function () {
  1938.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1939.         }, => 'index'], 0);
  1940.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1941.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1942.         }, => 'index'], 0);
  1943.         $instance->addListener('Mypage/change.twig', [=> function () {
  1944.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1945.         }, => 'index'], 0);
  1946.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1947.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1948.         }, => 'index'], 0);
  1949.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1950.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1951.         }, => 'index'], 0);
  1952.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1953.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1954.         }, => 'index'], 0);
  1955.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1956.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1957.         }, => 'index'], 0);
  1958.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1959.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1960.         }, => 'index'], 0);
  1961.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1962.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1963.         }, => 'index'], 0);
  1964.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1965.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1966.         }, => 'index'], 0);
  1967.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1968.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1969.         }, => 'index'], 0);
  1970.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1971.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1972.         }, => 'index'], 0);
  1973.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1974.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1975.         }, => 'index'], 0);
  1976.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1977.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1978.         }, => 'index'], 0);
  1979.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1980.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1981.         }, => 'index'], 0);
  1982.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1983.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1984.         }, => 'index'], 0);
  1985.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1986.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1987.         }, => 'index'], 0);
  1988.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1989.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1990.         }, => 'index'], 0);
  1991.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1992.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1993.         }, => 'index'], 0);
  1994.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1995.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1996.         }, => 'index'], 0);
  1997.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1998.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1999.         }, => 'index'], 0);
  2000.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  2001.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2002.         }, => 'index'], 0);
  2003.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  2004.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2005.         }, => 'index'], 0);
  2006.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  2007.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2008.         }, => 'index'], 0);
  2009.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  2010.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2011.         }, => 'index'], 0);
  2012.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  2013.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2014.         }, => 'index'], 0);
  2015.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  2016.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2017.         }, => 'index'], 0);
  2018.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  2019.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2020.         }, => 'index'], 0);
  2021.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  2022.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2023.         }, => 'index'], 0);
  2024.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  2025.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  2026.         }, => 'index'], 0);
  2027.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  2028.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  2029.         }, => 'index'], 0);
  2030.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  2031.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  2032.         }, => 'index'], 0);
  2033.         $instance->addListener('Shopping/index.twig', [=> function () {
  2034.             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()));
  2035.         }, => 'index'], 0);
  2036.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2037.             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()));
  2038.         }, => 'confirm'], 0);
  2039.         $instance->addListener('Shopping/index.twig', [=> function () {
  2040.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  2041.         }, => 'index'], 0);
  2042.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2043.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  2044.         }, => 'confirm'], 0);
  2045.         $instance->addListener('Shopping/index.twig', [=> function () {
  2046.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2047.         }, => 'index'], 0);
  2048.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2049.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2050.         }, => 'confirm'], 0);
  2051.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2052.             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()));
  2053.         }, => 'confirm'], 0);
  2054.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2055.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  2056.         }, => 'confirm'], 0);
  2057.         $instance->addListener('Shopping/index.twig', [=> function () {
  2058.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  2059.         }, => 'index'], 0);
  2060.         $instance->addListener('Shopping/index.twig', [=> function () {
  2061.             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()));
  2062.         }, => 'index'], 0);
  2063.         $instance->addListener('Shopping/login.twig', [=> function () {
  2064.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  2065.         }, => 'index'], 0);
  2066.         $instance->addListener('Shopping/index.twig', [=> function () {
  2067.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  2068.         }, => 'index'], 0);
  2069.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  2070.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  2071.         }, => 'index'], 0);
  2072.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  2073.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  2074.         }, => 'index'], 0);
  2075.         $instance->addListener('knp_pager.items', [=> function () {
  2076.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  2077.         }, => 'items'], 1);
  2078.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2079.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  2080.         }, => 'onTemplateProductProduct'], -10);
  2081.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  2082.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  2083.         }, => 'onTemplateProductClassEdit'], -10);
  2084.         $instance->addListener('@admin/Product/index.twig', [=> function () {
  2085.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\AdminProductEventSubscriber'] ?? $this->load('getAdminProductEventSubscriberService'));
  2086.         }, => 'onTemplateProductIndex'], 10);
  2087.         $instance->addListener('Block/product_sale_block.twig', [=> function () {
  2088.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\BlockEvent'] ?? $this->load('getBlockEventService'));
  2089.         }, => 'onProductSale'], 0);
  2090.         $instance->addListener('Cart/index.twig', [=> function () {
  2091.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  2092.         }, => 'onTemplateCartIndex'], 0);
  2093.         $instance->addListener('Cart/index.twig', [=> function () {
  2094.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\CartEventSubscriber'] ?? $this->load('getCartEventSubscriberService'));
  2095.         }, => 'onCartIndexHook'], -10);
  2096.         $instance->addListener('Mypage/history.twig', [=> function () {
  2097.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\MypageEventSubscriber'] ?? $this->load('getMypageEventSubscriberService'));
  2098.         }, => 'onTemplateMypageHistory'], 0);
  2099.         $instance->addListener('Product/detail.twig', [=> function () {
  2100.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ProductDetailEventSubscriber'] ?? $this->load('getProductDetailEventSubscriberService'));
  2101.         }, => 'onTemplateProductDetail'], 0);
  2102.         $instance->addListener('Shopping/index.twig', [=> function () {
  2103.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  2104.         }, => 'onTemplateShopping'], 0);
  2105.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2106.             return ($this->privates['Plugin\\PinpointSaleDx\\EventSubscriber\\ShoppingEventSubscriber'] ?? $this->load('getShoppingEventSubscriberService'));
  2107.         }, => 'onTemplateShoppingConfirm'], 0);
  2108.         $instance->addListener('Product/detail.twig', [=> function () {
  2109.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2110.         }, => 'onRenderProductDetail'], 0);
  2111.         $instance->addListener('front.contact.index.initialize', [=> function () {
  2112.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2113.         }, => 'onFrontContactIndexInitialize'], 0);
  2114.         $instance->addListener('plugin.contact.index.complete', [=> function () {
  2115.             return ($this->privates['Plugin\\ProductContact42\\Event'] ?? $this->load('getEvent2Service'));
  2116.         }, => 'onFrontContactIndexComplete'], 0);
  2117.         $instance->addListener('Product/detail.twig', [=> function () {
  2118.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  2119.         }, => 'detail'], 0);
  2120.         $instance->addListener('Block/review_block.twig', [=> function () {
  2121.             return ($this->privates['Plugin\\ProductReview42\\ProductReviewEvent'] ?? $this->load('getProductReviewEventService'));
  2122.         }, => 'onReviewBlock'], 0);
  2123.         $instance->addListener('Block/recommend_product_block.twig', [=> function () {
  2124.             return ($this->privates['Plugin\\Recommend42\\RecommendEvent'] ?? $this->load('getRecommendEventService'));
  2125.         }, => 'onRecommendProduct'], 0);
  2126.         $instance->addListener('@Recommend42/Product/list.twig', [=> function () {
  2127.             return ($this->privates['Plugin\\Recommend42\\RecommendEvent'] ?? $this->load('getRecommendEventService'));
  2128.         }, => 'onProductList'], 0);
  2129.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  2130.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2131.         }, => 'onTemplateAdminProductEdit'], 0);
  2132.         $instance->addListener('admin.product.copy.complete', [=> function () {
  2133.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2134.         }, => 'hookAdminProductCopyComplete'], 0);
  2135.         $instance->addListener('admin.product.csv.export', [=> function () {
  2136.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\AdminProductEvent'] ?? $this->load('getAdminProductEvent2Service'));
  2137.         }, => 'hookAdminProductCsvExport'], 0);
  2138.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.descriptions', [=> function () {
  2139.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2140.         }, => 'hookAdminProductCsvImportProductDescriptions'], 0);
  2141.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.check', [=> function () {
  2142.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2143.         }, => 'hookAdminProductCsvImportProductCheck'], 0);
  2144.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  2145.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\CsvImportProductExtEvent'] ?? $this->load('getCsvImportProductExtEvent2Service'));
  2146.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  2147.         $instance->addListener('Product/list.twig', [=> function () {
  2148.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2149.         }, => 'onTemplateProductList'], 0);
  2150.         $instance->addListener('Product/detail.twig', [=> function () {
  2151.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2152.         }, => 'onTemplateProductDetail'], 0);
  2153.         $instance->addListener('front.product.detail.initialize', [=> function () {
  2154.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2155.         }, => 'hookProductDetailInitialize'], 0);
  2156.         $instance->addListener('front.product.cart.add.complete', [=> function () {
  2157.             return ($this->privates['Plugin\\SalesRestrictions42\\Event\\ProductEvent'] ?? $this->load('getProductEvent2Service'));
  2158.         }, => 'hookProductCartAddComplete'], 0);
  2159.         $instance->addListener('Product/list.twig', [=> function () {
  2160.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2161.         }, => 'onProductList'], 0);
  2162.         $instance->addListener('Product/new.twig', [=> function () {
  2163.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2164.         }, => 'onProductList'], 0);
  2165.         $instance->addListener('Product/sale.twig', [=> function () {
  2166.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2167.         }, => 'onPinpointProductList'], 0);
  2168.         $instance->addListener('Product/detail.twig', [=> function () {
  2169.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2170.         }, => 'onProductDetail'], 0);
  2171.         $instance->addListener('@user_data/history_product_list.twig', [=> function () {
  2172.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2173.         }, => 'onProductList'], 0);
  2174.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  2175.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2176.         }, => 'onFavorite'], 0);
  2177.         $instance->addListener('Block/header.twig', [=> function () {
  2178.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2179.         }, => 'onHeader'], 0);
  2180.         $instance->addListener('Block/category_nav_sp.twig', [=> function () {
  2181.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2182.         }, => 'onHeader'], 0);
  2183.         $instance->addListener('Block/category_menu_sp.twig', [=> function () {
  2184.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2185.         }, => 'onHeader'], 0);
  2186.         $instance->addListener('Block/maker.twig', [=> function () {
  2187.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2188.         }, => 'onMaker'], 0);
  2189.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2190.             return ($this->privates['Customize\\Event\\CustomizeEvent'] ?? $this->load('getCustomizeEventService'));
  2191.         }, => 'onShoppingConfirm'], 0);
  2192.         $instance->addListener('Block/history_product.twig', [=> function () {
  2193.             return ($this->privates['Customize\\Event\\HistoryProductEvent'] ?? $this->load('getHistoryProductEventService'));
  2194.         }, => 'onHistoryProduct'], 0);
  2195.         $instance->addListener('Block/new_product.twig', [=> function () {
  2196.             return ($this->privates['Customize\\Event\\NewProductEvent'] ?? $this->load('getNewProductEventService'));
  2197.         }, => 'onNewProduct'], 0);
  2198.         $instance->addListener('Block/popular_product.twig', [=> function () {
  2199.             return ($this->privates['Customize\\Event\\PopularProductEvent'] ?? $this->load('getPopularProductEventService'));
  2200.         }, => 'onPopularProduct'], 0);
  2201.         $instance->addListener('kernel.request', [=> function () {
  2202.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2203.         }, => 'onKernelRequest'], 4096);
  2204.         $instance->addListener('kernel.response', [=> function () {
  2205.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2206.         }, => 'onKernelResponse'], 0);
  2207.         $instance->addListener('kernel.response', [=> function () {
  2208.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2209.         }, => 'onKernelResponse'], -1024);
  2210.         $instance->addListener('kernel.request', [=> function () {
  2211.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2212.         }, => 'setDefaultLocale'], 100);
  2213.         $instance->addListener('kernel.request', [=> function () {
  2214.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2215.         }, => 'onKernelRequest'], 16);
  2216.         $instance->addListener('kernel.finish_request', [=> function () {
  2217.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2218.         }, => 'onKernelFinishRequest'], 0);
  2219.         $instance->addListener('kernel.request', [=> function () {
  2220.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2221.         }, => 'onKernelRequest'], 256);
  2222.         $instance->addListener('kernel.response', [=> function () {
  2223.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2224.         }, => 'onResponse'], -255);
  2225.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2226.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2227.         }, => 'onControllerArguments'], 0);
  2228.         $instance->addListener('kernel.exception', [=> function () {
  2229.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2230.         }, => 'logKernelException'], 0);
  2231.         $instance->addListener('kernel.exception', [=> function () {
  2232.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2233.         }, => 'onKernelException'], -128);
  2234.         $instance->addListener('kernel.response', [=> function () {
  2235.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2236.         }, => 'removeCspHeader'], -128);
  2237.         $instance->addListener('kernel.request', [=> function () {
  2238.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2239.         }, => 'onKernelRequest'], 15);
  2240.         $instance->addListener('kernel.finish_request', [=> function () {
  2241.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2242.         }, => 'onKernelFinishRequest'], -15);
  2243.         $instance->addListener('console.error', [=> function () {
  2244.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2245.         }, => 'onConsoleError'], -128);
  2246.         $instance->addListener('console.terminate', [=> function () {
  2247.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2248.         }, => 'onConsoleTerminate'], -128);
  2249.         $instance->addListener('console.error', [=> function () {
  2250.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2251.         }, => 'onConsoleError'], 0);
  2252.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2253.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2254.         }, => 'onMessage'], -255);
  2255.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2256.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2257.         }, => 'onMessage'], -255);
  2258.         $instance->addListener('kernel.response', [=> function () {
  2259.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2260.         }, => 'onKernelResponse'], 0);
  2261.         $instance->addListener('kernel.request', [=> function () {
  2262.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2263.         }, => 'onKernelRequest'], 48);
  2264.         $instance->addListener('kernel.request', [=> function () {
  2265.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2266.         }, => 'configure'], 2048);
  2267.         $instance->addListener('console.command', [=> function () {
  2268.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2269.         }, => 'configure'], 2048);
  2270.         $instance->addListener('kernel.request', [=> function () {
  2271.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2272.         }, => 'onKernelRequest'], 32);
  2273.         $instance->addListener('kernel.finish_request', [=> function () {
  2274.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2275.         }, => 'onKernelFinishRequest'], 0);
  2276.         $instance->addListener('kernel.exception', [=> function () {
  2277.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2278.         }, => 'onKernelException'], -64);
  2279.         $instance->addListener('kernel.request', [=> function () {
  2280.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2281.         }, => 'onKernelRequest'], 128);
  2282.         $instance->addListener('kernel.response', [=> function () {
  2283.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2284.         }, => 'onKernelResponse'], -1000);
  2285.         $instance->addListener('kernel.finish_request', [=> function () {
  2286.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2287.         }, => 'onFinishRequest'], 0);
  2288.         $instance->addListener('kernel.response', [=> function () {
  2289.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2290.         }, => 'onKernelResponse'], -100);
  2291.         $instance->addListener('kernel.exception', [=> function () {
  2292.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2293.         }, => 'onKernelException'], 0);
  2294.         $instance->addListener('kernel.terminate', [=> function () {
  2295.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2296.         }, => 'onKernelTerminate'], -1024);
  2297.         $instance->addListener('kernel.controller', [=> function () {
  2298.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2299.         }, => 'onKernelController'], 0);
  2300.         $instance->addListener('kernel.response', [=> function () {
  2301.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2302.         }, => 'onKernelResponse'], 0);
  2303.         $instance->addListener('kernel.response', [=> function () {
  2304.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2305.         }, => 'onKernelResponse'], 0);
  2306.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2307.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2308.         }, => 'checkPassport'], 0);
  2309.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2310.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2311.         }, => 'onLoginSuccess'], 0);
  2312.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2313.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2314.         }, => 'onVoterVote'], 0);
  2315.         $instance->addListener('kernel.request', [=> function () {
  2316.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2317.         }, => 'configureLogoutUrlGenerator'], 8);
  2318.         $instance->addListener('kernel.request', [=> function () {
  2319.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2320.         }, => 'onKernelRequest'], 8);
  2321.         $instance->addListener('kernel.finish_request', [=> function () {
  2322.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2323.         }, => 'onKernelFinishRequest'], 0);
  2324.         $instance->addListener('kernel.controller', [=> function () {
  2325.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2326.         }, => 'onKernelController'], 0);
  2327.         $instance->addListener('kernel.controller', [=> function () {
  2328.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2329.         }, => 'onKernelController'], 0);
  2330.         $instance->addListener('kernel.controller', [=> function () {
  2331.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2332.         }, => 'onKernelController'], -128);
  2333.         $instance->addListener('kernel.view', [=> function () {
  2334.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2335.         }, => 'onKernelView'], 0);
  2336.         $instance->addListener('kernel.controller', [=> function () {
  2337.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2338.         }, => 'onKernelController'], 0);
  2339.         $instance->addListener('kernel.response', [=> function () {
  2340.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2341.         }, => 'onKernelResponse'], 0);
  2342.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2343.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2344.         }, => 'onKernelControllerArguments'], 0);
  2345.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2346.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2347.         }, => 'onKernelControllerArguments'], 0);
  2348.         $instance->addListener('console.command', [=> function () {
  2349.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2350.         }, => 'onCommand'], 255);
  2351.         $instance->addListener('console.terminate', [=> function () {
  2352.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2353.         }, => 'onTerminate'], -255);
  2354.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2355.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2356.         }, => 'onMessage'], 0);
  2357.         $instance->addListener('console.command', [=> function () {
  2358.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2359.         }, => 'configure'], 1024);
  2360.         $instance->addListener('kernel.response', [=> function () {
  2361.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2362.         }, => 'onKernelResponse'], -128);
  2363.         $instance->addListener('console.error', [=> function () {
  2364.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2365.         }, => 'onConsoleError'], 0);
  2366.         $instance->addListener('console.terminate', [=> function () {
  2367.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2368.         }, => 'onConsoleTerminate'], 0);
  2369.         $instance->addListener('knp_pager.before', [=> function () {
  2370.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2371.         }, => 'before'], 0);
  2372.         $instance->addListener('knp_pager.pagination', [=> function () {
  2373.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2374.         }, => 'pagination'], 0);
  2375.         $instance->addListener('knp_pager.before', [=> function () {
  2376.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2377.         }, => 'before'], 1);
  2378.         $instance->addListener('knp_pager.before', [=> function () {
  2379.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2380.         }, => 'before'], 1);
  2381.         $instance->addListener('knp_pager.pagination', [=> function () {
  2382.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2383.         }, => 'pagination'], 1);
  2384.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2385.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2386.         }, => 'checkPassport'], 512);
  2387.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2388.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2389.         }, => 'onLogout'], 0);
  2390.         return $instance;
  2391.     }
  2392.     /**
  2393.      * Gets the public 'http_kernel' shared service.
  2394.      *
  2395.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2396.      */
  2397.     protected function getHttpKernelService()
  2398.     {
  2399.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2400.         if (isset($this->services['http_kernel'])) {
  2401.             return $this->services['http_kernel'];
  2402.         }
  2403.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2404.         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 () {
  2405.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2406.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2407.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2408.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2409.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2410.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2411.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2412.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2413.         }, 8)), $b));
  2414.     }
  2415.     /**
  2416.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2417.      *
  2418.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2419.      */
  2420.     protected function getLiipImagine_Cache_ManagerService()
  2421.     {
  2422.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2423.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2424.             return $this->services['liip_imagine.cache.manager'];
  2425.         }
  2426.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('ECCUBE_AUTH_MAGIC')))), $a'default'false);
  2427.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2428.         $instance->addResolver('aws_s3_resolver', ($this->services['liip_imagine.cache.resolver.aws_s3_resolver'] ?? $this->getLiipImagine_Cache_Resolver_AwsS3ResolverService()));
  2429.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2430.         return $instance;
  2431.     }
  2432.     /**
  2433.      * Gets the public 'liip_imagine.cache.resolver.aws_s3_resolver' shared service.
  2434.      *
  2435.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver
  2436.      */
  2437.     protected function getLiipImagine_Cache_Resolver_AwsS3ResolverService()
  2438.     {
  2439.         $this->services['liip_imagine.cache.resolver.aws_s3_resolver'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\Resolver\AwsS3Resolver(\Aws\S3\S3Client::factory(['version' => '2006-03-01''region' => $this->getEnv('AWS_S3_REGION')]), $this->getEnv('AWS_S3_BUCKET'), 'public-read', ['Scheme' => 'https'], ['CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL')]);
  2440.         $instance->setCachePrefix('');
  2441.         return $instance;
  2442.     }
  2443.     /**
  2444.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2445.      *
  2446.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2447.      */
  2448.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2449.     {
  2450.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), \dirname(__DIR__4), 'media/cache');
  2451.     }
  2452.     /**
  2453.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2454.      *
  2455.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2456.      */
  2457.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2458.     {
  2459.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2460.     }
  2461.     /**
  2462.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2463.      *
  2464.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2465.      */
  2466.     protected function getLiipImagine_Cache_SignerService()
  2467.     {
  2468.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('ECCUBE_AUTH_MAGIC'));
  2469.     }
  2470.     /**
  2471.      * Gets the public 'request_stack' shared service.
  2472.      *
  2473.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2474.      */
  2475.     protected function getRequestStackService()
  2476.     {
  2477.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2478.     }
  2479.     /**
  2480.      * Gets the public 'router' shared service.
  2481.      *
  2482.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2483.      */
  2484.     protected function getRouterService()
  2485.     {
  2486.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2487.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2488.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2489.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2490.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2491.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2492.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2493.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2494.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2495.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2496.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2497.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2498.         ], [
  2499.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2500.         ]))->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'));
  2501.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2502.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'translator' shared service.
  2507.      *
  2508.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2509.      */
  2510.     protected function getTranslatorService()
  2511.     {
  2512.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2513.     }
  2514.     /**
  2515.      * Gets the public 'var_dumper.cloner' shared service.
  2516.      *
  2517.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2518.      */
  2519.     protected function getVarDumper_ClonerService()
  2520.     {
  2521.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2522.         $instance->setMaxItems(2500);
  2523.         $instance->setMinDepth(1);
  2524.         $instance->setMaxString(-1);
  2525.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2526.         return $instance;
  2527.     }
  2528.     /**
  2529.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2530.      *
  2531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2532.      */
  2533.     protected function get_ServiceLocator_HDnBBSZService()
  2534.     {
  2535.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2536.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2537.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2538.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2539.         ], [
  2540.             'security.firewall.map.context.admin' => '?',
  2541.             'security.firewall.map.context.customer' => '?',
  2542.             'security.firewall.map.context.dev' => '?',
  2543.         ]);
  2544.     }
  2545.     /**
  2546.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2547.      *
  2548.      * @return \Eccube\DataCollector\EccubeDataCollector
  2549.      */
  2550.     protected function getEccubeDataCollectorService()
  2551.     {
  2552.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2556.      *
  2557.      * @return \Eccube\Doctrine\Query\Queries
  2558.      */
  2559.     protected function getQueriesService()
  2560.     {
  2561.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2562.         $a = ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this)));
  2563.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminCustomerCustomizer());
  2564.         $instance->addCustomizer(new \Plugin\CustomerRank42\Repository\AdminOrderCustomizer());
  2565.         $instance->addCustomizer(new \Plugin\SalesRestrictions42\Repository\ProductCustomizer(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] ?? $this->getProductCustomerRankRepositoryService()), ($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] ?? $this->getSalesRestrictionsServiceService()), ($this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository2Service())));
  2566.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductJoin($a));
  2567.         $instance->addCustomizer(new \Plugin\SortProduct42Plus\Repository\SortProductOrderBy($a));
  2568.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2573.      *
  2574.      * @return \Eccube\EventListener\IpAddrListener
  2575.      */
  2576.     protected function getIpAddrListenerService()
  2577.     {
  2578.         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()));
  2579.     }
  2580.     /**
  2581.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2582.      *
  2583.      * @return \Eccube\EventListener\LogListener
  2584.      */
  2585.     protected function getLogListenerService()
  2586.     {
  2587.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2588.     }
  2589.     /**
  2590.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2591.      *
  2592.      * @return \Eccube\EventListener\MaintenanceListener
  2593.      */
  2594.     protected function getMaintenanceListenerService()
  2595.     {
  2596.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2597.     }
  2598.     /**
  2599.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2600.      *
  2601.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2602.      */
  2603.     protected function getMobileTemplatePathListenerService()
  2604.     {
  2605.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2606.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2607.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2608.         }
  2609.         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))));
  2610.     }
  2611.     /**
  2612.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2613.      *
  2614.      * @return \Eccube\EventListener\RateLimiterListener
  2615.      */
  2616.     protected function getRateLimiterListenerService()
  2617.     {
  2618.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2619.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2620.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2621.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2622.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2623.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2624.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2625.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2626.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2627.         ], [
  2628.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2629.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2630.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2631.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2632.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2633.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2634.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2635.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2636.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2637.     }
  2638.     /**
  2639.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2640.      *
  2641.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2642.      */
  2643.     protected function getRestrictFileUploadListenerService()
  2644.     {
  2645.         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()));
  2646.     }
  2647.     /**
  2648.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2649.      *
  2650.      * @return \Eccube\EventListener\TransactionListener
  2651.      */
  2652.     protected function getTransactionListenerService()
  2653.     {
  2654.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2655.     }
  2656.     /**
  2657.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2658.      *
  2659.      * @return \Eccube\EventListener\TwigInitializeListener
  2660.      */
  2661.     protected function getTwigInitializeListenerService()
  2662.     {
  2663.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2664.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2665.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2666.         }
  2667.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService()));
  2668.     }
  2669.     /**
  2670.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2671.      *
  2672.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2673.      */
  2674.     protected function getTwoFactorAuthListenerService()
  2675.     {
  2676.         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()));
  2677.     }
  2678.     /**
  2679.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2680.      *
  2681.      * @return \Eccube\Log\Processor\SessionProcessor
  2682.      */
  2683.     protected function getSessionProcessorService()
  2684.     {
  2685.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2686.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2687.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2688.         }
  2689.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2690.     }
  2691.     /**
  2692.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2693.      *
  2694.      * @return \Eccube\Log\Processor\TokenProcessor
  2695.      */
  2696.     protected function getTokenProcessorService()
  2697.     {
  2698.         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()));
  2699.     }
  2700.     /**
  2701.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2702.      *
  2703.      * @return \Eccube\Repository\AuthorityRoleRepository
  2704.      */
  2705.     protected function getAuthorityRoleRepositoryService()
  2706.     {
  2707.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2708.     }
  2709.     /**
  2710.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2711.      *
  2712.      * @return \Eccube\Repository\BaseInfoRepository
  2713.      */
  2714.     protected function getBaseInfoRepositoryService()
  2715.     {
  2716.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2717.     }
  2718.     /**
  2719.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2720.      *
  2721.      * @return \Eccube\Repository\BlockPositionRepository
  2722.      */
  2723.     protected function getBlockPositionRepositoryService()
  2724.     {
  2725.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2726.     }
  2727.     /**
  2728.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2729.      *
  2730.      * @return \Eccube\Repository\BlockRepository
  2731.      */
  2732.     protected function getBlockRepositoryService()
  2733.     {
  2734.         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))));
  2735.     }
  2736.     /**
  2737.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2738.      *
  2739.      * @return \Eccube\Repository\CartRepository
  2740.      */
  2741.     protected function getCartRepositoryService()
  2742.     {
  2743.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2747.      *
  2748.      * @return \Eccube\Repository\LayoutRepository
  2749.      */
  2750.     protected function getLayoutRepositoryService()
  2751.     {
  2752.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2756.      *
  2757.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2758.      */
  2759.     protected function getDeviceTypeRepositoryService()
  2760.     {
  2761.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2762.     }
  2763.     /**
  2764.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2765.      *
  2766.      * @return \Eccube\Repository\OrderRepository
  2767.      */
  2768.     protected function getOrderRepository2Service()
  2769.     {
  2770.         $a = ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService());
  2771.         if (isset($this->privates['Eccube\\Repository\\OrderRepository'])) {
  2772.             return $this->privates['Eccube\\Repository\\OrderRepository'];
  2773.         }
  2774.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2778.      *
  2779.      * @return \Eccube\Repository\PageLayoutRepository
  2780.      */
  2781.     protected function getPageLayoutRepositoryService()
  2782.     {
  2783.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2787.      *
  2788.      * @return \Eccube\Repository\PageRepository
  2789.      */
  2790.     protected function getPageRepositoryService()
  2791.     {
  2792.         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);
  2793.     }
  2794.     /**
  2795.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2796.      *
  2797.      * @return \Eccube\Repository\ProductClassRepository
  2798.      */
  2799.     protected function getProductClassRepositoryService()
  2800.     {
  2801.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2802.     }
  2803.     /**
  2804.      * Gets the private 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  2805.      *
  2806.      * @return \Eccube\Repository\TaxRuleRepository
  2807.      */
  2808.     protected function getTaxRuleRepositoryService($lazyLoad true)
  2809.     {
  2810.         if ($lazyLoad) {
  2811.             return $this->privates['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  2812.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2813.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  2814.                     $proxy->setProxyInitializer(null);
  2815.                     return true;
  2816.                 });
  2817.             });
  2818.         }
  2819.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  2820.         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))));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2824.      *
  2825.      * @return \Eccube\Request\Context
  2826.      */
  2827.     protected function getContextService()
  2828.     {
  2829.         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()));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2833.      *
  2834.      * @return \Eccube\Service\CartService
  2835.      */
  2836.     protected function getCartServiceService($lazyLoad true)
  2837.     {
  2838.         if ($lazyLoad) {
  2839.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2840.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2841.                     $wrappedInstance $this->getCartServiceService(false);
  2842.                     $proxy->setProxyInitializer(null);
  2843.                     return true;
  2844.                 });
  2845.             });
  2846.         }
  2847.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2848.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  2849.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  2850.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  2851.         include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  2852.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), new \Eccube\Service\Cart\ProductClassComparator(), new \Eccube\Service\Cart\SaleTypeCartAllocator(), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepository2Service()), ($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()));
  2853.     }
  2854.     /**
  2855.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2856.      *
  2857.      * @return \Eccube\Service\TwoFactorAuthService
  2858.      */
  2859.     protected function getTwoFactorAuthServiceService()
  2860.     {
  2861.         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())));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2865.      *
  2866.      * @return \Eccube\Twig\Extension\EccubeExtension
  2867.      */
  2868.     protected function getEccubeExtensionService()
  2869.     {
  2870.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->services['Customize\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2871.     }
  2872.     /**
  2873.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2874.      *
  2875.      * @return \Eccube\Twig\Extension\TaxExtension
  2876.      */
  2877.     protected function getTaxExtensionService()
  2878.     {
  2879.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension(($this->privates['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()));
  2880.     }
  2881.     /**
  2882.      * Gets the private 'Plugin\ECApgSimpleCalendar\Repository\ConfigRepository' shared autowired service.
  2883.      *
  2884.      * @return \Plugin\ECApgSimpleCalendar\Repository\ConfigRepository
  2885.      */
  2886.     protected function getConfigRepositoryService()
  2887.     {
  2888.         return $this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\ConfigRepository'] = new \Plugin\ECApgSimpleCalendar\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2889.     }
  2890.     /**
  2891.      * Gets the private 'Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository' shared autowired service.
  2892.      *
  2893.      * @return \Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository
  2894.      */
  2895.     protected function getHolidaysRepositoryService()
  2896.     {
  2897.         return $this->privates['Plugin\\ECApgSimpleCalendar\\Repository\\HolidaysRepository'] = new \Plugin\ECApgSimpleCalendar\Repository\HolidaysRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2898.     }
  2899.     /**
  2900.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2901.      *
  2902.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2903.      */
  2904.     protected function getAddRegularNavService()
  2905.     {
  2906.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2907.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2908.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2909.         }
  2910.         return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] = new \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $this->getConfigRepository6Service()), $a);
  2911.     }
  2912.     /**
  2913.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2914.      *
  2915.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2916.      */
  2917.     protected function getConfigRepository6Service()
  2918.     {
  2919.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ConfigRepository' shared autowired service.
  2923.      *
  2924.      * @return \Plugin\SalesRestrictions42\Repository\ConfigRepository
  2925.      */
  2926.     protected function getConfigRepository2Service()
  2927.     {
  2928.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ConfigRepository'] = new \Plugin\SalesRestrictions42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository' shared autowired service.
  2932.      *
  2933.      * @return \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository
  2934.      */
  2935.     protected function getProductCustomerRankRepositoryService()
  2936.     {
  2937.         return $this->privates['Plugin\\SalesRestrictions42\\Repository\\ProductCustomerRankRepository'] = new \Plugin\SalesRestrictions42\Repository\ProductCustomerRankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2938.     }
  2939.     /**
  2940.      * Gets the private 'Plugin\SalesRestrictions42\Service\SalesRestrictionsService' shared autowired service.
  2941.      *
  2942.      * @return \Plugin\SalesRestrictions42\Service\SalesRestrictionsService
  2943.      */
  2944.     protected function getSalesRestrictionsServiceService()
  2945.     {
  2946.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2947.         if (isset($this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'])) {
  2948.             return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'];
  2949.         }
  2950.         return $this->privates['Plugin\\SalesRestrictions42\\Service\\SalesRestrictionsService'] = new \Plugin\SalesRestrictions42\Service\SalesRestrictionsService($a);
  2951.     }
  2952.     /**
  2953.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2954.      *
  2955.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2956.      */
  2957.     protected function getWebProcessorService()
  2958.     {
  2959.         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']);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'annotations.cache_adapter' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2965.      */
  2966.     protected function getAnnotations_CacheAdapterService()
  2967.     {
  2968.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'annotations.cached_reader' shared service.
  2972.      *
  2973.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2974.      */
  2975.     protected function getAnnotations_CachedReaderService()
  2976.     {
  2977.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2978.     }
  2979.     /**
  2980.      * Gets the private 'annotations.reader' shared service.
  2981.      *
  2982.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2983.      */
  2984.     protected function getAnnotations_ReaderService()
  2985.     {
  2986.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2987.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2988.         $a->registerUniqueLoader('class_exists');
  2989.         $instance->addGlobalIgnoredName('required'$a);
  2990.         return $instance;
  2991.     }
  2992.     /**
  2993.      * Gets the private 'assets.context' shared service.
  2994.      *
  2995.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2996.      */
  2997.     protected function getAssets_ContextService()
  2998.     {
  2999.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3000.         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());
  3001.     }
  3002.     /**
  3003.      * Gets the private 'assets.packages' shared service.
  3004.      *
  3005.      * @return \Symfony\Component\Asset\Packages
  3006.      */
  3007.     protected function getAssets_PackagesService()
  3008.     {
  3009.         return $this->privates['assets.packages'] = 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 () {
  3010.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  3011.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  3012.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  3013.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  3014.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  3015.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  3016.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  3017.         }, 7));
  3018.     }
  3019.     /**
  3020.      * Gets the private 'cache.annotations' shared service.
  3021.      *
  3022.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3023.      */
  3024.     protected function getCache_AnnotationsService()
  3025.     {
  3026.         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())));
  3027.     }
  3028.     /**
  3029.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3030.      *
  3031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3032.      */
  3033.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3034.     {
  3035.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3036.     }
  3037.     /**
  3038.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3039.      *
  3040.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3041.      */
  3042.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3043.     {
  3044.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3045.     }
  3046.     /**
  3047.      * Gets the private 'cache.property_info' shared service.
  3048.      *
  3049.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3050.      */
  3051.     protected function getCache_PropertyInfoService()
  3052.     {
  3053.         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())));
  3054.     }
  3055.     /**
  3056.      * Gets the private 'cache.security_expression_language' shared service.
  3057.      *
  3058.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3059.      */
  3060.     protected function getCache_SecurityExpressionLanguageService()
  3061.     {
  3062.         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())));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'cache.security_token_verifier' shared service.
  3066.      *
  3067.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3068.      */
  3069.     protected function getCache_SecurityTokenVerifierService()
  3070.     {
  3071.         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())));
  3072.     }
  3073.     /**
  3074.      * Gets the private 'cache.serializer' shared service.
  3075.      *
  3076.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3077.      */
  3078.     protected function getCache_SerializerService()
  3079.     {
  3080.         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())));
  3081.     }
  3082.     /**
  3083.      * Gets the private 'cache.validator' shared service.
  3084.      *
  3085.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3086.      */
  3087.     protected function getCache_ValidatorService()
  3088.     {
  3089.         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())));
  3090.     }
  3091.     /**
  3092.      * Gets the private 'config_cache_factory' shared service.
  3093.      *
  3094.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3095.      */
  3096.     protected function getConfigCacheFactoryService()
  3097.     {
  3098.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3099.             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)));
  3100.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3101.         }, 2));
  3102.     }
  3103.     /**
  3104.      * Gets the private 'data_collector.form' shared service.
  3105.      *
  3106.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3107.      */
  3108.     protected function getDataCollector_FormService()
  3109.     {
  3110.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3111.     }
  3112.     /**
  3113.      * Gets the private 'data_collector.request' shared service.
  3114.      *
  3115.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3116.      */
  3117.     protected function getDataCollector_RequestService()
  3118.     {
  3119.         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())));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3123.      *
  3124.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3125.      */
  3126.     protected function getDebug_DebugHandlersListenerService()
  3127.     {
  3128.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3129.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3130.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3131.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3132.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3133.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3134.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3135.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3136.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3137.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3138.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3139.     }
  3140.     /**
  3141.      * Gets the private 'debug.file_link_formatter' shared service.
  3142.      *
  3143.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3144.      */
  3145.     protected function getDebug_FileLinkFormatterService()
  3146.     {
  3147.         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 () {
  3148.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3149.         });
  3150.     }
  3151.     /**
  3152.      * Gets the private 'debug.log_processor' shared service.
  3153.      *
  3154.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3155.      */
  3156.     protected function getDebug_LogProcessorService()
  3157.     {
  3158.         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())));
  3159.     }
  3160.     /**
  3161.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3162.      *
  3163.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3164.      */
  3165.     protected function getDebug_Security_Access_DecisionManagerService()
  3166.     {
  3167.         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 () {
  3168.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3169.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3170.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3171.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3172.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'debug.security.firewall' shared service.
  3176.      *
  3177.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3178.      */
  3179.     protected function getDebug_Security_FirewallService()
  3180.     {
  3181.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3182.         if (isset($this->privates['debug.security.firewall'])) {
  3183.             return $this->privates['debug.security.firewall'];
  3184.         }
  3185.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3186.         if (isset($this->privates['debug.security.firewall'])) {
  3187.             return $this->privates['debug.security.firewall'];
  3188.         }
  3189.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3190.     }
  3191.     /**
  3192.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3193.      *
  3194.      * @return \Doctrine\Migrations\DependencyFactory
  3195.      */
  3196.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3197.     {
  3198.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3199.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3200.         $a->setAllOrNothing(false);
  3201.         $a->setCheckDatabasePlatform(true);
  3202.         $a->setTransactional(true);
  3203.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3204.         $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()));
  3205.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3206.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3207.         });
  3208.         return $instance;
  3209.     }
  3210.     /**
  3211.      * Gets the private 'eccube.collector.core' shared autowired service.
  3212.      *
  3213.      * @return \Eccube\DataCollector\EccubeDataCollector
  3214.      */
  3215.     protected function getEccube_Collector_CoreService()
  3216.     {
  3217.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3218.     }
  3219.     /**
  3220.      * Gets the private 'esi_listener' shared service.
  3221.      *
  3222.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3223.      */
  3224.     protected function getEsiListenerService()
  3225.     {
  3226.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3227.     }
  3228.     /**
  3229.      * Gets the private 'exception_listener' shared service.
  3230.      *
  3231.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3232.      */
  3233.     protected function getExceptionListenerService()
  3234.     {
  3235.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3236.     }
  3237.     /**
  3238.      * Gets the private 'fragment.listener' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3241.      */
  3242.     protected function getFragment_ListenerService()
  3243.     {
  3244.         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');
  3245.     }
  3246.     /**
  3247.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3248.      *
  3249.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3250.      */
  3251.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3252.     {
  3253.         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())));
  3254.     }
  3255.     /**
  3256.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3257.      *
  3258.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3259.      */
  3260.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3261.     {
  3262.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3263.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3264.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3265.         }
  3266.         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);
  3267.     }
  3268.     /**
  3269.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3270.      *
  3271.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3272.      */
  3273.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3274.     {
  3275.         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]);
  3276.     }
  3277.     /**
  3278.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3279.      *
  3280.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3281.      */
  3282.     protected function getLiipImagine_Filter_ConfigurationService()
  3283.     {
  3284.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3285.     }
  3286.     /**
  3287.      * Gets the private 'locale_aware_listener' shared service.
  3288.      *
  3289.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3290.      */
  3291.     protected function getLocaleAwareListenerService()
  3292.     {
  3293.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3294.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3295.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3296.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3297.     }
  3298.     /**
  3299.      * Gets the private 'locale_listener' shared service.
  3300.      *
  3301.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3302.      */
  3303.     protected function getLocaleListenerService()
  3304.     {
  3305.         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, []);
  3306.     }
  3307.     /**
  3308.      * Gets the private 'monolog.handler.buffered' shared service.
  3309.      *
  3310.      * @return \Monolog\Handler\BufferHandler
  3311.      */
  3312.     protected function getMonolog_Handler_BufferedService()
  3313.     {
  3314.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3315.     }
  3316.     /**
  3317.      * Gets the private 'monolog.handler.console' shared service.
  3318.      *
  3319.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3320.      */
  3321.     protected function getMonolog_Handler_ConsoleService()
  3322.     {
  3323.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3324.     }
  3325.     /**
  3326.      * Gets the private 'monolog.logger' shared service.
  3327.      *
  3328.      * @return \Symfony\Bridge\Monolog\Logger
  3329.      */
  3330.     protected function getMonolog_LoggerService()
  3331.     {
  3332.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3333.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3334.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3335.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3336.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3337.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3338.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3339.         $instance->useMicrosecondTimestamps(true);
  3340.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3341.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3342.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3343.         return $instance;
  3344.     }
  3345.     /**
  3346.      * Gets the private 'monolog.logger.cache' shared service.
  3347.      *
  3348.      * @return \Symfony\Bridge\Monolog\Logger
  3349.      */
  3350.     protected function getMonolog_Logger_CacheService()
  3351.     {
  3352.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3353.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3354.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3355.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3356.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3357.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3358.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3359.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3360.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3361.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3362.         return $instance;
  3363.     }
  3364.     /**
  3365.      * Gets the private 'monolog.logger.request' shared service.
  3366.      *
  3367.      * @return \Symfony\Bridge\Monolog\Logger
  3368.      */
  3369.     protected function getMonolog_Logger_RequestService()
  3370.     {
  3371.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3372.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3373.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3374.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3375.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3376.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3377.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3378.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3379.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3381.         return $instance;
  3382.     }
  3383.     /**
  3384.      * Gets the private 'monolog.logger.security' shared service.
  3385.      *
  3386.      * @return \Symfony\Bridge\Monolog\Logger
  3387.      */
  3388.     protected function getMonolog_Logger_SecurityService()
  3389.     {
  3390.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3391.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3392.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3393.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3394.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3395.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3396.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3397.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3398.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3399.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the private 'parameter_bag' shared service.
  3404.      *
  3405.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3406.      */
  3407.     protected function getParameterBagService()
  3408.     {
  3409.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3410.     }
  3411.     /**
  3412.      * Gets the private 'profiler_listener' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3415.      */
  3416.     protected function getProfilerListenerService()
  3417.     {
  3418.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3419.         if (isset($this->privates['profiler_listener'])) {
  3420.             return $this->privates['profiler_listener'];
  3421.         }
  3422.         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);
  3423.     }
  3424.     /**
  3425.      * Gets the private 'property_info' shared service.
  3426.      *
  3427.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3428.      */
  3429.     protected function getPropertyInfoService()
  3430.     {
  3431.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3432.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3433.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3434.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3435.         }, 3), new RewindableGenerator(function () {
  3436.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3437.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3438.         }, 2), new RewindableGenerator(function () {
  3439.             return new \EmptyIterator();
  3440.         }, 0), new RewindableGenerator(function () {
  3441.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3442.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3443.         }, 2), new RewindableGenerator(function () {
  3444.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3445.         }, 1));
  3446.     }
  3447.     /**
  3448.      * Gets the private 'rate_limiter.cache' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3451.      */
  3452.     protected function getRateLimiter_CacheService()
  3453.     {
  3454.         $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))));
  3455.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3456.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3457.     }
  3458.     /**
  3459.      * Gets the private 'router.expression_language_provider' shared service.
  3460.      *
  3461.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3462.      */
  3463.     protected function getRouter_ExpressionLanguageProviderService()
  3464.     {
  3465.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3466.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3467.         ], [
  3468.             'env' => 'Closure',
  3469.         ]));
  3470.     }
  3471.     /**
  3472.      * Gets the private 'router.request_context' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\Routing\RequestContext
  3475.      */
  3476.     protected function getRouter_RequestContextService()
  3477.     {
  3478.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3479.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3480.         return $instance;
  3481.     }
  3482.     /**
  3483.      * Gets the private 'router_listener' shared service.
  3484.      *
  3485.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3486.      */
  3487.     protected function getRouterListenerService()
  3488.     {
  3489.         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);
  3490.     }
  3491.     /**
  3492.      * Gets the private 'security.context_listener.0' shared service.
  3493.      *
  3494.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3495.      */
  3496.     protected function getSecurity_ContextListener_0Service()
  3497.     {
  3498.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3499.         if (isset($this->privates['security.context_listener.0'])) {
  3500.             return $this->privates['security.context_listener.0'];
  3501.         }
  3502.         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 () {
  3503.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3504.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3505.         }, 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']);
  3506.     }
  3507.     /**
  3508.      * Gets the private 'security.context_listener.1' shared service.
  3509.      *
  3510.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3511.      */
  3512.     protected function getSecurity_ContextListener_1Service()
  3513.     {
  3514.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3515.         if (isset($this->privates['security.context_listener.1'])) {
  3516.             return $this->privates['security.context_listener.1'];
  3517.         }
  3518.         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 () {
  3519.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3520.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3521.         }, 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']);
  3522.     }
  3523.     /**
  3524.      * Gets the private 'security.csrf.token_storage' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3527.      */
  3528.     protected function getSecurity_Csrf_TokenStorageService()
  3529.     {
  3530.         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())));
  3531.     }
  3532.     /**
  3533.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3534.      *
  3535.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3536.      */
  3537.     protected function getSecurity_EventDispatcher_AdminService()
  3538.     {
  3539.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3540.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3541.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3542.         }, => 'checkPassport'], 2048);
  3543.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3544.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3545.         }, => 'onSuccessfulLogin'], 0);
  3546.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3547.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3548.         }, => 'onLogout'], 0);
  3549.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3550.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3551.         }, => 'onLogout'], 0);
  3552.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3553.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3554.         }, => 'checkPassport'], 2080);
  3555.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3556.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3557.         }, => 'onSuccessfulLogin'], 0);
  3558.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3559.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3560.         }, => 'preCheckCredentials'], 256);
  3561.         $instance->addListener('security.authentication.success', [=> function () {
  3562.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3563.         }, => 'postCheckCredentials'], 256);
  3564.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3565.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3566.         }, => 'checkPassport'], 1024);
  3567.         $instance->addListener('security.interactive_login', [=> function () {
  3568.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3569.         }, => 'onInteractiveLogin'], 0);
  3570.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3571.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3572.         }, => 'onAuthenticationFailure'], 0);
  3573.         $instance->addListener('security.interactive_login', [=> function () {
  3574.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3575.         }, => 'onInteractiveLogin'], 0);
  3576.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3577.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3578.         }, => 'checkPassport'], 0);
  3579.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3580.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3581.         }, => 'onLoginSuccess'], 0);
  3582.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3583.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3584.         }, => 'checkPassport'], 512);
  3585.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3586.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3587.         }, => 'onLogout'], 0);
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3594.      */
  3595.     protected function getSecurity_EventDispatcher_CustomerService()
  3596.     {
  3597.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3598.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3599.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3600.         }, => 'checkPassport'], 2048);
  3601.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3602.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3603.         }, => 'onSuccessfulLogin'], 0);
  3604.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3605.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3606.         }, => 'onLogout'], 64);
  3607.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3608.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3609.         }, => 'onLogout'], 0);
  3610.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3611.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3612.         }, => 'checkPassport'], 2080);
  3613.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3614.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3615.         }, => 'onSuccessfulLogin'], 0);
  3616.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3617.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3618.         }, => 'onSuccessfulLogin'], -32);
  3619.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3620.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3621.         }, => 'onSuccessfulLogin'], -64);
  3622.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3623.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3624.         }, => 'clearCookie'], 0);
  3625.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3626.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3627.         }, => 'clearCookie'], 0);
  3628.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3629.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3630.         }, => 'clearCookie'], 0);
  3631.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3632.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3633.         }, => 'preCheckCredentials'], 256);
  3634.         $instance->addListener('security.authentication.success', [=> function () {
  3635.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3636.         }, => 'postCheckCredentials'], 256);
  3637.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3638.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3639.         }, => 'checkPassport'], 1024);
  3640.         $instance->addListener('security.interactive_login', [=> function () {
  3641.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3642.         }, => 'onInteractiveLogin'], 0);
  3643.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3644.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3645.         }, => 'onAuthenticationFailure'], 0);
  3646.         $instance->addListener('security.interactive_login', [=> function () {
  3647.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3648.         }, => 'onInteractiveLogin'], 0);
  3649.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3650.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3651.         }, => 'checkPassport'], 0);
  3652.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3653.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3654.         }, => 'onLoginSuccess'], 0);
  3655.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3656.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3657.         }, => 'checkPassport'], 512);
  3658.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3659.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3660.         }, => 'onLogout'], 0);
  3661.         return $instance;
  3662.     }
  3663.     /**
  3664.      * Gets the private 'security.firewall.map' shared service.
  3665.      *
  3666.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3667.      */
  3668.     protected function getSecurity_Firewall_MapService()
  3669.     {
  3670.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3671.         if (isset($this->privates['security.firewall.map'])) {
  3672.             return $this->privates['security.firewall.map'];
  3673.         }
  3674.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3675.             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)/')));
  3676.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.jv3p1Xg'] ?? ($this->privates['.security.request_matcher.jv3p1Xg'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3677.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3678.         }, 3));
  3679.     }
  3680.     /**
  3681.      * Gets the private 'security.logout_url_generator' shared service.
  3682.      *
  3683.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3684.      */
  3685.     protected function getSecurity_LogoutUrlGeneratorService()
  3686.     {
  3687.         $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()));
  3688.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3689.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3690.         return $instance;
  3691.     }
  3692.     /**
  3693.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3694.      *
  3695.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3696.      */
  3697.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3698.     {
  3699.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3700.     }
  3701.     /**
  3702.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3703.      *
  3704.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3705.      */
  3706.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3707.     {
  3708.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3709.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3710.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3711.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3712.     }
  3713.     /**
  3714.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3715.      *
  3716.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3717.      */
  3718.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3719.     {
  3720.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3721.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3722.             return $this->privates['sensio_framework_extra.security.listener'];
  3723.         }
  3724.         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()));
  3725.     }
  3726.     /**
  3727.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3728.      *
  3729.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3730.      */
  3731.     protected function getSensioFrameworkExtra_View_ListenerService()
  3732.     {
  3733.         $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))));
  3734.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3735.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3736.         ], [
  3737.             'twig' => '?',
  3738.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3739.         return $instance;
  3740.     }
  3741.     /**
  3742.      * Gets the private 'session.factory' shared service.
  3743.      *
  3744.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3745.      */
  3746.     protected function getSession_FactoryService()
  3747.     {
  3748.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3749.         if (isset($this->privates['session.factory'])) {
  3750.             return $this->privates['session.factory'];
  3751.         }
  3752.         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']);
  3753.     }
  3754.     /**
  3755.      * Gets the private 'session_listener' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3758.      */
  3759.     protected function getSessionListenerService()
  3760.     {
  3761.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3762.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3763.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3764.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3765.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3766.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3767.         ], [
  3768.             'initialized_session' => '?',
  3769.             'logger' => '?',
  3770.             'session' => '?',
  3771.             'session_collector' => '?',
  3772.             'session_factory' => '?',
  3773.         ]), true$this->getParameter('session.storage.options'));
  3774.     }
  3775.     /**
  3776.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3777.      *
  3778.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3779.      */
  3780.     protected function getStateMachine_Order_MetadataStoreService()
  3781.     {
  3782.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3783.     }
  3784.     /**
  3785.      * Gets the private 'translator.default' shared service.
  3786.      *
  3787.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3788.      */
  3789.     protected function getTranslator_DefaultService()
  3790.     {
  3791.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3792.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3793.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3794.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3795.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3796.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3797.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3798.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3799.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3800.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3801.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3802.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3803.         ], [
  3804.             'translation.loader.csv' => '?',
  3805.             'translation.loader.dat' => '?',
  3806.             'translation.loader.ini' => '?',
  3807.             'translation.loader.json' => '?',
  3808.             'translation.loader.mo' => '?',
  3809.             'translation.loader.php' => '?',
  3810.             'translation.loader.po' => '?',
  3811.             'translation.loader.qt' => '?',
  3812.             'translation.loader.res' => '?',
  3813.             'translation.loader.xliff' => '?',
  3814.             'translation.loader.yml' => '?',
  3815.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), $this->getEnv('ECCUBE_LOCALE'), ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale/messages.ja.php'), => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale/validators.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale/validators.ja.yaml'), 13 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/messages.ja.yaml'), 14 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale/validators.ja.yaml'), 15 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale/messages.ja.php'), 16 => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale/messages.ja.yaml'), 17 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale/messages.ja.yaml'), 18 => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale/messages.ja.yaml'), 19 => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale/validators.ja.yaml'), 20 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), 21 => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineIntegration42/Resource/locale/messages.ja.yaml'), 22 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/messages.ja.yaml'), 23 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/validators.ja.yaml'), 24 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/Recommend42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SortProduct42Plus/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ECApgSimpleCalendar/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Plugin/ProductContact42/Resource/locale'), 11 => (\dirname(__DIR__4).'/app/Plugin/ContactManagement42/Resource/locale'), 12 => (\dirname(__DIR__4).'/app/Plugin/PinpointSaleDx/Resource/locale'), 13 => (\dirname(__DIR__4).'/app/Plugin/CustomerRank42/Resource/locale'), 14 => (\dirname(__DIR__4).'/app/Plugin/SalesRestrictions42/Resource/locale'), 15 => (\dirname(__DIR__4).'/app/Plugin/HsdRelatedProduct42/Resource/locale'), 16 => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), 17 => (\dirname(__DIR__4).'/app/Plugin/ECCUBE4LineIntegration42/Resource/locale'), 18 => (\dirname(__DIR__4).'/src/Eccube/Resource/locale/'), 19 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 20 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 27 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 33 => (\dirname(__DIR__4).'/src/Eccube/translations'), 34 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 35 => (\dirname(__DIR__4).'/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'app/Plugin/Recommend42/Resource/locale'=> 'app/Plugin/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/ProductReview42/Resource/locale'=> 'app/Plugin/SortProduct42Plus/Resource/locale'=> 'app/Plugin/ECApgSimpleCalendar/Resource/locale'10 => 'app/Plugin/ProductContact42/Resource/locale'11 => 'app/Plugin/ContactManagement42/Resource/locale'12 => 'app/Plugin/PinpointSaleDx/Resource/locale'13 => 'app/Plugin/CustomerRank42/Resource/locale'14 => 'app/Plugin/SalesRestrictions42/Resource/locale'15 => 'app/Plugin/HsdRelatedProduct42/Resource/locale'16 => 'app/Plugin/EccubePaymentLite42/Resource/locale'17 => 'app/Plugin/ECCUBE4LineIntegration42/Resource/locale'18 => 'src/Eccube/Resource/locale/'19 => 'app/Customize/Resource/locale/'20 => 'vendor/symfony/framework-bundle/translations'21 => 'vendor/symfony/security-bundle/translations'22 => 'vendor/doctrine/doctrine-bundle/translations'23 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'24 => 'vendor/sensio/framework-extra-bundle/src/translations'25 => 'vendor/symfony/monolog-bundle/translations'26 => 'vendor/symfony/twig-bundle/translations'27 => 'vendor/symfony/debug-bundle/translations'28 => 'vendor/symfony/web-profiler-bundle/translations'29 => 'vendor/symfony/maker-bundle/src/translations'30 => 'vendor/exercise/htmlpurifier-bundle/src/translations'31 => 'vendor/doctrine/doctrine-migrations-bundle/translations'32 => 'vendor/twig/extra-bundle/translations'33 => 'src/Eccube/translations'34 => 'vendor/liip/imagine-bundle/translations'35 => 'translations']]], []);
  3816.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3817.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE')]);
  3818.         return $instance;
  3819.     }
  3820.     /**
  3821.      * Gets the private 'validator.builder' shared service.
  3822.      *
  3823.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3824.      */
  3825.     protected function getValidator_BuilderService()
  3826.     {
  3827.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3828.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3829.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3830.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3831.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3832.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3833.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3834.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3835.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3836.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3837.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3838.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3839.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3840.         ], [
  3841.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3842.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3843.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3844.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3845.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3846.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3847.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3848.             'doctrine.orm.validator.unique' => '?',
  3849.             'security.validator.user_password' => '?',
  3850.             'validator.expression' => '?',
  3851.         ])));
  3852.         if ($this->has('translator')) {
  3853.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3854.         }
  3855.         $instance->setTranslationDomain('validators');
  3856.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3857.         $instance->enableAnnotationMapping(true);
  3858.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3859.         $instance->addMethodMapping('loadValidatorMetadata');
  3860.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3861.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3862.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3863.         return $instance;
  3864.     }
  3865.     /**
  3866.      * Gets the private 'var_dumper.html_dumper' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3869.      */
  3870.     protected function getVarDumper_HtmlDumperService()
  3871.     {
  3872.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3873.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the private 'web_profiler.csp.handler' shared service.
  3878.      *
  3879.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3880.      */
  3881.     protected function getWebProfiler_Csp_HandlerService()
  3882.     {
  3883.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3884.     }
  3885.     /**
  3886.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3887.      *
  3888.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3889.      */
  3890.     protected function getWebProfiler_DebugToolbarService()
  3891.     {
  3892.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3893.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3894.             return $this->privates['web_profiler.debug_toolbar'];
  3895.         }
  3896.         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()));
  3897.     }
  3898.     /**
  3899.      * Gets the public 'cache_clearer' alias.
  3900.      *
  3901.      * @return object The ".container.private.cache_clearer" service.
  3902.      */
  3903.     protected function getCacheClearerService()
  3904.     {
  3905.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3906.         return $this->get('.container.private.cache_clearer');
  3907.     }
  3908.     /**
  3909.      * Gets the public 'filesystem' alias.
  3910.      *
  3911.      * @return object The ".container.private.filesystem" service.
  3912.      */
  3913.     protected function getFilesystemService()
  3914.     {
  3915.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3916.         return $this->get('.container.private.filesystem');
  3917.     }
  3918.     /**
  3919.      * Gets the public 'state_machine.order' alias.
  3920.      *
  3921.      * @return object The ".container.private.state_machine.order" service.
  3922.      */
  3923.     protected function getStateMachine_OrderService()
  3924.     {
  3925.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3926.         return $this->get('.container.private.state_machine.order');
  3927.     }
  3928.     /**
  3929.      * Gets the public 'serializer' alias.
  3930.      *
  3931.      * @return object The ".container.private.serializer" service.
  3932.      */
  3933.     protected function getSerializerService()
  3934.     {
  3935.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3936.         return $this->get('.container.private.serializer');
  3937.     }
  3938.     /**
  3939.      * Gets the public 'security.csrf.token_manager' alias.
  3940.      *
  3941.      * @return object The ".container.private.security.csrf.token_manager" service.
  3942.      */
  3943.     protected function getSecurity_Csrf_TokenManagerService()
  3944.     {
  3945.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3946.         return $this->get('.container.private.security.csrf.token_manager');
  3947.     }
  3948.     /**
  3949.      * Gets the public 'form.factory' alias.
  3950.      *
  3951.      * @return object The ".container.private.form.factory" service.
  3952.      */
  3953.     protected function getForm_FactoryService()
  3954.     {
  3955.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3956.         return $this->get('.container.private.form.factory');
  3957.     }
  3958.     /**
  3959.      * Gets the public 'form.type.file' alias.
  3960.      *
  3961.      * @return object The ".container.private.form.type.file" service.
  3962.      */
  3963.     protected function getForm_Type_FileService()
  3964.     {
  3965.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3966.         return $this->get('.container.private.form.type.file');
  3967.     }
  3968.     /**
  3969.      * Gets the public 'profiler' alias.
  3970.      *
  3971.      * @return object The ".container.private.profiler" service.
  3972.      */
  3973.     protected function getProfilerService()
  3974.     {
  3975.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3976.         return $this->get('.container.private.profiler');
  3977.     }
  3978.     /**
  3979.      * Gets the public 'security.authorization_checker' alias.
  3980.      *
  3981.      * @return object The ".container.private.security.authorization_checker" service.
  3982.      */
  3983.     protected function getSecurity_AuthorizationCheckerService()
  3984.     {
  3985.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3986.         return $this->get('.container.private.security.authorization_checker');
  3987.     }
  3988.     /**
  3989.      * Gets the public 'security.token_storage' alias.
  3990.      *
  3991.      * @return object The ".container.private.security.token_storage" service.
  3992.      */
  3993.     protected function getSecurity_TokenStorageService()
  3994.     {
  3995.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3996.         return $this->get('.container.private.security.token_storage');
  3997.     }
  3998.     /**
  3999.      * Gets the public 'twig' alias.
  4000.      *
  4001.      * @return object The ".container.private.twig" service.
  4002.      */
  4003.     protected function getTwigService()
  4004.     {
  4005.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4006.         return $this->get('.container.private.twig');
  4007.     }
  4008.     /**
  4009.      * Gets the public 'security.password_encoder' alias.
  4010.      *
  4011.      * @return object The ".container.private.security.password_encoder" service.
  4012.      */
  4013.     protected function getSecurity_PasswordEncoderService()
  4014.     {
  4015.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4016.         return $this->get('.container.private.security.password_encoder');
  4017.     }
  4018.     /**
  4019.      * Gets the public 'session' alias.
  4020.      *
  4021.      * @return object The ".container.private.session" service.
  4022.      */
  4023.     protected function getSessionService()
  4024.     {
  4025.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4026.         return $this->get('.container.private.session');
  4027.     }
  4028.     /**
  4029.      * Gets the public 'validator' alias.
  4030.      *
  4031.      * @return object The ".container.private.validator" service.
  4032.      */
  4033.     protected function getValidatorService()
  4034.     {
  4035.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4036.         return $this->get('.container.private.validator');
  4037.     }
  4038.     /**
  4039.      * @return array|bool|float|int|string|\UnitEnum|null
  4040.      */
  4041.     public function getParameter(string $name)
  4042.     {
  4043.         if (isset($this->buildParameters[$name])) {
  4044.             return $this->buildParameters[$name];
  4045.         }
  4046.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4047.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4048.         }
  4049.         if (isset($this->loadedDynamicParameters[$name])) {
  4050.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4051.         }
  4052.         return $this->parameters[$name];
  4053.     }
  4054.     public function hasParameter(string $name): bool
  4055.     {
  4056.         if (isset($this->buildParameters[$name])) {
  4057.             return true;
  4058.         }
  4059.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4060.     }
  4061.     public function setParameter(string $name$value): void
  4062.     {
  4063.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4064.     }
  4065.     public function getParameterBag(): ParameterBagInterface
  4066.     {
  4067.         if (null === $this->parameterBag) {
  4068.             $parameters $this->parameters;
  4069.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4070.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4071.             }
  4072.             foreach ($this->buildParameters as $name => $value) {
  4073.                 $parameters[$name] = $value;
  4074.             }
  4075.             $this->parameterBag = new FrozenParameterBag($parameters);
  4076.         }
  4077.         return $this->parameterBag;
  4078.     }
  4079.     private $loadedDynamicParameters = [
  4080.         'kernel.runtime_environment' => false,
  4081.         'kernel.build_dir' => false,
  4082.         'kernel.cache_dir' => false,
  4083.         'locale' => false,
  4084.         'timezone' => false,
  4085.         'currency' => false,
  4086.         'eccube_database_url' => false,
  4087.         'eccube_mailer_dsn' => false,
  4088.         'eccube_admin_route' => false,
  4089.         'eccube_user_data_route' => false,
  4090.         'eccube_front_allow_hosts' => false,
  4091.         'eccube_front_deny_hosts' => false,
  4092.         'eccube_admin_allow_hosts' => false,
  4093.         'eccube_admin_deny_hosts' => false,
  4094.         'eccube_force_ssl' => false,
  4095.         'eccube.theme' => false,
  4096.         'eccube_theme_code' => false,
  4097.         'eccube_auth_magic' => false,
  4098.         'eccube_theme_front_dir' => false,
  4099.         'eccube_html_front_dir' => false,
  4100.         'eccube_csv_temp_realdir' => false,
  4101.         'eccube_owners_store_url' => false,
  4102.         'eccube_package_api_url' => false,
  4103.         'eccube_content_maintenance_file_path' => false,
  4104.         'eccube_2fa_enabled' => false,
  4105.         'eccube_2fa_cookie_name' => false,
  4106.         'eccube_2fa_expire' => false,
  4107.         'eccube_restrict_file_upload' => false,
  4108.         'aws_s3_region' => false,
  4109.         'aws_s3_cache_control' => false,
  4110.         'stripe_secret_key' => false,
  4111.         'kernel.secret' => false,
  4112.         'kernel.default_locale' => false,
  4113.         'debug.container.dump' => false,
  4114.         'serializer.mapping.cache.file' => false,
  4115.         'session.storage.options' => false,
  4116.         'validator.mapping.cache.file' => false,
  4117.         'profiler.storage.dsn' => false,
  4118.         'doctrine.orm.proxy_dir' => false,
  4119.         'liip_imagine.resolvers' => false,
  4120.     ];
  4121.     private $dynamicParameters = [];
  4122.     private function getDynamicParameter(string $name)
  4123.     {
  4124.         switch ($name) {
  4125.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4126.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4127.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4128.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4129.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  4130.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  4131.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  4132.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  4133.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  4134.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  4135.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  4136.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  4137.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  4138.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  4139.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  4140.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4141.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  4142.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4143.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4144.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  4145.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  4146.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  4147.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  4148.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  4149.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  4150.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  4151.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  4152.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4153.             case 'aws_s3_region'$value $this->getEnv('AWS_S3_REGION'); break;
  4154.             case 'aws_s3_cache_control'$value $this->getEnv('AWS_S3_CACHE_CONTROL'); break;
  4155.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_SECRET_KEY'); break;
  4156.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4157.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4158.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4159.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4160.             case 'session.storage.options'$value = [
  4161.                 'cache_limiter' => '0',
  4162.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4163.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4164.                 'cookie_httponly' => true,
  4165.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4166.                 'gc_probability' => 1,
  4167.             ]; break;
  4168.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4169.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4170.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4171.             case 'liip_imagine.resolvers'$value = [
  4172.                 'default' => [
  4173.                     'web_path' => [
  4174.                         'web_root' => \dirname(__DIR__4),
  4175.                         'cache_prefix' => 'media/cache',
  4176.                     ],
  4177.                 ],
  4178.                 'aws_s3_resolver' => [
  4179.                     'aws_s3' => [
  4180.                         'bucket' => $this->getEnv('AWS_S3_BUCKET'),
  4181.                         'client_config' => [
  4182.                             'version' => '2006-03-01',
  4183.                             'region' => $this->getEnv('AWS_S3_REGION'),
  4184.                         ],
  4185.                         'get_options' => [
  4186.                             'Scheme' => 'https',
  4187.                         ],
  4188.                         'put_options' => [
  4189.                             'CacheControl' => 'max-age='.$this->getEnv('string:AWS_S3_CACHE_CONTROL'),
  4190.                         ],
  4191.                         'cache' => false,
  4192.                         'acl' => 'public-read',
  4193.                         'cache_prefix' => '',
  4194.                         'proxies' => [
  4195.                         ],
  4196.                     ],
  4197.                 ],
  4198.             ]; break;
  4199.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4200.         }
  4201.         $this->loadedDynamicParameters[$name] = true;
  4202.         return $this->dynamicParameters[$name] = $value;
  4203.     }
  4204.     protected function getDefaultParameters(): array
  4205.     {
  4206.         return [
  4207.             'kernel.project_dir' => \dirname(__DIR__4),
  4208.             'kernel.environment' => 'dev',
  4209.             'kernel.debug' => true,
  4210.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4211.             'kernel.bundles' => [
  4212.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4213.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4214.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4215.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4216.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4217.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4218.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4219.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4220.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4221.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4222.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4223.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4224.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4225.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4226.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4227.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4228.             ],
  4229.             'kernel.bundles_metadata' => [
  4230.                 'FrameworkBundle' => [
  4231.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4232.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4233.                 ],
  4234.                 'SecurityBundle' => [
  4235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4236.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4237.                 ],
  4238.                 'DoctrineBundle' => [
  4239.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4240.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4241.                 ],
  4242.                 'DoctrineFixturesBundle' => [
  4243.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4244.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4245.                 ],
  4246.                 'SensioFrameworkExtraBundle' => [
  4247.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4248.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4249.                 ],
  4250.                 'MonologBundle' => [
  4251.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4252.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4253.                 ],
  4254.                 'TwigBundle' => [
  4255.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4256.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4257.                 ],
  4258.                 'DebugBundle' => [
  4259.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4260.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4261.                 ],
  4262.                 'WebProfilerBundle' => [
  4263.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4264.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4265.                 ],
  4266.                 'MakerBundle' => [
  4267.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4268.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4269.                 ],
  4270.                 'KnpPaginatorBundle' => [
  4271.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4272.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4273.                 ],
  4274.                 'ExerciseHTMLPurifierBundle' => [
  4275.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4276.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4277.                 ],
  4278.                 'DoctrineMigrationsBundle' => [
  4279.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4280.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4281.                 ],
  4282.                 'TwigExtraBundle' => [
  4283.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4284.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4285.                 ],
  4286.                 'EccubeBundle' => [
  4287.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4288.                     'namespace' => 'Eccube',
  4289.                 ],
  4290.                 'LiipImagineBundle' => [
  4291.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4292.                     'namespace' => 'Liip\\ImagineBundle',
  4293.                 ],
  4294.             ],
  4295.             'kernel.charset' => 'UTF-8',
  4296.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4297.             'container.dumper.inline_class_loader' => true,
  4298.             'env(ECCUBE_LOCALE)' => 'ja',
  4299.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4300.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4301.             'env(DATABASE_URL)' => '',
  4302.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4303.             'env(DATABASE_CHARSET)' => 'utf8',
  4304.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4305.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4306.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4307.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4308.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4309.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4310.             'env(ECCUBE_FORCE_SSL)' => '0',
  4311.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4312.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4313.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4314.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4315.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4316.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4317.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4318.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4319.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4320.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4321.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4322.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4323.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4324.             'eccube_auth_type' => 'HMAC',
  4325.             'eccube_password_hash_algos' => 'SHA256',
  4326.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4327.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4328.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4329.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4330.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4331.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4332.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4333.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4334.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4335.             'eccube_twig_block_templates' => [
  4336.             ],
  4337.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4338.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4339.             'eccube_csv_size' => 5,
  4340.             'eccube_csv_split_lines' => 100,
  4341.             'eccube_default_password' => 'abc********123',
  4342.             'eccube_deliv_addr_max' => 20,
  4343.             'eccube_deliv_date_end_max' => 21,
  4344.             'eccube_id_max_len' => 50,
  4345.             'eccube_id_min_len' => 4,
  4346.             'eccube_int_len' => 9,
  4347.             'eccube_category_nest_level' => 5,
  4348.             'eccube_lltext_len' => 99999,
  4349.             'eccube_ltext_len' => 3000,
  4350.             'eccube_max_total_fee' => 9999999999,
  4351.             'eccube_mltext_len' => 1000,
  4352.             'eccube_mtext_len' => 200,
  4353.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4354.             'plugin_html_urlpath' => '/plugin/',
  4355.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4356.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4357.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4358.             'eccube_price_len' => 8,
  4359.             'eccube_search_pmax' => 12,
  4360.             'eccube_sitemap_products_per_page' => 1000,
  4361.             'eccube_stext_len' => 255,
  4362.             'eccube_sltext_len' => 500,
  4363.             'eccube_smtext_len' => 100,
  4364.             'eccube_tax_rule_priority' => [
  4365.                 => 'product_id',
  4366.                 => 'product_class_id',
  4367.                 => 'pref_id',
  4368.                 => 'country_id',
  4369.             ],
  4370.             'eccube_url_len' => 1024,
  4371.             'eccube_default_page_count' => 50,
  4372.             'eccube_admin_product_stock_status' => 3,
  4373.             'eccube_customer_reset_expire' => 10,
  4374.             'eccube_csv_export_separator' => ',',
  4375.             'eccube_csv_export_encoding' => 'SJIS-win',
  4376.             'eccube_csv_import_encoding' => [
  4377.                 => 'UTF-8',
  4378.                 => 'SJIS-win',
  4379.                 => 'SJIS',
  4380.                 => 'EUC-JP',
  4381.                 => 'ASCII',
  4382.                 => 'JIS',
  4383.             ],
  4384.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4385.             'eccube_csv_export_multidata_separator' => ',',
  4386.             'eccube_csv_import_delimiter' => ',',
  4387.             'eccube_csv_import_enclosure' => '"',
  4388.             'eccube_csv_import_escape' => '\\',
  4389.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4390.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4391.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4392.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4393.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4394.             'eccube_name_len' => 16,
  4395.             'eccube_kana_len' => 25,
  4396.             'eccube_address1_len' => 32,
  4397.             'eccube_address2_len' => 32,
  4398.             'eccube_birth_max' => 110,
  4399.             'eccube_product_order_price_lower' => 1,
  4400.             'eccube_product_order_newer' => 2,
  4401.             'eccube_product_order_price_higher' => 3,
  4402.             'eccube_price_max' => 2147483647,
  4403.             'eccube_tel_len_max' => 14,
  4404.             'eccube_postal_code' => 8,
  4405.             'eccube_password_min_len' => 12,
  4406.             'eccube_password_max_len' => 50,
  4407.             'eccube_password_pattern' => '/\\A(?=.*?[a-z])(?=.*?\\d)[!-~]+\\z/i',
  4408.             'eccube_composer_memory_limit' => '1536M',
  4409.             'eccube_order_mail_template_id' => 1,
  4410.             'eccube_entry_confirm_mail_template_id' => 2,
  4411.             'eccube_entry_complete_mail_template_id' => 3,
  4412.             'eccube_customer_withdraw_mail_template_id' => 4,
  4413.             'eccube_contact_mail_template_id' => 5,
  4414.             'eccube_forgot_mail_template_id' => 6,
  4415.             'eccube_reset_complete_mail_template_id' => 7,
  4416.             'eccube_shipping_notify_mail_template_id' => 8,
  4417.             'eccube_rfc_email_check' => false,
  4418.             'eccube_email_len' => 254,
  4419.             'eccube_order_no_format' => '',
  4420.             'eccube_order_pdf_message_len' => 30,
  4421.             'eccube_news_start_year' => 2000,
  4422.             'eccube_result_cache_lifetime' => 3600,
  4423.             'eccube_result_cache_lifetime_short' => 10,
  4424.             'eccube_restrict_file_upload_urls' => [
  4425.                 => 'admin_content_file',
  4426.                 => 'admin_store_plugin_install',
  4427.                 => 'admin_content_page_new',
  4428.                 => 'admin_content_page_edit',
  4429.                 => 'admin_content_block_new',
  4430.                 => 'admin_content_block_edit',
  4431.                 => 'admin_content_css',
  4432.                 => 'admin_content_js',
  4433.                 => 'admin_store_template_install',
  4434.             ],
  4435.             'eccube_file_uploadable_extensions' => [
  4436.                 => 'jpg',
  4437.                 => 'jpeg',
  4438.                 => 'png',
  4439.                 => 'gif',
  4440.                 => 'webp',
  4441.                 => 'svg',
  4442.                 => 'ico',
  4443.                 => 'html',
  4444.                 => 'htm',
  4445.                 => 'js',
  4446.                 10 => 'css',
  4447.                 11 => 'txt',
  4448.                 12 => 'pdf',
  4449.             ],
  4450.             'eccube_login_throttling_max_attempts' => 5,
  4451.             'eccube_login_throttling_interval' => '30 minutes',
  4452.             'eccube_nav' => [
  4453.                 'product' => [
  4454.                     'name' => 'admin.product.product_management',
  4455.                     'icon' => 'fa-cube',
  4456.                     'children' => [
  4457.                         'product_master' => [
  4458.                             'name' => 'admin.product.product_list',
  4459.                             'url' => 'admin_product',
  4460.                         ],
  4461.                         'product_edit' => [
  4462.                             'name' => 'admin.product.product_registration',
  4463.                             'url' => 'admin_product_product_new',
  4464.                         ],
  4465.                         'class_name' => [
  4466.                             'name' => 'admin.product.class_management',
  4467.                             'url' => 'admin_product_class_name',
  4468.                         ],
  4469.                         'class_category' => [
  4470.                             'name' => 'admin.product.category_management',
  4471.                             'url' => 'admin_product_category',
  4472.                         ],
  4473.                         'product_tag' => [
  4474.                             'name' => 'admin.product.tag_management',
  4475.                             'url' => 'admin_product_tag',
  4476.                         ],
  4477.                         'product_csv_import' => [
  4478.                             'name' => 'admin.product.product_csv_upload',
  4479.                             'url' => 'admin_product_csv_import',
  4480.                         ],
  4481.                         'category_csv_import' => [
  4482.                             'name' => 'admin.product.category_csv_upload',
  4483.                             'url' => 'admin_product_category_csv_import',
  4484.                         ],
  4485.                         'pinpoint_sale_common' => [
  4486.                             'name' => 'タイムセール設定',
  4487.                             'url' => 'admin_pinpoint_sale_common',
  4488.                         ],
  4489.                         'product_review' => [
  4490.                             'name' => 'product_review.admin.product_review.title',
  4491.                             'url' => 'product_review_admin_product_review',
  4492.                         ],
  4493.                         'sort_product' => [
  4494.                             'name' => 'sort_product.nav',
  4495.                             'url' => 'plugin_SortProduct',
  4496.                         ],
  4497.                     ],
  4498.                 ],
  4499.                 'order' => [
  4500.                     'name' => 'admin.order.order_management',
  4501.                     'icon' => 'fa-shopping-cart',
  4502.                     'children' => [
  4503.                         'order_master' => [
  4504.                             'name' => 'admin.order.order_list',
  4505.                             'url' => 'admin_order',
  4506.                         ],
  4507.                         'order_edit' => [
  4508.                             'name' => 'admin.order.order_registration',
  4509.                             'url' => 'admin_order_new',
  4510.                         ],
  4511.                         'shipping_csv_import' => [
  4512.                             'name' => 'admin.order.shipping_csv_upload',
  4513.                             'url' => 'admin_shipping_csv_import',
  4514.                         ],
  4515.                     ],
  4516.                 ],
  4517.                 'customer' => [
  4518.                     'name' => 'admin.customer.customer_management',
  4519.                     'icon' => 'fa-users',
  4520.                     'children' => [
  4521.                         'customer_master' => [
  4522.                             'name' => 'admin.customer.customer_list',
  4523.                             'url' => 'admin_customer',
  4524.                         ],
  4525.                         'customer_edit' => [
  4526.                             'name' => 'admin.customer.customer_registration',
  4527.                             'url' => 'admin_customer_new',
  4528.                         ],
  4529.                         'rank' => [
  4530.                             'id' => 'admin_customer_rank',
  4531.                             'name' => 'customerrank.admin.nav.customer.rank',
  4532.                             'url' => 'admin_customer_rank',
  4533.                         ],
  4534.                         'rank_import_csv' => [
  4535.                             'id' => 'admin_customer_rank_csv_import',
  4536.                             'name' => 'customerrank.admin.nav.customer.rank_import_csv',
  4537.                             'url' => 'admin_customer_rank_csv_import',
  4538.                         ],
  4539.                         'entrycontact_index' => [
  4540.                             'name' => '会員お問い合わせ管理',
  4541.                             'url' => 'admin_entrycontact',
  4542.                         ],
  4543.                     ],
  4544.                 ],
  4545.                 'content' => [
  4546.                     'name' => 'admin.content.contents_management',
  4547.                     'icon' => 'fa-file-text-o',
  4548.                     'children' => [
  4549.                         'news' => [
  4550.                             'name' => 'admin.content.news_management',
  4551.                             'url' => 'admin_content_news',
  4552.                         ],
  4553.                         'file' => [
  4554.                             'name' => 'admin.content.file_management',
  4555.                             'url' => 'admin_content_file',
  4556.                         ],
  4557.                         'layout' => [
  4558.                             'name' => 'admin.content.layout_management',
  4559.                             'url' => 'admin_content_layout',
  4560.                         ],
  4561.                         'page' => [
  4562.                             'name' => 'admin.content.page_management',
  4563.                             'url' => 'admin_content_page',
  4564.                         ],
  4565.                         'css' => [
  4566.                             'name' => 'admin.content.css_management',
  4567.                             'url' => 'admin_content_css',
  4568.                         ],
  4569.                         'js' => [
  4570.                             'name' => 'admin.content.js_management',
  4571.                             'url' => 'admin_content_js',
  4572.                         ],
  4573.                         'block' => [
  4574.                             'name' => 'admin.content.block_management',
  4575.                             'url' => 'admin_content_block',
  4576.                         ],
  4577.                         'cache' => [
  4578.                             'name' => 'admin.content.cache_management',
  4579.                             'url' => 'admin_content_cache',
  4580.                         ],
  4581.                         'maintenance' => [
  4582.                             'name' => 'admin.content.maintenance_management',
  4583.                             'url' => 'admin_content_maintenance',
  4584.                         ],
  4585.                         'customerrank' => [
  4586.                             'id' => 'admin_content_customerrank',
  4587.                             'name' => 'customerrank.admin.nav.content.customerrank',
  4588.                             'children' => [
  4589.                                 'list' => [
  4590.                                     'id' => 'admin_content_customerrank_list',
  4591.                                     'name' => 'customerrank.admin.nav.content.customerrank.list',
  4592.                                     'url' => 'admin_content_customerrank_list',
  4593.                                 ],
  4594.                                 'detail' => [
  4595.                                     'id' => 'admin_content_customerrank_detail',
  4596.                                     'name' => 'customerrank.admin.nav.content.customerrank.detail',
  4597.                                     'url' => 'admin_content_customerrank_detail',
  4598.                                 ],
  4599.                             ],
  4600.                         ],
  4601.                         'plugin_recommend' => [
  4602.                             'name' => 'plugin_recommend.admin.navi',
  4603.                             'url' => 'plugin_recommend_list',
  4604.                         ],
  4605.                         'salesrestrictions' => [
  4606.                             'id' => 'admin_content_salesrestrictions',
  4607.                             'name' => 'salesrestrictions.admin.nav.content.salesrestrictions',
  4608.                             'url' => 'admin_content_salesrestrictions',
  4609.                         ],
  4610.                     ],
  4611.                 ],
  4612.                 'setting' => [
  4613.                     'name' => 'admin.setting',
  4614.                     'icon' => 'fa-cog',
  4615.                     'children' => [
  4616.                         'shop' => [
  4617.                             'name' => 'admin.setting.shop',
  4618.                             'children' => [
  4619.                                 'shop_index' => [
  4620.                                     'name' => 'admin.setting.shop.shop_setting',
  4621.                                     'url' => 'admin_setting_shop',
  4622.                                 ],
  4623.                                 'shop_tradelaw' => [
  4624.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4625.                                     'url' => 'admin_setting_shop_tradelaw',
  4626.                                 ],
  4627.                                 'shop_agreement' => [
  4628.                                     'name' => 'admin.setting.shop.agreement_setting',
  4629.                                     'url' => 'admin_content_page_edit',
  4630.                                     'param' => [
  4631.                                         'id' => 19,
  4632.                                         'return' => 'agreement',
  4633.                                     ],
  4634.                                 ],
  4635.                                 'shop_payment' => [
  4636.                                     'name' => 'admin.setting.shop.payment_setting',
  4637.                                     'url' => 'admin_setting_shop_payment',
  4638.                                 ],
  4639.                                 'shop_delivery' => [
  4640.                                     'name' => 'admin.setting.shop.delivery_setting',
  4641.                                     'url' => 'admin_setting_shop_delivery',
  4642.                                 ],
  4643.                                 'shop_tax' => [
  4644.                                     'name' => 'admin.setting.shop.tax_setting',
  4645.                                     'url' => 'admin_setting_shop_tax',
  4646.                                 ],
  4647.                                 'shop_mail' => [
  4648.                                     'name' => 'admin.setting.shop.mail_setting',
  4649.                                     'url' => 'admin_setting_shop_mail',
  4650.                                 ],
  4651.                                 'shop_csv' => [
  4652.                                     'name' => 'admin.setting.shop.csv_setting',
  4653.                                     'url' => 'admin_setting_shop_csv',
  4654.                                 ],
  4655.                                 'shop_order_status' => [
  4656.                                     'name' => 'admin.setting.shop.order_status_setting',
  4657.                                     'url' => 'admin_setting_shop_order_status',
  4658.                                 ],
  4659.                                 'shop_calendar' => [
  4660.                                     'name' => 'admin.setting.shop.calendar_setting',
  4661.                                     'url' => 'admin_setting_shop_calendar',
  4662.                                 ],
  4663.                             ],
  4664.                         ],
  4665.                         'system' => [
  4666.                             'name' => 'admin.setting.system',
  4667.                             'children' => [
  4668.                                 'member' => [
  4669.                                     'name' => 'admin.setting.system.member_management',
  4670.                                     'url' => 'admin_setting_system_member',
  4671.                                 ],
  4672.                                 'authority' => [
  4673.                                     'name' => 'admin.setting.system.authority_management',
  4674.                                     'url' => 'admin_setting_system_authority',
  4675.                                 ],
  4676.                                 'security' => [
  4677.                                     'name' => 'admin.setting.system.security_management',
  4678.                                     'url' => 'admin_setting_system_security',
  4679.                                 ],
  4680.                                 'login_history' => [
  4681.                                     'name' => 'admin.setting.system.login_history',
  4682.                                     'url' => 'admin_setting_system_login_history',
  4683.                                 ],
  4684.                                 'log' => [
  4685.                                     'name' => 'admin.setting.system.log_display',
  4686.                                     'url' => 'admin_setting_system_log',
  4687.                                 ],
  4688.                                 'masterdata' => [
  4689.                                     'name' => 'admin.setting.system.master_data_management',
  4690.                                     'url' => 'admin_setting_system_masterdata',
  4691.                                 ],
  4692.                                 'system_index' => [
  4693.                                     'name' => 'admin.setting.system.system_info',
  4694.                                     'url' => 'admin_setting_system_system',
  4695.                                 ],
  4696.                             ],
  4697.                         ],
  4698.                         'setting_rank' => [
  4699.                             'id' => 'admin_setting_customerrank',
  4700.                             'name' => 'customerrank.admin.nav.setting.rank',
  4701.                             'url' => 'admin_setting_customerrank',
  4702.                         ],
  4703.                     ],
  4704.                 ],
  4705.                 'store' => [
  4706.                     'name' => 'admin.store',
  4707.                     'icon' => 'fa-plug',
  4708.                     'children' => [
  4709.                         'plugin' => [
  4710.                             'name' => 'admin.store.plugin',
  4711.                             'children' => [
  4712.                                 'plugin_owners_search' => [
  4713.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4714.                                     'url' => 'admin_store_plugin_owners_search',
  4715.                                 ],
  4716.                                 'plugin_list' => [
  4717.                                     'name' => 'admin.store.plugin.plugin_list',
  4718.                                     'url' => 'admin_store_plugin',
  4719.                                 ],
  4720.                             ],
  4721.                         ],
  4722.                         'template' => [
  4723.                             'name' => 'admin.store.template',
  4724.                             'children' => [
  4725.                                 'template_list' => [
  4726.                                     'name' => 'admin.store.template.template_list',
  4727.                                     'url' => 'admin_store_template',
  4728.                                 ],
  4729.                                 'template_install' => [
  4730.                                     'name' => 'admin.store.template.template_install',
  4731.                                     'url' => 'admin_store_template_install',
  4732.                                 ],
  4733.                             ],
  4734.                         ],
  4735.                         'authentication_setting' => [
  4736.                             'name' => 'admin.store.setting',
  4737.                             'url' => 'admin_store_authentication_setting',
  4738.                         ],
  4739.                     ],
  4740.                 ],
  4741.                 'contact' => [
  4742.                     'id' => 'contact',
  4743.                     'name' => 'contact.title',
  4744.                     'icon' => 'fa-envelope',
  4745.                     'children' => [
  4746.                         'contact' => [
  4747.                             'id' => 'contact',
  4748.                             'name' => 'admin.contact.index.title',
  4749.                             'url' => 'plugin_contact',
  4750.                         ],
  4751.                         'contact_new' => [
  4752.                             'id' => 'contact_new',
  4753.                             'name' => 'admin.contact.new.title',
  4754.                             'url' => 'plugin_contact_new',
  4755.                         ],
  4756.                     ],
  4757.                 ],
  4758.                 'plg_apg_simple_calendar' => [
  4759.                     'name' => '定休日カレンダー',
  4760.                     'icon' => 'fa-calendar',
  4761.                     'children' => [
  4762.                         'plg_apg_simple_calendar_admin_config_delivery_setting' => [
  4763.                             'name' => 'お届け日設定',
  4764.                             'url' => 'apg_simple_calendar_admin_config_delivery_setting',
  4765.                         ],
  4766.                         'plg_apg_simple_calendar_admin_config_regular_holidays' => [
  4767.                             'name' => '曜日指定',
  4768.                             'url' => 'apg_simple_calendar_admin_config_regular_holidays',
  4769.                         ],
  4770.                         'plg_apg_simple_calendar_admin_config_individual_holidays' => [
  4771.                             'name' => '個別指定',
  4772.                             'url' => 'apg_simple_calendar_admin_config_individual_holidays',
  4773.                         ],
  4774.                         'plg_apg_simple_calendar_admin_config_import_holidays' => [
  4775.                             'name' => '一括指定(CSV)',
  4776.                             'url' => 'apg_simple_calendar_admin_config_import_holidays',
  4777.                         ],
  4778.                     ],
  4779.                 ],
  4780.                 'plugin_line_integration' => [
  4781.                     'name' => 'LINE管理',
  4782.                     'icon' => 'fa-commenting',
  4783.                     'has_child' => true,
  4784.                     'children' => [
  4785.                         'plugin_line_message_search' => [
  4786.                             'name' => '配信',
  4787.                             'url' => 'plugin_line_message_search',
  4788.                         ],
  4789.                         'plugin_line_message_history' => [
  4790.                             'name' => '配信履歴',
  4791.                             'url' => 'plugin_line_message_history',
  4792.                         ],
  4793.                         'plugin_line_message_setting' => [
  4794.                             'name' => '設定',
  4795.                             'url' => 'plugin_line_message_setting',
  4796.                         ],
  4797.                     ],
  4798.                 ],
  4799.                 'mailmagazine' => [
  4800.                     'id' => 'mailmagazine',
  4801.                     'name' => 'mailmagazine.title',
  4802.                     'icon' => 'fa-envelope',
  4803.                     'children' => [
  4804.                         'mailmagazine' => [
  4805.                             'id' => 'mailmagazine',
  4806.                             'name' => 'mailmagazine.index.title',
  4807.                             'url' => 'plugin_mail_magazine',
  4808.                         ],
  4809.                         'mailmagazine_template' => [
  4810.                             'id' => 'mailmagazine_template',
  4811.                             'name' => 'mailmagazine.template.title',
  4812.                             'url' => 'plugin_mail_magazine_template',
  4813.                         ],
  4814.                         'mailmagazine_history' => [
  4815.                             'id' => 'mailmagazine_history',
  4816.                             'name' => 'mailmagazine.history.title',
  4817.                             'url' => 'plugin_mail_magazine_history',
  4818.                         ],
  4819.                     ],
  4820.                 ],
  4821.                 'resize_iamge_config' => [
  4822.                     'name' => '画像リサイズ管理',
  4823.                     'icon' => 'fa-picture-o',
  4824.                     'children' => [
  4825.                         'resize_image_config_amazon_s3' => [
  4826.                             'name' => 'Amazon S3連携設定',
  4827.                             'url' => 'admin_resize_image_amazon_s3',
  4828.                         ],
  4829.                     ],
  4830.                 ],
  4831.                 'SalesReport42' => [
  4832.                     'name' => 'sales_report.admin.nav.001',
  4833.                     'icon' => 'fa-chart-bar',
  4834.                     'children' => [
  4835.                         'sales_report_admin_term' => [
  4836.                             'id' => 'sales_report_admin_term',
  4837.                             'url' => 'sales_report_admin_term',
  4838.                             'name' => 'sales_report.admin.nav.002',
  4839.                         ],
  4840.                         'sales_report_admin_product' => [
  4841.                             'id' => 'sales_report_admin_product',
  4842.                             'url' => 'sales_report_admin_product',
  4843.                             'name' => 'sales_report.admin.nav.003',
  4844.                         ],
  4845.                         'sales_report_admin_age' => [
  4846.                             'id' => 'sales_report_admin_age',
  4847.                             'url' => 'sales_report_admin_age',
  4848.                             'name' => 'sales_report.admin.nav.004',
  4849.                         ],
  4850.                     ],
  4851.                 ],
  4852.                 'deposit' => [
  4853.                     'name' => '請求管理',
  4854.                     'icon' => 'fa-money',
  4855.                     'children' => [
  4856.                         'admin_deposit_index' => [
  4857.                             'name' => '入金一覧',
  4858.                             'url' => 'admin_deposit',
  4859.                         ],
  4860.                         'admin_deposit_new' => [
  4861.                             'name' => '入金登録',
  4862.                             'url' => 'admin_deposit_new',
  4863.                         ],
  4864.                         'admin_invoice_index' => [
  4865.                             'name' => '請求書',
  4866.                             'url' => 'admin_invoice',
  4867.                         ],
  4868.                     ],
  4869.                 ],
  4870.             ],
  4871.             'env(MAILER_DSN)' => 'null://null',
  4872.             'gmo_epsilon' => [
  4873.                 'pay_id' => [
  4874.                     'credit' => '1',
  4875.                     'reg_credit' => '2',
  4876.                     'conveni' => '3',
  4877.                     'netbank_jnb' => '4',
  4878.                     'netbank_rakuten' => '5',
  4879.                     'payeasy' => '7',
  4880.                     'webmoney' => '8',
  4881.                     'ywallet' => '9',
  4882.                     'paypal' => '11',
  4883.                     'bitcash' => '12',
  4884.                     'chocom' => '13',
  4885.                     'sphone' => '15',
  4886.                     'jcb' => '16',
  4887.                     'sumishin' => '17',
  4888.                     'deferred' => '18',
  4889.                     'virtual_account' => '22',
  4890.                     'paypay' => '25',
  4891.                     'maillink' => '99',
  4892.                 ],
  4893.                 'pay_name' => [
  4894.                     'credit' => 'クレジットカード決済',
  4895.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4896.                     'conveni' => 'コンビニ決済',
  4897.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4898.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4899.                     'payeasy' => 'ペイジー決済',
  4900.                     'webmoney' => 'WebMoney決済',
  4901.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4902.                     'paypal' => 'Paypal決済',
  4903.                     'bitcash' => 'Bitcash決済',
  4904.                     'chocom' => '電子マネーちょコム決済',
  4905.                     'sphone' => 'スマートフォンキャリア決済',
  4906.                     'jcb' => 'JCB PREMO',
  4907.                     'sumishin' => '住信SBIネット銀行決済',
  4908.                     'deferred' => 'GMO後払い',
  4909.                     'virtual_account' => 'バーチャル口座',
  4910.                     'paypay' => 'Paypay',
  4911.                     'maillink' => 'メールリンク決済',
  4912.                 ],
  4913.                 'st_code' => [
  4914.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4915.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4916.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4917.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4918.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4919.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4920.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4921.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4922.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4923.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4924.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4925.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4926.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4927.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4928.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4929.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4930.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4931.                     'maillink' => 'maillink',
  4932.                 ],
  4933.                 'mission_code' => [
  4934.                     'every_month' => '21',
  4935.                     'every_other' => '25',
  4936.                     'every_three_month' => '27',
  4937.                     'every_six_month' => '29',
  4938.                     'every_year' => '31',
  4939.                 ],
  4940.                 'regular_pay_id' => [
  4941.                     'every_month' => '101',
  4942.                     'every_other_month' => '102',
  4943.                     'every_three_month' => '103',
  4944.                     'every_six_month' => '104',
  4945.                     'every_year' => '105',
  4946.                 ],
  4947.                 'regular_pay_name' => [
  4948.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4949.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4950.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4951.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4952.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4953.                 ],
  4954.                 'regular' => [
  4955.                     'rule_max' => '9999999',
  4956.                     'st_code' => '10000-0000-00000',
  4957.                     'sale_type' => '定期購入商品',
  4958.                 ],
  4959.                 'rule_max' => [
  4960.                     'credit' => '9999999',
  4961.                     'reg_credit' => '9999999',
  4962.                     'conveni' => '299999',
  4963.                     'netbank_jnb' => '9999999',
  4964.                     'netbank_rakuten' => '9999999',
  4965.                     'payeasy' => '9999999',
  4966.                     'webmoney' => '199999',
  4967.                     'ywallet' => '499999',
  4968.                     'paypal' => '499999',
  4969.                     'bitcash' => '199999',
  4970.                     'chocom' => '99999',
  4971.                     'sphone' => '50000',
  4972.                     'jcb' => '500000',
  4973.                     'sumishin' => '9999999',
  4974.                     'deferred' => '49999',
  4975.                     'virtual_account' => '9999999',
  4976.                     'paypay' => '9999999',
  4977.                     'maillink' => '9999999',
  4978.                 ],
  4979.                 'url' => [
  4980.                     'dev' => [
  4981.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4982.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4983.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4984.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4985.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4986.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4987.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4988.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4989.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4990.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4991.                     ],
  4992.                     'prod' => [
  4993.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4994.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4995.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4996.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4997.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4998.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4999.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  5000.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  5001.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  5002.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  5003.                     ],
  5004.                 ],
  5005.                 'conveni_id' => [
  5006.                     'seveneleven' => '11',
  5007.                     'familymart' => '21',
  5008.                     'lawson' => '31',
  5009.                     'seicomart' => '32',
  5010.                     'ministop' => '33',
  5011.                 ],
  5012.                 'conveni_name' => [
  5013.                     'seveneleven' => 'セブンイレブン',
  5014.                     'familymart' => 'ファミリーマート',
  5015.                     'lawson' => 'ローソン',
  5016.                     'seicomart' => 'セイコーマート',
  5017.                     'ministop' => 'ミニストップ',
  5018.                 ],
  5019.                 'conveni_pre_message' => [
  5020.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  5021.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  5022.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  5023.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  5024.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  5025.                 ],
  5026.                 'conveni_message' => [
  5027.                     'seveneleven' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭でのお手続き方法をご確認いただけます。'."\n".''."\n".'▼セブンイレブン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seven/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5028.                     'familymart' => '<お支払方法>'."\n".'以下URLを携帯電話にご転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ファミリーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/famima/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Famiポートトップ画面左下の「代金支払い」を選択して下さい。'."\n".'2.「代金支払い」一覧の「各種番号をお持ちの方はこちら」を選択して下さい。'."\n".'3.ご案内画面の「番号入力画面に進む」を選択して下さい。'."\n".'4.「お支払い受付番号」または「企業コード」を入力し、「OK」ボタンを押して下さい。'."\n".'5.「申込時にご登録いただいた電話番号」または「注文番号」を入力し、「OK」ボタンを押して下さい。'."\n".'6.お支払い方法の案内画面が表示されます。'."\n".'7.お客様のご注文内容の確認画面が表示されます。内容をご確認頂いた後、「OK」を押下して下さい。'."\n".'8.出力されたFamiポート申込券をもって30分以内にレジにて代金をお支払いください。'."\n".' 代金と引き換えに「領収書」をお渡ししますので、必ずお受取り下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5029.                     'lawson' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ローソン決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/lawson/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppiトップ画面左上の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただき「了解」ボタンを押してください。'."\n".'5.Loppi端末から「申込券」が出力されます。その申込券を持って30分以内にレジで代金をお支払いください。'."\n".' ※代金と引き換えに領収書をお渡ししますので、必ずお受け取りください。実際に代金をお支払いされたという証明になります。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5030.                     'seicomart' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼セイコーマート決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/seico/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.セイコーマートの店内に設置してあるセイコーマートクラブステーション(情報端末)のトップ画面の中から、「インターネット受付」をお選び下さい。'."\n".'2.画面に従って「受付番号(6桁)」と、「申込時にご登録いただいた電話番号」をご入力いただくとセイコーマートクラブステーションより「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」が発券されます。'."\n".'3.発券された「決済サービス払込取扱票・払込票兼受領証・領収書(計3枚)」をお持ちの上、レジにて代金をお支払い下さい。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5031.                     'ministop' => '<お支払方法>'."\n".'以下URLを携帯電話に転送いただくと、店頭で操作方法をご確認いただけます。'."\n".''."\n".'▼ミニストップ決済のお支払方法'."\n".'http://www.epsilon.jp/mb/conv/ministop/index.html'."\n".'▼PDF版はこちら'."\n".'http://www.epsilon.jp/document_dl/index_pdf.html'."\n".''."\n".'1.Loppi端末のトップ画面左の「各種番号をお持ちの方」ボタンを押してください。'."\n".'2.「お支払い受付番号(6桁)」を入力し、「次へ」ボタンを押してください。'."\n".'3.「申込時にご登録いただいた電話番号」を入力してください。'."\n".'4.お客様のご注文内容の確認画面が表示されます。内容をご確認いただいた後、「了解」のボタンを押してください。'."\n".'5.Loppi端末より「申込券」が出力されますので、その「申込券」を持って30分以内にレジにて代金をお支払いください。'."\n".' ※代金と引き換えに「領収書」をお渡ししますので、必ずお受取りください。'."\n".''."\n".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5032.                 ],
  5033.                 'receive_parameters' => [
  5034.                     'result' => [
  5035.                         'ok' => 1,
  5036.                         'ng' => 9,
  5037.                         '3ds' => 5,
  5038.                         '3ds2' => 6,
  5039.                     ],
  5040.                 ],
  5041.                 'payment' => [
  5042.                     'gmo_epsilon4' => 'GmoEpsilon4',
  5043.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  5044.                 ],
  5045.             ],
  5046.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  5047.             'product_review_display_count_min' => 1,
  5048.             'product_review_display_count_max' => 30,
  5049.             'plugin_recommend.text_area_len' => 4000,
  5050.             'related_product.text_area_len' => 4000,
  5051.             'related_product.max_item_count' => 6,
  5052.             'env(AWS_S3_ENABLED)' => 0,
  5053.             'env(AWS_S3_BUCKET)' => '',
  5054.             'env(AWS_S3_REGION)' => 'ap-northeast-1',
  5055.             'env(AWS_S3_CACHE_CONTROL)' => '86400',
  5056.             'aws_s3_version' => '2006-03-01',
  5057.             'sales_report_product_maximum_display' => 20,
  5058.             'securitychecker42_receiver' => 'https://www.ec-cube.net/info/security/receiver.php',
  5059.             'sort_product.list_order_by.name' => 'おすすめ順',
  5060.             'env(STRIPE_SECRET_KEY)' => '',
  5061.             'env(STRIPE_PUBLIC_KEY)' => '',
  5062.             'eccube_rate_limiter_configs' => [
  5063.             ],
  5064.             'eccube.plugins.enabled' => [
  5065.                 => 'Recommend42',
  5066.                 => 'MailMagazine42',
  5067.                 => 'SalesReport42',
  5068.                 => 'ProductReview42',
  5069.                 => 'SortProduct42Plus',
  5070.                 => 'ECApgSimpleCalendar',
  5071.                 => 'ECMypageReceipt42',
  5072.                 => 'ProductContact42',
  5073.                 => 'ContactManagement42',
  5074.                 => 'PinpointSaleDx',
  5075.                 10 => 'CustomerRank42',
  5076.                 11 => 'SalesRestrictions42',
  5077.                 12 => 'HsdRelatedProduct42',
  5078.                 13 => 'EccubePaymentLite42',
  5079.                 14 => 'ECCUBE4LineIntegration42',
  5080.                 15 => 'ResizeImage42',
  5081.             ],
  5082.             'eccube.plugins.disabled' => [
  5083.                 => 'ApgSimpleCalendar',
  5084.                 => 'Coupon42',
  5085.                 => 'RelatedProduct42',
  5086.                 => 'Securitychecker42',
  5087.                 => 'SiteKit42',
  5088.                 => 'Stripe4',
  5089.             ],
  5090.             'event_dispatcher.event_aliases' => [
  5091.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5092.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5093.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5094.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5095.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5096.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5097.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5098.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5099.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5100.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5101.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5102.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5103.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5104.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5105.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5106.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5107.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5108.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5109.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5110.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5111.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5112.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5113.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5114.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5115.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5116.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5117.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5118.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5119.             ],
  5120.             'fragment.renderer.hinclude.global_template' => NULL,
  5121.             'fragment.path' => '/_fragment',
  5122.             'kernel.http_method_override' => true,
  5123.             'kernel.trusted_hosts' => [
  5124.             ],
  5125.             'kernel.enabled_locales' => [
  5126.             ],
  5127.             'kernel.error_controller' => 'error_controller',
  5128.             'debug.file_link_format' => NULL,
  5129.             'asset.request_context.base_path' => NULL,
  5130.             'asset.request_context.secure' => NULL,
  5131.             'translator.logging' => false,
  5132.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5133.             'debug.error_handler.throw_at' => -1,
  5134.             'router.request_context.host' => 'localhost',
  5135.             'router.request_context.scheme' => 'http',
  5136.             'router.request_context.base_url' => '',
  5137.             'router.resource' => 'kernel::loadRoutes',
  5138.             'request_listener.http_port' => 80,
  5139.             'request_listener.https_port' => 443,
  5140.             'session.metadata.storage_key' => '_sf2_meta',
  5141.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5142.             'session.metadata.update_threshold' => 0,
  5143.             'form.type_extension.csrf.enabled' => true,
  5144.             'form.type_extension.csrf.field_name' => '_token',
  5145.             'validator.translation_domain' => 'validators',
  5146.             'profiler_listener.only_exceptions' => false,
  5147.             'profiler_listener.only_main_requests' => false,
  5148.             'security.role_hierarchy.roles' => [
  5149.             ],
  5150.             'security.access.denied_url' => NULL,
  5151.             'security.authentication.manager.erase_credentials' => true,
  5152.             'security.authentication.session_strategy.strategy' => 'migrate',
  5153.             'security.access.always_authenticate_before_granting' => false,
  5154.             'security.authentication.hide_user_not_found' => true,
  5155.             'security.firewalls' => [
  5156.                 => 'dev',
  5157.                 => 'admin',
  5158.                 => 'customer',
  5159.             ],
  5160.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5161.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5162.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5163.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5164.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5165.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5166.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5167.             'doctrine.entity_managers' => [
  5168.                 'default' => 'doctrine.orm.default_entity_manager',
  5169.             ],
  5170.             'doctrine.default_entity_manager' => 'default',
  5171.             'doctrine.dbal.connection_factory.types' => [
  5172.                 'datetime' => [
  5173.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5174.                 ],
  5175.                 'datetimetz' => [
  5176.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5177.                 ],
  5178.             ],
  5179.             'doctrine.connections' => [
  5180.                 'default' => 'doctrine.dbal.default_connection',
  5181.             ],
  5182.             'doctrine.default_connection' => 'default',
  5183.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5184.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5185.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5186.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5187.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5188.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5189.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5190.             'doctrine.orm.cache.memcache_port' => 11211,
  5191.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5192.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5193.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5194.             'doctrine.orm.cache.memcached_port' => 11211,
  5195.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5196.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5197.             'doctrine.orm.cache.redis_host' => 'localhost',
  5198.             'doctrine.orm.cache.redis_port' => 6379,
  5199.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5200.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5201.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5202.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5203.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5204.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5205.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5206.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5207.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5208.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5209.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5210.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5211.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5212.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5213.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5214.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5215.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5216.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5217.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5218.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5219.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5220.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5221.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5222.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5223.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5224.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5225.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5226.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5227.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5228.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5229.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5230.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5231.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5232.             'monolog.use_microseconds' => true,
  5233.             'monolog.swift_mailer.handlers' => [
  5234.             ],
  5235.             'monolog.handlers_to_channels' => [
  5236.                 'monolog.handler.stripe' => [
  5237.                     'type' => 'inclusive',
  5238.                     'elements' => [
  5239.                         => 'stripe',
  5240.                     ],
  5241.                 ],
  5242.                 'monolog.handler.gmo_epsilon' => [
  5243.                     'type' => 'inclusive',
  5244.                     'elements' => [
  5245.                         => 'gmo_epsilon',
  5246.                     ],
  5247.                 ],
  5248.                 'monolog.handler.console' => [
  5249.                     'type' => 'exclusive',
  5250.                     'elements' => [
  5251.                         => 'event',
  5252.                         => 'doctrine',
  5253.                         => 'console',
  5254.                     ],
  5255.                 ],
  5256.                 'monolog.handler.buffered' => [
  5257.                     'type' => 'exclusive',
  5258.                     'elements' => [
  5259.                         => 'event',
  5260.                     ],
  5261.                 ],
  5262.             ],
  5263.             'twig.form.resources' => [
  5264.                 => 'form_div_layout.html.twig',
  5265.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  5266.                 => 'bootstrap_5_layout.html.twig',
  5267.             ],
  5268.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5269.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5270.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5271.             'web_profiler.debug_toolbar.mode' => 2,
  5272.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5273.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5274.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5275.             'knp_paginator.page_range' => 5,
  5276.             'knp_paginator.page_limit' => NULL,
  5277.             'doctrine.migrations.preferred_em' => NULL,
  5278.             'doctrine.migrations.preferred_connection' => NULL,
  5279.             'liip_imagine.loaders' => [
  5280.                 'default' => [
  5281.                     'filesystem' => [
  5282.                         'data_root' => [
  5283.                             => \dirname(__DIR__4),
  5284.                         ],
  5285.                         'locator' => 'filesystem',
  5286.                         'allow_unresolvable_data_roots' => false,
  5287.                         'bundle_resources' => [
  5288.                             'enabled' => false,
  5289.                             'access_control_type' => 'blacklist',
  5290.                             'access_control_list' => [
  5291.                             ],
  5292.                         ],
  5293.                     ],
  5294.                 ],
  5295.             ],
  5296.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5297.             'liip_imagine.jpegoptim.stripAll' => true,
  5298.             'liip_imagine.jpegoptim.max' => NULL,
  5299.             'liip_imagine.jpegoptim.progressive' => true,
  5300.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5301.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5302.             'liip_imagine.optipng.level' => 7,
  5303.             'liip_imagine.optipng.stripAll' => true,
  5304.             'liip_imagine.optipng.tempDir' => NULL,
  5305.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5306.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5307.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5308.             'liip_imagine.cwebp.tempDir' => NULL,
  5309.             'liip_imagine.cwebp.q' => 75,
  5310.             'liip_imagine.cwebp.alphaQ' => 100,
  5311.             'liip_imagine.cwebp.m' => 4,
  5312.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5313.             'liip_imagine.cwebp.alphaMethod' => 1,
  5314.             'liip_imagine.cwebp.exact' => false,
  5315.             'liip_imagine.cwebp.metadata' => [
  5316.                 => 'none',
  5317.             ],
  5318.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5319.             'liip_imagine.cache.resolver.default' => 'default',
  5320.             'liip_imagine.default_image' => NULL,
  5321.             'liip_imagine.filter_sets' => [
  5322.                 'cache' => [
  5323.                     'quality' => 100,
  5324.                     'jpeg_quality' => NULL,
  5325.                     'png_compression_level' => NULL,
  5326.                     'png_compression_filter' => NULL,
  5327.                     'format' => NULL,
  5328.                     'animated' => false,
  5329.                     'cache' => NULL,
  5330.                     'data_loader' => NULL,
  5331.                     'default_image' => NULL,
  5332.                     'filters' => [
  5333.                     ],
  5334.                     'post_processors' => [
  5335.                     ],
  5336.                 ],
  5337.                 'resize' => [
  5338.                     'quality' => 100,
  5339.                     'jpeg_quality' => NULL,
  5340.                     'png_compression_level' => NULL,
  5341.                     'png_compression_filter' => NULL,
  5342.                     'format' => NULL,
  5343.                     'animated' => false,
  5344.                     'cache' => NULL,
  5345.                     'data_loader' => NULL,
  5346.                     'default_image' => NULL,
  5347.                     'filters' => [
  5348.                     ],
  5349.                     'post_processors' => [
  5350.                     ],
  5351.                 ],
  5352.             ],
  5353.             'liip_imagine.binary.loader.default' => 'default',
  5354.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5355.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5356.             'liip_imagine.webp.generate' => false,
  5357.             'liip_imagine.webp.options' => [
  5358.                 'quality' => 100,
  5359.                 'cache' => NULL,
  5360.                 'data_loader' => NULL,
  5361.                 'post_processors' => [
  5362.                 ],
  5363.             ],
  5364.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5365.             'data_collector.templates' => [
  5366.                 'data_collector.request' => [
  5367.                     => 'request',
  5368.                     => '@WebProfiler/Collector/request.html.twig',
  5369.                 ],
  5370.                 'data_collector.time' => [
  5371.                     => 'time',
  5372.                     => '@WebProfiler/Collector/time.html.twig',
  5373.                 ],
  5374.                 'data_collector.memory' => [
  5375.                     => 'memory',
  5376.                     => '@WebProfiler/Collector/memory.html.twig',
  5377.                 ],
  5378.                 'data_collector.validator' => [
  5379.                     => 'validator',
  5380.                     => '@WebProfiler/Collector/validator.html.twig',
  5381.                 ],
  5382.                 'data_collector.ajax' => [
  5383.                     => 'ajax',
  5384.                     => '@WebProfiler/Collector/ajax.html.twig',
  5385.                 ],
  5386.                 'data_collector.form' => [
  5387.                     => 'form',
  5388.                     => '@WebProfiler/Collector/form.html.twig',
  5389.                 ],
  5390.                 'data_collector.exception' => [
  5391.                     => 'exception',
  5392.                     => '@WebProfiler/Collector/exception.html.twig',
  5393.                 ],
  5394.                 'data_collector.logger' => [
  5395.                     => 'logger',
  5396.                     => '@WebProfiler/Collector/logger.html.twig',
  5397.                 ],
  5398.                 'data_collector.events' => [
  5399.                     => 'events',
  5400.                     => '@WebProfiler/Collector/events.html.twig',
  5401.                 ],
  5402.                 'data_collector.router' => [
  5403.                     => 'router',
  5404.                     => '@WebProfiler/Collector/router.html.twig',
  5405.                 ],
  5406.                 'data_collector.cache' => [
  5407.                     => 'cache',
  5408.                     => '@WebProfiler/Collector/cache.html.twig',
  5409.                 ],
  5410.                 'data_collector.translation' => [
  5411.                     => 'translation',
  5412.                     => '@WebProfiler/Collector/translation.html.twig',
  5413.                 ],
  5414.                 'data_collector.security' => [
  5415.                     => 'security',
  5416.                     => '@Security/Collector/security.html.twig',
  5417.                 ],
  5418.                 'data_collector.twig' => [
  5419.                     => 'twig',
  5420.                     => '@WebProfiler/Collector/twig.html.twig',
  5421.                 ],
  5422.                 'data_collector.doctrine' => [
  5423.                     => 'db',
  5424.                     => '@Doctrine/Collector/db.html.twig',
  5425.                 ],
  5426.                 'doctrine_migrations.migrations_collector' => [
  5427.                     => 'doctrine_migrations',
  5428.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5429.                 ],
  5430.                 'data_collector.dump' => [
  5431.                     => 'dump',
  5432.                     => '@Debug/Profiler/dump.html.twig',
  5433.                 ],
  5434.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5435.                 'mailer.data_collector' => [
  5436.                     => 'mailer',
  5437.                     => '@WebProfiler/Collector/mailer.html.twig',
  5438.                 ],
  5439.                 'data_collector.config' => [
  5440.                     => 'config',
  5441.                     => '@WebProfiler/Collector/config.html.twig',
  5442.                 ],
  5443.                 'eccube.collector.core' => [
  5444.                     => 'eccube_core',
  5445.                     => '@toolbar/eccube.html.twig',
  5446.                 ],
  5447.             ],
  5448.             'console.command.ids' => [
  5449.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5450.             ],
  5451.         ];
  5452.     }
  5453.     protected function throw($message)
  5454.     {
  5455.         throw new RuntimeException($message);
  5456.     }
  5457. }