var/cache/dev/ContainerUlllKNb/Eccube_KernelDevDebugContainer.php line 3069

Open in your IDE?
  1. <?php
  2. namespace ContainerUlllKNb;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class Eccube_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.session' => 'get_Container_Private_SessionService',
  38.             '.container.private.state_machine.order' => 'get_Container_Private_StateMachine_OrderService',
  39.             '.container.private.twig' => 'get_Container_Private_TwigService',
  40.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  41.             'Detection\\MobileDetect' => 'getMobileDetectService',
  42.             'Eccube\\Common\\EccubeConfig' => 'getEccubeConfigService',
  43.             'Eccube\\Repository\\PluginRepository' => 'getPluginRepositoryService',
  44.             'Eccube\\Repository\\TaxRuleRepository' => 'getTaxRuleRepositoryService',
  45.             'Eccube\\Service\\SystemService' => 'getSystemServiceService',
  46.             'Eccube\\Service\\TaxRuleService' => 'getTaxRuleServiceService',
  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.             'request_stack' => 'getRequestStackService',
  58.             'router' => 'getRouterService',
  59.             'translator' => 'getTranslatorService',
  60.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  61.             'cache_clearer' => 'getCacheClearerService',
  62.             'filesystem' => 'getFilesystemService',
  63.             'state_machine.order' => 'getStateMachine_OrderService',
  64.             'serializer' => 'getSerializerService',
  65.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  66.             'form.factory' => 'getForm_FactoryService',
  67.             'form.type.file' => 'getForm_Type_FileService',
  68.             'profiler' => 'getProfilerService',
  69.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  70.             'security.token_storage' => 'getSecurity_TokenStorageService',
  71.             'twig' => 'getTwigService',
  72.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  73.             'session' => 'getSessionService',
  74.             'validator' => 'getValidatorService',
  75.         ];
  76.         $this->fileMap = [
  77.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  78.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  79.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  80.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  81.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  82.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  83.             'Customize\\Controller\\Admin\\AgencyController' => 'getAgencyControllerService',
  84.             'Customize\\Controller\\Admin\\CallCenterController' => 'getCallCenterControllerService',
  85.             'Customize\\Controller\\Admin\\ChappyFactory\\ChappyFactoryController' => 'getChappyFactoryControllerService',
  86.             'Customize\\Controller\\Admin\\Content\\InformController' => 'getInformControllerService',
  87.             'Customize\\Controller\\Admin\\Order\\adminBatchDocumentOutputController' => 'getAdminBatchDocumentOutputControllerService',
  88.             'Customize\\Controller\\Admin\\Order\\adminVirtualAccountCsvImportController' => 'getAdminVirtualAccountCsvImportControllerService',
  89.             'Customize\\Controller\\AppDeepLinkController' => 'getAppDeepLinkControllerService',
  90.             'Customize\\Controller\\AppRequestApi\\AppApiActivateRedirectController' => 'getAppApiActivateRedirectControllerService',
  91.             'Customize\\Controller\\AppRequestApi\\AppApiTestController' => 'getAppApiTestControllerService',
  92.             'Customize\\Controller\\AppRequestApi\\Calendar\\AppApiCalendarController' => 'getAppApiCalendarControllerService',
  93.             'Customize\\Controller\\AppRequestApi\\Cart\\AppApiCartIconController' => 'getAppApiCartIconControllerService',
  94.             'Customize\\Controller\\AppRequestApi\\Cart\\AppApiCartItemController' => 'getAppApiCartItemControllerService',
  95.             'Customize\\Controller\\AppRequestApi\\Config\\AppApiConfigController' => 'getAppApiConfigControllerService',
  96.             'Customize\\Controller\\AppRequestApi\\Contact\\AppApiContactController' => 'getAppApiContactControllerService',
  97.             'Customize\\Controller\\AppRequestApi\\DocumentController' => 'getDocumentControllerService',
  98.             'Customize\\Controller\\AppRequestApi\\Entry\\AppEntryController' => 'getAppEntryControllerService',
  99.             'Customize\\Controller\\AppRequestApi\\Favorite\\AppApiFavoriteController' => 'getAppApiFavoriteControllerService',
  100.             'Customize\\Controller\\AppRequestApi\\Help\\AppApiEvidenceController' => 'getAppApiEvidenceControllerService',
  101.             'Customize\\Controller\\AppRequestApi\\Help\\AppApiPrivacyPolicyController' => 'getAppApiPrivacyPolicyControllerService',
  102.             'Customize\\Controller\\AppRequestApi\\Help\\AppApiTermsOfServiceController' => 'getAppApiTermsOfServiceControllerService',
  103.             'Customize\\Controller\\AppRequestApi\\Help\\AppApiTradeLawController' => 'getAppApiTradeLawControllerService',
  104.             'Customize\\Controller\\AppRequestApi\\Help\\AppApiUserGuideController' => 'getAppApiUserGuideControllerService',
  105.             'Customize\\Controller\\AppRequestApi\\Mypage\\AppApiCustomerInfoController' => 'getAppApiCustomerInfoControllerService',
  106.             'Customize\\Controller\\AppRequestApi\\Mypage\\AppApiForgotController' => 'getAppApiForgotControllerService',
  107.             'Customize\\Controller\\AppRequestApi\\Mypage\\AppApiMypageController' => 'getAppApiMypageControllerService',
  108.             'Customize\\Controller\\AppRequestApi\\Mypage\\Change\\AppApiChangeController' => 'getAppApiChangeControllerService',
  109.             'Customize\\Controller\\AppRequestApi\\Mypage\\Coupon\\AppApiMypageCouponController' => 'getAppApiMypageCouponControllerService',
  110.             'Customize\\Controller\\AppRequestApi\\Mypage\\CreditCard\\AppApiMypageCreditCardController' => 'getAppApiMypageCreditCardControllerService',
  111.             'Customize\\Controller\\AppRequestApi\\Mypage\\Delivery\\AppApiDeliveryController' => 'getAppApiDeliveryControllerService',
  112.             'Customize\\Controller\\AppRequestApi\\Mypage\\Favorite\\AppApiFavoriteController' => 'getAppApiFavoriteController2Service',
  113.             'Customize\\Controller\\AppRequestApi\\Mypage\\OrderDetail\\AppApiMypageOrderDetailController' => 'getAppApiMypageOrderDetailControllerService',
  114.             'Customize\\Controller\\AppRequestApi\\Mypage\\OrderHistory\\AppApiMypageOrderHistory' => 'getAppApiMypageOrderHistoryService',
  115.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularCancelController' => 'getAppApiMypageRegularCancelControllerService',
  116.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularCycleController' => 'getAppApiMypageRegularCycleControllerService',
  117.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularDeliveryTimeController' => 'getAppApiMypageRegularDeliveryTimeControllerService',
  118.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularOrderDetailController' => 'getAppApiMypageRegularOrderDetailControllerService',
  119.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularQuantityController' => 'getAppApiMypageRegularQuantityControllerService',
  120.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularResumeController' => 'getAppApiMypageRegularResumeControllerService',
  121.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularShippingController' => 'getAppApiMypageRegularShippingControllerService',
  122.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularSkipController' => 'getAppApiMypageRegularSkipControllerService',
  123.             'Customize\\Controller\\AppRequestApi\\Mypage\\RegularOrder\\AppApiMypageRegularSuspendController' => 'getAppApiMypageRegularSuspendControllerService',
  124.             'Customize\\Controller\\AppRequestApi\\Mypage\\Withdraw\\AppApiMypageWithdrawController' => 'getAppApiMypageWithdrawControllerService',
  125.             'Customize\\Controller\\AppRequestApi\\News\\AppApiNewsController' => 'getAppApiNewsControllerService',
  126.             'Customize\\Controller\\AppRequestApi\\Product\\AppApiProductController' => 'getAppApiProductControllerService',
  127.             'Customize\\Controller\\AppRequestApi\\Product\\AppApiProductDescriptionController' => 'getAppApiProductDescriptionControllerService',
  128.             'Customize\\Controller\\AppRequestApi\\Product\\AppApiRegularProductController' => 'getAppApiRegularProductControllerService',
  129.             'Customize\\Controller\\AppRequestApi\\Regular\\AppApiShippingDeliveryDateController' => 'getAppApiShippingDeliveryDateControllerService',
  130.             'Customize\\Controller\\AppRequestApi\\Shopping\\AppApiShoppingController' => 'getAppApiShoppingControllerService',
  131.             'Customize\\Controller\\AppRequestApi\\Shopping\\AppApiShoppingDeliveryController' => 'getAppApiShoppingDeliveryControllerService',
  132.             'Customize\\Controller\\AppRequestApi\\Top\\AppApiTopSliderController' => 'getAppApiTopSliderControllerService',
  133.             'Customize\\Controller\\DetailBib200ppmController' => 'getDetailBib200ppmControllerService',
  134.             'Customize\\Controller\\DetailBibController' => 'getDetailBibControllerService',
  135.             'Customize\\Controller\\EvidenceContoroller' => 'getEvidenceContorollerService',
  136.             'Customize\\Controller\\LanguageController' => 'getLanguageControllerService',
  137.             'Customize\\Controller\\QuestionController' => 'getQuestionControllerService',
  138.             'Customize\\Controller\\SubscItemsController' => 'getSubscItemsControllerService',
  139.             'Customize\\Controller\\aboutPageController' => 'getAboutPageControllerService',
  140.             'Customize\\Service\\AppRequestApi\\Shopping\\AppApiShoppingCompleteService' => 'getAppApiShoppingCompleteServiceService',
  141.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  142.             'Eccube\\Controller\\AbstractController' => 'getAbstractControllerService',
  143.             'Eccube\\Controller\\AbstractShoppingController' => 'getAbstractShoppingControllerService',
  144.             'Eccube\\Controller\\Admin\\AbstractCsvImportController' => 'getAbstractCsvImportControllerService',
  145.             'Eccube\\Controller\\Admin\\AdminController' => 'getAdminControllerService',
  146.             'Eccube\\Controller\\Admin\\Content\\BlockController' => 'getBlockControllerService',
  147.             'Eccube\\Controller\\Admin\\Content\\CacheController' => 'getCacheControllerService',
  148.             'Eccube\\Controller\\Admin\\Content\\CssController' => 'getCssControllerService',
  149.             'Eccube\\Controller\\Admin\\Content\\FileController' => 'getFileControllerService',
  150.             'Eccube\\Controller\\Admin\\Content\\JsController' => 'getJsControllerService',
  151.             'Eccube\\Controller\\Admin\\Content\\LayoutController' => 'getLayoutControllerService',
  152.             'Eccube\\Controller\\Admin\\Content\\MaintenanceController' => 'getMaintenanceControllerService',
  153.             'Eccube\\Controller\\Admin\\Content\\NewsController' => 'getNewsControllerService',
  154.             'Eccube\\Controller\\Admin\\Content\\PageController' => 'getPageControllerService',
  155.             'Eccube\\Controller\\Admin\\Customer\\CustomerController' => 'getCustomerControllerService',
  156.             'Eccube\\Controller\\Admin\\Customer\\CustomerDeliveryEditController' => 'getCustomerDeliveryEditControllerService',
  157.             'Eccube\\Controller\\Admin\\Customer\\CustomerEditController' => 'getCustomerEditControllerService',
  158.             'Eccube\\Controller\\Admin\\Order\\CsvImportController' => 'getCsvImportControllerService',
  159.             'Eccube\\Controller\\Admin\\Order\\EditController' => 'getEditControllerService',
  160.             'Eccube\\Controller\\Admin\\Order\\MailController' => 'getMailControllerService',
  161.             'Eccube\\Controller\\Admin\\Order\\OrderController' => 'getOrderControllerService',
  162.             'Eccube\\Controller\\Admin\\Order\\ShippingController' => 'getShippingControllerService',
  163.             'Eccube\\Controller\\Admin\\Product\\CategoryController' => 'getCategoryControllerService',
  164.             'Eccube\\Controller\\Admin\\Product\\ClassCategoryController' => 'getClassCategoryControllerService',
  165.             'Eccube\\Controller\\Admin\\Product\\ClassNameController' => 'getClassNameControllerService',
  166.             'Eccube\\Controller\\Admin\\Product\\CsvImportController' => 'getCsvImportController2Service',
  167.             'Eccube\\Controller\\Admin\\Product\\ProductClassController' => 'getProductClassControllerService',
  168.             'Eccube\\Controller\\Admin\\Product\\ProductController' => 'getProductControllerService',
  169.             'Eccube\\Controller\\Admin\\Product\\TagController' => 'getTagControllerService',
  170.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CalendarController' => 'getCalendarControllerService',
  171.             'Eccube\\Controller\\Admin\\Setting\\Shop\\CsvController' => 'getCsvControllerService',
  172.             'Eccube\\Controller\\Admin\\Setting\\Shop\\DeliveryController' => 'getDeliveryControllerService',
  173.             'Eccube\\Controller\\Admin\\Setting\\Shop\\MailController' => 'getMailController2Service',
  174.             'Eccube\\Controller\\Admin\\Setting\\Shop\\OrderStatusController' => 'getOrderStatusControllerService',
  175.             'Eccube\\Controller\\Admin\\Setting\\Shop\\PaymentController' => 'getPaymentControllerService',
  176.             'Eccube\\Controller\\Admin\\Setting\\Shop\\ShopController' => 'getShopControllerService',
  177.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TaxRuleController' => 'getTaxRuleControllerService',
  178.             'Eccube\\Controller\\Admin\\Setting\\Shop\\TradeLawController' => 'getTradeLawControllerService',
  179.             'Eccube\\Controller\\Admin\\Setting\\System\\AuthorityController' => 'getAuthorityControllerService',
  180.             'Eccube\\Controller\\Admin\\Setting\\System\\LogController' => 'getLogControllerService',
  181.             'Eccube\\Controller\\Admin\\Setting\\System\\LoginHistoryController' => 'getLoginHistoryControllerService',
  182.             'Eccube\\Controller\\Admin\\Setting\\System\\MasterdataController' => 'getMasterdataControllerService',
  183.             'Eccube\\Controller\\Admin\\Setting\\System\\MemberController' => 'getMemberControllerService',
  184.             'Eccube\\Controller\\Admin\\Setting\\System\\SecurityController' => 'getSecurityControllerService',
  185.             'Eccube\\Controller\\Admin\\Setting\\System\\SystemController' => 'getSystemControllerService',
  186.             'Eccube\\Controller\\Admin\\Setting\\System\\TwoFactorAuthController' => 'getTwoFactorAuthControllerService',
  187.             'Eccube\\Controller\\Admin\\Store\\OwnerStoreController' => 'getOwnerStoreControllerService',
  188.             'Eccube\\Controller\\Admin\\Store\\PluginController' => 'getPluginControllerService',
  189.             'Eccube\\Controller\\Admin\\Store\\TemplateController' => 'getTemplateControllerService',
  190.             'Eccube\\Controller\\Block\\CalendarController' => 'getCalendarController2Service',
  191.             'Eccube\\Controller\\Block\\CartController' => 'getCartControllerService',
  192.             'Eccube\\Controller\\Block\\SearchProductController' => 'getSearchProductControllerService',
  193.             'Eccube\\Controller\\CartController' => 'getCartController2Service',
  194.             'Eccube\\Controller\\ContactController' => 'getContactControllerService',
  195.             'Eccube\\Controller\\EntryController' => 'getEntryControllerService',
  196.             'Eccube\\Controller\\ForgotController' => 'getForgotControllerService',
  197.             'Eccube\\Controller\\HelpController' => 'getHelpControllerService',
  198.             'Eccube\\Controller\\InstallPluginController' => 'getInstallPluginControllerService',
  199.             'Eccube\\Controller\\Install\\InstallController' => 'getInstallControllerService',
  200.             'Eccube\\Controller\\Mypage\\ChangeController' => 'getChangeControllerService',
  201.             'Eccube\\Controller\\Mypage\\DeliveryController' => 'getDeliveryController2Service',
  202.             'Eccube\\Controller\\Mypage\\MypageController' => 'getMypageControllerService',
  203.             'Eccube\\Controller\\Mypage\\WithdrawController' => 'getWithdrawControllerService',
  204.             'Eccube\\Controller\\NonMemberShoppingController' => 'getNonMemberShoppingControllerService',
  205.             'Eccube\\Controller\\ProductController' => 'getProductController2Service',
  206.             'Eccube\\Controller\\ShippingMultipleController' => 'getShippingMultipleControllerService',
  207.             'Eccube\\Controller\\ShoppingController' => 'getShoppingControllerService',
  208.             'Eccube\\Controller\\SitemapController' => 'getSitemapControllerService',
  209.             'Eccube\\Controller\\TopController' => 'getTopControllerService',
  210.             'Eccube\\Controller\\TradeLawController' => 'getTradeLawController2Service',
  211.             'Eccube\\Controller\\UserDataController' => 'getUserDataControllerService',
  212.             'Eccube\\DependencyInjection\\Facade\\AnnotationReaderFacade' => 'getAnnotationReaderFacadeService',
  213.             'Eccube\\Service\\Composer\\ComposerApiService' => 'getComposerApiServiceService',
  214.             'Eccube\\Service\\Payment\\Method\\Cash' => 'getCashService',
  215.             'Eccube\\Service\\PluginService' => 'getPluginServiceService',
  216.             'Plugin\\CouponPro42\\Controller\\Admin\\CouponController' => 'getCouponControllerService',
  217.             'Plugin\\CouponPro42\\Controller\\Admin\\EditController' => 'getEditController2Service',
  218.             'Plugin\\CouponPro42\\Controller\\Block\\CouponBlockController' => 'getCouponBlockControllerService',
  219.             'Plugin\\CouponPro42\\Controller\\MypageController' => 'getMypageController2Service',
  220.             'Plugin\\CouponPro42\\Controller\\Product\\ProductCouponController' => 'getProductCouponControllerService',
  221.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactCommentImageController' => 'getContactCommentImageControllerService',
  222.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactController' => 'getContactController2Service',
  223.             'Plugin\\CustomerSupportPro42\\Controller\\Admin\\ContactMailController' => 'getContactMailControllerService',
  224.             'Plugin\\CustomerSupportPro42\\Controller\\ContactReplyController' => 'getContactReplyControllerService',
  225.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusController' => 'getChangePaymentStatusControllerService',
  226.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToCancelController' => 'getChangePaymentStatusToCancelControllerService',
  227.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToChargedController' => 'getChangePaymentStatusToChargedControllerService',
  228.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\ChangePaymentStatusToShippingRegistrationController' => 'getChangePaymentStatusToShippingRegistrationControllerService',
  229.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Order\\CreateRegCreditOrderController' => 'getCreateRegCreditOrderControllerService',
  230.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\AllCreateRegularOrderController' => 'getAllCreateRegularOrderControllerService',
  231.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\CreateRegularOrderController' => 'getCreateRegularOrderControllerService',
  232.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\EditController' => 'getEditController3Service',
  233.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\OrderController' => 'getOrderController2Service',
  234.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularCycleController' => 'getRegularCycleControllerService',
  235.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\RegularDiscountSettingController' => 'getRegularDiscountSettingControllerService',
  236.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Regular\\SendChangeCardMailController' => 'getSendChangeCardMailControllerService',
  237.             'Plugin\\EccubePaymentLite42\\Controller\\Admin\\Store\\GmoEpsilonConfigController' => 'getGmoEpsilonConfigControllerService',
  238.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\DeliveryDateController' => 'getDeliveryDateControllerService',
  239.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\EditCreditCardController' => 'getEditCreditCardControllerService',
  240.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\MypageChangePaymentStatusToCancelController' => 'getMypageChangePaymentStatusToCancelControllerService',
  241.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCancelController' => 'getRegularCancelControllerService',
  242.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCompleteController' => 'getRegularCompleteControllerService',
  243.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularCycleController' => 'getRegularCycleController2Service',
  244.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularDetailController' => 'getRegularDetailControllerService',
  245.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularListController' => 'getRegularListControllerService',
  246.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularNextDeliveryDateController' => 'getRegularNextDeliveryDateControllerService',
  247.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularProductQuantityController' => 'getRegularProductQuantityControllerService',
  248.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularResumeController' => 'getRegularResumeControllerService',
  249.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularShippingController' => 'getRegularShippingControllerService',
  250.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSkipController' => 'getRegularSkipControllerService',
  251.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Mypage\\RegularSuspendController' => 'getRegularSuspendControllerService',
  252.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\ConveniAndPayeasyNotificationController' => 'getConveniAndPayeasyNotificationControllerService',
  253.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\DeferredPaymentStatusChangeNotificationController' => 'getDeferredPaymentStatusChangeNotificationControllerService',
  254.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController' => 'getPaymentNotificationControllerService',
  255.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\CreditCardForTokenPaymentController' => 'getCreditCardForTokenPaymentControllerService',
  256.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentBackController' => 'getEpsilonPaymentBackControllerService',
  257.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\EpsilonPaymentCompleteController' => 'getEpsilonPaymentCompleteControllerService',
  258.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\Reception3DSAuthenticationController' => 'getReception3DSAuthenticationControllerService',
  259.             'Plugin\\EccubePaymentLite42\\Controller\\Front\\Shopping\\ShippingDeliveryDateController' => 'getShippingDeliveryDateControllerService',
  260.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Bitcash' => 'getBitcashService',
  261.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Chocom' => 'getChocomService',
  262.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Conveni' => 'getConveniService',
  263.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Credit' => 'getCreditService',
  264.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Deferred' => 'getDeferredService',
  265.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Jcb' => 'getJcbService',
  266.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Maillink' => 'getMaillinkService',
  267.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Jnb' => 'getNetbankJnbService',
  268.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Netbank_Rakuten' => 'getNetbankRakutenService',
  269.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Payeasy' => 'getPayeasyService',
  270.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypal' => 'getPaypalService',
  271.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Paypay' => 'getPaypayService',
  272.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Reg_Credit' => 'getRegCreditService',
  273.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sphone' => 'getSphoneService',
  274.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Sumishin' => 'getSumishinService',
  275.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Virtual_Account' => 'getVirtualAccountService',
  276.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Webmoney' => 'getWebmoneyService',
  277.             'Plugin\\EccubePaymentLite42\\Service\\Method\\Ywallet' => 'getYwalletService',
  278.             'Plugin\\ExpressLink42\\Controller\\Admin\\ConfigController' => 'getConfigControllerService',
  279.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportController' => 'getCsvImportController3Service',
  280.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerB2' => 'getCsvImportControllerB2Service',
  281.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerDepo' => 'getCsvImportControllerDepoService',
  282.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden2' => 'getCsvImportControllerEhiden2Service',
  283.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhiden3' => 'getCsvImportControllerEhiden3Service',
  284.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerEhidenPro' => 'getCsvImportControllerEhidenProService',
  285.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerKM2' => 'getCsvImportControllerKM2Service',
  286.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportControllerYupriR' => 'getCsvImportControllerYupriRService',
  287.             'Plugin\\ExpressLink42\\Controller\\Admin\\CsvImportExpressLinkController' => 'getCsvImportExpressLinkControllerService',
  288.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderController' => 'getOrderController3Service',
  289.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerB2' => 'getOrderControllerB2Service',
  290.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerDepo' => 'getOrderControllerDepoService',
  291.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden2' => 'getOrderControllerEhiden2Service',
  292.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhiden3' => 'getOrderControllerEhiden3Service',
  293.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenMail' => 'getOrderControllerEhidenMailService',
  294.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerEhidenPro' => 'getOrderControllerEhidenProService',
  295.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerKM2' => 'getOrderControllerKM2Service',
  296.             'Plugin\\ExpressLink42\\Controller\\Admin\\OrderControllerYupriR' => 'getOrderControllerYupriRService',
  297.             'Plugin\\MailMagazine42\\Controller\\MailMagazineController' => 'getMailMagazineControllerService',
  298.             'Plugin\\MailMagazine42\\Controller\\MailMagazineHistoryController' => 'getMailMagazineHistoryControllerService',
  299.             'Plugin\\MailMagazine42\\Controller\\MailMagazineTemplateController' => 'getMailMagazineTemplateControllerService',
  300.             'Plugin\\SalesReport42\\Controller\\SalesReportAgencyListController' => 'getSalesReportAgencyListControllerService',
  301.             'Plugin\\SalesReport42\\Controller\\SalesReportController' => 'getSalesReportControllerService',
  302.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  303.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateController2Service',
  304.             'cache.app_clearer' => 'getCache_AppClearerService',
  305.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  306.             'cache.system_clearer' => 'getCache_SystemClearerService',
  307.             'cache_warmer' => 'getCacheWarmerService',
  308.             'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand' => 'getUpdateSchemaDoctrineCommandService',
  309.             'console.command_loader' => 'getConsole_CommandLoaderService',
  310.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  311.             'eccube.logger' => 'getEccube_LoggerService',
  312.             'eccube.purchase.flow.order' => 'getEccube_Purchase_Flow_OrderService',
  313.             'eccube.purchase.flow.shopping' => 'getEccube_Purchase_Flow_ShoppingService',
  314.             'error_controller' => 'getErrorControllerService',
  315.             'knp_paginator' => 'getKnpPaginatorService',
  316.             'monolog.logger.admin' => 'getMonolog_Logger_AdminService',
  317.             'monolog.logger.front' => 'getMonolog_Logger_FrontService',
  318.             'monolog.logger.gmo_epsilon' => 'getMonolog_Logger_GmoEpsilonService',
  319.             'routing.loader' => 'getRouting_LoaderService',
  320.             'services_resetter' => 'getServicesResetterService',
  321.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  322.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  323.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  324.         ];
  325.         $this->aliases = [
  326.             'database_connection' => 'doctrine.dbal.default_connection',
  327.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  328.         ];
  329.         $this->privates['service_container'] = function () {
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  335.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  336.             include_once \dirname(__DIR__4).'/src/Eccube/Kernel.php';
  337.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  340.             include_once \dirname(__DIR__4).'/src/Eccube/DataCollector/EccubeDataCollector.php';
  341.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/Queries.php';
  342.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/QueryCustomizer.php';
  343.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Repository/Customizer/AdminSearchOrderCouponQueryCustomizer.php';
  344.             include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/Query/WhereCustomizer.php';
  345.             include_once \dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity/AdminCustomerQueryCustomizer.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  347.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/ForwardOnlyListener.php';
  348.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/IpAddrListener.php';
  349.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/LogListener.php';
  350.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MaintenanceListener.php';
  351.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/MobileTemplatePathListener.php';
  352.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RateLimiterListener.php';
  353.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  357.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/RestrictFileUploadListener.php';
  358.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TransactionListener.php';
  359.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwigInitializeListener.php';
  360.             include_once \dirname(__DIR__4).'/src/Eccube/EventListener/TwoFactorAuthListener.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  366.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AbstractRepository.php';
  367.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/AuthorityRoleRepository.php';
  368.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BaseInfoRepository.php';
  369.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockPositionRepository.php';
  370.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/BlockRepository.php';
  371.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CalendarRepository.php';
  372.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CartRepository.php';
  373.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CustomerRepository.php';
  374.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/LayoutRepository.php';
  375.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/Master/DeviceTypeRepository.php';
  376.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/OrderRepository.php';
  377.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageLayoutRepository.php';
  378.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/PageRepository.php';
  379.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductClassRepository.php';
  380.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/ProductRepository.php';
  381.             include_once \dirname(__DIR__4).'/src/Eccube/Request/Context.php';
  382.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemComparator.php';
  383.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/ProductClassComparator.php';
  384.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/CartItemAllocator.php';
  385.             include_once \dirname(__DIR__4).'/src/Eccube/Service/Cart/SaleTypeCartAllocator.php';
  386.             include_once \dirname(__DIR__4).'/src/Eccube/Service/TwoFactorAuthService.php';
  387.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  389.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeExtension.php';
  390.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TaxExtension.php';
  391.             include_once \dirname(__DIR__4).'/src/Eccube/Common/EccubeConfig.php';
  392.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Repository/CouponRepository.php';
  393.             include_once \dirname(__DIR__4).'/src/Eccube/Repository/CategoryRepository.php';
  394.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Repository/Extension/CategoryRepository.php';
  395.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Repository/Extension/OrderRepository.php';
  396.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Repository/OrderCouponRepository.php';
  397.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Service/CharacterConversionService.php';
  398.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Service/CouponHelper.php';
  399.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Service/CategoryService.php';
  400.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Service/OrderService.php';
  401.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/EventListener/EventSubscriber/Admin/AddRegularNav.php';
  402.             include_once \dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Repository/ConfigRepository.php';
  403.             include_once \dirname(__DIR__4).'/app/Customize/EventListener/LocaleListener.php';
  404.             include_once \dirname(__DIR__4).'/app/Customize/Repository/AgencyRepository.php';
  405.             include_once \dirname(__DIR__4).'/app/Customize/Repository/CustomizeCustomerRepository.php';
  406.             include_once \dirname(__DIR__4).'/app/Customize/Service/CustomPriceService.php';
  407.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/SessionProcessor.php';
  408.             include_once \dirname(__DIR__4).'/src/Eccube/Log/Processor/TokenProcessor.php';
  409.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/UidProcessor.php';
  412.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  413.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/WebProcessor.php';
  415.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  416.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  437.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  438.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  439.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  440.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  441.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  443.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  444.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  450.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  456.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  457.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Transition.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/MetadataStoreInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/GetMetadataTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Metadata/InMemoryMetadataStore.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  493.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  505.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  506.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  507.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/UnanimousStrategy.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  574.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  576.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  577.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  596.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  608.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  609.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  612.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/BufferHandler.php';
  613.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  614.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  615.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  616.             include_once \dirname(__DIR__4).'/vendor/easycorp/easy-log-handler/src/EasyLogHandler.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  618.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  631.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  650.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/WorkflowInterface.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Workflow.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/StateMachine.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Definition.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MarkingStoreInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/MarkingStore/MethodMarkingStore.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  684.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  686.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  687.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  688.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  689.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  690.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  694.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  696.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  702.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WorkflowExtension.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/Registry.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/WorkflowSupportStrategyInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/workflow/SupportStrategy/InstanceOfSupportStrategy.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  725.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CartServiceExtension.php';
  726.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/CsrfExtension.php';
  727.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/EccubeBlockExtension.php';
  728.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IgnoreTwigSandboxErrorExtension.php';
  729.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/IntlExtension.php';
  730.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/RepositoryExtension.php';
  731.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/SafeTextmailEscaperExtension.php';
  732.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Extension/TwigIncludeExtension.php';
  733.             include_once \dirname(__DIR__4).'/app/Plugin/CouponPro42/Service/Twig/Extension/CouponDiscountPriceExtension.php';
  734.             include_once \dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Service/Twig/ContactFunction.php';
  735.             include_once \dirname(__DIR__4).'/app/Customize/Twig/LocaleDateExtension.php';
  736.             include_once \dirname(__DIR__4).'/app/Customize/Twig/LocaleExtension.php';
  737.             include_once \dirname(__DIR__4).'/app/Customize/Twig/SimpleCouponTranslationExtension.php';
  738.             include_once \dirname(__DIR__4).'/app/Customize/Twig/SimpleNewsTranslationExtension.php';
  739.             include_once \dirname(__DIR__4).'/app/Customize/Twig/SimpleProductTranslationExtension.php';
  740.             include_once \dirname(__DIR__4).'/app/Customize/Twig/SimpleTradeLawTranslationExtension.php';
  741.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StringLoaderExtension.php';
  742.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/SandboxExtension.php';
  743.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php';
  744.             include_once \dirname(__DIR__4).'/src/Eccube/Twig/Sandbox/SecurityPolicyDecorator.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Sandbox/SecurityPolicy.php';
  746.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  748.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  749.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  750.             include_once \dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/Twig/HTMLPurifierExtension.php';
  751.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  753.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  755.             include_once \dirname(__DIR__4).'/src/Eccube/Service/CalendarService.php';
  756.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  763.         };
  764.     }
  765.     public function compile(): void
  766.     {
  767.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  768.     }
  769.     public function isCompiled(): bool
  770.     {
  771.         return true;
  772.     }
  773.     public function getRemovedIds(): array
  774.     {
  775.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  776.     }
  777.     protected function load($file$lazyLoad true)
  778.     {
  779.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  780.             return $class::do($this$lazyLoad);
  781.         }
  782.         if ('.' === $file[-4]) {
  783.             $class substr($class0, -4);
  784.         } else {
  785.             $file .= '.php';
  786.         }
  787.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  788.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  789.     }
  790.     protected function createProxy($class\Closure $factory)
  791.     {
  792.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  793.         return $factory();
  794.     }
  795.     /**
  796.      * Gets the public '.container.private.profiler' shared service.
  797.      *
  798.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  799.      */
  800.     protected function get_Container_Private_ProfilerService()
  801.     {
  802.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  803.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  804.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  805.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  806.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  807.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  808.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  809.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  810.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  812.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  813.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  814.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  815.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  816.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  817.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  818.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  819.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  820.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  821.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  822.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  823.         $d->addInstance('rate_limiter.cache', ($this->privates['rate_limiter.cache'] ?? $this->getRateLimiter_CacheService()));
  824.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  825.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  826.         $d->addInstance('cache.security_token_verifier', ($this->privates['cache.security_token_verifier'] ?? $this->getCache_SecurityTokenVerifierService()));
  827.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  828.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  829.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  830.         if ($this->has('kernel')) {
  831.             $e->setKernel($b);
  832.         }
  833.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  834.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  835.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  836.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  837.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  838.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  839.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  840.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/Eccube_KernelDevDebugContainer'), $c));
  841.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  842.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  843.         $instance->add($d);
  844.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  845.         $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));
  846.         $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())));
  847.         $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([])))));
  848.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  849.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  850.         $instance->add(($this->privates['Eccube\\DataCollector\\EccubeDataCollector'] ?? $this->getEccubeDataCollectorService()));
  851.         $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()))));
  852.         $instance->add($e);
  853.         $instance->add(($this->privates['eccube.collector.core'] ?? $this->getEccube_Collector_CoreService()));
  854.         return $instance;
  855.     }
  856.     /**
  857.      * Gets the public '.container.private.security.authorization_checker' shared service.
  858.      *
  859.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  860.      */
  861.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  862.     {
  863.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  864.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  865.             return $this->services['.container.private.security.authorization_checker'];
  866.         }
  867.         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);
  868.     }
  869.     /**
  870.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  871.      *
  872.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  873.      */
  874.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  875.     {
  876.         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())));
  877.     }
  878.     /**
  879.      * Gets the public '.container.private.security.token_storage' shared service.
  880.      *
  881.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  882.      */
  883.     protected function get_Container_Private_Security_TokenStorageService()
  884.     {
  885.         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, [
  886.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  887.         ], [
  888.             'request_stack' => '?',
  889.         ]));
  890.     }
  891.     /**
  892.      * Gets the public '.container.private.session' shared service.
  893.      *
  894.      * @return \Symfony\Component\HttpFoundation\Session\Session
  895.      */
  896.     protected function get_Container_Private_SessionService()
  897.     {
  898.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  899.         if (isset($this->services['.container.private.session'])) {
  900.             return $this->services['.container.private.session'];
  901.         }
  902.         return $this->services['.container.private.session'] = $a->createSession();
  903.     }
  904.     /**
  905.      * Gets the public '.container.private.state_machine.order' shared service.
  906.      *
  907.      * @return \Symfony\Component\Workflow\StateMachine
  908.      */
  909.     protected function get_Container_Private_StateMachine_OrderService()
  910.     {
  911.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  912.         if (isset($this->services['.container.private.state_machine.order'])) {
  913.             return $this->services['.container.private.state_machine.order'];
  914.         }
  915.         return $this->services['.container.private.state_machine.order'] = new \Symfony\Component\Workflow\StateMachine(new \Symfony\Component\Workflow\Definition([=> '1'=> '2'=> '3'=> '4'=> '5'=> '6'=> '7'=> '8'=> '9'=> '10'10 => '11'11 => '12'], [=> ($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('auto_cancel_return''1''2'))), => ($this->privates['.state_machine.order.transition.2'] ?? ($this->privates['.state_machine.order.transition.2'] = new \Symfony\Component\Workflow\Transition('packing''1''4'))), => ($this->privates['.state_machine.order.transition.3'] ?? ($this->privates['.state_machine.order.transition.3'] = new \Symfony\Component\Workflow\Transition('packing''6''4'))), => ($this->privates['.state_machine.order.transition.4'] ?? ($this->privates['.state_machine.order.transition.4'] = new \Symfony\Component\Workflow\Transition('packing''11''4'))), => ($this->privates['.state_machine.order.transition.5'] ?? ($this->privates['.state_machine.order.transition.5'] = new \Symfony\Component\Workflow\Transition('packing''5''4'))), => ($this->privates['.state_machine.order.transition.6'] ?? ($this->privates['.state_machine.order.transition.6'] = new \Symfony\Component\Workflow\Transition('packing''12''4'))), => ($this->privates['.state_machine.order.transition.7'] ?? ($this->privates['.state_machine.order.transition.7'] = new \Symfony\Component\Workflow\Transition('cancel''1''3'))), => ($this->privates['.state_machine.order.transition.8'] ?? ($this->privates['.state_machine.order.transition.8'] = new \Symfony\Component\Workflow\Transition('cancel''4''3'))), => ($this->privates['.state_machine.order.transition.9'] ?? ($this->privates['.state_machine.order.transition.9'] = new \Symfony\Component\Workflow\Transition('cancel''6''3'))), 10 => ($this->privates['.state_machine.order.transition.10'] ?? ($this->privates['.state_machine.order.transition.10'] = new \Symfony\Component\Workflow\Transition('cancel''11''3'))), 11 => ($this->privates['.state_machine.order.transition.11'] ?? ($this->privates['.state_machine.order.transition.11'] = new \Symfony\Component\Workflow\Transition('cancel''12''3'))), 12 => ($this->privates['.state_machine.order.transition.12'] ?? ($this->privates['.state_machine.order.transition.12'] = new \Symfony\Component\Workflow\Transition('back_to_in_progress''3''4'))), 13 => ($this->privates['.state_machine.order.transition.13'] ?? ($this->privates['.state_machine.order.transition.13'] = new \Symfony\Component\Workflow\Transition('ship''1''5'))), 14 => ($this->privates['.state_machine.order.transition.14'] ?? ($this->privates['.state_machine.order.transition.14'] = new \Symfony\Component\Workflow\Transition('ship''6''5'))), 15 => ($this->privates['.state_machine.order.transition.15'] ?? ($this->privates['.state_machine.order.transition.15'] = new \Symfony\Component\Workflow\Transition('ship''4''5'))), 16 => ($this->privates['.state_machine.order.transition.16'] ?? ($this->privates['.state_machine.order.transition.16'] = new \Symfony\Component\Workflow\Transition('ship''11''5'))), 17 => ($this->privates['.state_machine.order.transition.17'] ?? ($this->privates['.state_machine.order.transition.17'] = new \Symfony\Component\Workflow\Transition('return''5''9'))), 18 => ($this->privates['.state_machine.order.transition.18'] ?? ($this->privates['.state_machine.order.transition.18'] = new \Symfony\Component\Workflow\Transition('cancel_return''9''5'))), 19 => ($this->privates['.state_machine.order.transition.19'] ?? ($this->privates['.state_machine.order.transition.19'] = new \Symfony\Component\Workflow\Transition('over_cancel_return''1''10'))), 20 => ($this->privates['.state_machine.order.transition.20'] ?? ($this->privates['.state_machine.order.transition.20'] = new \Symfony\Component\Workflow\Transition('compatible''1''11'))), 21 => ($this->privates['.state_machine.order.transition.21'] ?? ($this->privates['.state_machine.order.transition.21'] = new \Symfony\Component\Workflow\Transition('compatible''6''11'))), 22 => ($this->privates['.state_machine.order.transition.22'] ?? ($this->privates['.state_machine.order.transition.22'] = new \Symfony\Component\Workflow\Transition('compatible''4''11'))), 23 => ($this->privates['.state_machine.order.transition.23'] ?? ($this->privates['.state_machine.order.transition.23'] = new \Symfony\Component\Workflow\Transition('payment_error''1''12')))], [=> '1'], ($this->privates['state_machine.order.metadata_store'] ?? $this->getStateMachine_Order_MetadataStoreService())), new \Symfony\Component\Workflow\MarkingStore\MethodMarkingStore(true'marking'), $a'order'NULL);
  916.     }
  917.     /**
  918.      * Gets the public '.container.private.twig' shared service.
  919.      *
  920.      * @return \Twig\Environment
  921.      */
  922.     protected function get_Container_Private_TwigService()
  923.     {
  924.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  925.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/template'), 'MailMagazine42');
  926.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/template'), 'SalesReport42');
  927.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CouponPro42/Resource/template'), 'CouponPro42');
  928.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/template'), 'EccubePaymentLite42');
  929.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/template'), 'CustomerSupportPro42');
  930.         $a->addPath((\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/template'), 'ExpressLink42');
  931.         $a->addPath((\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')));
  932.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/default'));
  933.         $a->addPath((\dirname(__DIR__4).'/app/Plugin'));
  934.         $a->addPath((\dirname(__DIR__4).'/app/template/admin'), 'admin');
  935.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'), 'admin');
  936.         $a->addPath((\dirname(__DIR__4).'/app/template/user_data'), 'user_data');
  937.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/toolbar'), 'toolbar');
  938.         $a->addPath((\dirname(__DIR__4).'/src/Eccube/Resource/template/common'), 'common');
  939.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  940.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  941.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  942.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  943.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  944.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  945.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  946.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  947.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  948.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  949.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  950.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  951.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  952.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  953.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  954.         $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']);
  955.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  956.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  957.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  958.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  959.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  960.         $g = ($this->services['router'] ?? $this->getRouterService());
  961.         $h = new \Symfony\Component\Workflow\Registry();
  962.         $h->addWorkflow(($this->services['.container.private.state_machine.order'] ?? $this->get_Container_Private_StateMachine_OrderService()), new \Symfony\Component\Workflow\SupportStrategy\InstanceOfSupportStrategy('Eccube\\Service\\OrderStateMachineContext'));
  963.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  964.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  965.         $j = new \Symfony\Bridge\Twig\AppVariable();
  966.         $j->setEnvironment('dev');
  967.         $j->setDebug(true);
  968.         if ($this->has('.container.private.security.token_storage')) {
  969.             $j->setTokenStorage($c);
  970.         }
  971.         if ($this->has('request_stack')) {
  972.             $j->setRequestStack($b);
  973.         }
  974.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  975.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  976.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  977.         $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)));
  978.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  979.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  980.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE'), ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  981.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  982.             yield 'save_image' => ($this->privates['assets._package_save_image'] ?? $this->load('getAssets_PackageSaveImageService'));
  983.             yield 'plugin' => ($this->privates['assets._package_plugin'] ?? $this->load('getAssets_PackagePluginService'));
  984.             yield 'install' => ($this->privates['assets._package_install'] ?? $this->load('getAssets_PackageInstallService'));
  985.             yield 'temp_image' => ($this->privates['assets._package_temp_image'] ?? $this->load('getAssets_PackageTempImageService'));
  986.             yield 'user_data' => ($this->privates['assets._package_user_data'] ?? $this->load('getAssets_PackageUserDataService'));
  987.             yield 'bundle' => ($this->privates['assets._package_bundle'] ?? $this->load('getAssets_PackageBundleService'));
  988.         }, 7))));
  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\IgnoreTwigSandboxErrorExtension());
  1005.         $instance->addExtension(new \Eccube\Twig\Extension\IntlExtension());
  1006.         $instance->addExtension(new \Eccube\Twig\Extension\RepositoryExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1007.         $instance->addExtension(new \Eccube\Twig\Extension\SafeTextmailEscaperExtension($instance));
  1008.         $instance->addExtension(($this->privates['Eccube\\Twig\\Extension\\TaxExtension'] ?? $this->getTaxExtensionService()));
  1009.         $instance->addExtension(new \Eccube\Twig\Extension\TwigIncludeExtension($instance));
  1010.         $instance->addExtension(new \Plugin\CouponPro42\Service\Twig\Extension\CouponDiscountPriceExtension(($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'] ?? $this->getCouponHelperService())));
  1011.         $instance->addExtension(new \Plugin\CustomerSupportPro42\Service\Twig\ContactFunction());
  1012.         $instance->addExtension(new \Customize\Twig\LocaleDateExtension($b));
  1013.         $instance->addExtension(new \Customize\Twig\LocaleExtension($g$b$this->parameters['supported_locales']));
  1014.         $instance->addExtension(new \Customize\Twig\SimpleCouponTranslationExtension($b));
  1015.         $instance->addExtension(new \Customize\Twig\SimpleNewsTranslationExtension($b));
  1016.         $instance->addExtension(new \Customize\Twig\SimpleProductTranslationExtension($b));
  1017.         $instance->addExtension(new \Customize\Twig\SimpleTradeLawTranslationExtension($b));
  1018.         $instance->addExtension(new \Twig\Extension\StringLoaderExtension());
  1019.         $instance->addExtension(new \Twig\Extension\SandboxExtension(new \Eccube\Twig\Sandbox\SecurityPolicyDecorator(new \Twig\Sandbox\SecurityPolicy($this->parameters['eccube.twig_sandbox.allowed_tags'], $this->parameters['eccube.twig_sandbox.allowed_filters'], $this->parameters['eccube.twig_sandbox.allowed_methods'], [], $this->parameters['eccube.twig_sandbox.allowed_functions'])), false));
  1020.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1021.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1022.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1023.         $instance->addExtension(new \Exercise\HTMLPurifierBundle\Twig\HTMLPurifierExtension());
  1024.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1025.         $instance->addGlobal('app'$j);
  1026.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1027.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1028.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1029.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1030.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1031.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => ['privates''exercise_html_purifier.twig.runtime''getExerciseHtmlPurifier_Twig_RuntimeService'true],
  1032.         ], [
  1033.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1034.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1035.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1036.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1037.             'Exercise\\HTMLPurifierBundle\\Twig\\HTMLPurifierRuntime' => '?',
  1038.         ])));
  1039.         $instance->addGlobal('BaseInfo'NULL);
  1040.         $instance->addGlobal('eccube_config', ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  1041.         $instance->addGlobal('event_dispatcher', ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1042.         $instance->addGlobal('calendar_service', new \Eccube\Service\CalendarService(($this->privates['Eccube\\Repository\\CalendarRepository'] ?? $this->getCalendarRepositoryService()), $e));
  1043.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1044.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1045.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'$this->getEnv('ECCUBE_TIMEZONE'), 0'.'','))->configure($instance);
  1046.         return $instance;
  1047.     }
  1048.     /**
  1049.      * Gets the public '.container.private.validator' shared service.
  1050.      *
  1051.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1052.      */
  1053.     protected function get_Container_Private_ValidatorService()
  1054.     {
  1055.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1056.         if (isset($this->services['.container.private.validator'])) {
  1057.             return $this->services['.container.private.validator'];
  1058.         }
  1059.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1060.     }
  1061.     /**
  1062.      * Gets the public 'Detection\MobileDetect' shared autowired service.
  1063.      *
  1064.      * @return \Detection\MobileDetect
  1065.      */
  1066.     protected function getMobileDetectService()
  1067.     {
  1068.         return $this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect();
  1069.     }
  1070.     /**
  1071.      * Gets the public 'Eccube\Common\EccubeConfig' shared autowired service.
  1072.      *
  1073.      * @return \Eccube\Common\EccubeConfig
  1074.      */
  1075.     protected function getEccubeConfigService()
  1076.     {
  1077.         return $this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this);
  1078.     }
  1079.     /**
  1080.      * Gets the public 'Eccube\Repository\PluginRepository' shared autowired service.
  1081.      *
  1082.      * @return \Eccube\Repository\PluginRepository
  1083.      */
  1084.     protected function getPluginRepositoryService($lazyLoad true)
  1085.     {
  1086.         if ($lazyLoad) {
  1087.             return $this->services['Eccube\\Repository\\PluginRepository'] = $this->createProxy('PluginRepository_c4546a6', function () {
  1088.                 return \PluginRepository_c4546a6::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1089.                     $wrappedInstance $this->getPluginRepositoryService(false);
  1090.                     $proxy->setProxyInitializer(null);
  1091.                     return true;
  1092.                 });
  1093.             });
  1094.         }
  1095.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/PluginRepository.php';
  1096.         return new \Eccube\Repository\PluginRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1097.     }
  1098.     /**
  1099.      * Gets the public 'Eccube\Repository\TaxRuleRepository' shared autowired service.
  1100.      *
  1101.      * @return \Eccube\Repository\TaxRuleRepository
  1102.      */
  1103.     protected function getTaxRuleRepositoryService($lazyLoad true)
  1104.     {
  1105.         if ($lazyLoad) {
  1106.             return $this->services['Eccube\\Repository\\TaxRuleRepository'] = $this->createProxy('TaxRuleRepository_f7111db', function () {
  1107.                 return \TaxRuleRepository_f7111db::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1108.                     $wrappedInstance $this->getTaxRuleRepositoryService(false);
  1109.                     $proxy->setProxyInitializer(null);
  1110.                     return true;
  1111.                 });
  1112.             });
  1113.         }
  1114.         include_once \dirname(__DIR__4).'/src/Eccube/Repository/TaxRuleRepository.php';
  1115.         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))));
  1116.     }
  1117.     /**
  1118.      * Gets the public 'Eccube\Service\SystemService' shared autowired service.
  1119.      *
  1120.      * @return \Eccube\Service\SystemService
  1121.      */
  1122.     protected function getSystemServiceService($lazyLoad true)
  1123.     {
  1124.         if ($lazyLoad) {
  1125.             return $this->services['Eccube\\Service\\SystemService'] = $this->createProxy('SystemService_f79b835', function () {
  1126.                 return \SystemService_f79b835::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1127.                     $wrappedInstance $this->getSystemServiceService(false);
  1128.                     $proxy->setProxyInitializer(null);
  1129.                     return true;
  1130.                 });
  1131.             });
  1132.         }
  1133.         include_once \dirname(__DIR__4).'/src/Eccube/Service/SystemService.php';
  1134.         return new \Eccube\Service\SystemService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  1135.     }
  1136.     /**
  1137.      * Gets the public 'Eccube\Service\TaxRuleService' shared autowired service.
  1138.      *
  1139.      * @return \Eccube\Service\TaxRuleService
  1140.      */
  1141.     protected function getTaxRuleServiceService($lazyLoad true)
  1142.     {
  1143.         if ($lazyLoad) {
  1144.             return $this->services['Eccube\\Service\\TaxRuleService'] = $this->createProxy('TaxRuleService_289f969', function () {
  1145.                 return \TaxRuleService_289f969::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1146.                     $wrappedInstance $this->getTaxRuleServiceService(false);
  1147.                     $proxy->setProxyInitializer(null);
  1148.                     return true;
  1149.                 });
  1150.             });
  1151.         }
  1152.         include_once \dirname(__DIR__4).'/src/Eccube/Service/TaxRuleService.php';
  1153.         return new \Eccube\Service\TaxRuleService(($this->services['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService()), ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()));
  1154.     }
  1155.     /**
  1156.      * Gets the public 'cache.app' shared service.
  1157.      *
  1158.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1159.      */
  1160.     protected function getCache_AppService()
  1161.     {
  1162.         $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))));
  1163.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1164.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1165.     }
  1166.     /**
  1167.      * Gets the public 'cache.rate_limiter' shared service.
  1168.      *
  1169.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1170.      */
  1171.     protected function getCache_RateLimiterService()
  1172.     {
  1173.         $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))));
  1174.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1175.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1176.     }
  1177.     /**
  1178.      * Gets the public 'cache.system' shared service.
  1179.      *
  1180.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1181.      */
  1182.     protected function getCache_SystemService()
  1183.     {
  1184.         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())));
  1185.     }
  1186.     /**
  1187.      * Gets the public 'cache.validator_expression_language' shared service.
  1188.      *
  1189.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1190.      */
  1191.     protected function getCache_ValidatorExpressionLanguageService()
  1192.     {
  1193.         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())));
  1194.     }
  1195.     /**
  1196.      * Gets the public 'data_collector.dump' shared service.
  1197.      *
  1198.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1199.      */
  1200.     protected function getDataCollector_DumpService()
  1201.     {
  1202.         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);
  1203.     }
  1204.     /**
  1205.      * Gets the public 'doctrine' shared service.
  1206.      *
  1207.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1208.      */
  1209.     protected function getDoctrineService()
  1210.     {
  1211.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1212.     }
  1213.     /**
  1214.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1215.      *
  1216.      * @return \Doctrine\DBAL\Connection
  1217.      */
  1218.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1219.     {
  1220.         $a = new \Doctrine\DBAL\Configuration();
  1221.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1222.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1223.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1224.         $b->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1225.         $b->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1226.         $b->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1227.         $b->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1228.         $b->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  1229.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1230.         $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))));
  1231.         $c->setConnectionName('default');
  1232.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  1233.         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, [
  1234.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\InitSubscriber''getInitSubscriberService'true],
  1235.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber''getSaveEventSubscriberService'true],
  1236.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => ['privates''Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber''getTaxRuleEventSubscriberService'true],
  1237.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1238.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1239.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1240.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1241.         ], [
  1242.             'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber' => '?',
  1243.             'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber' => '?',
  1244.             'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber' => '?',
  1245.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1246.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1247.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1248.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1249.         ]), [=> 'Eccube\\Doctrine\\EventSubscriber\\InitSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\SaveEventSubscriber'=> 'Eccube\\Doctrine\\EventSubscriber\\TaxRuleEventSubscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), []);
  1250.     }
  1251.     /**
  1252.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1253.      *
  1254.      * @return \Doctrine\ORM\EntityManager
  1255.      */
  1256.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1257.     {
  1258.         if ($lazyLoad) {
  1259.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1260.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1261.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1262.                     $proxy->setProxyInitializer(null);
  1263.                     return true;
  1264.                 });
  1265.             });
  1266.         }
  1267.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1268.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1270.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1271.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1272.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1273.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1274.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1275.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1276.         include_once \dirname(__DIR__4).'/src/Eccube/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1277.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1278.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1279.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1280.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1281.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1282.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1283.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1284.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1285.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1286.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1287.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1288.         $a = new \Doctrine\ORM\Configuration();
  1289.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1290.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1291.         $d = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/src/Eccube/Entity')]);
  1292.         $d->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1293.         $e = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Coupon42/Entity')]);
  1294.         $e->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1295.         $f = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CouponPro42/Entity')]);
  1296.         $f->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1297.         $g = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Entity')]);
  1298.         $g->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1299.         $h = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Entity')]);
  1300.         $h->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1301.         $i = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Entity')]);
  1302.         $i->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1303.         $j = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Entity')]);
  1304.         $j->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1305.         $k = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/ProductReview42/Entity')]);
  1306.         $k->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1307.         $l = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/Recommend42/Entity')]);
  1308.         $l->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1309.         $m = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RefineCookie42/Entity')]);
  1310.         $m->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1311.         $n = new \Eccube\Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Plugin/RelatedProduct42/Entity')]);
  1312.         $n->setTraitProxiesDirectory((\dirname(__DIR__4).'/app/proxy/entity'));
  1313.         $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');
  1314.         $b->addDriver($d'Eccube\\Entity');
  1315.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver($c, [=> (\dirname(__DIR__4).'/app/Customize/Entity')]), 'Customize\\Entity');
  1316.         $b->addDriver($e'Plugin\\Coupon42\\Entity');
  1317.         $b->addDriver($f'Plugin\\CouponPro42\\Entity');
  1318.         $b->addDriver($g'Plugin\\CustomerSupportPro42\\Entity');
  1319.         $b->addDriver($h'Plugin\\EccubePaymentLite42\\Entity');
  1320.         $b->addDriver($i'Plugin\\ExpressLink42\\Entity');
  1321.         $b->addDriver($j'Plugin\\MailMagazine42\\Entity');
  1322.         $b->addDriver($k'Plugin\\ProductReview42\\Entity');
  1323.         $b->addDriver($l'Plugin\\Recommend42\\Entity');
  1324.         $b->addDriver($m'Plugin\\RefineCookie42\\Entity');
  1325.         $b->addDriver($n'Plugin\\RelatedProduct42\\Entity');
  1326.         $a->setEntityNamespaces(['EccubeBundle' => 'Eccube\\Entity']);
  1327.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1328.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1329.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1330.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1331.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1332.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1333.         ], [
  1334.             'doctrine.ulid_generator' => '?',
  1335.             'doctrine.uuid_generator' => '?',
  1336.         ])));
  1337.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1338.         $a->setProxyNamespace('Proxies');
  1339.         $a->setAutoGenerateProxyClasses(true);
  1340.         $a->setSchemaIgnoreClasses([]);
  1341.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1342.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1343.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1344.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1345.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1346.         $a->setLazyGhostObjectEnabled(false);
  1347.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1348.             'Customize\\Repository\\AgencyRepository' => ['privates''Customize\\Repository\\AgencyRepository''getAgencyRepositoryService'false],
  1349.             'Customize\\Repository\\CallCenterRepository' => ['privates''Customize\\Repository\\CallCenterRepository''getCallCenterRepositoryService'true],
  1350.             'Customize\\Repository\\CustomShippingRepository' => ['privates''Customize\\Repository\\CustomShippingRepository''getCustomShippingRepositoryService'true],
  1351.             'Customize\\Repository\\CustomizeCustomerRepository' => ['privates''Customize\\Repository\\CustomizeCustomerRepository''getCustomizeCustomerRepositoryService'false],
  1352.             'Eccube\\Repository\\AuthorityRoleRepository' => ['privates''Eccube\\Repository\\AuthorityRoleRepository''getAuthorityRoleRepositoryService'false],
  1353.             'Eccube\\Repository\\BaseInfoRepository' => ['privates''Eccube\\Repository\\BaseInfoRepository''getBaseInfoRepositoryService'false],
  1354.             'Eccube\\Repository\\BlockPositionRepository' => ['privates''Eccube\\Repository\\BlockPositionRepository''getBlockPositionRepositoryService'false],
  1355.             'Eccube\\Repository\\BlockRepository' => ['privates''Eccube\\Repository\\BlockRepository''getBlockRepositoryService'false],
  1356.             'Eccube\\Repository\\CalendarRepository' => ['privates''Eccube\\Repository\\CalendarRepository''getCalendarRepositoryService'false],
  1357.             'Eccube\\Repository\\CartItemRepository' => ['privates''Eccube\\Repository\\CartItemRepository''getCartItemRepositoryService'true],
  1358.             'Eccube\\Repository\\CartRepository' => ['privates''Eccube\\Repository\\CartRepository''getCartRepositoryService'false],
  1359.             'Eccube\\Repository\\CategoryRepository' => ['privates''Eccube\\Repository\\CategoryRepository''getCategoryRepositoryService'true],
  1360.             'Eccube\\Repository\\ClassCategoryRepository' => ['privates''Eccube\\Repository\\ClassCategoryRepository''getClassCategoryRepositoryService'true],
  1361.             'Eccube\\Repository\\ClassNameRepository' => ['privates''Eccube\\Repository\\ClassNameRepository''getClassNameRepositoryService'true],
  1362.             'Eccube\\Repository\\CsvRepository' => ['privates''Eccube\\Repository\\CsvRepository''getCsvRepositoryService'true],
  1363.             'Eccube\\Repository\\CustomerAddressRepository' => ['privates''Eccube\\Repository\\CustomerAddressRepository''getCustomerAddressRepositoryService'true],
  1364.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => ['privates''Eccube\\Repository\\CustomerFavoriteProductRepository''getCustomerFavoriteProductRepositoryService'true],
  1365.             'Eccube\\Repository\\CustomerRepository' => ['privates''Eccube\\Repository\\CustomerRepository''getCustomerRepositoryService'false],
  1366.             'Eccube\\Repository\\DeliveryDurationRepository' => ['privates''Eccube\\Repository\\DeliveryDurationRepository''getDeliveryDurationRepositoryService'true],
  1367.             'Eccube\\Repository\\DeliveryFeeRepository' => ['privates''Eccube\\Repository\\DeliveryFeeRepository''getDeliveryFeeRepositoryService'true],
  1368.             'Eccube\\Repository\\DeliveryRepository' => ['privates''Eccube\\Repository\\DeliveryRepository''getDeliveryRepositoryService'true],
  1369.             'Eccube\\Repository\\DeliveryTimeRepository' => ['privates''Eccube\\Repository\\DeliveryTimeRepository''getDeliveryTimeRepositoryService'true],
  1370.             'Eccube\\Repository\\LayoutRepository' => ['privates''Eccube\\Repository\\LayoutRepository''getLayoutRepositoryService'false],
  1371.             'Eccube\\Repository\\LoginHistoryRepository' => ['privates''Eccube\\Repository\\LoginHistoryRepository''getLoginHistoryRepositoryService'true],
  1372.             'Eccube\\Repository\\MailHistoryRepository' => ['privates''Eccube\\Repository\\MailHistoryRepository''getMailHistoryRepositoryService'true],
  1373.             'Eccube\\Repository\\MailTemplateRepository' => ['privates''Eccube\\Repository\\MailTemplateRepository''getMailTemplateRepositoryService'true],
  1374.             'Eccube\\Repository\\Master\\AuthorityRepository' => ['privates''Eccube\\Repository\\Master\\AuthorityRepository''getAuthorityRepositoryService'true],
  1375.             'Eccube\\Repository\\Master\\CountryRepository' => ['privates''Eccube\\Repository\\Master\\CountryRepository''getCountryRepositoryService'true],
  1376.             'Eccube\\Repository\\Master\\CsvTypeRepository' => ['privates''Eccube\\Repository\\Master\\CsvTypeRepository''getCsvTypeRepositoryService'true],
  1377.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerOrderStatusRepository''getCustomerOrderStatusRepositoryService'true],
  1378.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => ['privates''Eccube\\Repository\\Master\\CustomerStatusRepository''getCustomerStatusRepositoryService'true],
  1379.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => ['privates''Eccube\\Repository\\Master\\DeviceTypeRepository''getDeviceTypeRepositoryService'false],
  1380.             'Eccube\\Repository\\Master\\JobRepository' => ['privates''Eccube\\Repository\\Master\\JobRepository''getJobRepositoryService'true],
  1381.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => ['privates''Eccube\\Repository\\Master\\LoginHistoryStatusRepository''getLoginHistoryStatusRepositoryService'true],
  1382.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => ['privates''Eccube\\Repository\\Master\\OrderItemTypeRepository''getOrderItemTypeRepositoryService'true],
  1383.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusColorRepository''getOrderStatusColorRepositoryService'true],
  1384.             'Eccube\\Repository\\Master\\OrderStatusRepository' => ['privates''Eccube\\Repository\\Master\\OrderStatusRepository''getOrderStatusRepositoryService'true],
  1385.             'Eccube\\Repository\\Master\\PageMaxRepository' => ['privates''Eccube\\Repository\\Master\\PageMaxRepository''getPageMaxRepositoryService'true],
  1386.             'Eccube\\Repository\\Master\\PrefRepository' => ['privates''Eccube\\Repository\\Master\\PrefRepository''getPrefRepositoryService'true],
  1387.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => ['privates''Eccube\\Repository\\Master\\ProductListMaxRepository''getProductListMaxRepositoryService'true],
  1388.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => ['privates''Eccube\\Repository\\Master\\ProductListOrderByRepository''getProductListOrderByRepositoryService'true],
  1389.             'Eccube\\Repository\\Master\\ProductStatusRepository' => ['privates''Eccube\\Repository\\Master\\ProductStatusRepository''getProductStatusRepositoryService'true],
  1390.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => ['privates''Eccube\\Repository\\Master\\RoundingTypeRepository''getRoundingTypeRepositoryService'true],
  1391.             'Eccube\\Repository\\Master\\SaleTypeRepository' => ['privates''Eccube\\Repository\\Master\\SaleTypeRepository''getSaleTypeRepositoryService'true],
  1392.             'Eccube\\Repository\\Master\\SexRepository' => ['privates''Eccube\\Repository\\Master\\SexRepository''getSexRepositoryService'true],
  1393.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxDisplayTypeRepository''getTaxDisplayTypeRepositoryService'true],
  1394.             'Eccube\\Repository\\Master\\TaxTypeRepository' => ['privates''Eccube\\Repository\\Master\\TaxTypeRepository''getTaxTypeRepositoryService'true],
  1395.             'Eccube\\Repository\\Master\\WorkRepository' => ['privates''Eccube\\Repository\\Master\\WorkRepository''getWorkRepositoryService'true],
  1396.             'Eccube\\Repository\\MemberRepository' => ['privates''Eccube\\Repository\\MemberRepository''getMemberRepositoryService'true],
  1397.             'Eccube\\Repository\\NewsRepository' => ['privates''Eccube\\Repository\\NewsRepository''getNewsRepositoryService'true],
  1398.             'Eccube\\Repository\\OrderItemRepository' => ['privates''Eccube\\Repository\\OrderItemRepository''getOrderItemRepositoryService'true],
  1399.             'Eccube\\Repository\\OrderPdfRepository' => ['privates''Eccube\\Repository\\OrderPdfRepository''getOrderPdfRepositoryService'true],
  1400.             'Eccube\\Repository\\OrderRepository' => ['privates''Eccube\\Repository\\OrderRepository''getOrderRepositoryService'false],
  1401.             'Eccube\\Repository\\PageLayoutRepository' => ['privates''Eccube\\Repository\\PageLayoutRepository''getPageLayoutRepositoryService'false],
  1402.             'Eccube\\Repository\\PageRepository' => ['privates''Eccube\\Repository\\PageRepository''getPageRepositoryService'false],
  1403.             'Eccube\\Repository\\PaymentOptionRepository' => ['privates''Eccube\\Repository\\PaymentOptionRepository''getPaymentOptionRepositoryService'true],
  1404.             'Eccube\\Repository\\PaymentRepository' => ['privates''Eccube\\Repository\\PaymentRepository''getPaymentRepositoryService'true],
  1405.             'Eccube\\Repository\\PluginRepository' => ['services''Eccube\\Repository\\PluginRepository''getPluginRepositoryService'false],
  1406.             'Eccube\\Repository\\ProductCategoryRepository' => ['privates''Eccube\\Repository\\ProductCategoryRepository''getProductCategoryRepositoryService'true],
  1407.             'Eccube\\Repository\\ProductClassRepository' => ['privates''Eccube\\Repository\\ProductClassRepository''getProductClassRepositoryService'false],
  1408.             'Eccube\\Repository\\ProductImageRepository' => ['privates''Eccube\\Repository\\ProductImageRepository''getProductImageRepositoryService'true],
  1409.             'Eccube\\Repository\\ProductRepository' => ['privates''Eccube\\Repository\\ProductRepository''getProductRepositoryService'false],
  1410.             'Eccube\\Repository\\ProductStockRepository' => ['privates''Eccube\\Repository\\ProductStockRepository''getProductStockRepositoryService'true],
  1411.             'Eccube\\Repository\\ProductTagRepository' => ['privates''Eccube\\Repository\\ProductTagRepository''getProductTagRepositoryService'true],
  1412.             'Eccube\\Repository\\ShippingRepository' => ['privates''Eccube\\Repository\\ShippingRepository''getShippingRepositoryService'true],
  1413.             'Eccube\\Repository\\TagRepository' => ['privates''Eccube\\Repository\\TagRepository''getTagRepositoryService'true],
  1414.             'Eccube\\Repository\\TaxRuleRepository' => ['services''Eccube\\Repository\\TaxRuleRepository''getTaxRuleRepositoryService'false],
  1415.             'Eccube\\Repository\\TemplateRepository' => ['privates''Eccube\\Repository\\TemplateRepository''getTemplateRepositoryService'true],
  1416.             'Eccube\\Repository\\TradeLawRepository' => ['privates''Eccube\\Repository\\TradeLawRepository''getTradeLawRepositoryService'true],
  1417.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponDetailRepository''getCouponDetailRepositoryService'true],
  1418.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponOrderRepository''getCouponOrderRepositoryService'true],
  1419.             'Plugin\\Coupon42\\Repository\\CouponRepository' => ['privates''Plugin\\Coupon42\\Repository\\CouponRepository''getCouponRepository2Service'true],
  1420.             'Plugin\\CouponPro42\\Repository\\CouponCategoryRepository' => ['privates''Plugin\\CouponPro42\\Repository\\CouponCategoryRepository''getCouponCategoryRepositoryService'true],
  1421.             'Plugin\\CouponPro42\\Repository\\CouponCustomerRepository' => ['privates''Plugin\\CouponPro42\\Repository\\CouponCustomerRepository''getCouponCustomerRepositoryService'true],
  1422.             'Plugin\\CouponPro42\\Repository\\CouponProductRepository' => ['privates''Plugin\\CouponPro42\\Repository\\CouponProductRepository''getCouponProductRepositoryService'true],
  1423.             'Plugin\\CouponPro42\\Repository\\CouponRepository' => ['privates''Plugin\\CouponPro42\\Repository\\CouponRepository''getCouponRepositoryService'false],
  1424.             'Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository' => ['privates''Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository''getCategoryRepository2Service'false],
  1425.             'Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository' => ['privates''Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository''getOrderRepository2Service'false],
  1426.             'Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository' => ['privates''Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository''getCouponKindRepositoryService'true],
  1427.             'Plugin\\CouponPro42\\Repository\\OrderCouponRepository' => ['privates''Plugin\\CouponPro42\\Repository\\OrderCouponRepository''getOrderCouponRepositoryService'false],
  1428.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository''getContactCommentImageRepositoryService'true],
  1429.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository''getContactCommentRepositoryService'true],
  1430.             'Plugin\\CustomerSupportPro42\\Repository\\ContactRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactRepository''getContactRepositoryService'true],
  1431.             'Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository''getContactTemplateRepositoryService'true],
  1432.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository''getContactPurposeRepositoryService'true],
  1433.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository''getContactStatusColorRepositoryService'true],
  1434.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository''getContactStatusRepositoryService'true],
  1435.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository' => ['privates''Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository''getContactTemplateCategoryRepositoryService'true],
  1436.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository''getConfigRepositoryService'false],
  1437.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository''getConvenienceStoreRepositoryService'true],
  1438.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository''getCreditAccessLogRepositoryService'true],
  1439.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository''getCreditBlockRepositoryService'true],
  1440.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository''getDeliveryCompanyRepositoryService'true],
  1441.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository''getGmoEpsilonPaymentRepositoryService'true],
  1442.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository''getIpBlackListRepositoryService'true],
  1443.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository''getMyPageRegularSettingRepositoryService'true],
  1444.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository''getPaymentStatusRepositoryService'true],
  1445.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository''getProductClassRegularCycleRepositoryService'true],
  1446.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository''getRegularCycleRepositoryService'true],
  1447.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository''getRegularCycleTypeRepositoryService'true],
  1448.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository''getRegularDiscountRepositoryService'true],
  1449.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository''getRegularOrderItemRepositoryService'true],
  1450.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository''getRegularOrderRepositoryService'true],
  1451.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository''getRegularShippingRepositoryService'true],
  1452.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository''getRegularStatusRepositoryService'true],
  1453.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => ['privates''Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository''getSearchProductRepositoryService'true],
  1454.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\CodRepository''getCodRepositoryService'true],
  1455.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\ConfigRepository''getConfigRepository2Service'true],
  1456.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => ['privates''Plugin\\ExpressLink42\\Repository\\DelivtypeRepository''getDelivtypeRepositoryService'true],
  1457.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository''getMailMagazineSendHistoryRepositoryService'true],
  1458.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => ['privates''Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository''getMailMagazineTemplateRepositoryService'true],
  1459.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository''getProductReviewConfigRepositoryService'true],
  1460.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewRepository''getProductReviewRepositoryService'true],
  1461.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => ['privates''Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository''getProductReviewStatusRepositoryService'true],
  1462.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => ['privates''Plugin\\Recommend42\\Repository\\RecommendProductRepository''getRecommendProductRepositoryService'true],
  1463.             'Plugin\\RefineCookie42\\Repository\\ConfigRepository' => ['privates''Plugin\\RefineCookie42\\Repository\\ConfigRepository''getConfigRepository3Service'true],
  1464.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => ['privates''Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository''getRelatedProductRepositoryService'true],
  1465.         ], [
  1466.             'Customize\\Repository\\AgencyRepository' => '?',
  1467.             'Customize\\Repository\\CallCenterRepository' => '?',
  1468.             'Customize\\Repository\\CustomShippingRepository' => '?',
  1469.             'Customize\\Repository\\CustomizeCustomerRepository' => '?',
  1470.             'Eccube\\Repository\\AuthorityRoleRepository' => '?',
  1471.             'Eccube\\Repository\\BaseInfoRepository' => '?',
  1472.             'Eccube\\Repository\\BlockPositionRepository' => '?',
  1473.             'Eccube\\Repository\\BlockRepository' => '?',
  1474.             'Eccube\\Repository\\CalendarRepository' => '?',
  1475.             'Eccube\\Repository\\CartItemRepository' => '?',
  1476.             'Eccube\\Repository\\CartRepository' => '?',
  1477.             'Eccube\\Repository\\CategoryRepository' => '?',
  1478.             'Eccube\\Repository\\ClassCategoryRepository' => '?',
  1479.             'Eccube\\Repository\\ClassNameRepository' => '?',
  1480.             'Eccube\\Repository\\CsvRepository' => '?',
  1481.             'Eccube\\Repository\\CustomerAddressRepository' => '?',
  1482.             'Eccube\\Repository\\CustomerFavoriteProductRepository' => '?',
  1483.             'Eccube\\Repository\\CustomerRepository' => '?',
  1484.             'Eccube\\Repository\\DeliveryDurationRepository' => '?',
  1485.             'Eccube\\Repository\\DeliveryFeeRepository' => '?',
  1486.             'Eccube\\Repository\\DeliveryRepository' => '?',
  1487.             'Eccube\\Repository\\DeliveryTimeRepository' => '?',
  1488.             'Eccube\\Repository\\LayoutRepository' => '?',
  1489.             'Eccube\\Repository\\LoginHistoryRepository' => '?',
  1490.             'Eccube\\Repository\\MailHistoryRepository' => '?',
  1491.             'Eccube\\Repository\\MailTemplateRepository' => '?',
  1492.             'Eccube\\Repository\\Master\\AuthorityRepository' => '?',
  1493.             'Eccube\\Repository\\Master\\CountryRepository' => '?',
  1494.             'Eccube\\Repository\\Master\\CsvTypeRepository' => '?',
  1495.             'Eccube\\Repository\\Master\\CustomerOrderStatusRepository' => '?',
  1496.             'Eccube\\Repository\\Master\\CustomerStatusRepository' => '?',
  1497.             'Eccube\\Repository\\Master\\DeviceTypeRepository' => '?',
  1498.             'Eccube\\Repository\\Master\\JobRepository' => '?',
  1499.             'Eccube\\Repository\\Master\\LoginHistoryStatusRepository' => '?',
  1500.             'Eccube\\Repository\\Master\\OrderItemTypeRepository' => '?',
  1501.             'Eccube\\Repository\\Master\\OrderStatusColorRepository' => '?',
  1502.             'Eccube\\Repository\\Master\\OrderStatusRepository' => '?',
  1503.             'Eccube\\Repository\\Master\\PageMaxRepository' => '?',
  1504.             'Eccube\\Repository\\Master\\PrefRepository' => '?',
  1505.             'Eccube\\Repository\\Master\\ProductListMaxRepository' => '?',
  1506.             'Eccube\\Repository\\Master\\ProductListOrderByRepository' => '?',
  1507.             'Eccube\\Repository\\Master\\ProductStatusRepository' => '?',
  1508.             'Eccube\\Repository\\Master\\RoundingTypeRepository' => '?',
  1509.             'Eccube\\Repository\\Master\\SaleTypeRepository' => '?',
  1510.             'Eccube\\Repository\\Master\\SexRepository' => '?',
  1511.             'Eccube\\Repository\\Master\\TaxDisplayTypeRepository' => '?',
  1512.             'Eccube\\Repository\\Master\\TaxTypeRepository' => '?',
  1513.             'Eccube\\Repository\\Master\\WorkRepository' => '?',
  1514.             'Eccube\\Repository\\MemberRepository' => '?',
  1515.             'Eccube\\Repository\\NewsRepository' => '?',
  1516.             'Eccube\\Repository\\OrderItemRepository' => '?',
  1517.             'Eccube\\Repository\\OrderPdfRepository' => '?',
  1518.             'Eccube\\Repository\\OrderRepository' => '?',
  1519.             'Eccube\\Repository\\PageLayoutRepository' => '?',
  1520.             'Eccube\\Repository\\PageRepository' => '?',
  1521.             'Eccube\\Repository\\PaymentOptionRepository' => '?',
  1522.             'Eccube\\Repository\\PaymentRepository' => '?',
  1523.             'Eccube\\Repository\\PluginRepository' => '?',
  1524.             'Eccube\\Repository\\ProductCategoryRepository' => '?',
  1525.             'Eccube\\Repository\\ProductClassRepository' => '?',
  1526.             'Eccube\\Repository\\ProductImageRepository' => '?',
  1527.             'Eccube\\Repository\\ProductRepository' => '?',
  1528.             'Eccube\\Repository\\ProductStockRepository' => '?',
  1529.             'Eccube\\Repository\\ProductTagRepository' => '?',
  1530.             'Eccube\\Repository\\ShippingRepository' => '?',
  1531.             'Eccube\\Repository\\TagRepository' => '?',
  1532.             'Eccube\\Repository\\TaxRuleRepository' => '?',
  1533.             'Eccube\\Repository\\TemplateRepository' => '?',
  1534.             'Eccube\\Repository\\TradeLawRepository' => '?',
  1535.             'Plugin\\Coupon42\\Repository\\CouponDetailRepository' => '?',
  1536.             'Plugin\\Coupon42\\Repository\\CouponOrderRepository' => '?',
  1537.             'Plugin\\Coupon42\\Repository\\CouponRepository' => '?',
  1538.             'Plugin\\CouponPro42\\Repository\\CouponCategoryRepository' => '?',
  1539.             'Plugin\\CouponPro42\\Repository\\CouponCustomerRepository' => '?',
  1540.             'Plugin\\CouponPro42\\Repository\\CouponProductRepository' => '?',
  1541.             'Plugin\\CouponPro42\\Repository\\CouponRepository' => '?',
  1542.             'Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository' => '?',
  1543.             'Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository' => '?',
  1544.             'Plugin\\CouponPro42\\Repository\\Master\\CouponKindRepository' => '?',
  1545.             'Plugin\\CouponPro42\\Repository\\OrderCouponRepository' => '?',
  1546.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentImageRepository' => '?',
  1547.             'Plugin\\CustomerSupportPro42\\Repository\\ContactCommentRepository' => '?',
  1548.             'Plugin\\CustomerSupportPro42\\Repository\\ContactRepository' => '?',
  1549.             'Plugin\\CustomerSupportPro42\\Repository\\ContactTemplateRepository' => '?',
  1550.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactPurposeRepository' => '?',
  1551.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusColorRepository' => '?',
  1552.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactStatusRepository' => '?',
  1553.             'Plugin\\CustomerSupportPro42\\Repository\\Master\\ContactTemplateCategoryRepository' => '?',
  1554.             'Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository' => '?',
  1555.             'Plugin\\EccubePaymentLite42\\Repository\\ConvenienceStoreRepository' => '?',
  1556.             'Plugin\\EccubePaymentLite42\\Repository\\CreditAccessLogRepository' => '?',
  1557.             'Plugin\\EccubePaymentLite42\\Repository\\CreditBlockRepository' => '?',
  1558.             'Plugin\\EccubePaymentLite42\\Repository\\DeliveryCompanyRepository' => '?',
  1559.             'Plugin\\EccubePaymentLite42\\Repository\\GmoEpsilonPaymentRepository' => '?',
  1560.             'Plugin\\EccubePaymentLite42\\Repository\\IpBlackListRepository' => '?',
  1561.             'Plugin\\EccubePaymentLite42\\Repository\\MyPageRegularSettingRepository' => '?',
  1562.             'Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository' => '?',
  1563.             'Plugin\\EccubePaymentLite42\\Repository\\ProductClassRegularCycleRepository' => '?',
  1564.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleRepository' => '?',
  1565.             'Plugin\\EccubePaymentLite42\\Repository\\RegularCycleTypeRepository' => '?',
  1566.             'Plugin\\EccubePaymentLite42\\Repository\\RegularDiscountRepository' => '?',
  1567.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderItemRepository' => '?',
  1568.             'Plugin\\EccubePaymentLite42\\Repository\\RegularOrderRepository' => '?',
  1569.             'Plugin\\EccubePaymentLite42\\Repository\\RegularShippingRepository' => '?',
  1570.             'Plugin\\EccubePaymentLite42\\Repository\\RegularStatusRepository' => '?',
  1571.             'Plugin\\EccubePaymentLite42\\Repository\\SearchProductRepository' => '?',
  1572.             'Plugin\\ExpressLink42\\Repository\\CodRepository' => '?',
  1573.             'Plugin\\ExpressLink42\\Repository\\ConfigRepository' => '?',
  1574.             'Plugin\\ExpressLink42\\Repository\\DelivtypeRepository' => '?',
  1575.             'Plugin\\MailMagazine42\\Repository\\MailMagazineSendHistoryRepository' => '?',
  1576.             'Plugin\\MailMagazine42\\Repository\\MailMagazineTemplateRepository' => '?',
  1577.             'Plugin\\ProductReview42\\Repository\\ProductReviewConfigRepository' => '?',
  1578.             'Plugin\\ProductReview42\\Repository\\ProductReviewRepository' => '?',
  1579.             'Plugin\\ProductReview42\\Repository\\ProductReviewStatusRepository' => '?',
  1580.             'Plugin\\Recommend42\\Repository\\RecommendProductRepository' => '?',
  1581.             'Plugin\\RefineCookie42\\Repository\\ConfigRepository' => '?',
  1582.             'Plugin\\RelatedProduct42\\Repository\\RelatedProductRepository' => '?',
  1583.         ])));
  1584.         $a->addCustomStringFunction('NORMALIZE''Eccube\\Doctrine\\ORM\\Query\\Normalize');
  1585.         $a->addCustomNumericFunction('EXTRACT''Eccube\\Doctrine\\ORM\\Query\\Extract');
  1586.         $a->addFilter('option_nostock_hidden''Eccube\\Doctrine\\Filter\\NoStockHiddenFilter');
  1587.         $a->addFilter('incomplete_order_status_hidden''Eccube\\Doctrine\\Filter\\OrderStatusFilter');
  1588.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1589.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1590.         return $instance;
  1591.     }
  1592.     /**
  1593.      * Gets the public 'event_dispatcher' shared service.
  1594.      *
  1595.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1596.      */
  1597.     protected function getEventDispatcherService()
  1598.     {
  1599.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1600.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1601.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  1602.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  1603.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  1604.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  1605.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  1606.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1607.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1608.         $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())));
  1609.         $instance->addListener('kernel.request', [=> function () {
  1610.             return ($this->privates['Customize\\EventListener\\LocaleListener'] ?? $this->getLocaleListenerService());
  1611.         }, => 'onKernelRequest'], 20);
  1612.         $instance->addListener('kernel.request', [=> function () {
  1613.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  1614.         }, => 'onKernelRequest'], 1024);
  1615.         $instance->addListener('kernel.controller', [=> function () {
  1616.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1617.         }, => 'onKernelController'], 0);
  1618.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1619.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1620.         }, => 'checkPassport'], 1024);
  1621.         $instance->addListener('kernel.response', [=> function () {
  1622.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1623.         }, => 'onKernelResponse'], 0);
  1624.         $instance->addListener('kernel.response', [=> function () {
  1625.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1626.         }, => 'onKernelResponse'], 0);
  1627.         $instance->addListener('kernel.request', [=> function () {
  1628.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1629.         }, => 'onKernelRequest'], 0);
  1630.         $instance->addListener('kernel.controller', [=> function () {
  1631.             return ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] ?? ($this->privates['Eccube\\EventListener\\ForwardOnlyListener'] = new \Eccube\EventListener\ForwardOnlyListener()));
  1632.         }, => 'onController'], 0);
  1633.         $instance->addListener('kernel.request', [=> function () {
  1634.             return ($this->privates['Eccube\\EventListener\\IpAddrListener'] ?? $this->getIpAddrListenerService());
  1635.         }, => 'onKernelRequest'], 512);
  1636.         $instance->addListener('kernel.request', [=> function () {
  1637.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1638.         }, => 'onKernelRequestEarly'], 500);
  1639.         $instance->addListener('kernel.request', [=> function () {
  1640.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1641.         }, => 'onKernelRequest'], 6);
  1642.         $instance->addListener('kernel.response', [=> function () {
  1643.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1644.         }, => 'onKernelResponse'], 0);
  1645.         $instance->addListener('kernel.controller', [=> function () {
  1646.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1647.         }, => 'onKernelController'], 0);
  1648.         $instance->addListener('kernel.terminate', [=> function () {
  1649.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1650.         }, => 'onKernelTerminate'], 0);
  1651.         $instance->addListener('kernel.exception', [=> function () {
  1652.             return ($this->privates['Eccube\\EventListener\\LogListener'] ?? $this->getLogListenerService());
  1653.         }, => 'onKernelException'], -4);
  1654.         $instance->addListener('security.interactive_login', [=> function () {
  1655.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1656.         }, => 'onInteractiveLogin'], 0);
  1657.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  1658.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  1659.         }, => 'onAuthenticationFailure'], 0);
  1660.         $instance->addListener('kernel.response', [=> function () {
  1661.             return ($this->privates['Eccube\\EventListener\\MaintenanceListener'] ?? $this->getMaintenanceListenerService());
  1662.         }, => 'onResponse'], 0);
  1663.         $instance->addListener('kernel.request', [=> function () {
  1664.             return ($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'] ?? $this->getMobileTemplatePathListenerService());
  1665.         }, => 'onKernelRequest'], 512);
  1666.         $instance->addListener('kernel.controller', [=> function () {
  1667.             return ($this->privates['Eccube\\EventListener\\RateLimiterListener'] ?? $this->getRateLimiterListenerService());
  1668.         }, => 'onController'], 0);
  1669.         $instance->addListener('kernel.request', [=> function () {
  1670.             return ($this->privates['Eccube\\EventListener\\RestrictFileUploadListener'] ?? $this->getRestrictFileUploadListenerService());
  1671.         }, => 'onKernelRequest'], 7);
  1672.         $instance->addListener('security.interactive_login', [=> function () {
  1673.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1674.         }, => 'onInteractiveLogin'], 0);
  1675.         $instance->addListener('security.authentication.failure', [=> function () {
  1676.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  1677.         }, => 'onAuthenticationFailure'], 0);
  1678.         $instance->addListener('kernel.request', [=> function () {
  1679.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1680.         }, => 'onKernelRequest'], 0);
  1681.         $instance->addListener('kernel.exception', [=> function () {
  1682.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1683.         }, => 'onKernelException'], 0);
  1684.         $instance->addListener('kernel.terminate', [=> function () {
  1685.             return ($this->privates['Eccube\\EventListener\\TransactionListener'] ?? $this->getTransactionListenerService());
  1686.         }, => 'onKernelTerminate'], 0);
  1687.         $instance->addListener('kernel.request', [=> function () {
  1688.             return ($this->privates['Eccube\\EventListener\\TwigInitializeListener'] ?? $this->getTwigInitializeListenerService());
  1689.         }, => 'onKernelRequest'], 6);
  1690.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1691.             return ($this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] ?? $this->getTwoFactorAuthListenerService());
  1692.         }, => 'onKernelController'], 7);
  1693.         $instance->addListener('form.pre_submit', [=> function () {
  1694.             return ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\ConvertKanaListener'] = new \Eccube\Form\EventListener\ConvertKanaListener()));
  1695.         }, => 'onPreSubmit'], 0);
  1696.         $instance->addListener('form.pre_submit', [=> function () {
  1697.             return ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\HTMLPurifierListener'] = new \Eccube\Form\EventListener\HTMLPurifierListener()));
  1698.         }, => 'purifySubmittedData'], 1000001);
  1699.         $instance->addListener('form.pre_submit', [=> function () {
  1700.             return ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] ?? ($this->privates['Eccube\\Form\\EventListener\\TruncateHyphenListener'] = new \Eccube\Form\EventListener\TruncateHyphenListener()));
  1701.         }, => 'onPreSubmit'], 0);
  1702.         $instance->addListener('workflow.order.completed', [=> function () {
  1703.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1704.         }, => 'onCompleted'], 0);
  1705.         $instance->addListener('workflow.order.transition.pay', [=> function () {
  1706.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1707.         }, => 'updatePaymentDate'], 0);
  1708.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1709.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1710.         }, => 'rollbackStock'], 0);
  1711.         $instance->addListener('workflow.order.transition.cancel', [=> function () {
  1712.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1713.         }, => 'rollbackUsePoint'], 0);
  1714.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1715.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1716.         }, => 'commitStock'], 0);
  1717.         $instance->addListener('workflow.order.transition.back_to_in_progress', [=> function () {
  1718.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1719.         }, => 'commitUsePoint'], 0);
  1720.         $instance->addListener('workflow.order.transition.ship', [=> function () {
  1721.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1722.         }, => 'commitAddPoint'], 0);
  1723.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1724.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1725.         }, => 'rollbackUsePoint'], 0);
  1726.         $instance->addListener('workflow.order.transition.return', [=> function () {
  1727.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1728.         }, => 'rollbackAddPoint'], 0);
  1729.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1730.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1731.         }, => 'commitUsePoint'], 0);
  1732.         $instance->addListener('workflow.order.transition.cancel_return', [=> function () {
  1733.             return ($this->privates['Eccube\\Service\\OrderStateMachine'] ?? $this->load('getOrderStateMachineService'));
  1734.         }, => 'commitAddPoint'], 0);
  1735.         $instance->addListener('kernel.terminate', [=> function () {
  1736.             return ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  1737.         }, => 'disableMaintenanceEvent'], 0);
  1738.         $instance->addListener('kernel.terminate', [=> function () {
  1739.             return ($this->privates['Eccube\\Util\\CacheUtil'] ?? ($this->privates['Eccube\\Util\\CacheUtil'] = new \Eccube\Util\CacheUtil(($this->services['kernel'] ?? $this->get('kernel'1)), $this)));
  1740.         }, => 'forceClearCache'], 0);
  1741.         $instance->addListener('Mypage/index.twig', [=> function () {
  1742.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1743.         }, => 'onDefaultMypageNaviTwig'], 0);
  1744.         $instance->addListener('Mypage/history.twig', [=> function () {
  1745.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1746.         }, => 'onDefaultMypageNaviTwig'], 0);
  1747.         $instance->addListener('Mypage/history.twig', [=> function () {
  1748.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1749.         }, => 'onDefaultMypageHistoryNaviTwig'], 0);
  1750.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1751.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1752.         }, => 'onDefaultMypageNaviTwig'], 0);
  1753.         $instance->addListener('Mypage/change.twig', [=> function () {
  1754.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1755.         }, => 'onDefaultMypageNaviTwig'], 0);
  1756.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1757.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1758.         }, => 'onDefaultMypageNaviTwig'], 0);
  1759.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1760.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1761.         }, => 'onDefaultMypageNaviTwig'], 0);
  1762.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1763.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1764.         }, => 'onDefaultMypageNaviTwig'], 0);
  1765.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1766.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1767.         }, => 'onDefaultMypageNaviTwig'], 0);
  1768.         $instance->addListener('Mypage/coupon_list.twig', [=> function () {
  1769.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1770.         }, => 'onDefaultMypageNaviTwig'], 0);
  1771.         $instance->addListener('Mypage/change_email.twig', [=> function () {
  1772.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1773.         }, => 'onDefaultMypageNaviTwig'], 0);
  1774.         $instance->addListener('Mypage/withdraw_confirm.twig', [=> function () {
  1775.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1776.         }, => 'onDefaultMypageNaviTwig'], 0);
  1777.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1778.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1779.         }, => 'onDefaultMypageNaviTwig'], 0);
  1780.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1781.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1782.         }, => 'onDefaultMypageNaviTwig'], 0);
  1783.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1784.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1785.         }, => 'onDefaultMypageNaviTwig'], 0);
  1786.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1787.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1788.         }, => 'onDefaultMypageNaviTwig'], 0);
  1789.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1790.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1791.         }, => 'onDefaultMypageNaviTwig'], 0);
  1792.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1793.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1794.         }, => 'onDefaultMypageNaviTwig'], 0);
  1795.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1796.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1797.         }, => 'onDefaultMypageNaviTwig'], 0);
  1798.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1799.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1800.         }, => 'onDefaultMypageNaviTwig'], 0);
  1801.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1802.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1803.         }, => 'onDefaultMypageNaviTwig'], 0);
  1804.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1805.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1806.         }, => 'onDefaultMypageNaviTwig'], 0);
  1807.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1808.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1809.         }, => 'onDefaultMypageNaviTwig'], 0);
  1810.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1811.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1812.         }, => 'onDefaultMypageNaviTwig'], 0);
  1813.         $instance->addListener('Product/detail.twig', [=> function () {
  1814.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1815.         }, => 'onDefaultProductNaviTwig'], 0);
  1816.         $instance->addListener('Shopping/index.twig', [=> function () {
  1817.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1818.         }, => 'onDefaultShoppingIndexNaviTwig'], 0);
  1819.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  1820.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1821.         }, => 'onDefaultShoppingConfirmNaviTwig'], 0);
  1822.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1823.             return ($this->privates['Plugin\\CouponPro42\\CouponEvent'] ?? ($this->privates['Plugin\\CouponPro42\\CouponEvent'] = new \Plugin\CouponPro42\CouponEvent()));
  1824.         }, => 'onDefaultOrderEditNaviTwig'], 0);
  1825.         $instance->addListener('front.contact.index.initialize', [=> function () {
  1826.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1827.         }, => 'onFrontContactIndexInitialize'], 0);
  1828.         $instance->addListener('Contact/index.twig', [=> function () {
  1829.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1830.         }, => 'onDefaultContactIndexTwig'], 0);
  1831.         $instance->addListener('Contact/confirm.twig', [=> function () {
  1832.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1833.         }, => 'onDefaultContactConfirmTwig'], 0);
  1834.         $instance->addListener('front.contact.index.complete', [=> function () {
  1835.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1836.         }, => 'onFrontContactIndexComplete'], 0);
  1837.         $instance->addListener('mail.contact', [=> function () {
  1838.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\ContactEvent'] ?? $this->load('getContactEventService'));
  1839.         }, => 'onMailContact'], 0);
  1840.         $instance->addListener('admin.customer.edit.index.complete', [=> function () {
  1841.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\CustomerEvent'] ?? $this->load('getCustomerEventService'));
  1842.         }, => 'onAdminCustomerEditIndexComplete'], 0);
  1843.         $instance->addListener('mail.admin.order', [=> function () {
  1844.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1845.         }, => 'onMailAdminOrder'], 0);
  1846.         $instance->addListener('@admin/Order/mail.twig', [=> function () {
  1847.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1848.         }, => 'onAdminOrderMailTwig'], 0);
  1849.         $instance->addListener('@admin/Order/mail_confirm.twig', [=> function () {
  1850.             return ($this->privates['Plugin\\CustomerSupportPro42\\Event\\OrderMailEvent'] ?? $this->load('getOrderMailEventService'));
  1851.         }, => 'onAdminOrderMailConfirmTwig'], 0);
  1852.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1853.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'] ?? $this->getAddRegularNavService());
  1854.         }, => 'onKernelController'], 0);
  1855.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1856.             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()));
  1857.         }, => 'edit'], 0);
  1858.         $instance->addListener('@admin/Order/edit.twig', [=> function () {
  1859.             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)));
  1860.         }, => 'edit'], 0);
  1861.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1862.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditChangePriceEventSubscriber'] ?? $this->load('getOrderEditChangePriceEventSubscriberService'));
  1863.         }, => 'adminOrderEditIndexComplete'], 0);
  1864.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1865.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderEditRequestEventSubscriber'] ?? $this->load('getOrderEditRequestEventSubscriberService'));
  1866.         }, => 'adminOrderEditIndexComplete'], 0);
  1867.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  1868.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\OrderIndexEventSubscriber'] ?? $this->load('getOrderIndexEventSubscriberService'));
  1869.         }, => 'index'], 0);
  1870.         $instance->addListener('admin.order.edit.index.complete', [=> function () {
  1871.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Order\\UpdateRegularShippingDeliveryDate'] ?? $this->load('getUpdateRegularShippingDeliveryDateService'));
  1872.         }, => 'adminOrderEditIndexComplete'], 0);
  1873.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1874.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddFreeAreaDescriptionFormToProductType'] ?? $this->load('getAddFreeAreaDescriptionFormToProductTypeService'));
  1875.         }, => 'product'], 0);
  1876.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1877.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassEditType'] ?? $this->load('getAddRegularCycleFormToProductClassEditTypeService'));
  1878.         }, => 'index'], 0);
  1879.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1880.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularCycleFormToProductClassType'] ?? $this->load('getAddRegularCycleFormToProductClassTypeService'));
  1881.         }, => 'product'], 0);
  1882.         $instance->addListener('@admin/Product/product_class.twig', [=> function () {
  1883.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassEditType'] ?? $this->load('getAddRegularDiscountFormToProductClassEditTypeService'));
  1884.         }, => 'index'], 0);
  1885.         $instance->addListener('@admin/Product/product.twig', [=> function () {
  1886.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\Product\\AddRegularDiscountFormToProductClassType'] ?? $this->load('getAddRegularDiscountFormToProductClassTypeService'));
  1887.         }, => 'product'], 0);
  1888.         $instance->addListener('@admin/Setting/Shop/delivery_edit.twig', [=> function () {
  1889.             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()));
  1890.         }, => 'deliveryEdit'], 0);
  1891.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  1892.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1893.         }, => 'frontMypageChangeIndexComplete'], 0);
  1894.         $instance->addListener('front.mypage.delivery.edit.complete', [=> function () {
  1895.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddFlashBug'] ?? $this->load('getAddFlashBugService'));
  1896.         }, => 'frontMypageDeliveryEditComplete'], 0);
  1897.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1898.             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()));
  1899.         }, => 'delivery'], 0);
  1900.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1901.             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()));
  1902.         }, => 'change_complete'], 0);
  1903.         $instance->addListener('Mypage/change_email.twig', [=> function () {
  1904.             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()));
  1905.         }, => 'change_complete'], 0);
  1906.         $instance->addListener('Mypage/index.twig', [=> function () {
  1907.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1908.         }, => 'index'], 0);
  1909.         $instance->addListener('Mypage/history.twig', [=> function () {
  1910.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1911.         }, => 'index'], 0);
  1912.         $instance->addListener('Mypage/favorite.twig', [=> function () {
  1913.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1914.         }, => 'index'], 0);
  1915.         $instance->addListener('Mypage/change.twig', [=> function () {
  1916.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1917.         }, => 'index'], 0);
  1918.         $instance->addListener('Mypage/change_complete.twig', [=> function () {
  1919.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1920.         }, => 'index'], 0);
  1921.         $instance->addListener('Mypage/change_email.twig', [=> function () {
  1922.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1923.         }, => 'index'], 0);
  1924.         $instance->addListener('Mypage/delivery.twig', [=> function () {
  1925.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1926.         }, => 'index'], 0);
  1927.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  1928.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1929.         }, => 'index'], 0);
  1930.         $instance->addListener('Mypage/delivery_edit.twig', [=> function () {
  1931.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1932.         }, => 'index'], 0);
  1933.         $instance->addListener('@EccubePaymentLite42/default/Mypage/edit_credit_card.twig', [=> function () {
  1934.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1935.         }, => 'index'], 0);
  1936.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_list.twig', [=> function () {
  1937.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1938.         }, => 'index'], 0);
  1939.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1940.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1941.         }, => 'index'], 0);
  1942.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1943.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1944.         }, => 'index'], 0);
  1945.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1946.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1947.         }, => 'index'], 0);
  1948.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1949.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1950.         }, => 'index'], 0);
  1951.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1952.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1953.         }, => 'index'], 0);
  1954.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1955.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1956.         }, => 'index'], 0);
  1957.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1958.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1959.         }, => 'index'], 0);
  1960.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1961.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1962.         }, => 'index'], 0);
  1963.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  1964.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1965.         }, => 'index'], 0);
  1966.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  1967.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1968.         }, => 'index'], 0);
  1969.         $instance->addListener('Mypage/coupon_list.twig', [=> function () {
  1970.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1971.         }, => 'index'], 0);
  1972.         $instance->addListener('Mypage/withdraw_confirm.twig', [=> function () {
  1973.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddNavEventSubscriber'] ?? $this->load('getAddNavEventSubscriberService'));
  1974.         }, => 'index'], 0);
  1975.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_detail.twig', [=> function () {
  1976.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1977.         }, => 'index'], 0);
  1978.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cycle.twig', [=> function () {
  1979.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1980.         }, => 'index'], 0);
  1981.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_cancel.twig', [=> function () {
  1982.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1983.         }, => 'index'], 0);
  1984.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_complete.twig', [=> function () {
  1985.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1986.         }, => 'index'], 0);
  1987.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_next_delivery_date.twig', [=> function () {
  1988.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1989.         }, => 'index'], 0);
  1990.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_product_quantity.twig', [=> function () {
  1991.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1992.         }, => 'index'], 0);
  1993.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_resume.twig', [=> function () {
  1994.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1995.         }, => 'index'], 0);
  1996.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_shipping.twig', [=> function () {
  1997.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  1998.         }, => 'index'], 0);
  1999.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_skip.twig', [=> function () {
  2000.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2001.         }, => 'index'], 0);
  2002.         $instance->addListener('@EccubePaymentLite42/default/Mypage/regular_suspend.twig', [=> function () {
  2003.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\AddRegularNavEventSubscriber'] ?? $this->load('getAddRegularNavEventSubscriberService'));
  2004.         }, => 'index'], 0);
  2005.         $instance->addListener('front.mypage.change.index.complete', [=> function () {
  2006.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Change\\UpdateRegularOrder'] ?? $this->load('getUpdateRegularOrderService'));
  2007.         }, => 'index'], 0);
  2008.         $instance->addListener('Mypage/withdraw.twig', [=> function () {
  2009.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\AddAttentionTextAndRemoveBtn'] ?? $this->load('getAddAttentionTextAndRemoveBtnService'));
  2010.         }, => 'index'], 0);
  2011.         $instance->addListener('front.mypage.withdraw.index.initialize', [=> function () {
  2012.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Mypage\\Withdraw\\WithdrawIndexInitialize'] ?? $this->load('getWithdrawIndexInitializeService'));
  2013.         }, => 'index'], 0);
  2014.         $instance->addListener('Shopping/index.twig', [=> function () {
  2015.             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()));
  2016.         }, => 'index'], 0);
  2017.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2018.             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()));
  2019.         }, => 'confirm'], 0);
  2020.         $instance->addListener('Shopping/index.twig', [=> function () {
  2021.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDeferredPaymentDescriptionEventSubscriber'] ?? $this->load('getAddDeferredPaymentDescriptionEventSubscriberService'));
  2022.         }, => 'index'], 0);
  2023.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2024.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddDescriptionShoppingConfirmEventSubscriber'] ?? $this->load('getAddDescriptionShoppingConfirmEventSubscriberService'));
  2025.         }, => 'confirm'], 0);
  2026.         $instance->addListener('Shopping/index.twig', [=> function () {
  2027.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2028.         }, => 'index'], 0);
  2029.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2030.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\AddRegularCycleFormEventSubscriber'] ?? $this->load('getAddRegularCycleFormEventSubscriberService'));
  2031.         }, => 'confirm'], 0);
  2032.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2033.             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()));
  2034.         }, => 'confirm'], 0);
  2035.         $instance->addListener('Shopping/confirm.twig', [=> function () {
  2036.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\ChangeShoppingConfirmActionEventSubscriber'] ?? $this->load('getChangeShoppingConfirmActionEventSubscriberService'));
  2037.         }, => 'confirm'], 0);
  2038.         $instance->addListener('Shopping/index.twig', [=> function () {
  2039.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\CreditCardInfoEventSubscriber'] ?? $this->load('getCreditCardInfoEventSubscriberService'));
  2040.         }, => 'index'], 0);
  2041.         $instance->addListener('Shopping/index.twig', [=> function () {
  2042.             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()));
  2043.         }, => 'index'], 0);
  2044.         $instance->addListener('Shopping/login.twig', [=> function () {
  2045.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveGuestPurchaseBtnWhenShoppingLogin'] ?? $this->load('getRemoveGuestPurchaseBtnWhenShoppingLoginService'));
  2046.         }, => 'index'], 0);
  2047.         $instance->addListener('Shopping/index.twig', [=> function () {
  2048.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\RemoveRegCreditRadioBtnWhenGuest'] ?? $this->load('getRemoveRegCreditRadioBtnWhenGuestService'));
  2049.         }, => 'index'], 0);
  2050.         $instance->addListener('front.shopping.complete.initialize', [=> function () {
  2051.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SaveRegularOrderAtShoppingComplete'] ?? $this->load('getSaveRegularOrderAtShoppingCompleteService'));
  2052.         }, => 'index'], 0);
  2053.         $instance->addListener('Shopping/shipping_multiple.twig', [=> function () {
  2054.             return ($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Front\\Shopping\\SetNotFoundResponseEventSubscriber'] ?? $this->load('getSetNotFoundResponseEventSubscriberService'));
  2055.         }, => 'index'], 0);
  2056.         $instance->addListener('@admin/Order/index.twig', [=> function () {
  2057.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  2058.         }, => 'onTemplateAdminOrder'], 0);
  2059.         $instance->addListener('Mypage/history.twig', [=> function () {
  2060.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  2061.         }, => 'onTemplateFrontMypageHistory'], 0);
  2062.         $instance->addListener('csvimportproductext.admin.product.csv.import.product.process', [=> function () {
  2063.             return ($this->privates['Plugin\\ExpressLink42\\Event\\ExpressLinkEvent'] ?? $this->load('getExpressLinkEventService'));
  2064.         }, => 'hookAdminProductCsvImportProductProcess'], 0);
  2065.         $instance->addListener('knp_pager.items', [=> function () {
  2066.             return ($this->privates['Plugin\\MailMagazine42\\Event\\MailMagazineHistoryFilePaginationSubscriber'] ?? $this->load('getMailMagazineHistoryFilePaginationSubscriberService'));
  2067.         }, => 'items'], 1);
  2068.         $instance->addListener('kernel.request', [=> function () {
  2069.             return ($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService());
  2070.         }, => 'onKernelRequest'], 4096);
  2071.         $instance->addListener('kernel.response', [=> function () {
  2072.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2073.         }, => 'onKernelResponse'], 0);
  2074.         $instance->addListener('kernel.response', [=> function () {
  2075.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2076.         }, => 'onKernelResponse'], -1024);
  2077.         $instance->addListener('kernel.request', [=> function () {
  2078.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2079.         }, => 'setDefaultLocale'], 100);
  2080.         $instance->addListener('kernel.request', [=> function () {
  2081.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2082.         }, => 'onKernelRequest'], 16);
  2083.         $instance->addListener('kernel.finish_request', [=> function () {
  2084.             return ($this->privates['locale_listener'] ?? $this->getLocaleListener2Service());
  2085.         }, => 'onKernelFinishRequest'], 0);
  2086.         $instance->addListener('kernel.request', [=> function () {
  2087.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2088.         }, => 'onKernelRequest'], 256);
  2089.         $instance->addListener('kernel.response', [=> function () {
  2090.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2091.         }, => 'onResponse'], -255);
  2092.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2093.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2094.         }, => 'onControllerArguments'], 0);
  2095.         $instance->addListener('kernel.exception', [=> function () {
  2096.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2097.         }, => 'logKernelException'], 0);
  2098.         $instance->addListener('kernel.exception', [=> function () {
  2099.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2100.         }, => 'onKernelException'], -128);
  2101.         $instance->addListener('kernel.response', [=> function () {
  2102.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2103.         }, => 'removeCspHeader'], -128);
  2104.         $instance->addListener('kernel.request', [=> function () {
  2105.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2106.         }, => 'onKernelRequest'], 15);
  2107.         $instance->addListener('kernel.finish_request', [=> function () {
  2108.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2109.         }, => 'onKernelFinishRequest'], -15);
  2110.         $instance->addListener('console.error', [=> function () {
  2111.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2112.         }, => 'onConsoleError'], -128);
  2113.         $instance->addListener('console.terminate', [=> function () {
  2114.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2115.         }, => 'onConsoleTerminate'], -128);
  2116.         $instance->addListener('console.error', [=> function () {
  2117.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2118.         }, => 'onConsoleError'], 0);
  2119.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2120.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2121.         }, => 'onMessage'], -255);
  2122.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2123.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2124.         }, => 'onMessage'], -255);
  2125.         $instance->addListener('kernel.response', [=> function () {
  2126.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2127.         }, => 'onKernelResponse'], 0);
  2128.         $instance->addListener('kernel.request', [=> function () {
  2129.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2130.         }, => 'onKernelRequest'], 48);
  2131.         $instance->addListener('kernel.request', [=> function () {
  2132.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2133.         }, => 'configure'], 2048);
  2134.         $instance->addListener('console.command', [=> function () {
  2135.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2136.         }, => 'configure'], 2048);
  2137.         $instance->addListener('kernel.request', [=> function () {
  2138.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2139.         }, => 'onKernelRequest'], 32);
  2140.         $instance->addListener('kernel.finish_request', [=> function () {
  2141.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2142.         }, => 'onKernelFinishRequest'], 0);
  2143.         $instance->addListener('kernel.exception', [=> function () {
  2144.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2145.         }, => 'onKernelException'], -64);
  2146.         $instance->addListener('kernel.request', [=> function () {
  2147.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2148.         }, => 'onKernelRequest'], 128);
  2149.         $instance->addListener('kernel.response', [=> function () {
  2150.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2151.         }, => 'onKernelResponse'], -1000);
  2152.         $instance->addListener('kernel.finish_request', [=> function () {
  2153.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2154.         }, => 'onFinishRequest'], 0);
  2155.         $instance->addListener('kernel.response', [=> function () {
  2156.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2157.         }, => 'onKernelResponse'], -100);
  2158.         $instance->addListener('kernel.exception', [=> function () {
  2159.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2160.         }, => 'onKernelException'], 0);
  2161.         $instance->addListener('kernel.terminate', [=> function () {
  2162.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2163.         }, => 'onKernelTerminate'], -1024);
  2164.         $instance->addListener('kernel.controller', [=> function () {
  2165.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2166.         }, => 'onKernelController'], 0);
  2167.         $instance->addListener('kernel.response', [=> function () {
  2168.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2169.         }, => 'onKernelResponse'], 0);
  2170.         $instance->addListener('kernel.response', [=> function () {
  2171.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2172.         }, => 'onKernelResponse'], 0);
  2173.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2174.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2175.         }, => 'checkPassport'], 0);
  2176.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2177.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2178.         }, => 'onLoginSuccess'], 0);
  2179.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2180.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2181.         }, => 'onVoterVote'], 0);
  2182.         $instance->addListener('kernel.request', [=> function () {
  2183.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2184.         }, => 'configureLogoutUrlGenerator'], 8);
  2185.         $instance->addListener('kernel.request', [=> function () {
  2186.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2187.         }, => 'onKernelRequest'], 8);
  2188.         $instance->addListener('kernel.finish_request', [=> function () {
  2189.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2190.         }, => 'onKernelFinishRequest'], 0);
  2191.         $instance->addListener('kernel.controller', [=> function () {
  2192.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2193.         }, => 'onKernelController'], 0);
  2194.         $instance->addListener('kernel.controller', [=> function () {
  2195.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2196.         }, => 'onKernelController'], 0);
  2197.         $instance->addListener('kernel.controller', [=> function () {
  2198.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2199.         }, => 'onKernelController'], -128);
  2200.         $instance->addListener('kernel.view', [=> function () {
  2201.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2202.         }, => 'onKernelView'], 0);
  2203.         $instance->addListener('kernel.controller', [=> function () {
  2204.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2205.         }, => 'onKernelController'], 0);
  2206.         $instance->addListener('kernel.response', [=> function () {
  2207.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2208.         }, => 'onKernelResponse'], 0);
  2209.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2210.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2211.         }, => 'onKernelControllerArguments'], 0);
  2212.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2213.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2214.         }, => 'onKernelControllerArguments'], 0);
  2215.         $instance->addListener('console.command', [=> function () {
  2216.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2217.         }, => 'onCommand'], 255);
  2218.         $instance->addListener('console.terminate', [=> function () {
  2219.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2220.         }, => 'onTerminate'], -255);
  2221.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2222.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2223.         }, => 'onMessage'], 0);
  2224.         $instance->addListener('console.command', [=> function () {
  2225.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2226.         }, => 'configure'], 1024);
  2227.         $instance->addListener('kernel.response', [=> function () {
  2228.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2229.         }, => 'onKernelResponse'], -128);
  2230.         $instance->addListener('console.error', [=> function () {
  2231.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2232.         }, => 'onConsoleError'], 0);
  2233.         $instance->addListener('console.terminate', [=> function () {
  2234.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2235.         }, => 'onConsoleTerminate'], 0);
  2236.         $instance->addListener('knp_pager.before', [=> function () {
  2237.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2238.         }, => 'before'], 0);
  2239.         $instance->addListener('knp_pager.pagination', [=> function () {
  2240.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2241.         }, => 'pagination'], 0);
  2242.         $instance->addListener('knp_pager.before', [=> function () {
  2243.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2244.         }, => 'before'], 1);
  2245.         $instance->addListener('knp_pager.before', [=> function () {
  2246.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2247.         }, => 'before'], 1);
  2248.         $instance->addListener('knp_pager.pagination', [=> function () {
  2249.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2250.         }, => 'pagination'], 1);
  2251.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2252.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2253.         }, => 'checkPassport'], 512);
  2254.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2255.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2256.         }, => 'onLogout'], 0);
  2257.         return $instance;
  2258.     }
  2259.     /**
  2260.      * Gets the public 'http_kernel' shared service.
  2261.      *
  2262.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2263.      */
  2264.     protected function getHttpKernelService()
  2265.     {
  2266.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2267.         if (isset($this->services['http_kernel'])) {
  2268.             return $this->services['http_kernel'];
  2269.         }
  2270.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2271.         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 () {
  2272.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2273.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2274.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2275.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2276.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2277.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2278.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2279.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2280.         }, 8)), $b));
  2281.     }
  2282.     /**
  2283.      * Gets the public 'request_stack' shared service.
  2284.      *
  2285.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2286.      */
  2287.     protected function getRequestStackService()
  2288.     {
  2289.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2290.     }
  2291.     /**
  2292.      * Gets the public 'router' shared service.
  2293.      *
  2294.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  2295.      */
  2296.     protected function getRouterService()
  2297.     {
  2298.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  2299.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2300.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2301.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2302.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2303.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2304.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2305.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2306.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2307.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2308.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2309.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2310.         ], [
  2311.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2312.         ]))->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'));
  2313.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2314.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2315.         return $instance;
  2316.     }
  2317.     /**
  2318.      * Gets the public 'translator' shared service.
  2319.      *
  2320.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2321.      */
  2322.     protected function getTranslatorService()
  2323.     {
  2324.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2325.     }
  2326.     /**
  2327.      * Gets the public 'var_dumper.cloner' shared service.
  2328.      *
  2329.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2330.      */
  2331.     protected function getVarDumper_ClonerService()
  2332.     {
  2333.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2334.         $instance->setMaxItems(2500);
  2335.         $instance->setMinDepth(1);
  2336.         $instance->setMaxString(-1);
  2337.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2338.         return $instance;
  2339.     }
  2340.     /**
  2341.      * Gets the private '.service_locator.HDnBBSZ' shared service.
  2342.      *
  2343.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2344.      */
  2345.     protected function get_ServiceLocator_HDnBBSZService()
  2346.     {
  2347.         return $this->privates['.service_locator.HDnBBSZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2348.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'true],
  2349.             'security.firewall.map.context.customer' => ['privates''security.firewall.map.context.customer''getSecurity_Firewall_Map_Context_CustomerService'true],
  2350.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2351.         ], [
  2352.             'security.firewall.map.context.admin' => '?',
  2353.             'security.firewall.map.context.customer' => '?',
  2354.             'security.firewall.map.context.dev' => '?',
  2355.         ]);
  2356.     }
  2357.     /**
  2358.      * Gets the private 'Customize\EventListener\LocaleListener' shared service.
  2359.      *
  2360.      * @return \Customize\EventListener\LocaleListener
  2361.      */
  2362.     protected function getLocaleListenerService()
  2363.     {
  2364.         return $this->privates['Customize\\EventListener\\LocaleListener'] = new \Customize\EventListener\LocaleListener($this->getEnv('ECCUBE_LOCALE'), $this->parameters['supported_locales']);
  2365.     }
  2366.     /**
  2367.      * Gets the private 'Customize\Repository\AgencyRepository' shared autowired service.
  2368.      *
  2369.      * @return \Customize\Repository\AgencyRepository
  2370.      */
  2371.     protected function getAgencyRepositoryService()
  2372.     {
  2373.         return $this->privates['Customize\\Repository\\AgencyRepository'] = new \Customize\Repository\AgencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2374.     }
  2375.     /**
  2376.      * Gets the private 'Customize\Repository\CustomizeCustomerRepository' shared autowired service.
  2377.      *
  2378.      * @return \Customize\Repository\CustomizeCustomerRepository
  2379.      */
  2380.     protected function getCustomizeCustomerRepositoryService()
  2381.     {
  2382.         return $this->privates['Customize\\Repository\\CustomizeCustomerRepository'] = new \Customize\Repository\CustomizeCustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2383.     }
  2384.     /**
  2385.      * Gets the private 'Customize\Service\CustomPriceService' shared autowired service.
  2386.      *
  2387.      * @return \Customize\Service\CustomPriceService
  2388.      */
  2389.     protected function getCustomPriceServiceService()
  2390.     {
  2391.         $a = ($this->privates['Eccube\\Repository\\CustomerRepository'] ?? $this->getCustomerRepositoryService());
  2392.         if (isset($this->privates['Customize\\Service\\CustomPriceService'])) {
  2393.             return $this->privates['Customize\\Service\\CustomPriceService'];
  2394.         }
  2395.         return $this->privates['Customize\\Service\\CustomPriceService'] = new \Customize\Service\CustomPriceService($a);
  2396.     }
  2397.     /**
  2398.      * Gets the private 'Eccube\DataCollector\EccubeDataCollector' shared autowired service.
  2399.      *
  2400.      * @return \Eccube\DataCollector\EccubeDataCollector
  2401.      */
  2402.     protected function getEccubeDataCollectorService()
  2403.     {
  2404.         return $this->privates['Eccube\\DataCollector\\EccubeDataCollector'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  2405.     }
  2406.     /**
  2407.      * Gets the private 'Eccube\Doctrine\Query\Queries' shared autowired service.
  2408.      *
  2409.      * @return \Eccube\Doctrine\Query\Queries
  2410.      */
  2411.     protected function getQueriesService()
  2412.     {
  2413.         $this->privates['Eccube\\Doctrine\\Query\\Queries'] = $instance = new \Eccube\Doctrine\Query\Queries();
  2414.         $instance->addCustomizer(new \Plugin\CouponPro42\Repository\Customizer\AdminSearchOrderCouponQueryCustomizer(($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] ?? ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] = new \Plugin\CouponPro42\Service\CharacterConversionService()))));
  2415.         $instance->addCustomizer(new \Plugin\MailMagazine42\Entity\AdminCustomerQueryCustomizer());
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the private 'Eccube\EventListener\IpAddrListener' shared autowired service.
  2420.      *
  2421.      * @return \Eccube\EventListener\IpAddrListener
  2422.      */
  2423.     protected function getIpAddrListenerService()
  2424.     {
  2425.         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()));
  2426.     }
  2427.     /**
  2428.      * Gets the private 'Eccube\EventListener\LogListener' shared autowired service.
  2429.      *
  2430.      * @return \Eccube\EventListener\LogListener
  2431.      */
  2432.     protected function getLogListenerService()
  2433.     {
  2434.         return $this->privates['Eccube\\EventListener\\LogListener'] = new \Eccube\EventListener\LogListener(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2435.     }
  2436.     /**
  2437.      * Gets the private 'Eccube\EventListener\MaintenanceListener' shared autowired service.
  2438.      *
  2439.      * @return \Eccube\EventListener\MaintenanceListener
  2440.      */
  2441.     protected function getMaintenanceListenerService()
  2442.     {
  2443.         $a = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2444.         if (isset($this->privates['Eccube\\EventListener\\MaintenanceListener'])) {
  2445.             return $this->privates['Eccube\\EventListener\\MaintenanceListener'];
  2446.         }
  2447.         return $this->privates['Eccube\\EventListener\\MaintenanceListener'] = new \Eccube\EventListener\MaintenanceListener(($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), $a);
  2448.     }
  2449.     /**
  2450.      * Gets the private 'Eccube\EventListener\MobileTemplatePathListener' shared autowired service.
  2451.      *
  2452.      * @return \Eccube\EventListener\MobileTemplatePathListener
  2453.      */
  2454.     protected function getMobileTemplatePathListenerService()
  2455.     {
  2456.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2457.         if (isset($this->privates['Eccube\\EventListener\\MobileTemplatePathListener'])) {
  2458.             return $this->privates['Eccube\\EventListener\\MobileTemplatePathListener'];
  2459.         }
  2460.         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))));
  2461.     }
  2462.     /**
  2463.      * Gets the private 'Eccube\EventListener\RateLimiterListener' shared autowired service.
  2464.      *
  2465.      * @return \Eccube\EventListener\RateLimiterListener
  2466.      */
  2467.     protected function getRateLimiterListenerService()
  2468.     {
  2469.         return $this->privates['Eccube\\EventListener\\RateLimiterListener'] = new \Eccube\EventListener\RateLimiterListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2470.             'limiter._login_global_admin' => ['privates''limiter._login_global_admin''getLimiter_LoginGlobalAdminService'true],
  2471.             'limiter._login_global_customer' => ['privates''limiter._login_global_customer''getLimiter_LoginGlobalCustomerService'true],
  2472.             'limiter._login_local_admin' => ['privates''limiter._login_local_admin''getLimiter_LoginLocalAdminService'true],
  2473.             'limiter._login_local_customer' => ['privates''limiter._login_local_customer''getLimiter_LoginLocalCustomerService'true],
  2474.             'limiter.shopping_checkout_customer' => ['privates''limiter.shopping_checkout_customer''getLimiter_ShoppingCheckoutCustomerService'true],
  2475.             'limiter.shopping_checkout_ip' => ['privates''limiter.shopping_checkout_ip''getLimiter_ShoppingCheckoutIpService'true],
  2476.             'limiter.shopping_confirm_customer' => ['privates''limiter.shopping_confirm_customer''getLimiter_ShoppingConfirmCustomerService'true],
  2477.             'limiter.shopping_confirm_ip' => ['privates''limiter.shopping_confirm_ip''getLimiter_ShoppingConfirmIpService'true],
  2478.         ], [
  2479.             'limiter._login_global_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2480.             'limiter._login_global_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2481.             'limiter._login_local_admin' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2482.             'limiter._login_local_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2483.             'limiter.shopping_checkout_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2484.             'limiter.shopping_checkout_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2485.             'limiter.shopping_confirm_customer' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2486.             'limiter.shopping_confirm_ip' => 'Symfony\\Component\\RateLimiter\\RateLimiterFactory',
  2487.         ]), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()));
  2488.     }
  2489.     /**
  2490.      * Gets the private 'Eccube\EventListener\RestrictFileUploadListener' shared autowired service.
  2491.      *
  2492.      * @return \Eccube\EventListener\RestrictFileUploadListener
  2493.      */
  2494.     protected function getRestrictFileUploadListenerService()
  2495.     {
  2496.         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()));
  2497.     }
  2498.     /**
  2499.      * Gets the private 'Eccube\EventListener\TransactionListener' shared autowired service.
  2500.      *
  2501.      * @return \Eccube\EventListener\TransactionListener
  2502.      */
  2503.     protected function getTransactionListenerService()
  2504.     {
  2505.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2506.         if (isset($this->privates['Eccube\\EventListener\\TransactionListener'])) {
  2507.             return $this->privates['Eccube\\EventListener\\TransactionListener'];
  2508.         }
  2509.         return $this->privates['Eccube\\EventListener\\TransactionListener'] = new \Eccube\EventListener\TransactionListener($a);
  2510.     }
  2511.     /**
  2512.      * Gets the private 'Eccube\EventListener\TwigInitializeListener' shared autowired service.
  2513.      *
  2514.      * @return \Eccube\EventListener\TwigInitializeListener
  2515.      */
  2516.     protected function getTwigInitializeListenerService()
  2517.     {
  2518.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2519.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2520.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2521.         }
  2522.         $b = ($this->services['Eccube\\Service\\SystemService'] ?? $this->getSystemServiceService());
  2523.         if (isset($this->privates['Eccube\\EventListener\\TwigInitializeListener'])) {
  2524.             return $this->privates['Eccube\\EventListener\\TwigInitializeListener'];
  2525.         }
  2526.         return $this->privates['Eccube\\EventListener\\TwigInitializeListener'] = new \Eccube\EventListener\TwigInitializeListener($a, ($this->privates['Eccube\\Repository\\BaseInfoRepository'] ?? $this->getBaseInfoRepositoryService()), ($this->privates['Eccube\\Repository\\PageRepository'] ?? $this->getPageRepositoryService()), ($this->privates['Eccube\\Repository\\PageLayoutRepository'] ?? $this->getPageLayoutRepositoryService()), ($this->privates['Eccube\\Repository\\BlockPositionRepository'] ?? $this->getBlockPositionRepositoryService()), ($this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] ?? $this->getDeviceTypeRepositoryService()), ($this->privates['Eccube\\Repository\\AuthorityRoleRepository'] ?? $this->getAuthorityRoleRepositoryService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['Detection\\MobileDetect'] ?? ($this->services['Detection\\MobileDetect'] = new \Detection\MobileDetect())), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Repository\\LayoutRepository'] ?? $this->getLayoutRepositoryService()), $b);
  2527.     }
  2528.     /**
  2529.      * Gets the private 'Eccube\EventListener\TwoFactorAuthListener' shared autowired service.
  2530.      *
  2531.      * @return \Eccube\EventListener\TwoFactorAuthListener
  2532.      */
  2533.     protected function getTwoFactorAuthListenerService()
  2534.     {
  2535.         return $this->privates['Eccube\\EventListener\\TwoFactorAuthListener'] = new \Eccube\EventListener\TwoFactorAuthListener(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Request\\Context'] ?? $this->getContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['Eccube\\Service\\TwoFactorAuthService'] ?? $this->getTwoFactorAuthServiceService()));
  2536.     }
  2537.     /**
  2538.      * Gets the private 'Eccube\Log\Processor\SessionProcessor' shared autowired service.
  2539.      *
  2540.      * @return \Eccube\Log\Processor\SessionProcessor
  2541.      */
  2542.     protected function getSessionProcessorService()
  2543.     {
  2544.         $a = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  2545.         if (isset($this->privates['Eccube\\Log\\Processor\\SessionProcessor'])) {
  2546.             return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'];
  2547.         }
  2548.         return $this->privates['Eccube\\Log\\Processor\\SessionProcessor'] = new \Eccube\Log\Processor\SessionProcessor($a);
  2549.     }
  2550.     /**
  2551.      * Gets the private 'Eccube\Log\Processor\TokenProcessor' shared autowired service.
  2552.      *
  2553.      * @return \Eccube\Log\Processor\TokenProcessor
  2554.      */
  2555.     protected function getTokenProcessorService()
  2556.     {
  2557.         return $this->privates['Eccube\\Log\\Processor\\TokenProcessor'] = new \Eccube\Log\Processor\TokenProcessor(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2558.     }
  2559.     /**
  2560.      * Gets the private 'Eccube\Repository\AuthorityRoleRepository' shared autowired service.
  2561.      *
  2562.      * @return \Eccube\Repository\AuthorityRoleRepository
  2563.      */
  2564.     protected function getAuthorityRoleRepositoryService()
  2565.     {
  2566.         return $this->privates['Eccube\\Repository\\AuthorityRoleRepository'] = new \Eccube\Repository\AuthorityRoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2567.     }
  2568.     /**
  2569.      * Gets the private 'Eccube\Repository\BaseInfoRepository' shared autowired service.
  2570.      *
  2571.      * @return \Eccube\Repository\BaseInfoRepository
  2572.      */
  2573.     protected function getBaseInfoRepositoryService()
  2574.     {
  2575.         return $this->privates['Eccube\\Repository\\BaseInfoRepository'] = new \Eccube\Repository\BaseInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2576.     }
  2577.     /**
  2578.      * Gets the private 'Eccube\Repository\BlockPositionRepository' shared autowired service.
  2579.      *
  2580.      * @return \Eccube\Repository\BlockPositionRepository
  2581.      */
  2582.     protected function getBlockPositionRepositoryService()
  2583.     {
  2584.         return $this->privates['Eccube\\Repository\\BlockPositionRepository'] = new \Eccube\Repository\BlockPositionRepository(($this->privates['Eccube\\Repository\\BlockRepository'] ?? $this->getBlockRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  2585.     }
  2586.     /**
  2587.      * Gets the private 'Eccube\Repository\BlockRepository' shared autowired service.
  2588.      *
  2589.      * @return \Eccube\Repository\BlockRepository
  2590.      */
  2591.     protected function getBlockRepositoryService()
  2592.     {
  2593.         return $this->privates['Eccube\\Repository\\BlockRepository'] = new \Eccube\Repository\BlockRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2594.     }
  2595.     /**
  2596.      * Gets the private 'Eccube\Repository\CalendarRepository' shared autowired service.
  2597.      *
  2598.      * @return \Eccube\Repository\CalendarRepository
  2599.      */
  2600.     protected function getCalendarRepositoryService()
  2601.     {
  2602.         return $this->privates['Eccube\\Repository\\CalendarRepository'] = new \Eccube\Repository\CalendarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2603.     }
  2604.     /**
  2605.      * Gets the private 'Eccube\Repository\CartRepository' shared autowired service.
  2606.      *
  2607.      * @return \Eccube\Repository\CartRepository
  2608.      */
  2609.     protected function getCartRepositoryService()
  2610.     {
  2611.         return $this->privates['Eccube\\Repository\\CartRepository'] = new \Eccube\Repository\CartRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2612.     }
  2613.     /**
  2614.      * Gets the private 'Eccube\Repository\CustomerRepository' shared autowired service.
  2615.      *
  2616.      * @return \Eccube\Repository\CustomerRepository
  2617.      */
  2618.     protected function getCustomerRepositoryService()
  2619.     {
  2620.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2621.         if (isset($this->privates['Eccube\\Repository\\CustomerRepository'])) {
  2622.             return $this->privates['Eccube\\Repository\\CustomerRepository'];
  2623.         }
  2624.         return $this->privates['Eccube\\Repository\\CustomerRepository'] = new \Eccube\Repository\CustomerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), $a, ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->privates['security.encoder_factory.generic'] ?? $this->load('getSecurity_EncoderFactory_GenericService')), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Customize\\Repository\\CustomizeCustomerRepository'] ?? $this->getCustomizeCustomerRepositoryService()));
  2625.     }
  2626.     /**
  2627.      * Gets the private 'Eccube\Repository\LayoutRepository' shared autowired service.
  2628.      *
  2629.      * @return \Eccube\Repository\LayoutRepository
  2630.      */
  2631.     protected function getLayoutRepositoryService()
  2632.     {
  2633.         return $this->privates['Eccube\\Repository\\LayoutRepository'] = new \Eccube\Repository\LayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2634.     }
  2635.     /**
  2636.      * Gets the private 'Eccube\Repository\Master\DeviceTypeRepository' shared autowired service.
  2637.      *
  2638.      * @return \Eccube\Repository\Master\DeviceTypeRepository
  2639.      */
  2640.     protected function getDeviceTypeRepositoryService()
  2641.     {
  2642.         return $this->privates['Eccube\\Repository\\Master\\DeviceTypeRepository'] = new \Eccube\Repository\Master\DeviceTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2643.     }
  2644.     /**
  2645.      * Gets the private 'Eccube\Repository\OrderRepository' shared autowired service.
  2646.      *
  2647.      * @return \Eccube\Repository\OrderRepository
  2648.      */
  2649.     protected function getOrderRepositoryService()
  2650.     {
  2651.         return $this->privates['Eccube\\Repository\\OrderRepository'] = new \Eccube\Repository\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->privates['Customize\\Repository\\CustomizeCustomerRepository'] ?? $this->getCustomizeCustomerRepositoryService()), ($this->privates['Customize\\Repository\\AgencyRepository'] ?? $this->getAgencyRepositoryService()));
  2652.     }
  2653.     /**
  2654.      * Gets the private 'Eccube\Repository\PageLayoutRepository' shared autowired service.
  2655.      *
  2656.      * @return \Eccube\Repository\PageLayoutRepository
  2657.      */
  2658.     protected function getPageLayoutRepositoryService()
  2659.     {
  2660.         return $this->privates['Eccube\\Repository\\PageLayoutRepository'] = new \Eccube\Repository\PageLayoutRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2661.     }
  2662.     /**
  2663.      * Gets the private 'Eccube\Repository\PageRepository' shared autowired service.
  2664.      *
  2665.      * @return \Eccube\Repository\PageRepository
  2666.      */
  2667.     protected function getPageRepositoryService()
  2668.     {
  2669.         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);
  2670.     }
  2671.     /**
  2672.      * Gets the private 'Eccube\Repository\ProductClassRepository' shared autowired service.
  2673.      *
  2674.      * @return \Eccube\Repository\ProductClassRepository
  2675.      */
  2676.     protected function getProductClassRepositoryService()
  2677.     {
  2678.         return $this->privates['Eccube\\Repository\\ProductClassRepository'] = new \Eccube\Repository\ProductClassRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2679.     }
  2680.     /**
  2681.      * Gets the private 'Eccube\Repository\ProductRepository' shared autowired service.
  2682.      *
  2683.      * @return \Eccube\Repository\ProductRepository
  2684.      */
  2685.     protected function getProductRepositoryService()
  2686.     {
  2687.         return $this->privates['Eccube\\Repository\\ProductRepository'] = new \Eccube\Repository\ProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2688.     }
  2689.     /**
  2690.      * Gets the private 'Eccube\Request\Context' shared autowired service.
  2691.      *
  2692.      * @return \Eccube\Request\Context
  2693.      */
  2694.     protected function getContextService()
  2695.     {
  2696.         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()));
  2697.     }
  2698.     /**
  2699.      * Gets the private 'Eccube\Service\CartService' shared autowired service.
  2700.      *
  2701.      * @return \Eccube\Service\CartService
  2702.      */
  2703.     protected function getCartServiceService($lazyLoad true)
  2704.     {
  2705.         if ($lazyLoad) {
  2706.             return $this->privates['Eccube\\Service\\CartService'] = $this->createProxy('CartService_9dde17f', function () {
  2707.                 return \CartService_9dde17f::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  2708.                     $wrappedInstance $this->getCartServiceService(false);
  2709.                     $proxy->setProxyInitializer(null);
  2710.                     return true;
  2711.                 });
  2712.             });
  2713.         }
  2714.         include_once \dirname(__DIR__4).'/src/Eccube/Service/CartService.php';
  2715.         return new \Eccube\Service\CartService(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['Eccube\\Repository\\ProductClassRepository'] ?? $this->getProductClassRepositoryService()), ($this->privates['Eccube\\Repository\\CartRepository'] ?? $this->getCartRepositoryService()), ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] ?? ($this->privates['Eccube\\Service\\Cart\\ProductClassComparator'] = new \Eccube\Service\Cart\ProductClassComparator())), ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] ?? ($this->privates['Eccube\\Service\\Cart\\SaleTypeCartAllocator'] = new \Eccube\Service\Cart\SaleTypeCartAllocator())), ($this->privates['Eccube\\Repository\\OrderRepository'] ?? $this->getOrderRepositoryService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['Customize\\Service\\CustomPriceService'] ?? $this->getCustomPriceServiceService()));
  2716.     }
  2717.     /**
  2718.      * Gets the private 'Eccube\Service\TwoFactorAuthService' shared autowired service.
  2719.      *
  2720.      * @return \Eccube\Service\TwoFactorAuthService
  2721.      */
  2722.     protected function getTwoFactorAuthServiceService()
  2723.     {
  2724.         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())));
  2725.     }
  2726.     /**
  2727.      * Gets the private 'Eccube\Twig\Extension\EccubeExtension' shared autowired service.
  2728.      *
  2729.      * @return \Eccube\Twig\Extension\EccubeExtension
  2730.      */
  2731.     protected function getEccubeExtensionService()
  2732.     {
  2733.         return $this->privates['Eccube\\Twig\\Extension\\EccubeExtension'] = new \Eccube\Twig\Extension\EccubeExtension(($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))), ($this->privates['Eccube\\Repository\\ProductRepository'] ?? $this->getProductRepositoryService()));
  2734.     }
  2735.     /**
  2736.      * Gets the private 'Eccube\Twig\Extension\TaxExtension' shared autowired service.
  2737.      *
  2738.      * @return \Eccube\Twig\Extension\TaxExtension
  2739.      */
  2740.     protected function getTaxExtensionService()
  2741.     {
  2742.         $a = ($this->services['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2743.         if (isset($this->privates['Eccube\\Twig\\Extension\\TaxExtension'])) {
  2744.             return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'];
  2745.         }
  2746.         return $this->privates['Eccube\\Twig\\Extension\\TaxExtension'] = new \Eccube\Twig\Extension\TaxExtension($a);
  2747.     }
  2748.     /**
  2749.      * Gets the private 'Plugin\CouponPro42\Repository\CouponRepository' shared autowired service.
  2750.      *
  2751.      * @return \Plugin\CouponPro42\Repository\CouponRepository
  2752.      */
  2753.     protected function getCouponRepositoryService()
  2754.     {
  2755.         return $this->privates['Plugin\\CouponPro42\\Repository\\CouponRepository'] = new \Plugin\CouponPro42\Repository\CouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] ?? ($this->privates['Plugin\\CouponPro42\\Service\\CharacterConversionService'] = new \Plugin\CouponPro42\Service\CharacterConversionService())));
  2756.     }
  2757.     /**
  2758.      * Gets the private 'Plugin\CouponPro42\Repository\Extension\CategoryRepository' shared autowired service.
  2759.      *
  2760.      * @return \Plugin\CouponPro42\Repository\Extension\CategoryRepository
  2761.      */
  2762.     protected function getCategoryRepository2Service()
  2763.     {
  2764.         return $this->privates['Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository'] = new \Plugin\CouponPro42\Repository\Extension\CategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['Eccube\\Common\\EccubeConfig'] ?? ($this->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($this))));
  2765.     }
  2766.     /**
  2767.      * Gets the private 'Plugin\CouponPro42\Repository\Extension\OrderRepository' shared autowired service.
  2768.      *
  2769.      * @return \Plugin\CouponPro42\Repository\Extension\OrderRepository
  2770.      */
  2771.     protected function getOrderRepository2Service()
  2772.     {
  2773.         return $this->privates['Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository'] = new \Plugin\CouponPro42\Repository\Extension\OrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['Eccube\\Doctrine\\Query\\Queries'] ?? $this->getQueriesService()), ($this->privates['Customize\\Repository\\CustomizeCustomerRepository'] ?? $this->getCustomizeCustomerRepositoryService()), ($this->privates['Customize\\Repository\\AgencyRepository'] ?? $this->getAgencyRepositoryService()));
  2774.     }
  2775.     /**
  2776.      * Gets the private 'Plugin\CouponPro42\Repository\OrderCouponRepository' shared autowired service.
  2777.      *
  2778.      * @return \Plugin\CouponPro42\Repository\OrderCouponRepository
  2779.      */
  2780.     protected function getOrderCouponRepositoryService()
  2781.     {
  2782.         return $this->privates['Plugin\\CouponPro42\\Repository\\OrderCouponRepository'] = new \Plugin\CouponPro42\Repository\OrderCouponRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2783.     }
  2784.     /**
  2785.      * Gets the private 'Plugin\CouponPro42\Service\CouponHelper' shared autowired service.
  2786.      *
  2787.      * @return \Plugin\CouponPro42\Service\CouponHelper
  2788.      */
  2789.     protected function getCouponHelperService()
  2790.     {
  2791.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2792.         if (isset($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'])) {
  2793.             return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'];
  2794.         }
  2795.         $b = ($this->services['Eccube\\Repository\\TaxRuleRepository'] ?? $this->getTaxRuleRepositoryService());
  2796.         if (isset($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'])) {
  2797.             return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'];
  2798.         }
  2799.         $c = ($this->services['Eccube\\Service\\TaxRuleService'] ?? $this->getTaxRuleServiceService());
  2800.         if (isset($this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'])) {
  2801.             return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'];
  2802.         }
  2803.         return $this->privates['Plugin\\CouponPro42\\Service\\CouponHelper'] = new \Plugin\CouponPro42\Service\CouponHelper(($this->privates['Plugin\\CouponPro42\\Repository\\CouponRepository'] ?? $this->getCouponRepositoryService()), new \Plugin\CouponPro42\Service\CategoryService(($this->privates['Plugin\\CouponPro42\\Repository\\Extension\\CategoryRepository'] ?? $this->getCategoryRepository2Service())), ($this->privates['Plugin\\CouponPro42\\Repository\\OrderCouponRepository'] ?? $this->getOrderCouponRepositoryService()), new \Plugin\CouponPro42\Service\OrderService(($this->privates['Plugin\\CouponPro42\\Repository\\Extension\\OrderRepository'] ?? $this->getOrderRepository2Service())), $a$b$c);
  2804.     }
  2805.     /**
  2806.      * Gets the private 'Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav' shared autowired service.
  2807.      *
  2808.      * @return \Plugin\EccubePaymentLite42\EventListener\EventSubscriber\Admin\AddRegularNav
  2809.      */
  2810.     protected function getAddRegularNavService()
  2811.     {
  2812.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2813.         if (isset($this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'])) {
  2814.             return $this->privates['Plugin\\EccubePaymentLite42\\EventListener\\EventSubscriber\\Admin\\AddRegularNav'];
  2815.         }
  2816.         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->getConfigRepositoryService()), $a);
  2817.     }
  2818.     /**
  2819.      * Gets the private 'Plugin\EccubePaymentLite42\Repository\ConfigRepository' shared autowired service.
  2820.      *
  2821.      * @return \Plugin\EccubePaymentLite42\Repository\ConfigRepository
  2822.      */
  2823.     protected function getConfigRepositoryService()
  2824.     {
  2825.         return $this->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] = new \Plugin\EccubePaymentLite42\Repository\ConfigRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2826.     }
  2827.     /**
  2828.      * Gets the private 'Symfony\Bridge\Monolog\Processor\WebProcessor' shared autowired service.
  2829.      *
  2830.      * @return \Symfony\Bridge\Monolog\Processor\WebProcessor
  2831.      */
  2832.     protected function getWebProcessorService()
  2833.     {
  2834.         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']);
  2835.     }
  2836.     /**
  2837.      * Gets the private 'annotations.cache_adapter' shared service.
  2838.      *
  2839.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2840.      */
  2841.     protected function getAnnotations_CacheAdapterService()
  2842.     {
  2843.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'annotations.cached_reader' shared service.
  2847.      *
  2848.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2849.      */
  2850.     protected function getAnnotations_CachedReaderService()
  2851.     {
  2852.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2853.     }
  2854.     /**
  2855.      * Gets the private 'annotations.reader' shared service.
  2856.      *
  2857.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2858.      */
  2859.     protected function getAnnotations_ReaderService()
  2860.     {
  2861.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2862.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2863.         $a->registerUniqueLoader('class_exists');
  2864.         $instance->addGlobalIgnoredName('required'$a);
  2865.         return $instance;
  2866.     }
  2867.     /**
  2868.      * Gets the private 'assets.context' shared service.
  2869.      *
  2870.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2871.      */
  2872.     protected function getAssets_ContextService()
  2873.     {
  2874.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2875.         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());
  2876.     }
  2877.     /**
  2878.      * Gets the private 'cache.annotations' shared service.
  2879.      *
  2880.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2881.      */
  2882.     protected function getCache_AnnotationsService()
  2883.     {
  2884.         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())));
  2885.     }
  2886.     /**
  2887.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2888.      *
  2889.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2890.      */
  2891.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2892.     {
  2893.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2894.     }
  2895.     /**
  2896.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2897.      *
  2898.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2899.      */
  2900.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2901.     {
  2902.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2903.     }
  2904.     /**
  2905.      * Gets the private 'cache.property_info' shared service.
  2906.      *
  2907.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2908.      */
  2909.     protected function getCache_PropertyInfoService()
  2910.     {
  2911.         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())));
  2912.     }
  2913.     /**
  2914.      * Gets the private 'cache.security_expression_language' shared service.
  2915.      *
  2916.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2917.      */
  2918.     protected function getCache_SecurityExpressionLanguageService()
  2919.     {
  2920.         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())));
  2921.     }
  2922.     /**
  2923.      * Gets the private 'cache.security_token_verifier' shared service.
  2924.      *
  2925.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2926.      */
  2927.     protected function getCache_SecurityTokenVerifierService()
  2928.     {
  2929.         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())));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'cache.serializer' shared service.
  2933.      *
  2934.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2935.      */
  2936.     protected function getCache_SerializerService()
  2937.     {
  2938.         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())));
  2939.     }
  2940.     /**
  2941.      * Gets the private 'cache.validator' shared service.
  2942.      *
  2943.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2944.      */
  2945.     protected function getCache_ValidatorService()
  2946.     {
  2947.         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())));
  2948.     }
  2949.     /**
  2950.      * Gets the private 'config_cache_factory' shared service.
  2951.      *
  2952.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2953.      */
  2954.     protected function getConfigCacheFactoryService()
  2955.     {
  2956.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2957.             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)));
  2958.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2959.         }, 2));
  2960.     }
  2961.     /**
  2962.      * Gets the private 'data_collector.form' shared service.
  2963.      *
  2964.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2965.      */
  2966.     protected function getDataCollector_FormService()
  2967.     {
  2968.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2969.     }
  2970.     /**
  2971.      * Gets the private 'data_collector.request' shared service.
  2972.      *
  2973.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2974.      */
  2975.     protected function getDataCollector_RequestService()
  2976.     {
  2977.         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())));
  2978.     }
  2979.     /**
  2980.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2981.      *
  2982.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2983.      */
  2984.     protected function getDebug_DebugHandlersListenerService()
  2985.     {
  2986.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2987.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2988.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  2989.         $a->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  2990.         $a->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  2991.         $a->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  2992.         $a->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  2993.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2994.         $a->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  2995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2996.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2997.     }
  2998.     /**
  2999.      * Gets the private 'debug.file_link_formatter' shared service.
  3000.      *
  3001.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3002.      */
  3003.     protected function getDebug_FileLinkFormatterService()
  3004.     {
  3005.         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 () {
  3006.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3007.         });
  3008.     }
  3009.     /**
  3010.      * Gets the private 'debug.log_processor' shared service.
  3011.      *
  3012.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3013.      */
  3014.     protected function getDebug_LogProcessorService()
  3015.     {
  3016.         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())));
  3017.     }
  3018.     /**
  3019.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3020.      *
  3021.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3022.      */
  3023.     protected function getDebug_Security_Access_DecisionManagerService()
  3024.     {
  3025.         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 () {
  3026.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3027.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  3028.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3029.             yield => ($this->privates['debug.security.voter.Eccube\\Security\\Voter\\AuthorityVoter'] ?? $this->load('getAuthorityVoterService'));
  3030.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\UnanimousStrategy(false)));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'debug.security.firewall' shared service.
  3034.      *
  3035.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3036.      */
  3037.     protected function getDebug_Security_FirewallService()
  3038.     {
  3039.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3040.         if (isset($this->privates['debug.security.firewall'])) {
  3041.             return $this->privates['debug.security.firewall'];
  3042.         }
  3043.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3044.         if (isset($this->privates['debug.security.firewall'])) {
  3045.             return $this->privates['debug.security.firewall'];
  3046.         }
  3047.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3048.     }
  3049.     /**
  3050.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3051.      *
  3052.      * @return \Doctrine\Migrations\DependencyFactory
  3053.      */
  3054.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3055.     {
  3056.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3057.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  3058.         $a->setAllOrNothing(false);
  3059.         $a->setCheckDatabasePlatform(true);
  3060.         $a->setTransactional(true);
  3061.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3062.         $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()));
  3063.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3064.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3065.         });
  3066.         return $instance;
  3067.     }
  3068.     /**
  3069.      * Gets the private 'eccube.collector.core' shared autowired service.
  3070.      *
  3071.      * @return \Eccube\DataCollector\EccubeDataCollector
  3072.      */
  3073.     protected function getEccube_Collector_CoreService()
  3074.     {
  3075.         return $this->privates['eccube.collector.core'] = new \Eccube\DataCollector\EccubeDataCollector($this, ($this->services['Eccube\\Repository\\PluginRepository'] ?? $this->getPluginRepositoryService()));
  3076.     }
  3077.     /**
  3078.      * Gets the private 'esi_listener' shared service.
  3079.      *
  3080.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3081.      */
  3082.     protected function getEsiListenerService()
  3083.     {
  3084.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3085.     }
  3086.     /**
  3087.      * Gets the private 'exception_listener' shared service.
  3088.      *
  3089.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3090.      */
  3091.     protected function getExceptionListenerService()
  3092.     {
  3093.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3094.     }
  3095.     /**
  3096.      * Gets the private 'fragment.listener' shared service.
  3097.      *
  3098.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  3099.      */
  3100.     protected function getFragment_ListenerService()
  3101.     {
  3102.         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');
  3103.     }
  3104.     /**
  3105.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3106.      *
  3107.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3108.      */
  3109.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3110.     {
  3111.         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())));
  3112.     }
  3113.     /**
  3114.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3115.      *
  3116.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3117.      */
  3118.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3119.     {
  3120.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3121.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3122.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3123.         }
  3124.         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);
  3125.     }
  3126.     /**
  3127.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3128.      *
  3129.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3130.      */
  3131.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3132.     {
  3133.         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]);
  3134.     }
  3135.     /**
  3136.      * Gets the private 'locale_aware_listener' shared service.
  3137.      *
  3138.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3139.      */
  3140.     protected function getLocaleAwareListenerService()
  3141.     {
  3142.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3143.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('ECCUBE_LOCALE'))));
  3144.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3145.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3146.     }
  3147.     /**
  3148.      * Gets the private 'locale_listener' shared service.
  3149.      *
  3150.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3151.      */
  3152.     protected function getLocaleListener2Service()
  3153.     {
  3154.         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, []);
  3155.     }
  3156.     /**
  3157.      * Gets the private 'monolog.handler.buffered' shared service.
  3158.      *
  3159.      * @return \Monolog\Handler\BufferHandler
  3160.      */
  3161.     protected function getMonolog_Handler_BufferedService()
  3162.     {
  3163.         return $this->privates['monolog.handler.buffered'] = new \Monolog\Handler\BufferHandler(new \EasyCorp\EasyLog\EasyLogHandler((\dirname(__DIR__3).'/log/dev/site.log')), 0100truefalse);
  3164.     }
  3165.     /**
  3166.      * Gets the private 'monolog.handler.console' shared service.
  3167.      *
  3168.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3169.      */
  3170.     protected function getMonolog_Handler_ConsoleService()
  3171.     {
  3172.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3173.     }
  3174.     /**
  3175.      * Gets the private 'monolog.logger' shared service.
  3176.      *
  3177.      * @return \Symfony\Bridge\Monolog\Logger
  3178.      */
  3179.     protected function getMonolog_LoggerService()
  3180.     {
  3181.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3182.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3183.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3184.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3185.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3186.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3187.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3188.         $instance->useMicrosecondTimestamps(true);
  3189.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3190.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3191.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3192.         return $instance;
  3193.     }
  3194.     /**
  3195.      * Gets the private 'monolog.logger.cache' shared service.
  3196.      *
  3197.      * @return \Symfony\Bridge\Monolog\Logger
  3198.      */
  3199.     protected function getMonolog_Logger_CacheService()
  3200.     {
  3201.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3202.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3203.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3204.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3205.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3206.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3207.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3208.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3209.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3210.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3211.         return $instance;
  3212.     }
  3213.     /**
  3214.      * Gets the private 'monolog.logger.request' shared service.
  3215.      *
  3216.      * @return \Symfony\Bridge\Monolog\Logger
  3217.      */
  3218.     protected function getMonolog_Logger_RequestService()
  3219.     {
  3220.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3221.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3222.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3223.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3224.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3225.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3226.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3227.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3228.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3229.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3230.         return $instance;
  3231.     }
  3232.     /**
  3233.      * Gets the private 'monolog.logger.security' shared service.
  3234.      *
  3235.      * @return \Symfony\Bridge\Monolog\Logger
  3236.      */
  3237.     protected function getMonolog_Logger_SecurityService()
  3238.     {
  3239.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3240.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3241.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\SessionProcessor'] ?? $this->getSessionProcessorService()));
  3242.         $instance->pushProcessor(($this->privates['Eccube\\Log\\Processor\\TokenProcessor'] ?? $this->getTokenProcessorService()));
  3243.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\UidProcessor'] ?? ($this->privates['Monolog\\Processor\\UidProcessor'] = new \Monolog\Processor\UidProcessor())));
  3244.         $instance->pushProcessor(($this->privates['Monolog\\Processor\\IntrospectionProcessor'] ?? ($this->privates['Monolog\\Processor\\IntrospectionProcessor'] = new \Monolog\Processor\IntrospectionProcessor(100, [=> 'Eccube\\\\Log'=> 'Psr\\\\Log']))));
  3245.         $instance->pushProcessor(($this->privates['Symfony\\Bridge\\Monolog\\Processor\\WebProcessor'] ?? $this->getWebProcessorService()));
  3246.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3247.         $instance->pushHandler(($this->privates['monolog.handler.buffered'] ?? $this->getMonolog_Handler_BufferedService()));
  3248.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3249.         return $instance;
  3250.     }
  3251.     /**
  3252.      * Gets the private 'parameter_bag' shared service.
  3253.      *
  3254.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3255.      */
  3256.     protected function getParameterBagService()
  3257.     {
  3258.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3259.     }
  3260.     /**
  3261.      * Gets the private 'profiler_listener' shared service.
  3262.      *
  3263.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3264.      */
  3265.     protected function getProfilerListenerService()
  3266.     {
  3267.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3268.         if (isset($this->privates['profiler_listener'])) {
  3269.             return $this->privates['profiler_listener'];
  3270.         }
  3271.         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);
  3272.     }
  3273.     /**
  3274.      * Gets the private 'property_info' shared service.
  3275.      *
  3276.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3277.      */
  3278.     protected function getPropertyInfoService()
  3279.     {
  3280.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3281.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3282.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3283.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3284.         }, 3), new RewindableGenerator(function () {
  3285.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3286.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3287.         }, 2), new RewindableGenerator(function () {
  3288.             return new \EmptyIterator();
  3289.         }, 0), new RewindableGenerator(function () {
  3290.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3291.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3292.         }, 2), new RewindableGenerator(function () {
  3293.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3294.         }, 1));
  3295.     }
  3296.     /**
  3297.      * Gets the private 'rate_limiter.cache' shared service.
  3298.      *
  3299.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3300.      */
  3301.     protected function getRateLimiter_CacheService()
  3302.     {
  3303.         $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))));
  3304.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3305.         return $this->privates['rate_limiter.cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3306.     }
  3307.     /**
  3308.      * Gets the private 'router.expression_language_provider' shared service.
  3309.      *
  3310.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3311.      */
  3312.     protected function getRouter_ExpressionLanguageProviderService()
  3313.     {
  3314.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3315.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3316.         ], [
  3317.             'env' => 'Closure',
  3318.         ]));
  3319.     }
  3320.     /**
  3321.      * Gets the private 'router.request_context' shared service.
  3322.      *
  3323.      * @return \Symfony\Component\Routing\RequestContext
  3324.      */
  3325.     protected function getRouter_RequestContextService()
  3326.     {
  3327.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3328.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the private 'router_listener' shared service.
  3333.      *
  3334.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3335.      */
  3336.     protected function getRouterListenerService()
  3337.     {
  3338.         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);
  3339.     }
  3340.     /**
  3341.      * Gets the private 'security.context_listener.0' shared service.
  3342.      *
  3343.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3344.      */
  3345.     protected function getSecurity_ContextListener_0Service()
  3346.     {
  3347.         $a = ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService());
  3348.         if (isset($this->privates['security.context_listener.0'])) {
  3349.             return $this->privates['security.context_listener.0'];
  3350.         }
  3351.         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 () {
  3352.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3353.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3354.         }, 2), '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']);
  3355.     }
  3356.     /**
  3357.      * Gets the private 'security.context_listener.1' shared service.
  3358.      *
  3359.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3360.      */
  3361.     protected function getSecurity_ContextListener_1Service()
  3362.     {
  3363.         $a = ($this->privates['security.event_dispatcher.customer'] ?? $this->getSecurity_EventDispatcher_CustomerService());
  3364.         if (isset($this->privates['security.context_listener.1'])) {
  3365.             return $this->privates['security.context_listener.1'];
  3366.         }
  3367.         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 () {
  3368.             yield => ($this->privates['Eccube\\Security\\Core\\User\\MemberProvider'] ?? $this->load('getMemberProviderService'));
  3369.             yield => ($this->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $this->load('getCustomerProviderService'));
  3370.         }, 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']);
  3371.     }
  3372.     /**
  3373.      * Gets the private 'security.csrf.token_storage' shared service.
  3374.      *
  3375.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  3376.      */
  3377.     protected function getSecurity_Csrf_TokenStorageService()
  3378.     {
  3379.         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())));
  3380.     }
  3381.     /**
  3382.      * Gets the private 'security.event_dispatcher.admin' shared service.
  3383.      *
  3384.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3385.      */
  3386.     protected function getSecurity_EventDispatcher_AdminService()
  3387.     {
  3388.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3389.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3390.             return ($this->privates['security.listener.admin.user_provider'] ?? $this->load('getSecurity_Listener_Admin_UserProviderService'));
  3391.         }, => 'checkPassport'], 2048);
  3392.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3393.             return ($this->privates['security.listener.session.admin'] ?? $this->load('getSecurity_Listener_Session_AdminService'));
  3394.         }, => 'onSuccessfulLogin'], 0);
  3395.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3396.             return ($this->privates['security.logout.listener.legacy_success_listener.admin'] ?? $this->load('getSecurity_Logout_Listener_LegacySuccessListener_AdminService'));
  3397.         }, => 'onLogout'], 0);
  3398.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3399.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3400.         }, => 'onLogout'], 0);
  3401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3402.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3403.         }, => 'checkPassport'], 2080);
  3404.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3405.             return ($this->privates['security.listener.login_throttling.admin'] ?? $this->load('getSecurity_Listener_LoginThrottling_AdminService'));
  3406.         }, => 'onSuccessfulLogin'], 0);
  3407.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3408.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3409.         }, => 'preCheckCredentials'], 256);
  3410.         $instance->addListener('security.authentication.success', [=> function () {
  3411.             return ($this->privates['security.listener.user_checker.admin'] ?? $this->load('getSecurity_Listener_UserChecker_AdminService'));
  3412.         }, => 'postCheckCredentials'], 256);
  3413.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3414.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3415.         }, => 'checkPassport'], 1024);
  3416.         $instance->addListener('security.interactive_login', [=> function () {
  3417.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3418.         }, => 'onInteractiveLogin'], 0);
  3419.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3420.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3421.         }, => 'onAuthenticationFailure'], 0);
  3422.         $instance->addListener('security.interactive_login', [=> function () {
  3423.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3424.         }, => 'onInteractiveLogin'], 0);
  3425.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3426.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3427.         }, => 'checkPassport'], 0);
  3428.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3429.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3430.         }, => 'onLoginSuccess'], 0);
  3431.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3432.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3433.         }, => 'checkPassport'], 512);
  3434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3435.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3436.         }, => 'onLogout'], 0);
  3437.         return $instance;
  3438.     }
  3439.     /**
  3440.      * Gets the private 'security.event_dispatcher.customer' shared service.
  3441.      *
  3442.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3443.      */
  3444.     protected function getSecurity_EventDispatcher_CustomerService()
  3445.     {
  3446.         $this->privates['security.event_dispatcher.customer'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3447.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3448.             return ($this->privates['security.listener.customer.user_provider'] ?? $this->load('getSecurity_Listener_Customer_UserProviderService'));
  3449.         }, => 'checkPassport'], 2048);
  3450.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3451.             return ($this->privates['security.listener.session.customer'] ?? $this->load('getSecurity_Listener_Session_CustomerService'));
  3452.         }, => 'onSuccessfulLogin'], 0);
  3453.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3454.             return ($this->privates['security.logout.listener.default.customer'] ?? $this->load('getSecurity_Logout_Listener_Default_CustomerService'));
  3455.         }, => 'onLogout'], 64);
  3456.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3457.             return ($this->privates['security.logout.listener.session.customer'] ?? ($this->privates['security.logout.listener.session.customer'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3458.         }, => 'onLogout'], 0);
  3459.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3460.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3461.         }, => 'checkPassport'], 2080);
  3462.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3463.             return ($this->privates['security.listener.login_throttling.customer'] ?? $this->load('getSecurity_Listener_LoginThrottling_CustomerService'));
  3464.         }, => 'onSuccessfulLogin'], 0);
  3465.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3466.             return ($this->privates['security.listener.check_remember_me_conditions.customer'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_CustomerService'));
  3467.         }, => 'onSuccessfulLogin'], -32);
  3468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3469.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3470.         }, => 'onSuccessfulLogin'], -64);
  3471.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3472.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3473.         }, => 'clearCookie'], 0);
  3474.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3475.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3476.         }, => 'clearCookie'], 0);
  3477.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  3478.             return ($this->privates['security.listener.remember_me.customer'] ?? $this->load('getSecurity_Listener_RememberMe_CustomerService'));
  3479.         }, => 'clearCookie'], 0);
  3480.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3481.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3482.         }, => 'preCheckCredentials'], 256);
  3483.         $instance->addListener('security.authentication.success', [=> function () {
  3484.             return ($this->privates['security.listener.user_checker.customer'] ?? $this->load('getSecurity_Listener_UserChecker_CustomerService'));
  3485.         }, => 'postCheckCredentials'], 256);
  3486.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3487.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3488.         }, => 'checkPassport'], 1024);
  3489.         $instance->addListener('security.interactive_login', [=> function () {
  3490.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3491.         }, => 'onInteractiveLogin'], 0);
  3492.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  3493.             return ($this->privates['Eccube\\EventListener\\LoginHistoryListener'] ?? $this->load('getLoginHistoryListenerService'));
  3494.         }, => 'onAuthenticationFailure'], 0);
  3495.         $instance->addListener('security.interactive_login', [=> function () {
  3496.             return ($this->privates['Eccube\\EventListener\\SecurityListener'] ?? $this->load('getSecurityListenerService'));
  3497.         }, => 'onInteractiveLogin'], 0);
  3498.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3499.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3500.         }, => 'checkPassport'], 0);
  3501.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3502.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3503.         }, => 'onLoginSuccess'], 0);
  3504.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3505.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3506.         }, => 'checkPassport'], 512);
  3507.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3508.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3509.         }, => 'onLogout'], 0);
  3510.         return $instance;
  3511.     }
  3512.     /**
  3513.      * Gets the private 'security.firewall.map' shared service.
  3514.      *
  3515.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3516.      */
  3517.     protected function getSecurity_Firewall_MapService()
  3518.     {
  3519.         $a = ($this->privates['.service_locator.HDnBBSZ'] ?? $this->get_ServiceLocator_HDnBBSZService());
  3520.         if (isset($this->privates['security.firewall.map'])) {
  3521.             return $this->privates['security.firewall.map'];
  3522.         }
  3523.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3524.             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)/')));
  3525.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.5w.vBKV'] ?? ($this->privates['.security.request_matcher.5w.vBKV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/'.$this->getEnv('string:ECCUBE_ADMIN_ROUTE').'/')));
  3526.             yield 'security.firewall.map.context.customer' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  3527.         }, 3));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'security.logout_url_generator' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3533.      */
  3534.     protected function getSecurity_LogoutUrlGeneratorService()
  3535.     {
  3536.         $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()));
  3537.         $instance->registerListener('admin''admin_logout''logout''_csrf_token'NULLNULL);
  3538.         $instance->registerListener('customer''logout''logout''_csrf_token'NULLNULL);
  3539.         return $instance;
  3540.     }
  3541.     /**
  3542.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3543.      *
  3544.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3545.      */
  3546.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3547.     {
  3548.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3549.     }
  3550.     /**
  3551.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3552.      *
  3553.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3554.      */
  3555.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3556.     {
  3557.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3558.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3559.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3560.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3561.     }
  3562.     /**
  3563.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3564.      *
  3565.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3566.      */
  3567.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3568.     {
  3569.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3570.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3571.             return $this->privates['sensio_framework_extra.security.listener'];
  3572.         }
  3573.         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()));
  3574.     }
  3575.     /**
  3576.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3577.      *
  3578.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3579.      */
  3580.     protected function getSensioFrameworkExtra_View_ListenerService()
  3581.     {
  3582.         $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))));
  3583.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3584.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3585.         ], [
  3586.             'twig' => '?',
  3587.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the private 'session.factory' shared service.
  3592.      *
  3593.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  3594.      */
  3595.     protected function getSession_FactoryService()
  3596.     {
  3597.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  3598.         if (isset($this->privates['session.factory'])) {
  3599.             return $this->privates['session.factory'];
  3600.         }
  3601.         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']);
  3602.     }
  3603.     /**
  3604.      * Gets the private 'session_listener' shared service.
  3605.      *
  3606.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3607.      */
  3608.     protected function getSessionListenerService()
  3609.     {
  3610.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3611.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  3612.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3613.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  3614.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3615.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  3616.         ], [
  3617.             'initialized_session' => '?',
  3618.             'logger' => '?',
  3619.             'session' => '?',
  3620.             'session_collector' => '?',
  3621.             'session_factory' => '?',
  3622.         ]), true$this->getParameter('session.storage.options'));
  3623.     }
  3624.     /**
  3625.      * Gets the private 'state_machine.order.metadata_store' shared service.
  3626.      *
  3627.      * @return \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore
  3628.      */
  3629.     protected function getStateMachine_Order_MetadataStoreService()
  3630.     {
  3631.         return $this->privates['state_machine.order.metadata_store'] = new \Symfony\Component\Workflow\Metadata\InMemoryMetadataStore([], [], new \SplObjectStorage());
  3632.     }
  3633.     /**
  3634.      * Gets the private 'translator.default' shared service.
  3635.      *
  3636.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3637.      */
  3638.     protected function getTranslator_DefaultService()
  3639.     {
  3640.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3641.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3642.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3643.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3644.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3645.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3646.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3647.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3648.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3649.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3650.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3651.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3652.         ], [
  3653.             'translation.loader.csv' => '?',
  3654.             'translation.loader.dat' => '?',
  3655.             'translation.loader.ini' => '?',
  3656.             'translation.loader.json' => '?',
  3657.             'translation.loader.mo' => '?',
  3658.             'translation.loader.php' => '?',
  3659.             'translation.loader.po' => '?',
  3660.             'translation.loader.qt' => '?',
  3661.             'translation.loader.res' => '?',
  3662.             'translation.loader.xliff' => '?',
  3663.             'translation.loader.yml' => '?',
  3664.         ]), 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).'/app/Plugin/MailMagazine42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CouponPro42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.en.yaml'), => (\dirname(__DIR__4).'/app/Customize/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/MailMagazine42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale/messages.ja.yml'), => (\dirname(__DIR__4).'/app/Plugin/CouponPro42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CouponPro42/Resource/locale/validators.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale/messages.ja.yaml'), => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/locale/messages.ja.yaml'), 10 => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale/messages.ja.yaml'), 11 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/messages.ja.yaml'), 12 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/validators.ja.yaml')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/app/Plugin/MailMagazine42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/SalesReport42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CouponPro42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/EccubePaymentLite42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/Resource/locale'), => (\dirname(__DIR__4).'/app/Plugin/ExpressLink42/Resource/locale'), 10 => (\dirname(__DIR__4).'/app/Customize/Resource/locale/'), 11 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/Eccube/translations'), 25 => (\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/MailMagazine42/Resource/locale'=> 'app/Plugin/SalesReport42/Resource/locale'=> 'app/Plugin/CouponPro42/Resource/locale'=> 'app/Plugin/EccubePaymentLite42/Resource/locale'=> 'app/Plugin/CustomerSupportPro42/Resource/locale'=> 'app/Plugin/ExpressLink42/Resource/locale'10 => 'app/Customize/Resource/locale/'11 => 'vendor/symfony/framework-bundle/translations'12 => 'vendor/symfony/security-bundle/translations'13 => 'vendor/doctrine/doctrine-bundle/translations'14 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'15 => 'vendor/sensio/framework-extra-bundle/src/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/twig-bundle/translations'18 => 'vendor/symfony/debug-bundle/translations'19 => 'vendor/symfony/web-profiler-bundle/translations'20 => 'vendor/symfony/maker-bundle/src/translations'21 => 'vendor/exercise/htmlpurifier-bundle/src/translations'22 => 'vendor/doctrine/doctrine-migrations-bundle/translations'23 => 'vendor/twig/extra-bundle/translations'24 => 'src/Eccube/translations'25 => 'translations']]], []);
  3665.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3666.         $instance->setFallbackLocales([=> $this->getEnv('ECCUBE_LOCALE'), => $this->getEnv('ECCUBE_LOCALE'), => 'ja'=> 'en']);
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the private 'validator.builder' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3673.      */
  3674.     protected function getValidator_BuilderService()
  3675.     {
  3676.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3677.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3678.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3679.             'Customize\\Validator\\Constraints\\UniqueReferralCodeValidator' => ['privates''Customize\\Validator\\Constraints\\UniqueReferralCodeValidator''getUniqueReferralCodeValidatorService'true],
  3680.             'Eccube\\Form\\Validator\\EmailValidator' => ['privates''Eccube\\Form\\Validator\\EmailValidator''getEmailValidatorService'true],
  3681.             'Eccube\\Form\\Validator\\TwigLintValidator' => ['privates''Eccube\\Form\\Validator\\TwigLintValidator''getTwigLintValidatorService'true],
  3682.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3683.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3684.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3685.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3686.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3687.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3688.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3689.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3690.         ], [
  3691.             'Customize\\Validator\\Constraints\\UniqueReferralCodeValidator' => '?',
  3692.             'Eccube\\Form\\Validator\\EmailValidator' => '?',
  3693.             'Eccube\\Form\\Validator\\TwigLintValidator' => '?',
  3694.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3695.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3696.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3697.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3698.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3699.             'doctrine.orm.validator.unique' => '?',
  3700.             'security.validator.user_password' => '?',
  3701.             'validator.expression' => '?',
  3702.         ])));
  3703.         if ($this->has('translator')) {
  3704.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3705.         }
  3706.         $instance->setTranslationDomain('validators');
  3707.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3708.         $instance->enableAnnotationMapping(true);
  3709.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3710.         $instance->addMethodMapping('loadValidatorMetadata');
  3711.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3712.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3713.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3714.         return $instance;
  3715.     }
  3716.     /**
  3717.      * Gets the private 'var_dumper.html_dumper' shared service.
  3718.      *
  3719.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3720.      */
  3721.     protected function getVarDumper_HtmlDumperService()
  3722.     {
  3723.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3724.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3725.         return $instance;
  3726.     }
  3727.     /**
  3728.      * Gets the private 'web_profiler.csp.handler' shared service.
  3729.      *
  3730.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3731.      */
  3732.     protected function getWebProfiler_Csp_HandlerService()
  3733.     {
  3734.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3735.     }
  3736.     /**
  3737.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3738.      *
  3739.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3740.      */
  3741.     protected function getWebProfiler_DebugToolbarService()
  3742.     {
  3743.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3744.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3745.             return $this->privates['web_profiler.debug_toolbar'];
  3746.         }
  3747.         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()));
  3748.     }
  3749.     /**
  3750.      * Gets the public 'cache_clearer' alias.
  3751.      *
  3752.      * @return object The ".container.private.cache_clearer" service.
  3753.      */
  3754.     protected function getCacheClearerService()
  3755.     {
  3756.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3757.         return $this->get('.container.private.cache_clearer');
  3758.     }
  3759.     /**
  3760.      * Gets the public 'filesystem' alias.
  3761.      *
  3762.      * @return object The ".container.private.filesystem" service.
  3763.      */
  3764.     protected function getFilesystemService()
  3765.     {
  3766.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3767.         return $this->get('.container.private.filesystem');
  3768.     }
  3769.     /**
  3770.      * Gets the public 'state_machine.order' alias.
  3771.      *
  3772.      * @return object The ".container.private.state_machine.order" service.
  3773.      */
  3774.     protected function getStateMachine_OrderService()
  3775.     {
  3776.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "state_machine.order" service directly from the container is deprecated, use dependency injection instead.');
  3777.         return $this->get('.container.private.state_machine.order');
  3778.     }
  3779.     /**
  3780.      * Gets the public 'serializer' alias.
  3781.      *
  3782.      * @return object The ".container.private.serializer" service.
  3783.      */
  3784.     protected function getSerializerService()
  3785.     {
  3786.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3787.         return $this->get('.container.private.serializer');
  3788.     }
  3789.     /**
  3790.      * Gets the public 'security.csrf.token_manager' alias.
  3791.      *
  3792.      * @return object The ".container.private.security.csrf.token_manager" service.
  3793.      */
  3794.     protected function getSecurity_Csrf_TokenManagerService()
  3795.     {
  3796.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3797.         return $this->get('.container.private.security.csrf.token_manager');
  3798.     }
  3799.     /**
  3800.      * Gets the public 'form.factory' alias.
  3801.      *
  3802.      * @return object The ".container.private.form.factory" service.
  3803.      */
  3804.     protected function getForm_FactoryService()
  3805.     {
  3806.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3807.         return $this->get('.container.private.form.factory');
  3808.     }
  3809.     /**
  3810.      * Gets the public 'form.type.file' alias.
  3811.      *
  3812.      * @return object The ".container.private.form.type.file" service.
  3813.      */
  3814.     protected function getForm_Type_FileService()
  3815.     {
  3816.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3817.         return $this->get('.container.private.form.type.file');
  3818.     }
  3819.     /**
  3820.      * Gets the public 'profiler' alias.
  3821.      *
  3822.      * @return object The ".container.private.profiler" service.
  3823.      */
  3824.     protected function getProfilerService()
  3825.     {
  3826.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3827.         return $this->get('.container.private.profiler');
  3828.     }
  3829.     /**
  3830.      * Gets the public 'security.authorization_checker' alias.
  3831.      *
  3832.      * @return object The ".container.private.security.authorization_checker" service.
  3833.      */
  3834.     protected function getSecurity_AuthorizationCheckerService()
  3835.     {
  3836.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3837.         return $this->get('.container.private.security.authorization_checker');
  3838.     }
  3839.     /**
  3840.      * Gets the public 'security.token_storage' alias.
  3841.      *
  3842.      * @return object The ".container.private.security.token_storage" service.
  3843.      */
  3844.     protected function getSecurity_TokenStorageService()
  3845.     {
  3846.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3847.         return $this->get('.container.private.security.token_storage');
  3848.     }
  3849.     /**
  3850.      * Gets the public 'twig' alias.
  3851.      *
  3852.      * @return object The ".container.private.twig" service.
  3853.      */
  3854.     protected function getTwigService()
  3855.     {
  3856.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3857.         return $this->get('.container.private.twig');
  3858.     }
  3859.     /**
  3860.      * Gets the public 'security.password_encoder' alias.
  3861.      *
  3862.      * @return object The ".container.private.security.password_encoder" service.
  3863.      */
  3864.     protected function getSecurity_PasswordEncoderService()
  3865.     {
  3866.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3867.         return $this->get('.container.private.security.password_encoder');
  3868.     }
  3869.     /**
  3870.      * Gets the public 'session' alias.
  3871.      *
  3872.      * @return object The ".container.private.session" service.
  3873.      */
  3874.     protected function getSessionService()
  3875.     {
  3876.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3877.         return $this->get('.container.private.session');
  3878.     }
  3879.     /**
  3880.      * Gets the public 'validator' alias.
  3881.      *
  3882.      * @return object The ".container.private.validator" service.
  3883.      */
  3884.     protected function getValidatorService()
  3885.     {
  3886.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3887.         return $this->get('.container.private.validator');
  3888.     }
  3889.     /**
  3890.      * @return array|bool|float|int|string|\UnitEnum|null
  3891.      */
  3892.     public function getParameter(string $name)
  3893.     {
  3894.         if (isset($this->buildParameters[$name])) {
  3895.             return $this->buildParameters[$name];
  3896.         }
  3897.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3898.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3899.         }
  3900.         if (isset($this->loadedDynamicParameters[$name])) {
  3901.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3902.         }
  3903.         return $this->parameters[$name];
  3904.     }
  3905.     public function hasParameter(string $name): bool
  3906.     {
  3907.         if (isset($this->buildParameters[$name])) {
  3908.             return true;
  3909.         }
  3910.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3911.     }
  3912.     public function setParameter(string $name$value): void
  3913.     {
  3914.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3915.     }
  3916.     public function getParameterBag(): ParameterBagInterface
  3917.     {
  3918.         if (null === $this->parameterBag) {
  3919.             $parameters $this->parameters;
  3920.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3921.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3922.             }
  3923.             foreach ($this->buildParameters as $name => $value) {
  3924.                 $parameters[$name] = $value;
  3925.             }
  3926.             $this->parameterBag = new FrozenParameterBag($parameters);
  3927.         }
  3928.         return $this->parameterBag;
  3929.     }
  3930.     private $loadedDynamicParameters = [
  3931.         'kernel.runtime_environment' => false,
  3932.         'kernel.build_dir' => false,
  3933.         'kernel.cache_dir' => false,
  3934.         'locale' => false,
  3935.         'timezone' => false,
  3936.         'currency' => false,
  3937.         'eccube_database_url' => false,
  3938.         'eccube_mailer_dsn' => false,
  3939.         'eccube_admin_route' => false,
  3940.         'eccube_user_data_route' => false,
  3941.         'eccube_front_allow_hosts' => false,
  3942.         'eccube_front_deny_hosts' => false,
  3943.         'eccube_admin_allow_hosts' => false,
  3944.         'eccube_admin_deny_hosts' => false,
  3945.         'eccube_force_ssl' => false,
  3946.         'eccube.theme' => false,
  3947.         'eccube_theme_code' => false,
  3948.         'eccube_auth_magic' => false,
  3949.         'eccube_theme_front_dir' => false,
  3950.         'eccube_html_front_dir' => false,
  3951.         'eccube_csv_temp_realdir' => false,
  3952.         'eccube_owners_store_url' => false,
  3953.         'eccube_package_api_url' => false,
  3954.         'eccube_content_maintenance_file_path' => false,
  3955.         'eccube_2fa_enabled' => false,
  3956.         'eccube_2fa_cookie_name' => false,
  3957.         'eccube_2fa_expire' => false,
  3958.         'eccube_restrict_file_upload' => false,
  3959.         'kernel.secret' => false,
  3960.         'kernel.default_locale' => false,
  3961.         'debug.container.dump' => false,
  3962.         'serializer.mapping.cache.file' => false,
  3963.         'session.storage.options' => false,
  3964.         'validator.mapping.cache.file' => false,
  3965.         'profiler.storage.dsn' => false,
  3966.         'doctrine.orm.proxy_dir' => false,
  3967.     ];
  3968.     private $dynamicParameters = [];
  3969.     private function getDynamicParameter(string $name)
  3970.     {
  3971.         switch ($name) {
  3972.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3973.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3974.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3975.             case 'locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  3976.             case 'timezone'$value $this->getEnv('ECCUBE_TIMEZONE'); break;
  3977.             case 'currency'$value $this->getEnv('ECCUBE_CURRENCY'); break;
  3978.             case 'eccube_database_url'$value $this->getEnv('DATABASE_URL'); break;
  3979.             case 'eccube_mailer_dsn'$value $this->getEnv('MAILER_DSN'); break;
  3980.             case 'eccube_admin_route'$value $this->getEnv('ECCUBE_ADMIN_ROUTE'); break;
  3981.             case 'eccube_user_data_route'$value $this->getEnv('ECCUBE_USER_DATA_ROUTE'); break;
  3982.             case 'eccube_front_allow_hosts'$value $this->getEnv('json:ECCUBE_FRONT_ALLOW_HOSTS'); break;
  3983.             case 'eccube_front_deny_hosts'$value $this->getEnv('json:ECCUBE_FRONT_DENY_HOSTS'); break;
  3984.             case 'eccube_admin_allow_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_ALLOW_HOSTS'); break;
  3985.             case 'eccube_admin_deny_hosts'$value $this->getEnv('json:ECCUBE_ADMIN_DENY_HOSTS'); break;
  3986.             case 'eccube_force_ssl'$value $this->getEnv('bool:ECCUBE_FORCE_SSL'); break;
  3987.             case 'eccube.theme'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3988.             case 'eccube_theme_code'$value $this->getEnv('ECCUBE_TEMPLATE_CODE'); break;
  3989.             case 'eccube_auth_magic'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  3990.             case 'eccube_theme_front_dir'$value = (\dirname(__DIR__4).'/app/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3991.             case 'eccube_html_front_dir'$value = (\dirname(__DIR__4).'/html/template/'.$this->getEnv('string:ECCUBE_TEMPLATE_CODE')); break;
  3992.             case 'eccube_csv_temp_realdir'$value = ($this->targetDir.''.'/dev/eccube'); break;
  3993.             case 'eccube_owners_store_url'$value $this->getEnv('ECCUBE_OWNERS_STORE_URL'); break;
  3994.             case 'eccube_package_api_url'$value $this->getEnv('ECCUBE_PACKAGE_API_URL'); break;
  3995.             case 'eccube_content_maintenance_file_path'$value $this->getEnv('ECCUBE_MAINTENANCE_FILE_PATH'); break;
  3996.             case 'eccube_2fa_enabled'$value $this->getEnv('ECCUBE_2FA_ENABLED'); break;
  3997.             case 'eccube_2fa_cookie_name'$value $this->getEnv('ECCUBE_2FA_COOKIE_NAME'); break;
  3998.             case 'eccube_2fa_expire'$value $this->getEnv('ECCUBE_2FA_EXPIRE'); break;
  3999.             case 'eccube_restrict_file_upload'$value $this->getEnv('ECCUBE_RESTRICT_FILE_UPLOAD'); break;
  4000.             case 'kernel.secret'$value $this->getEnv('ECCUBE_AUTH_MAGIC'); break;
  4001.             case 'kernel.default_locale'$value $this->getEnv('ECCUBE_LOCALE'); break;
  4002.             case 'debug.container.dump'$value = ($this->targetDir.''.'/Eccube_KernelDevDebugContainer.xml'); break;
  4003.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4004.             case 'session.storage.options'$value = [
  4005.                 'cache_limiter' => '0',
  4006.                 'name' => $this->getEnv('ECCUBE_COOKIE_NAME'),
  4007.                 'cookie_lifetime' => $this->getEnv('ECCUBE_COOKIE_LIFETIME'),
  4008.                 'cookie_httponly' => true,
  4009.                 'gc_maxlifetime' => $this->getEnv('ECCUBE_GC_MAXLIFETIME'),
  4010.                 'gc_probability' => 1,
  4011.             ]; break;
  4012.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4013.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4014.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4015.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4016.         }
  4017.         $this->loadedDynamicParameters[$name] = true;
  4018.         return $this->dynamicParameters[$name] = $value;
  4019.     }
  4020.     protected function getDefaultParameters(): array
  4021.     {
  4022.         return [
  4023.             'kernel.project_dir' => \dirname(__DIR__4),
  4024.             'kernel.environment' => 'dev',
  4025.             'kernel.debug' => true,
  4026.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4027.             'kernel.bundles' => [
  4028.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4029.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4030.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4031.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4032.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4033.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4034.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4035.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4036.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4037.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4038.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4039.                 'ExerciseHTMLPurifierBundle' => 'Exercise\\HTMLPurifierBundle\\ExerciseHTMLPurifierBundle',
  4040.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4041.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4042.                 'EccubeBundle' => 'Eccube\\EccubeBundle',
  4043.             ],
  4044.             'kernel.bundles_metadata' => [
  4045.                 'FrameworkBundle' => [
  4046.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4047.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4048.                 ],
  4049.                 'SecurityBundle' => [
  4050.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4051.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4052.                 ],
  4053.                 'DoctrineBundle' => [
  4054.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4055.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4056.                 ],
  4057.                 'DoctrineFixturesBundle' => [
  4058.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4059.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4060.                 ],
  4061.                 'SensioFrameworkExtraBundle' => [
  4062.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4063.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4064.                 ],
  4065.                 'MonologBundle' => [
  4066.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4067.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4068.                 ],
  4069.                 'TwigBundle' => [
  4070.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4071.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4072.                 ],
  4073.                 'DebugBundle' => [
  4074.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4075.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4076.                 ],
  4077.                 'WebProfilerBundle' => [
  4078.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4079.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4080.                 ],
  4081.                 'MakerBundle' => [
  4082.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4083.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4084.                 ],
  4085.                 'KnpPaginatorBundle' => [
  4086.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4087.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4088.                 ],
  4089.                 'ExerciseHTMLPurifierBundle' => [
  4090.                     'path' => (\dirname(__DIR__4).'/vendor/exercise/htmlpurifier-bundle/src'),
  4091.                     'namespace' => 'Exercise\\HTMLPurifierBundle',
  4092.                 ],
  4093.                 'DoctrineMigrationsBundle' => [
  4094.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4095.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4096.                 ],
  4097.                 'TwigExtraBundle' => [
  4098.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4099.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4100.                 ],
  4101.                 'EccubeBundle' => [
  4102.                     'path' => (\dirname(__DIR__4).'/src/Eccube'),
  4103.                     'namespace' => 'Eccube',
  4104.                 ],
  4105.             ],
  4106.             'kernel.charset' => 'UTF-8',
  4107.             'kernel.container_class' => 'Eccube_KernelDevDebugContainer',
  4108.             'container.dumper.inline_class_loader' => true,
  4109.             'env(ECCUBE_LOCALE)' => 'ja',
  4110.             'env(ECCUBE_TIMEZONE)' => 'Asia/Tokyo',
  4111.             'env(ECCUBE_CURRENCY)' => 'JPY',
  4112.             'eccube_customer_change_notify_mail_template_id' => 9,
  4113.             'eccube_expiration_mail_template_id' => 10,
  4114.             'eccube_regular_notice_mail_template_id' => 11,
  4115.             'eccube_rspecified_count_notice_mail_template_id' => 12,
  4116.             'eccube_restart_notice_mail_template_id' => 13,
  4117.             'eccube_CreditPayment_error_notice_mail_template_id' => 14,
  4118.             'eccube_Repayment_error_skip_notice_mail_template_id' => 15,
  4119.             'eccube_Repayment_error_cancel_notice_mail_template_id' => 16,
  4120.             'eccube_card_update_notice_mail_template_id' => 17,
  4121.             'eccube_migration_plan_notice_mail_template_id' => 18,
  4122.             'eccube_order_cancel_customer_mail_template_id' => 20,
  4123.             'eccube_order_cancel_admin_mail_template_id' => 21,
  4124.             'eccube_order_login_note_mail_template_id' => 23,
  4125.             'eccube_change_email_confirm_mail_template_id' => 24,
  4126.             'eccube_confirm_deriver_info_mail_template_id' => 25,
  4127.             'eccube_product_shortage_template_id' => 26,
  4128.             'eccube_order_deliver_delay_id' => 27,
  4129.             'eccube_order_cancel_credit_error_mail_template_id' => 28,
  4130.             'eccube_order_cancel_excess_mail_template_id' => 29,
  4131.             'eccube_order_un_deliver_mail_template_id' => 30,
  4132.             'eccube_order_exchange_for_defects_mail_template_id' => 31,
  4133.             'eccube_order_arrival_and_dispatch__mail_template_id' => 32,
  4134.             'eccube_regular_repayment_next_delivery_mail_template_id' => 33,
  4135.             'eccube_regular_change_order_detail_mail_template_id' => 34,
  4136.             'eccube_regular_suspend_note_mail_template_id' => 35,
  4137.             'eccube_regular_error_suspend_note_mail_template_id' => 36,
  4138.             'eccube_regular_cancel_note_mail_template_id' => 37,
  4139.             'eccube_notify_create_regular_order_date_mail_template_id' => 38,
  4140.             'eccube_complete_change_customer_email_mail_template_id' => 39,
  4141.             'eccube_next_regular_order_to_factory_mail_template_id' => 42,
  4142.             'eccube_direct_delivery_mail_template_id' => 43,
  4143.             'env(DATABASE_URL)' => '',
  4144.             'env(DATABASE_SERVER_VERSION)' => NULL,
  4145.             'env(DATABASE_CHARSET)' => 'utf8',
  4146.             'env(ECCUBE_ADMIN_ROUTE)' => 'admin',
  4147.             'env(ECCUBE_USER_DATA_ROUTE)' => 'user_data',
  4148.             'env(ECCUBE_FRONT_ALLOW_HOSTS)' => '[]',
  4149.             'env(ECCUBE_FRONT_DENY_HOSTS)' => '[]',
  4150.             'env(ECCUBE_ADMIN_ALLOW_HOSTS)' => '[]',
  4151.             'env(ECCUBE_ADMIN_DENY_HOSTS)' => '[]',
  4152.             'env(ECCUBE_FORCE_SSL)' => '0',
  4153.             'env(ECCUBE_TEMPLATE_CODE)' => 'default',
  4154.             'env(ECCUBE_AUTH_MAGIC)' => '<change.me>',
  4155.             'env(ECCUBE_COOKIE_NAME)' => 'eccube',
  4156.             'env(ECCUBE_COOKIE_PATH)' => '/',
  4157.             'env(ECCUBE_COOKIE_LIFETIME)' => '0',
  4158.             'env(ECCUBE_GC_MAXLIFETIME)' => '1440',
  4159.             'env(ECCUBE_PACKAGE_API_URL)' => 'https://package-api-c2.ec-cube.net/v42',
  4160.             'env(ECCUBE_OWNERS_STORE_URL)' => 'https://www.ec-cube.net',
  4161.             'env(ECCUBE_MAINTENANCE_FILE_PATH)' => (\dirname(__DIR__4).'/.maintenance'),
  4162.             'env(ECCUBE_2FA_ENABLED)' => '1',
  4163.             'env(ECCUBE_2FA_COOKIE_NAME)' => 'eccube_2fa',
  4164.             'env(ECCUBE_2FA_EXPIRE)' => '14',
  4165.             'env(ECCUBE_RESTRICT_FILE_UPLOAD)' => '0',
  4166.             'eccube_auth_type' => 'HMAC',
  4167.             'eccube_password_hash_algos' => 'SHA256',
  4168.             'eccube_theme_app_dir' => (\dirname(__DIR__4).'/app/template'),
  4169.             'eccube_theme_src_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template'),
  4170.             'eccube_theme_user_data_dir' => (\dirname(__DIR__4).'/app/template/user_data'),
  4171.             'eccube_theme_front_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/default'),
  4172.             'eccube_theme_admin_dir' => (\dirname(__DIR__4).'/app/template/admin'),
  4173.             'eccube_theme_admin_default_dir' => (\dirname(__DIR__4).'/src/Eccube/Resource/template/admin'),
  4174.             'eccube_html_dir' => (\dirname(__DIR__4).'/html'),
  4175.             'eccube_html_plugin_dir' => (\dirname(__DIR__4).'/html/plugin'),
  4176.             'eccube_html_admin_dir' => (\dirname(__DIR__4).'/html/template/admin'),
  4177.             'eccube_twig_block_templates' => [
  4178.             ],
  4179.             'eccube_save_image_dir' => (\dirname(__DIR__4).'/html/upload/save_image'),
  4180.             'eccube_temp_image_dir' => (\dirname(__DIR__4).'/html/upload/temp_image'),
  4181.             'eccube_csv_size' => 5,
  4182.             'eccube_csv_split_lines' => 100,
  4183.             'eccube_default_password' => 'Abc********123',
  4184.             'eccube_deliv_addr_max' => 99,
  4185.             'eccube_deliv_date_end_max' => 21,
  4186.             'eccube_id_max_len' => 50,
  4187.             'eccube_id_min_len' => 4,
  4188.             'eccube_int_len' => 9,
  4189.             'eccube_category_nest_level' => 5,
  4190.             'eccube_lltext_len' => 99999,
  4191.             'eccube_ltext_len' => 3000,
  4192.             'eccube_max_total_fee' => 9999999999,
  4193.             'eccube_mltext_len' => 1000,
  4194.             'eccube_mtext_len' => 200,
  4195.             'plugin_html_realdir' => (\dirname(__DIR__4).'/html/plugin/'),
  4196.             'plugin_html_urlpath' => '/plugin/',
  4197.             'plugin_realdir' => (\dirname(__DIR__4).'/app/Plugin'),
  4198.             'plugin_data_realdir' => (\dirname(__DIR__4).'/app/PluginData'),
  4199.             'plugin_temp_realdir' => '/PATH/TO/WEB_ROOT/src/Eccube/Repository/Master/upload/temp_plugin/',
  4200.             'eccube_price_len' => 8,
  4201.             'eccube_search_pmax' => 5,
  4202.             'eccube_sitemap_products_per_page' => 1000,
  4203.             'eccube_stext_len' => 255,
  4204.             'eccube_sltext_len' => 500,
  4205.             'eccube_smtext_len' => 100,
  4206.             'eccube_tax_rule_priority' => [
  4207.                 => 'product_id',
  4208.                 => 'product_class_id',
  4209.                 => 'pref_id',
  4210.                 => 'country_id',
  4211.             ],
  4212.             'eccube_url_len' => 1024,
  4213.             'eccube_default_page_count' => 50,
  4214.             'eccube_admin_product_stock_status' => 3,
  4215.             'eccube_customer_reset_expire' => 10,
  4216.             'eccube_csv_export_separator' => ',',
  4217.             'eccube_csv_export_encoding' => 'SJIS-win',
  4218.             'eccube_csv_import_encoding' => [
  4219.                 => 'UTF-8',
  4220.                 => 'SJIS-win',
  4221.                 => 'SJIS',
  4222.                 => 'EUC-JP',
  4223.                 => 'ASCII',
  4224.                 => 'JIS',
  4225.             ],
  4226.             'eccube_csv_export_date_format' => 'Y-m-d H:i:s',
  4227.             'eccube_csv_export_multidata_separator' => ',',
  4228.             'eccube_csv_import_delimiter' => ',',
  4229.             'eccube_csv_import_enclosure' => '"',
  4230.             'eccube_csv_import_escape' => '\\',
  4231.             'eccube_info_url' => 'https://www.ec-cube.net/info/4/',
  4232.             'eccube_official_site_url' => 'https://www.ec-cube.net',
  4233.             'eccube_community_site_url' => 'https://xoops.ec-cube.net',
  4234.             'eccube_document_url' => 'http://doc4.ec-cube.net',
  4235.             'eccube_manual_url' => 'https://www.ec-cube.net/manual/ec-cube4/',
  4236.             'eccube_name_len' => 16,
  4237.             'eccube_kana_len' => 25,
  4238.             'eccube_address1_len' => 32,
  4239.             'eccube_address2_len' => 32,
  4240.             'eccube_birth_max' => 110,
  4241.             'eccube_product_order_price_lower' => 1,
  4242.             'eccube_product_order_newer' => 2,
  4243.             'eccube_product_order_price_higher' => 3,
  4244.             'eccube_price_max' => 2147483647,
  4245.             'eccube_tel_len_max' => 14,
  4246.             'eccube_postal_code' => 8,
  4247.             'eccube_password_min_len' => 8,
  4248.             'eccube_password_max_len' => 32,
  4249.             'eccube_password_pattern' => '/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d).+$/',
  4250.             'eccube_composer_memory_limit' => '1536M',
  4251.             'eccube_order_mail_template_id' => 1,
  4252.             'eccube_entry_confirm_mail_template_id' => 2,
  4253.             'eccube_entry_complete_mail_template_id' => 3,
  4254.             'eccube_customer_withdraw_mail_template_id' => 4,
  4255.             'eccube_contact_mail_template_id' => 5,
  4256.             'eccube_forgot_mail_template_id' => 6,
  4257.             'eccube_reset_complete_mail_template_id' => 7,
  4258.             'eccube_shipping_notify_mail_template_id' => 8,
  4259.             'eccube_rfc_email_check' => false,
  4260.             'eccube_email_len' => 254,
  4261.             'eccube_order_no_format' => '',
  4262.             'eccube_order_pdf_message_len' => 30,
  4263.             'eccube_news_start_year' => 2000,
  4264.             'eccube_result_cache_lifetime' => 3600,
  4265.             'eccube_result_cache_lifetime_short' => 10,
  4266.             'eccube_restrict_file_upload_urls' => [
  4267.                 => 'admin_content_file',
  4268.                 => 'admin_store_plugin_install',
  4269.                 => 'admin_content_page_new',
  4270.                 => 'admin_content_page_edit',
  4271.                 => 'admin_content_block_new',
  4272.                 => 'admin_content_block_edit',
  4273.                 => 'admin_content_css',
  4274.                 => 'admin_content_js',
  4275.                 => 'admin_store_template_install',
  4276.             ],
  4277.             'eccube_file_uploadable_extensions' => [
  4278.                 => 'jpg',
  4279.                 => 'jpeg',
  4280.                 => 'png',
  4281.                 => 'gif',
  4282.                 => 'webp',
  4283.                 => 'svg',
  4284.                 => 'ico',
  4285.                 => 'html',
  4286.                 => 'htm',
  4287.                 => 'js',
  4288.                 10 => 'css',
  4289.                 11 => 'txt',
  4290.                 12 => 'pdf',
  4291.             ],
  4292.             'eccube_login_throttling_max_attempts' => 5,
  4293.             'eccube_login_throttling_interval' => '30 minutes',
  4294.             'eccube_nav' => [
  4295.                 'product' => [
  4296.                     'name' => 'admin.product.product_management',
  4297.                     'icon' => 'fa-cube',
  4298.                     'children' => [
  4299.                         'product_master' => [
  4300.                             'name' => 'admin.product.product_list',
  4301.                             'url' => 'admin_product',
  4302.                         ],
  4303.                         'product_edit' => [
  4304.                             'name' => 'admin.product.product_registration',
  4305.                             'url' => 'admin_product_product_new',
  4306.                         ],
  4307.                         'class_name' => [
  4308.                             'name' => 'admin.product.class_management',
  4309.                             'url' => 'admin_product_class_name',
  4310.                         ],
  4311.                         'class_category' => [
  4312.                             'name' => 'admin.product.category_management',
  4313.                             'url' => 'admin_product_category',
  4314.                         ],
  4315.                         'product_tag' => [
  4316.                             'name' => 'admin.product.tag_management',
  4317.                             'url' => 'admin_product_tag',
  4318.                         ],
  4319.                         'product_csv_import' => [
  4320.                             'name' => 'admin.product.product_csv_upload',
  4321.                             'url' => 'admin_product_csv_import',
  4322.                         ],
  4323.                         'category_csv_import' => [
  4324.                             'name' => 'admin.product.category_csv_upload',
  4325.                             'url' => 'admin_product_category_csv_import',
  4326.                         ],
  4327.                     ],
  4328.                 ],
  4329.                 'order' => [
  4330.                     'name' => 'admin.order.order_management',
  4331.                     'icon' => 'fa-shopping-cart',
  4332.                     'children' => [
  4333.                         'order_master' => [
  4334.                             'name' => 'admin.order.order_list',
  4335.                             'url' => 'admin_order',
  4336.                         ],
  4337.                         'order_edit' => [
  4338.                             'name' => 'admin.order.order_registration',
  4339.                             'url' => 'admin_order_new',
  4340.                         ],
  4341.                         'shipping_csv_import' => [
  4342.                             'name' => 'admin.order.shipping_csv_upload',
  4343.                             'url' => 'admin_shipping_csv_import',
  4344.                         ],
  4345.                         'virtual_account_csv_import' => [
  4346.                             'name' => '口座入金CSV登録',
  4347.                             'url' => 'admin_virtual_account_csv_import',
  4348.                         ],
  4349.                         'batch_document_output' => [
  4350.                             'name' => '納品書/請求書一括出力',
  4351.                             'url' => 'admin_batch_document_output',
  4352.                         ],
  4353.                         'expresslink_import' => [
  4354.                             'id' => 'admin_order_import_expresslink',
  4355.                             'name' => 'expresslink.admin.nav.order.import.expresslink',
  4356.                             'url' => 'admin_order_import_expresslink',
  4357.                         ],
  4358.                     ],
  4359.                 ],
  4360.                 'customer' => [
  4361.                     'name' => 'admin.customer.customer_management',
  4362.                     'icon' => 'fa-users',
  4363.                     'children' => [
  4364.                         'customer_master' => [
  4365.                             'name' => 'admin.customer.customer_list',
  4366.                             'url' => 'admin_customer',
  4367.                         ],
  4368.                         'customer_edit' => [
  4369.                             'name' => 'admin.customer.customer_registration',
  4370.                             'url' => 'admin_customer_new',
  4371.                         ],
  4372.                     ],
  4373.                 ],
  4374.                 'content' => [
  4375.                     'name' => 'admin.content.contents_management',
  4376.                     'icon' => 'fa-file-text-o',
  4377.                     'children' => [
  4378.                         'news' => [
  4379.                             'name' => 'admin.content.news_management',
  4380.                             'url' => 'admin_content_news',
  4381.                         ],
  4382.                         'file' => [
  4383.                             'name' => 'admin.content.file_management',
  4384.                             'url' => 'admin_content_file',
  4385.                         ],
  4386.                         'layout' => [
  4387.                             'name' => 'admin.content.layout_management',
  4388.                             'url' => 'admin_content_layout',
  4389.                         ],
  4390.                         'page' => [
  4391.                             'name' => 'admin.content.page_management',
  4392.                             'url' => 'admin_content_page',
  4393.                         ],
  4394.                         'css' => [
  4395.                             'name' => 'admin.content.css_management',
  4396.                             'url' => 'admin_content_css',
  4397.                         ],
  4398.                         'js' => [
  4399.                             'name' => 'admin.content.js_management',
  4400.                             'url' => 'admin_content_js',
  4401.                         ],
  4402.                         'block' => [
  4403.                             'name' => 'admin.content.block_management',
  4404.                             'url' => 'admin_content_block',
  4405.                         ],
  4406.                         'cache' => [
  4407.                             'name' => 'admin.content.cache_management',
  4408.                             'url' => 'admin_content_cache',
  4409.                         ],
  4410.                         'maintenance' => [
  4411.                             'name' => 'admin.content.maintenance_management',
  4412.                             'url' => 'admin_content_maintenance',
  4413.                         ],
  4414.                     ],
  4415.                 ],
  4416.                 'setting' => [
  4417.                     'name' => 'admin.setting',
  4418.                     'icon' => 'fa-cog',
  4419.                     'children' => [
  4420.                         'shop' => [
  4421.                             'name' => 'admin.setting.shop',
  4422.                             'children' => [
  4423.                                 'shop_index' => [
  4424.                                     'name' => 'admin.setting.shop.shop_setting',
  4425.                                     'url' => 'admin_setting_shop',
  4426.                                 ],
  4427.                                 'shop_tradelaw' => [
  4428.                                     'name' => 'admin.setting.shop.tradelaw_setting',
  4429.                                     'url' => 'admin_setting_shop_tradelaw',
  4430.                                 ],
  4431.                                 'shop_agreement' => [
  4432.                                     'name' => 'admin.setting.shop.agreement_setting',
  4433.                                     'url' => 'admin_content_page_edit',
  4434.                                     'param' => [
  4435.                                         'id' => 19,
  4436.                                         'return' => 'agreement',
  4437.                                     ],
  4438.                                 ],
  4439.                                 'shop_payment' => [
  4440.                                     'name' => 'admin.setting.shop.payment_setting',
  4441.                                     'url' => 'admin_setting_shop_payment',
  4442.                                 ],
  4443.                                 'shop_delivery' => [
  4444.                                     'name' => 'admin.setting.shop.delivery_setting',
  4445.                                     'url' => 'admin_setting_shop_delivery',
  4446.                                 ],
  4447.                                 'shop_tax' => [
  4448.                                     'name' => 'admin.setting.shop.tax_setting',
  4449.                                     'url' => 'admin_setting_shop_tax',
  4450.                                 ],
  4451.                                 'shop_mail' => [
  4452.                                     'name' => 'admin.setting.shop.mail_setting',
  4453.                                     'url' => 'admin_setting_shop_mail',
  4454.                                 ],
  4455.                                 'shop_csv' => [
  4456.                                     'name' => 'admin.setting.shop.csv_setting',
  4457.                                     'url' => 'admin_setting_shop_csv',
  4458.                                 ],
  4459.                                 'shop_order_status' => [
  4460.                                     'name' => 'admin.setting.shop.order_status_setting',
  4461.                                     'url' => 'admin_setting_shop_order_status',
  4462.                                 ],
  4463.                                 'shop_calendar' => [
  4464.                                     'name' => 'admin.setting.shop.calendar_setting',
  4465.                                     'url' => 'admin_setting_shop_calendar',
  4466.                                 ],
  4467.                             ],
  4468.                         ],
  4469.                         'system' => [
  4470.                             'name' => 'admin.setting.system',
  4471.                             'children' => [
  4472.                                 'member' => [
  4473.                                     'name' => 'admin.setting.system.member_management',
  4474.                                     'url' => 'admin_setting_system_member',
  4475.                                 ],
  4476.                                 'authority' => [
  4477.                                     'name' => 'admin.setting.system.authority_management',
  4478.                                     'url' => 'admin_setting_system_authority',
  4479.                                 ],
  4480.                                 'security' => [
  4481.                                     'name' => 'admin.setting.system.security_management',
  4482.                                     'url' => 'admin_setting_system_security',
  4483.                                 ],
  4484.                                 'login_history' => [
  4485.                                     'name' => 'admin.setting.system.login_history',
  4486.                                     'url' => 'admin_setting_system_login_history',
  4487.                                 ],
  4488.                                 'log' => [
  4489.                                     'name' => 'admin.setting.system.log_display',
  4490.                                     'url' => 'admin_setting_system_log',
  4491.                                 ],
  4492.                                 'masterdata' => [
  4493.                                     'name' => 'admin.setting.system.master_data_management',
  4494.                                     'url' => 'admin_setting_system_masterdata',
  4495.                                 ],
  4496.                                 'system_index' => [
  4497.                                     'name' => 'admin.setting.system.system_info',
  4498.                                     'url' => 'admin_setting_system_system',
  4499.                                 ],
  4500.                                 'expresslink_config' => [
  4501.                                     'id' => 'admin_setting_expresslink_config',
  4502.                                     'name' => 'expresslink.admin.nav.setting.expresslink.config',
  4503.                                     'url' => 'admin_setting_expresslink_config',
  4504.                                 ],
  4505.                             ],
  4506.                         ],
  4507.                     ],
  4508.                 ],
  4509.                 'store' => [
  4510.                     'name' => 'admin.store',
  4511.                     'icon' => 'fa-plug',
  4512.                     'children' => [
  4513.                         'plugin' => [
  4514.                             'name' => 'admin.store.plugin',
  4515.                             'children' => [
  4516.                                 'plugin_owners_search' => [
  4517.                                     'name' => 'admin.store.plugin.plugin_owners_install',
  4518.                                     'url' => 'admin_store_plugin_owners_search',
  4519.                                 ],
  4520.                                 'plugin_list' => [
  4521.                                     'name' => 'admin.store.plugin.plugin_list',
  4522.                                     'url' => 'admin_store_plugin',
  4523.                                 ],
  4524.                             ],
  4525.                         ],
  4526.                         'template' => [
  4527.                             'name' => 'admin.store.template',
  4528.                             'children' => [
  4529.                                 'template_list' => [
  4530.                                     'name' => 'admin.store.template.template_list',
  4531.                                     'url' => 'admin_store_template',
  4532.                                 ],
  4533.                                 'template_install' => [
  4534.                                     'name' => 'admin.store.template.template_install',
  4535.                                     'url' => 'admin_store_template_install',
  4536.                                 ],
  4537.                             ],
  4538.                         ],
  4539.                         'authentication_setting' => [
  4540.                             'name' => 'admin.store.setting',
  4541.                             'url' => 'admin_store_authentication_setting',
  4542.                         ],
  4543.                     ],
  4544.                 ],
  4545.                 'coupon' => [
  4546.                     'name' => 'admin.coupon.coupon_management',
  4547.                     'icon' => 'fa-gift',
  4548.                     'children' => [
  4549.                         'coupon_management' => [
  4550.                             'name' => 'admin.coupon.coupon_list',
  4551.                             'url' => 'admin_coupon',
  4552.                         ],
  4553.                         'coupon_edit' => [
  4554.                             'name' => 'admin.coupon.coupon_edit',
  4555.                             'url' => 'admin_coupon_new',
  4556.                         ],
  4557.                     ],
  4558.                 ],
  4559.                 'contact' => [
  4560.                     'name' => 'admin.contact.contact_management',
  4561.                     'icon' => 'fa-question-circle-o',
  4562.                     'children' => [
  4563.                         'contact_list' => [
  4564.                             'name' => 'admin.contact.contact_list',
  4565.                             'url' => 'admin_contact',
  4566.                         ],
  4567.                         'contact_new' => [
  4568.                             'name' => 'admin.contact.contact_registration',
  4569.                             'url' => 'admin_contact_contact_new',
  4570.                         ],
  4571.                         'contact_mail' => [
  4572.                             'name' => 'admin.contact.contact_template_list',
  4573.                             'url' => 'admin_contact_mail',
  4574.                         ],
  4575.                         'contact_edit' => [
  4576.                             'name' => 'admin.contact.contact_template_registration',
  4577.                             'url' => 'admin_contact_mail_new',
  4578.                         ],
  4579.                     ],
  4580.                 ],
  4581.                 'mailmagazine' => [
  4582.                     'id' => 'mailmagazine',
  4583.                     'name' => 'mailmagazine.title',
  4584.                     'icon' => 'fa-envelope',
  4585.                     'children' => [
  4586.                         'mailmagazine' => [
  4587.                             'id' => 'mailmagazine',
  4588.                             'name' => 'mailmagazine.index.title',
  4589.                             'url' => 'plugin_mail_magazine',
  4590.                         ],
  4591.                         'mailmagazine_template' => [
  4592.                             'id' => 'mailmagazine_template',
  4593.                             'name' => 'mailmagazine.template.title',
  4594.                             'url' => 'plugin_mail_magazine_template',
  4595.                         ],
  4596.                         'mailmagazine_history' => [
  4597.                             'id' => 'mailmagazine_history',
  4598.                             'name' => 'mailmagazine.history.title',
  4599.                             'url' => 'plugin_mail_magazine_history',
  4600.                         ],
  4601.                     ],
  4602.                 ],
  4603.                 'SalesReport42' => [
  4604.                     'name' => 'sales_report.admin.nav.001',
  4605.                     'icon' => 'fa-chart-bar',
  4606.                     'children' => [
  4607.                         'sales_report_admin_term' => [
  4608.                             'id' => 'sales_report_admin_term',
  4609.                             'url' => 'sales_report_admin_term',
  4610.                             'name' => 'sales_report.admin.nav.002',
  4611.                         ],
  4612.                         'sales_report_admin_agency_term' => [
  4613.                             'id' => 'sales_report_admin_term_agency_list',
  4614.                             'url' => 'sales_report_admin_term_agency_list',
  4615.                             'name' => 'sales_report.admin.nav.005',
  4616.                         ],
  4617.                         'sales_report_admin_all_order_list' => [
  4618.                             'id' => 'sales_report_admin_all_order_list',
  4619.                             'url' => 'sales_report_admin_all_order_list',
  4620.                             'name' => 'sales_report.admin.nav.006',
  4621.                         ],
  4622.                         'sales_report_admin_agency_all_order' => [
  4623.                             'id' => 'sales_report_admin_agency_all_order',
  4624.                             'url' => 'sales_report_admin_agency_all_order',
  4625.                             'name' => 'sales_report.admin.nav.007',
  4626.                         ],
  4627.                         'sales_report_admin_product' => [
  4628.                             'id' => 'sales_report_admin_product',
  4629.                             'url' => 'sales_report_admin_product',
  4630.                             'name' => 'sales_report.admin.nav.003',
  4631.                         ],
  4632.                         'sales_report_admin_age' => [
  4633.                             'id' => 'sales_report_admin_age',
  4634.                             'url' => 'sales_report_admin_age',
  4635.                             'name' => 'sales_report.admin.nav.004',
  4636.                         ],
  4637.                     ],
  4638.                 ],
  4639.                 'agency_root_menu' => [
  4640.                     'name' => '代理店管理',
  4641.                     'icon' => 'fa-store',
  4642.                     'children' => [
  4643.                         'agency_root_menu_item' => [
  4644.                             'name' => '代理店一覧',
  4645.                             'url' => 'agency_list',
  4646.                         ],
  4647.                         'agency_new_menu_item' => [
  4648.                             'name' => '代理店登録',
  4649.                             'url' => 'new_agency',
  4650.                         ],
  4651.                     ],
  4652.                 ],
  4653.                 'center_root_menu' => [
  4654.                     'name' => 'コールセンター管理',
  4655.                     'icon' => 'fa-phone',
  4656.                     'children' => [
  4657.                         'center_root_menu_item' => [
  4658.                             'name' => 'センタ一覧',
  4659.                             'url' => 'call_center_list',
  4660.                         ],
  4661.                         'center_new_menu_item' => [
  4662.                             'name' => 'センター登録',
  4663.                             'url' => 'new_call_center',
  4664.                         ],
  4665.                     ],
  4666.                 ],
  4667.                 'factory_root_menu' => [
  4668.                     'name' => '工場出荷管理',
  4669.                     'icon' => 'fa-industry',
  4670.                     'children' => [
  4671.                         'factory_root_menu_item' => [
  4672.                             'name' => '出荷依頼済受注一覧',
  4673.                             'url' => 'chappy_factory_order_list',
  4674.                         ],
  4675.                         'factory_shipping_registration_menu_item' => [
  4676.                             'name' => '出荷登録',
  4677.                             'url' => 'chappy_factory_shipping_registration',
  4678.                         ],
  4679.                         'center_new_menu_item' => [
  4680.                             'name' => '出荷登録解除',
  4681.                             'url' => 'chappy_factory_unshipped',
  4682.                         ],
  4683.                     ],
  4684.                 ],
  4685.             ],
  4686.             'env(MAILER_DSN)' => 'null://null',
  4687.             'supported_locales' => [
  4688.                 => 'ja',
  4689.                 => 'en',
  4690.             ],
  4691.             'eccube.twig_sandbox.allowed_tags' => [
  4692.                 => 'apply',
  4693.                 => 'block',
  4694.                 => 'deprecated',
  4695.                 => 'embed',
  4696.                 => 'extends',
  4697.                 => 'flush',
  4698.                 => 'for',
  4699.                 => 'if',
  4700.                 => 'set',
  4701.                 => 'spaceless',
  4702.                 10 => 'verbatim',
  4703.                 11 => 'with',
  4704.                 12 => 'form_theme',
  4705.                 13 => 'stopwatch',
  4706.                 14 => 'trans',
  4707.                 15 => 'trans_default_domain',
  4708.             ],
  4709.             'eccube.twig_sandbox.allowed_filters' => [
  4710.                 => 'abs',
  4711.                 => 'batch',
  4712.                 => 'capitalize',
  4713.                 => 'column',
  4714.                 => 'convert_encoding',
  4715.                 => 'country_name',
  4716.                 => 'currency_name',
  4717.                 => 'currency_symbol',
  4718.                 => 'date',
  4719.                 => 'date_modify',
  4720.                 10 => 'default',
  4721.                 11 => 'escape',
  4722.                 12 => 'first',
  4723.                 13 => 'format',
  4724.                 14 => 'format_currency',
  4725.                 15 => 'format_date',
  4726.                 16 => 'format_datetime',
  4727.                 17 => 'format_number',
  4728.                 18 => 'format_time',
  4729.                 19 => 'join',
  4730.                 20 => 'json_encode',
  4731.                 21 => 'keys',
  4732.                 22 => 'language_name',
  4733.                 23 => 'last',
  4734.                 24 => 'length',
  4735.                 25 => 'locale_name',
  4736.                 26 => 'lower',
  4737.                 27 => 'merge',
  4738.                 28 => 'nl2br',
  4739.                 29 => 'number_format',
  4740.                 30 => 'replace',
  4741.                 31 => 'reverse',
  4742.                 32 => 'round',
  4743.                 33 => 'slice',
  4744.                 34 => 'spaceless',
  4745.                 35 => 'split',
  4746.                 36 => 'striptags',
  4747.                 37 => 'timezone_name',
  4748.                 38 => 'title',
  4749.                 39 => 'trim',
  4750.                 40 => 'upper',
  4751.                 41 => 'url_encode',
  4752.                 42 => 'abbr_class',
  4753.                 43 => 'abbr_method',
  4754.                 44 => 'file_link',
  4755.                 45 => 'file_relative',
  4756.                 46 => 'format_args',
  4757.                 47 => 'format_args_as_text',
  4758.                 48 => 'humanize',
  4759.                 49 => 'serialize',
  4760.                 50 => 'trans',
  4761.                 51 => 'yaml_dump',
  4762.                 52 => 'yaml_encode',
  4763.                 53 => 'currency_symbol',
  4764.                 54 => 'date_day',
  4765.                 55 => 'date_day_with_weekday',
  4766.                 56 => 'date_format',
  4767.                 57 => 'date_min',
  4768.                 58 => 'date_sec',
  4769.                 59 => 'doctrine_format_sql',
  4770.                 60 => 'doctrine_prettify_sql',
  4771.                 61 => 'doctrine_pretty_query',
  4772.                 62 => 'doctrine_replace_query_parameters',
  4773.                 63 => 'e',
  4774.                 64 => 'ellipsis',
  4775.                 65 => 'file_ext_icon',
  4776.                 66 => 'form_encode_currency',
  4777.                 67 => 'format_*_number',
  4778.                 68 => 'format_log_message',
  4779.                 69 => 'no_image_product',
  4780.                 70 => 'price',
  4781.                 71 => 'purify',
  4782.                 72 => 'time_ago',
  4783.             ],
  4784.             'eccube.twig_sandbox.allowed_functions' => [
  4785.                 => 'cycle',
  4786.                 => 'date',
  4787.                 => 'max',
  4788.                 => 'min',
  4789.                 => 'random',
  4790.                 => 'range',
  4791.                 => 'country_timezones',
  4792.                 => 'absolute_url',
  4793.                 => 'asset',
  4794.                 => 'asset_version',
  4795.                 10 => 'csrf_token',
  4796.                 11 => 'form_parent',
  4797.                 12 => 'fragment_uri',
  4798.                 13 => 'impersonation_exit_path',
  4799.                 14 => 'impersonation_exit_url',
  4800.                 15 => 'is_granted',
  4801.                 16 => 'logout_path',
  4802.                 17 => 'logout_url',
  4803.                 18 => 'path',
  4804.                 19 => 'relative_path',
  4805.                 20 => 't',
  4806.                 21 => 'url',
  4807.                 22 => 'active_menus',
  4808.                 23 => 'class_categories_as_json',
  4809.                 24 => 'country_names',
  4810.                 25 => 'csrf_token_for_anchor',
  4811.                 26 => 'currency_names',
  4812.                 27 => 'currency_symbol',
  4813.                 28 => 'field_choices',
  4814.                 29 => 'field_errors',
  4815.                 30 => 'field_help',
  4816.                 31 => 'field_label',
  4817.                 32 => 'field_name',
  4818.                 33 => 'field_value',
  4819.                 34 => 'get_all_carts',
  4820.                 35 => 'get_cart',
  4821.                 36 => 'get_carts_total_price',
  4822.                 37 => 'get_carts_total_quantity',
  4823.                 38 => 'has_errors',
  4824.                 39 => 'is_reduced_tax_rate',
  4825.                 40 => 'language_names',
  4826.                 41 => 'product',
  4827.                 42 => 'workflow_can',
  4828.                 43 => 'workflow_has_marked_place',
  4829.                 44 => 'workflow_marked_places',
  4830.                 45 => 'workflow_metadata',
  4831.                 46 => 'workflow_transition',
  4832.                 47 => 'workflow_transition_blockers',
  4833.                 48 => 'workflow_transitions',
  4834.             ],
  4835.             'eccube.twig_sandbox.allowed_methods' => [
  4836.                 'Symfony\\Bridge\\Twig\\AppVariable' => [
  4837.                     => 'getrequest',
  4838.                 ],
  4839.                 'Symfony\\Component\\HttpFoundation\\Request' => [
  4840.                     => 'geturi',
  4841.                 ],
  4842.             ],
  4843.             'eccube.twig_sandbox.allowed_properties' => [
  4844.             ],
  4845.             'eccube_ltextarea_len' => 10000,
  4846.             'eccube_contact_comment_image_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment'),
  4847.             'eccube_temp_image_contact_comment_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment/temp_image'),
  4848.             'eccube_image_contact_comment_dir' => (\dirname(__DIR__4).'/app/Plugin/CustomerSupportPro42/contact_comment/save_image'),
  4849.             'eccube_contact_image_max_file_size' => 5000000,
  4850.             'eccube_contact_browse_request_interval' => 60000,
  4851.             'eccube_contact_management_mail_template_name' => '問い合わせ受付メール(問い合わせ管理プラグイン用)',
  4852.             'eccube_contact_comment_send_mail_type' => 1,
  4853.             'eccube_contact_comment_memo_registration_type' => 0,
  4854.             'gmo_epsilon' => [
  4855.                 'pay_id' => [
  4856.                     'credit' => '1',
  4857.                     'reg_credit' => '2',
  4858.                     'conveni' => '3',
  4859.                     'netbank_jnb' => '4',
  4860.                     'netbank_rakuten' => '5',
  4861.                     'payeasy' => '7',
  4862.                     'webmoney' => '8',
  4863.                     'ywallet' => '9',
  4864.                     'paypal' => '11',
  4865.                     'bitcash' => '12',
  4866.                     'chocom' => '13',
  4867.                     'sphone' => '15',
  4868.                     'jcb' => '16',
  4869.                     'sumishin' => '17',
  4870.                     'deferred' => '18',
  4871.                     'virtual_account' => '22',
  4872.                     'paypay' => '25',
  4873.                     'maillink' => '99',
  4874.                 ],
  4875.                 'pay_name' => [
  4876.                     'credit' => 'クレジットカード決済',
  4877.                     'reg_credit' => '登録済みのクレジットカードで決済',
  4878.                     'conveni' => 'コンビニ決済',
  4879.                     'netbank_jnb' => 'ネット銀行決済(PayPay銀行)',
  4880.                     'netbank_rakuten' => 'ネット銀行決済(楽天銀行)',
  4881.                     'payeasy' => 'ペイジー決済',
  4882.                     'webmoney' => 'WebMoney決済',
  4883.                     'ywallet' => 'Yahoo!ウォレット決済サービス',
  4884.                     'paypal' => 'Paypal決済',
  4885.                     'bitcash' => 'Bitcash決済',
  4886.                     'chocom' => '電子マネーちょコム決済',
  4887.                     'sphone' => 'スマートフォンキャリア決済',
  4888.                     'jcb' => 'JCB PREMO',
  4889.                     'sumishin' => '住信SBIネット銀行決済',
  4890.                     'deferred' => 'GMO後払い',
  4891.                     'virtual_account' => 'バーチャル口座',
  4892.                     'paypay' => 'Paypay',
  4893.                     'maillink' => 'メールリンク決済',
  4894.                 ],
  4895.                 'st_code' => [
  4896.                     'credit' => '10000-0000-00000-00000-00000-00000-00000',
  4897.                     'reg_credit' => '01000-0000-00000-00000-00000-00000-00000',
  4898.                     'conveni' => '00100-0000-00000-00000-00000-00000-00000',
  4899.                     'netbank_jnb' => '00010-0000-00000-00000-00000-00000-00000',
  4900.                     'netbank_rakuten' => '00001-0000-00000-00000-00000-00000-00000',
  4901.                     'sumishin' => '00000-0000-00000-00100-00000-00000-00000',
  4902.                     'payeasy' => '00000-0100-00000-00000-00000-00000-00000',
  4903.                     'webmoney' => '00000-0010-00000-00000-00000-00000-00000',
  4904.                     'ywallet' => '00000-0001-00000-00000-00000-00000-00000',
  4905.                     'paypal' => '00000-0000-01000-00000-00000-00000-00000',
  4906.                     'bitcash' => '00000-0000-00100-00000-00000-00000-00000',
  4907.                     'chocom' => '00000-0000-00010-00000-00000-00000-00000',
  4908.                     'sphone' => '00000-0000-00000-10000-00000-00000-00000',
  4909.                     'jcb' => '00000-0000-00000-01000-00000-00000-00000',
  4910.                     'deferred' => '00000-0000-00000-00010-00000-00000-00000',
  4911.                     'virtual_account' => '00000-0000-00000-00000-00100-00000-00000',
  4912.                     'paypay' => '00000-0000-00000-00000-00000-10000-00000',
  4913.                     'maillink' => 'maillink',
  4914.                 ],
  4915.                 'mission_code' => [
  4916.                     'every_month' => '21',
  4917.                     'every_other' => '25',
  4918.                     'every_three_month' => '27',
  4919.                     'every_six_month' => '29',
  4920.                     'every_year' => '31',
  4921.                 ],
  4922.                 'regular_pay_id' => [
  4923.                     'every_month' => '101',
  4924.                     'every_other_month' => '102',
  4925.                     'every_three_month' => '103',
  4926.                     'every_six_month' => '104',
  4927.                     'every_year' => '105',
  4928.                 ],
  4929.                 'regular_pay_name' => [
  4930.                     'every_month' => '定期的なクレジットカード決済(毎月)',
  4931.                     'every_other_month' => '定期的なクレジットカード決済(2ヵ月ごと)',
  4932.                     'every_three_month' => '定期的なクレジットカード決済(3ヵ月ごと)',
  4933.                     'every_six_month' => '定期的なクレジットカード決済(半年ごと)',
  4934.                     'every_year' => '定期的なクレジットカード決済(1年ごと)',
  4935.                 ],
  4936.                 'regular' => [
  4937.                     'rule_max' => '9999999',
  4938.                     'st_code' => '10000-0000-00000',
  4939.                     'sale_type' => '定期購入商品',
  4940.                 ],
  4941.                 'rule_max' => [
  4942.                     'credit' => '9999999',
  4943.                     'reg_credit' => '9999999',
  4944.                     'conveni' => '299999',
  4945.                     'netbank_jnb' => '9999999',
  4946.                     'netbank_rakuten' => '9999999',
  4947.                     'payeasy' => '9999999',
  4948.                     'webmoney' => '199999',
  4949.                     'ywallet' => '499999',
  4950.                     'paypal' => '499999',
  4951.                     'bitcash' => '199999',
  4952.                     'chocom' => '99999',
  4953.                     'sphone' => '50000',
  4954.                     'jcb' => '500000',
  4955.                     'sumishin' => '9999999',
  4956.                     'deferred' => '49999',
  4957.                     'virtual_account' => '9999999',
  4958.                     'paypay' => '9999999',
  4959.                     'maillink' => '9999999',
  4960.                 ],
  4961.                 'url' => [
  4962.                     'dev' => [
  4963.                         'receive_order3' => 'https://beta.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4964.                         'getsales2' => 'https://beta.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4965.                         'get_user_info' => 'https://beta.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4966.                         'sales_payment' => 'https://beta.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4967.                         'ship_request' => 'https://beta.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4968.                         'cancel_payment' => 'https://beta.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4969.                         'change_amount_payment' => 'https://beta.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4970.                         'card3' => 'https://beta.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4971.                         'token' => 'https://beta.epsilon.jp/js/token.js',
  4972.                         'direct_card_payment' => 'https://beta.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4973.                     ],
  4974.                     'prod' => [
  4975.                         'receive_order3' => 'https://secure.epsilon.jp/cgi-bin/order/receive_order3.cgi',
  4976.                         'getsales2' => 'https://secure.epsilon.jp/cgi-bin/order/getsales2.cgi',
  4977.                         'get_user_info' => 'https://secure.epsilon.jp/cgi-bin/order/get_user_info.cgi',
  4978.                         'sales_payment' => 'https://secure.epsilon.jp/cgi-bin/order/sales_payment.cgi',
  4979.                         'ship_request' => 'https://secure.epsilon.jp/cgi-bin/order/ship_request.cgi',
  4980.                         'cancel_payment' => 'https://secure.epsilon.jp/cgi-bin/order/cancel_payment.cgi',
  4981.                         'change_amount_payment' => 'https://secure.epsilon.jp/cgi-bin/order/change_amount_payment.cgi',
  4982.                         'card3' => 'https://secure.epsilon.jp/cgi-bin/order/card3.cgi?trans_code=',
  4983.                         'token' => 'https://secure.epsilon.jp/js/token.js',
  4984.                         'direct_card_payment' => 'https://secure.epsilon.jp/cgi-bin/order/direct_card_payment.cgi',
  4985.                     ],
  4986.                 ],
  4987.                 'conveni_id' => [
  4988.                     'seveneleven' => '11',
  4989.                     'familymart' => '21',
  4990.                     'lawson' => '31',
  4991.                     'seicomart' => '32',
  4992.                     'ministop' => '33',
  4993.                 ],
  4994.                 'conveni_name' => [
  4995.                     'seveneleven' => 'セブンイレブン',
  4996.                     'familymart' => 'ファミリーマート',
  4997.                     'lawson' => 'ローソン',
  4998.                     'seicomart' => 'セイコーマート',
  4999.                     'ministop' => 'ミニストップ',
  5000.                 ],
  5001.                 'conveni_pre_message' => [
  5002.                     'seveneleven' => '以下「払込票URL」ページをプリントアウトされるか「払込票番号(13桁)」をメモして「お支払期限」までにお近くのセブンイレブンのレジにて代金をお支払いください。',
  5003.                     'familymart' => '「お支払期限」までにお近くのファミリーマートにて代金をお支払いください。',
  5004.                     'lawson' => '「お支払期限」までにお近くのローソンにて代金をお支払いください。',
  5005.                     'seicomart' => '「お支払期限」までにお近くのセイコーマートにて代金をお支払いください。',
  5006.                     'ministop' => '「お支払期限」までにお近くのミニストップにて代金をお支払いください。',
  5007.                 ],
  5008.                 'conveni_message' => [
  5009.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5010.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5011.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5012.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5013.                     '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".'※お支払後に商品(サービス)のご提供となりますので、お急ぎの方はお早めにお手続きをお願いします。',
  5014.                 ],
  5015.                 'receive_parameters' => [
  5016.                     'result' => [
  5017.                         'ok' => 1,
  5018.                         'ng' => 9,
  5019.                         '3ds' => 5,
  5020.                         '3ds2' => 6,
  5021.                     ],
  5022.                 ],
  5023.                 'payment' => [
  5024.                     'gmo_epsilon4' => 'GmoEpsilon4',
  5025.                     'ec_payment_lite4' => 'EccubePaymentLite42',
  5026.                 ],
  5027.             ],
  5028.             'mail_magazine_dir' => (\dirname(__DIR__4).'/app/mail_magazine'),
  5029.             'product_review_display_count_min' => 1,
  5030.             'product_review_display_count_max' => 30,
  5031.             'plugin_recommend.text_area_len' => 4000,
  5032.             'plugin_cookie.cookie_expiration_date_max' => 365,
  5033.             'plugin_cookie.cookie_expiration_date_min' => 1,
  5034.             'related_product.text_area_len' => 4000,
  5035.             'related_product.max_item_count' => 6,
  5036.             'sales_report_product_maximum_display' => 20,
  5037.             'eccube_rate_limiter_configs' => [
  5038.             ],
  5039.             'eccube.plugins.enabled' => [
  5040.                 => 'MailMagazine42',
  5041.                 => 'SalesReport42',
  5042.                 => 'CouponPro42',
  5043.                 => 'EccubePaymentLite42',
  5044.                 => 'CustomerSupportPro42',
  5045.                 => 'ExpressLink42',
  5046.             ],
  5047.             'eccube.plugins.disabled' => [
  5048.                 => 'Coupon42',
  5049.                 => 'ProductReview42',
  5050.                 => 'Recommend42',
  5051.                 => 'RefineCookie42',
  5052.                 => 'RelatedProduct42',
  5053.             ],
  5054.             'event_dispatcher.event_aliases' => [
  5055.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5056.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5057.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5058.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5059.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5060.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5061.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5062.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5063.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5064.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5065.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5066.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5067.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5068.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5069.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5070.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5071.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5072.                 'Symfony\\Component\\Workflow\\Event\\GuardEvent' => 'workflow.guard',
  5073.                 'Symfony\\Component\\Workflow\\Event\\LeaveEvent' => 'workflow.leave',
  5074.                 'Symfony\\Component\\Workflow\\Event\\TransitionEvent' => 'workflow.transition',
  5075.                 'Symfony\\Component\\Workflow\\Event\\EnterEvent' => 'workflow.enter',
  5076.                 'Symfony\\Component\\Workflow\\Event\\EnteredEvent' => 'workflow.entered',
  5077.                 'Symfony\\Component\\Workflow\\Event\\CompletedEvent' => 'workflow.completed',
  5078.                 'Symfony\\Component\\Workflow\\Event\\AnnounceEvent' => 'workflow.announce',
  5079.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5080.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5081.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5082.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5083.             ],
  5084.             'fragment.renderer.hinclude.global_template' => NULL,
  5085.             'fragment.path' => '/_fragment',
  5086.             'kernel.http_method_override' => true,
  5087.             'kernel.trusted_hosts' => [
  5088.             ],
  5089.             'kernel.enabled_locales' => [
  5090.             ],
  5091.             'kernel.error_controller' => 'error_controller',
  5092.             'debug.file_link_format' => NULL,
  5093.             'asset.request_context.base_path' => NULL,
  5094.             'asset.request_context.secure' => NULL,
  5095.             'translator.logging' => false,
  5096.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5097.             'debug.error_handler.throw_at' => -1,
  5098.             'router.request_context.host' => 'localhost',
  5099.             'router.request_context.scheme' => 'http',
  5100.             'router.request_context.base_url' => '',
  5101.             'router.resource' => 'kernel::loadRoutes',
  5102.             'request_listener.http_port' => 80,
  5103.             'request_listener.https_port' => 443,
  5104.             'session.metadata.storage_key' => '_sf2_meta',
  5105.             'session.save_path' => (\dirname(__DIR__3).'/sessions/dev'),
  5106.             'session.metadata.update_threshold' => 0,
  5107.             'form.type_extension.csrf.enabled' => true,
  5108.             'form.type_extension.csrf.field_name' => '_token',
  5109.             'validator.translation_domain' => 'validators',
  5110.             'profiler_listener.only_exceptions' => false,
  5111.             'profiler_listener.only_main_requests' => false,
  5112.             'security.role_hierarchy.roles' => [
  5113.             ],
  5114.             'security.access.denied_url' => NULL,
  5115.             'security.authentication.manager.erase_credentials' => true,
  5116.             'security.authentication.session_strategy.strategy' => 'migrate',
  5117.             'security.access.always_authenticate_before_granting' => false,
  5118.             'security.authentication.hide_user_not_found' => true,
  5119.             'security.firewalls' => [
  5120.                 => 'dev',
  5121.                 => 'admin',
  5122.                 => 'customer',
  5123.             ],
  5124.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5125.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5126.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5127.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5128.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5129.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5130.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5131.             'doctrine.entity_managers' => [
  5132.                 'default' => 'doctrine.orm.default_entity_manager',
  5133.             ],
  5134.             'doctrine.default_entity_manager' => 'default',
  5135.             'doctrine.dbal.connection_factory.types' => [
  5136.                 'datetime' => [
  5137.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeType',
  5138.                 ],
  5139.                 'datetimetz' => [
  5140.                     'class' => 'Eccube\\Doctrine\\DBAL\\Types\\UTCDateTimeTzType',
  5141.                 ],
  5142.             ],
  5143.             'doctrine.connections' => [
  5144.                 'default' => 'doctrine.dbal.default_connection',
  5145.             ],
  5146.             'doctrine.default_connection' => 'default',
  5147.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5148.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5149.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5150.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5151.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5152.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5153.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5154.             'doctrine.orm.cache.memcache_port' => 11211,
  5155.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5156.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5157.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5158.             'doctrine.orm.cache.memcached_port' => 11211,
  5159.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5160.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5161.             'doctrine.orm.cache.redis_host' => 'localhost',
  5162.             'doctrine.orm.cache.redis_port' => 6379,
  5163.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5164.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5165.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5166.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5167.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5168.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5169.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5170.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5171.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5172.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5173.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5174.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5175.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5176.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5177.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5178.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5179.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5180.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5181.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5182.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5183.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5184.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5185.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5186.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5187.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5188.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5189.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5190.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5191.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5192.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5193.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5194.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5195.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5196.             'monolog.use_microseconds' => true,
  5197.             'monolog.swift_mailer.handlers' => [
  5198.             ],
  5199.             'monolog.handlers_to_channels' => [
  5200.                 'monolog.handler.gmo_epsilon' => [
  5201.                     'type' => 'inclusive',
  5202.                     'elements' => [
  5203.                         => 'gmo_epsilon',
  5204.                     ],
  5205.                 ],
  5206.                 'monolog.handler.console' => [
  5207.                     'type' => 'exclusive',
  5208.                     'elements' => [
  5209.                         => 'event',
  5210.                         => 'doctrine',
  5211.                         => 'console',
  5212.                     ],
  5213.                 ],
  5214.                 'monolog.handler.buffered' => [
  5215.                     'type' => 'exclusive',
  5216.                     'elements' => [
  5217.                         => 'event',
  5218.                     ],
  5219.                 ],
  5220.             ],
  5221.             'twig.form.resources' => [
  5222.                 => 'form_div_layout.html.twig',
  5223.                 => 'bootstrap_5_layout.html.twig',
  5224.             ],
  5225.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5226.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5227.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5228.             'web_profiler.debug_toolbar.mode' => 2,
  5229.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  5230.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5231.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5232.             'knp_paginator.page_range' => 5,
  5233.             'knp_paginator.page_limit' => NULL,
  5234.             'doctrine.migrations.preferred_em' => NULL,
  5235.             'doctrine.migrations.preferred_connection' => NULL,
  5236.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5237.             'data_collector.templates' => [
  5238.                 'data_collector.request' => [
  5239.                     => 'request',
  5240.                     => '@WebProfiler/Collector/request.html.twig',
  5241.                 ],
  5242.                 'data_collector.time' => [
  5243.                     => 'time',
  5244.                     => '@WebProfiler/Collector/time.html.twig',
  5245.                 ],
  5246.                 'data_collector.memory' => [
  5247.                     => 'memory',
  5248.                     => '@WebProfiler/Collector/memory.html.twig',
  5249.                 ],
  5250.                 'data_collector.validator' => [
  5251.                     => 'validator',
  5252.                     => '@WebProfiler/Collector/validator.html.twig',
  5253.                 ],
  5254.                 'data_collector.ajax' => [
  5255.                     => 'ajax',
  5256.                     => '@WebProfiler/Collector/ajax.html.twig',
  5257.                 ],
  5258.                 'data_collector.form' => [
  5259.                     => 'form',
  5260.                     => '@WebProfiler/Collector/form.html.twig',
  5261.                 ],
  5262.                 'data_collector.exception' => [
  5263.                     => 'exception',
  5264.                     => '@WebProfiler/Collector/exception.html.twig',
  5265.                 ],
  5266.                 'data_collector.logger' => [
  5267.                     => 'logger',
  5268.                     => '@WebProfiler/Collector/logger.html.twig',
  5269.                 ],
  5270.                 'data_collector.events' => [
  5271.                     => 'events',
  5272.                     => '@WebProfiler/Collector/events.html.twig',
  5273.                 ],
  5274.                 'data_collector.router' => [
  5275.                     => 'router',
  5276.                     => '@WebProfiler/Collector/router.html.twig',
  5277.                 ],
  5278.                 'data_collector.cache' => [
  5279.                     => 'cache',
  5280.                     => '@WebProfiler/Collector/cache.html.twig',
  5281.                 ],
  5282.                 'data_collector.translation' => [
  5283.                     => 'translation',
  5284.                     => '@WebProfiler/Collector/translation.html.twig',
  5285.                 ],
  5286.                 'data_collector.security' => [
  5287.                     => 'security',
  5288.                     => '@Security/Collector/security.html.twig',
  5289.                 ],
  5290.                 'data_collector.twig' => [
  5291.                     => 'twig',
  5292.                     => '@WebProfiler/Collector/twig.html.twig',
  5293.                 ],
  5294.                 'data_collector.doctrine' => [
  5295.                     => 'db',
  5296.                     => '@Doctrine/Collector/db.html.twig',
  5297.                 ],
  5298.                 'doctrine_migrations.migrations_collector' => [
  5299.                     => 'doctrine_migrations',
  5300.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5301.                 ],
  5302.                 'data_collector.dump' => [
  5303.                     => 'dump',
  5304.                     => '@Debug/Profiler/dump.html.twig',
  5305.                 ],
  5306.                 'Eccube\\DataCollector\\EccubeDataCollector' => NULL,
  5307.                 'mailer.data_collector' => [
  5308.                     => 'mailer',
  5309.                     => '@WebProfiler/Collector/mailer.html.twig',
  5310.                 ],
  5311.                 'data_collector.config' => [
  5312.                     => 'config',
  5313.                     => '@WebProfiler/Collector/config.html.twig',
  5314.                 ],
  5315.                 'eccube.collector.core' => [
  5316.                     => 'eccube_core',
  5317.                     => '@toolbar/eccube.html.twig',
  5318.                 ],
  5319.             ],
  5320.             'console.command.ids' => [
  5321.                 => 'console.command.public_alias.Eccube\\Command\\UpdateSchemaDoctrineCommand',
  5322.             ],
  5323.         ];
  5324.     }
  5325.     protected function throw($message)
  5326.     {
  5327.         throw new RuntimeException($message);
  5328.     }
  5329. }